var B24UIMeta = {
  "B24Advice": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Advice",
    "kebabName": "b24-advice",
    "chunkName": "components/b24-advice",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "angle",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'bottom'"
            }
          ],
          "required": false,
          "type": '"bottom" | "top" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"bottom" | "top" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"bottom"',
              "2": '"top"'
            }
          },
          "default": '"bottom"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; descriptionWrapper: string; descriptionBorder: string; descriptionBg: string; descriptionAngle: string; description: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; descriptionWrapper: string; descriptionBorder: string; descriptionBg: string; descriptionAngle: string; description: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; descriptionWrapper: string; descriptionBorder: string; descriptionBg: string; descriptionAngle: string; description: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; }>"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Alert": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Alert",
    "kebabName": "b24-alert",
    "chunkName": "components/b24-alert",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "title",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation between the content and the actions.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'vertical'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"vertical"'
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"md" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"md" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"md"',
              "2": '"sm"'
            }
          }
        },
        {
          "name": "actions",
          "global": false,
          "description": "Display a list of actions:\n- under the title and description when orientation is `vertical`\n- next to the close button when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "ButtonProps[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "ButtonProps",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "color": {
                        "name": "color",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'default'"
                          }
                        ],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"default"',
                            "2": '"danger"',
                            "3": '"success"',
                            "4": '"warning"',
                            "5": '"primary"',
                            "6": '"secondary"',
                            "7": '"collab"',
                            "8": '"ai"',
                            "9": '"link"'
                          }
                        }
                      },
                      "activeColor": {
                        "name": "activeColor",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                        "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                      },
                      "depth": {
                        "name": "depth",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'normal'"
                          }
                        ],
                        "required": false,
                        "type": '"light" | "normal" | "dark" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"light" | "normal" | "dark" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"light"',
                            "2": '"normal"',
                            "3": '"dark"'
                          }
                        }
                      },
                      "activeDepth": {
                        "name": "activeDepth",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"light" | "normal" | "dark" | undefined',
                        "schema": '"light" | "normal" | "dark" | undefined'
                      },
                      "size": {
                        "name": "size",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'md'"
                          }
                        ],
                        "required": false,
                        "type": '"lg" | "md" | "xs" | "sm" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"lg" | "md" | "xs" | "sm" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"lg"',
                            "2": '"md"',
                            "3": '"xs"',
                            "4": '"sm"'
                          }
                        }
                      },
                      "rounded": {
                        "name": "rounded",
                        "global": false,
                        "description": "Rounds the corners of the button",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "boolean | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true"
                          }
                        }
                      },
                      "block": {
                        "name": "block",
                        "global": false,
                        "description": "Render the button full width",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "loadingAuto": {
                        "name": "loadingAuto",
                        "global": false,
                        "description": "Set loading state automatically based on the `@click` promise state",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "normalCase": {
                        "name": "normalCase",
                        "global": false,
                        "description": "Disable uppercase label",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useWait": {
                        "name": "useWait",
                        "global": false,
                        "description": "Shows LoaderWaitIcon in loading mode",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useClock": {
                        "name": "useClock",
                        "global": false,
                        "description": "Shows LoaderClockIcon icon in loading mode",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useDropdown": {
                        "name": "useDropdown",
                        "global": false,
                        "description": "Shows icons.chevronDown on the right side",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "onClick": {
                        "name": "onClick",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            },
                            "2": {
                              "kind": "array",
                              "type": "((event: MouseEvent) => void | Promise<void>)[]",
                              "schema": [
                                {
                                  "kind": "event",
                                  "type": "(event: MouseEvent): void | Promise<void>",
                                  "schema": []
                                }
                              ]
                            }
                          }
                        }
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "activeClass": {
                        "name": "activeClass",
                        "global": false,
                        "description": "The class to apply when the link is active",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "''"
                          }
                        ],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "inactiveClass": {
                        "name": "inactiveClass",
                        "global": false,
                        "description": "The class to apply when the link is inactive",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "''"
                          }
                        ],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "b24ui": {
                        "name": "b24ui",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                          }
                        }
                      },
                      "loading": {
                        "name": "loading",
                        "global": false,
                        "description": "When `true`, the loading icon will be displayed.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "Display an icon on the left side.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "icons.loading"
                          },
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "Display an avatar on the left side.",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "type": {
                        "name": "type",
                        "global": false,
                        "description": "The type of the button when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": '"reset" | "submit" | "button" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"reset" | "submit" | "button" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"reset"',
                            "2": '"submit"',
                            "3": '"button"'
                          }
                        }
                      },
                      "to": {
                        "name": "to",
                        "global": false,
                        "description": "Route Location the link should navigate to when clicked on.",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": {
                              "kind": "object",
                              "type": "RouteLocationAsRelativeGeneric",
                              "schema": {
                                "name": {
                                  "name": "name",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteRecordNameGeneric",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "symbol"
                                    }
                                  }
                                },
                                "params": {
                                  "name": "params",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteParamsRawGeneric | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "RouteParamsRawGeneric"
                                    }
                                  }
                                },
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "A relative path to the current location. This property should be removed",
                                  "tags": [],
                                  "required": false,
                                  "type": "undefined",
                                  "schema": "undefined"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "LocationQueryRaw | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "LocationQueryRaw"
                                    }
                                  }
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "HistoryState | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "object",
                                        "type": "HistoryState",
                                        "schema": {}
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "3": {
                              "kind": "object",
                              "type": "RouteLocationAsPathGeneric",
                              "schema": {
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "Percentage encoded pathname section of the URL.",
                                  "tags": [],
                                  "required": true,
                                  "type": "string",
                                  "schema": "string"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": "LocationQueryRaw | undefined"
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": "HistoryState | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "exactActiveClass": {
                        "name": "exactActiveClass",
                        "global": false,
                        "description": "Class to apply when the link is exact active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "ariaCurrentValue": {
                        "name": "ariaCurrentValue",
                        "global": false,
                        "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "`'page'`"
                          }
                        ],
                        "required": false,
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"true"',
                            "2": '"false"',
                            "3": '"page"',
                            "4": '"step"',
                            "5": '"location"',
                            "6": '"date"',
                            "7": '"time"'
                          }
                        }
                      },
                      "viewTransition": {
                        "name": "viewTransition",
                        "global": false,
                        "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "replace": {
                        "name": "replace",
                        "global": false,
                        "description": "Calls `router.replace` instead of `router.push`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "active": {
                        "name": "active",
                        "global": false,
                        "description": "Force the link to be active independent of the current route.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exact": {
                        "name": "exact",
                        "global": false,
                        "description": "Will only be active if the current route is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exactQuery": {
                        "name": "exactQuery",
                        "global": false,
                        "description": "Allows controlling how the current route query sets the link as active.",
                        "tags": [],
                        "required": false,
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": 'boolean | "partial" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true",
                            "3": '"partial"'
                          }
                        }
                      },
                      "exactHash": {
                        "name": "exactHash",
                        "global": false,
                        "description": "Will only be active if the current route hash is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "isAction": {
                        "name": "isAction",
                        "global": false,
                        "description": "When `true`, uses special underlined styling.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "href": {
                        "name": "href",
                        "global": false,
                        "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                      },
                      "external": {
                        "name": "external",
                        "global": false,
                        "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "target": {
                        "name": "target",
                        "global": false,
                        "description": "Where to display the linked URL as the name for a browsing context.",
                        "tags": [],
                        "required": false,
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": '"_blank"',
                            "3": '"_parent"',
                            "4": '"_self"',
                            "5": '"_top"',
                            "6": {
                              "kind": "object",
                              "type": "string & {}",
                              "schema": {}
                            }
                          }
                        }
                      },
                      "rel": {
                        "name": "rel",
                        "global": false,
                        "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                        "tags": [],
                        "required": false,
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": "string & {}",
                            "3": '"noopener"',
                            "4": '"noreferrer"',
                            "5": '"nofollow"',
                            "6": '"sponsored"',
                            "7": '"ugc"'
                          }
                        }
                      },
                      "noRel": {
                        "name": "noRel",
                        "global": false,
                        "description": "If set to true, no rel attribute will be added to the link",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchedClass": {
                        "name": "prefetchedClass",
                        "global": false,
                        "description": "A class to apply to links that have been prefetched.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "prefetch": {
                        "name": "prefetch",
                        "global": false,
                        "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchOn": {
                        "name": "prefetchOn",
                        "global": false,
                        "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                        "tags": [],
                        "required": false,
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"visibility"',
                            "2": '"interaction"',
                            "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                          }
                        }
                      },
                      "noPrefetch": {
                        "name": "noPrefetch",
                        "global": false,
                        "description": "Escape hatch to disable `prefetch` attribute.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "name": "close",
          "global": false,
          "description": "Display a close button to dismiss the alert.\n`{ size: 'md', color: 'neutral', variant: 'link' }`{lang=\"ts\"}",
          "tags": [
            {
              "name": "emits",
              "text": "'update:open'"
            },
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | Partial<ButtonProps> | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | Partial<ButtonProps> | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": "Partial<ButtonProps>"
            }
          }
        },
        {
          "name": "closeIcon",
          "global": false,
          "description": "The icon displayed in the close button.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.close"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; close: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; close: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; close: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "title",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "actions",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "close",
          "type": '{ b24ui: { root: (slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ......',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ b24ui: { root: (slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ......',
            "schema": {
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: ...',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: ...',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "wrapper": {
                      "name": "wrapper",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "title": {
                      "name": "title",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "avatarSize": {
                      "name": "avatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    },
                    "close": {
                      "name": "close",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...',
                      "schema": '((slotProps?: ({ size?: "md" | "sm" | undefined; title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | ... 1 more ... | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & Cl...'
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24App": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24App",
    "kebabName": "b24-app",
    "chunkName": "components/b24-app",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "tooltip",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "TooltipProviderProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "TooltipProviderProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "TooltipProviderProps",
                "schema": {
                  "delayDuration": {
                    "name": "delayDuration",
                    "global": false,
                    "description": "The duration from when the pointer enters the trigger until the tooltip gets opened.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "700"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "skipDelayDuration": {
                    "name": "skipDelayDuration",
                    "global": false,
                    "description": "How much time a user has to enter another trigger without incurring a delay again.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "300"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "disableHoverableContent": {
                    "name": "disableHoverableContent",
                    "global": false,
                    "description": "When `true`, trying to hover the content will result in the tooltip closing as the pointer leaves the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "disableClosingTrigger": {
                    "name": "disableClosingTrigger",
                    "global": false,
                    "description": "When `true`, clicking on trigger will not close the content.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "When `true`, disable tooltip",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "ignoreNonKeyboardFocus": {
                    "name": "ignoreNonKeyboardFocus",
                    "global": false,
                    "description": "Prevent the tooltip from opening if the focus did not come from\r\nthe keyboard by matching against the `:focus-visible` selector.\r\nThis is useful if you want to avoid opening it when switching\r\nbrowser tabs or closing a dialog.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "toaster",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ToasterProps | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "ToasterProps | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "ToasterProps",
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "The position on the screen to display the toasts.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'top-right'"
                      }
                    ],
                    "required": false,
                    "type": '"top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"top-left"',
                        "2": '"top-center"',
                        "3": '"top-right"',
                        "4": '"bottom-left"',
                        "5": '"bottom-center"',
                        "6": '"bottom-right"'
                      }
                    }
                  },
                  "expand": {
                    "name": "expand",
                    "global": false,
                    "description": "Expand the toasts to show multiple toasts at once.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "portal": {
                    "name": "portal",
                    "global": false,
                    "description": "Render the toaster in a portal.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "duration": {
                    "name": "duration",
                    "global": false,
                    "description": "Time in milliseconds that each toast should remain visible for.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "5000"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ viewport: string; base: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ viewport: string; base: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ viewport: string; base: string; }>"
                      }
                    }
                  },
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "An author-localized label for each toast. Used to help screen reader users\r\nassociate the interruption with a toast.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'Notification'"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "swipeThreshold": {
                    "name": "swipeThreshold",
                    "global": false,
                    "description": "Distance in pixels that the swipe must pass before a close is triggered.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "50"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "locale",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Locale<Messages> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Locale<Messages> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "Locale<Messages>",
                "schema": {
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "code": {
                    "name": "code",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "dir": {
                    "name": "dir",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "Direction",
                    "schema": {
                      "kind": "enum",
                      "type": "Direction",
                      "schema": {
                        "0": '"ltr"',
                        "1": '"rtl"'
                      }
                    }
                  },
                  "messages": {
                    "name": "messages",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "Messages",
                    "schema": {
                      "kind": "object",
                      "type": "Messages",
                      "schema": {
                        "inputMenu": {
                          "name": "inputMenu",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ noMatch: string; noData: string; create: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ noMatch: string; noData: string; create: string; }",
                            "schema": {
                              "noMatch": {
                                "name": "noMatch",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "noData": {
                                "name": "noData",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "create": {
                                "name": "create",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "calendar": {
                          "name": "calendar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ prevYear: string; nextYear: string; prevMonth: string; nextMonth: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ prevYear: string; nextYear: string; prevMonth: string; nextMonth: string; }",
                            "schema": {
                              "prevYear": {
                                "name": "prevYear",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "nextYear": {
                                "name": "nextYear",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "prevMonth": {
                                "name": "prevMonth",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "nextMonth": {
                                "name": "nextMonth",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "inputNumber": {
                          "name": "inputNumber",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ increment: string; decrement: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ increment: string; decrement: string; }",
                            "schema": {
                              "increment": {
                                "name": "increment",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "decrement": {
                                "name": "decrement",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "commandPalette": {
                          "name": "commandPalette",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ placeholder: string; noMatch: string; noData: string; close: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ placeholder: string; noMatch: string; noData: string; close: string; }",
                            "schema": {
                              "placeholder": {
                                "name": "placeholder",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "noMatch": {
                                "name": "noMatch",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "noData": {
                                "name": "noData",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "close": {
                                "name": "close",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "selectMenu": {
                          "name": "selectMenu",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ noMatch: string; noData: string; create: string; search: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ noMatch: string; noData: string; create: string; search: string; }",
                            "schema": {
                              "noMatch": {
                                "name": "noMatch",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "noData": {
                                "name": "noData",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "create": {
                                "name": "create",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "search": {
                                "name": "search",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "toast": {
                          "name": "toast",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ close: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ close: string; }",
                            "schema": {
                              "close": {
                                "name": "close",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "carousel": {
                          "name": "carousel",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ prev: string; next: string; goto: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ prev: string; next: string; goto: string; }",
                            "schema": {
                              "prev": {
                                "name": "prev",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "next": {
                                "name": "next",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "goto": {
                                "name": "goto",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "modal": {
                          "name": "modal",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ close: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ close: string; }",
                            "schema": {
                              "close": {
                                "name": "close",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "slideover": {
                          "name": "slideover",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ close: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ close: string; }",
                            "schema": {
                              "close": {
                                "name": "close",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "alert": {
                          "name": "alert",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ close: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ close: string; }",
                            "schema": {
                              "close": {
                                "name": "close",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        },
                        "table": {
                          "name": "table",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "{ noData: string; }",
                          "schema": {
                            "kind": "object",
                            "type": "{ noData: string; }",
                            "schema": {
                              "noData": {
                                "name": "noData",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "scrollBody",
          "global": false,
          "description": "The global scroll body behavior of your application. This will be inherited by the related primitives.",
          "tags": [
            {
              "name": "type",
              "text": "boolean | ScrollBodyOption"
            }
          ],
          "required": false,
          "type": "boolean | ScrollBodyOption | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | ScrollBodyOption | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": {
                "kind": "object",
                "type": "ScrollBodyOption",
                "schema": {
                  "padding": {
                    "name": "padding",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | number | boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | number | boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": "number",
                        "3": "false",
                        "4": "true"
                      }
                    }
                  },
                  "margin": {
                    "name": "margin",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | number | boolean | undefined",
                    "schema": "string | number | boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "nonce",
          "global": false,
          "description": "The global `nonce` value of your application. This will be inherited by the related primitives.",
          "tags": [
            {
              "name": "type",
              "text": "string"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Avatar": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Avatar",
    "kebabName": "b24-avatar",
    "chunkName": "components/b24-avatar",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'span'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"span"'
        },
        {
          "name": "src",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "alt",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "text",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"3xs"',
              "4": '"2xs"',
              "5": '"xs"',
              "6": '"sm"',
              "7": '"xl"',
              "8": '"2xl"',
              "9": '"3xl"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24AvatarGroup": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24AvatarGroup",
    "kebabName": "b24-avatar-group",
    "chunkName": "components/b24-avatar-group",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"3xs"',
              "4": '"2xs"',
              "5": '"xs"',
              "6": '"sm"',
              "7": '"xl"',
              "8": '"2xl"',
              "9": '"3xl"'
            }
          }
        },
        {
          "name": "max",
          "global": false,
          "description": "The maximum number of avatars to display.",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Badge": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Badge",
    "kebabName": "b24-badge",
    "chunkName": "components/b24-badge",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'span'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"span"'
        },
        {
          "name": "label",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "depth",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'normal'"
            }
          ],
          "required": false,
          "type": '"light" | "normal" | "dark" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"light" | "normal" | "dark" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"light"',
              "2": '"normal"',
              "3": '"dark"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"',
              "5": '"xl"'
            }
          }
        },
        {
          "name": "useLink",
          "global": false,
          "description": "Shows 'underline' on hover",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "useClose",
          "global": false,
          "description": "Shows icons.close on the right side",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "useFill",
          "global": false,
          "description": "Fills the background",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "Display an icon on the right side.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Button": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Button",
    "kebabName": "b24-button",
    "chunkName": "components/b24-button",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "label",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"',
              "9": '"link"'
            }
          }
        },
        {
          "name": "activeColor",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"',
              "9": '"link"'
            }
          }
        },
        {
          "name": "depth",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'normal'"
            }
          ],
          "required": false,
          "type": '"light" | "normal" | "dark" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"light" | "normal" | "dark" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"light"',
              "2": '"normal"',
              "3": '"dark"'
            }
          }
        },
        {
          "name": "activeDepth",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": '"light" | "normal" | "dark" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"light" | "normal" | "dark" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"light"',
              "2": '"normal"',
              "3": '"dark"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "block",
          "global": false,
          "description": "Render the button full width",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "loadingAuto",
          "global": false,
          "description": "Set loading state automatically based on the `@click` promise state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "normalCase",
          "global": false,
          "description": "Disable uppercase label",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "useWait",
          "global": false,
          "description": "Shows LoaderWaitIcon in loading mode",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "useClock",
          "global": false,
          "description": "Shows LoaderClockIcon icon in loading mode",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "useDropdown",
          "global": false,
          "description": "Shows icons.chevronDown on the right side",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "activeClass",
          "global": false,
          "description": "The class to apply when the link is active",
          "tags": [
            {
              "name": "defaultValue",
              "text": "''"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        },
        {
          "name": "inactiveClass",
          "global": false,
          "description": "The class to apply when the link is inactive",
          "tags": [
            {
              "name": "defaultValue",
              "text": "''"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as when not a link.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'button'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "type",
          "global": false,
          "description": "The type of the button when not a link.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'button'"
            }
          ],
          "required": false,
          "type": '"reset" | "submit" | "button" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"reset" | "submit" | "button" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"reset"',
              "2": '"submit"',
              "3": '"button"'
            }
          },
          "default": '"button"'
        },
        {
          "name": "to",
          "global": false,
          "description": "Route Location the link should navigate to when clicked on.",
          "tags": [],
          "required": false,
          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": {
                "kind": "object",
                "type": "RouteLocationAsRelativeGeneric",
                "schema": {
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteRecordNameGeneric",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteRecordNameGeneric",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": "symbol"
                      }
                    }
                  },
                  "params": {
                    "name": "params",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteParamsRawGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteParamsRawGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "RouteParamsRawGeneric"
                      }
                    }
                  },
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "A relative path to the current location. This property should be removed",
                    "tags": [],
                    "required": false,
                    "type": "undefined",
                    "schema": "undefined"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "LocationQueryRaw | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "LocationQueryRaw"
                      }
                    }
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "HistoryState | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "HistoryState",
                          "schema": {}
                        }
                      }
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "RouteLocationAsPathGeneric",
                "schema": {
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "Percentage encoded pathname section of the URL.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": "LocationQueryRaw | undefined"
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": "HistoryState | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "exactActiveClass",
          "global": false,
          "description": "Class to apply when the link is exact active",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "ariaCurrentValue",
          "global": false,
          "description": "Value passed to the attribute `aria-current` when the link is exact active.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`'page'`"
            }
          ],
          "required": false,
          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"true"',
              "2": '"false"',
              "3": '"page"',
              "4": '"step"',
              "5": '"location"',
              "6": '"date"',
              "7": '"time"'
            }
          }
        },
        {
          "name": "viewTransition",
          "global": false,
          "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "replace",
          "global": false,
          "description": "Calls `router.replace` instead of `router.push`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "active",
          "global": false,
          "description": "Force the link to be active independent of the current route.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "undefined"
        },
        {
          "name": "exact",
          "global": false,
          "description": "Will only be active if the current route is an exact match.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "exactQuery",
          "global": false,
          "description": "Allows controlling how the current route query sets the link as active.",
          "tags": [],
          "required": false,
          "type": 'boolean | "partial" | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "partial" | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"partial"'
            }
          }
        },
        {
          "name": "exactHash",
          "global": false,
          "description": "Will only be active if the current route hash is an exact match.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "isAction",
          "global": false,
          "description": "When `true`, uses special underlined styling.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "href",
          "global": false,
          "description": "An alias for `to`. If used with `to`, `href` will be ignored",
          "tags": [],
          "required": false,
          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": {
                "kind": "object",
                "type": "RouteLocationAsRelativeGeneric",
                "schema": {
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteRecordNameGeneric",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteRecordNameGeneric",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": "symbol"
                      }
                    }
                  },
                  "params": {
                    "name": "params",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteParamsRawGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteParamsRawGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "RouteParamsRawGeneric"
                      }
                    }
                  },
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "A relative path to the current location. This property should be removed",
                    "tags": [],
                    "required": false,
                    "type": "undefined",
                    "schema": "undefined"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "LocationQueryRaw | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "LocationQueryRaw"
                      }
                    }
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "HistoryState | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "HistoryState",
                          "schema": {}
                        }
                      }
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "RouteLocationAsPathGeneric",
                "schema": {
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "Percentage encoded pathname section of the URL.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": "LocationQueryRaw | undefined"
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": "HistoryState | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "external",
          "global": false,
          "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "target",
          "global": false,
          "description": "Where to display the linked URL as the name for a browsing context.",
          "tags": [],
          "required": false,
          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": '"_blank"',
              "3": '"_parent"',
              "4": '"_self"',
              "5": '"_top"',
              "6": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "rel",
          "global": false,
          "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
          "tags": [],
          "required": false,
          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              },
              "3": '"noopener"',
              "4": '"noreferrer"',
              "5": '"nofollow"',
              "6": '"sponsored"',
              "7": '"ugc"'
            }
          }
        },
        {
          "name": "noRel",
          "global": false,
          "description": "If set to true, no rel attribute will be added to the link",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "prefetchedClass",
          "global": false,
          "description": "A class to apply to links that have been prefetched.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "prefetch",
          "global": false,
          "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "prefetchOn",
          "global": false,
          "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
          "tags": [],
          "required": false,
          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
          "schema": {
            "kind": "enum",
            "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
            "schema": {
              "0": "undefined",
              "1": '"visibility"',
              "2": '"interaction"',
              "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
            }
          }
        },
        {
          "name": "noPrefetch",
          "global": false,
          "description": "Escape hatch to disable `prefetch` attribute.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24ButtonGroup": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24ButtonGroup",
    "kebabName": "b24-button-group",
    "chunkName": "components/b24-button-group",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation the buttons are laid out.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "noSplit",
          "global": false,
          "description": "Disable show split",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Calendar": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Calendar",
    "kebabName": "b24-calendar",
    "chunkName": "components/b24-calendar",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "nextYearIcon",
          "global": false,
          "description": "The icon to use for the next year control.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDoubleRight"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "nextYear",
          "global": false,
          "description": "Configure the next year button.\n`{ color: 'link' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "nextMonthIcon",
          "global": false,
          "description": "The icon to use for the next month control.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronRight"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "nextMonth",
          "global": false,
          "description": "Configure the next month button.\n`{ color: 'link' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "prevYearIcon",
          "global": false,
          "description": "The icon to use for the previous year control.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDoubleLeft"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "prevYear",
          "global": false,
          "description": "Configure the prev year button.\n`{ color: 'link' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "prevMonthIcon",
          "global": false,
          "description": "The icon to use for the previous month control.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronLeft"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "prevMonth",
          "global": false,
          "description": "Configure the prev month button.\n`{ color: 'link' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "range",
          "global": false,
          "description": "Whether a range of dates can be selected",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "multiple",
          "global": false,
          "description": "Whether multiple dates can be selected",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "monthControls",
          "global": false,
          "description": "Show month controls",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "yearControls",
          "global": false,
          "description": "Show year controls",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "DateValue | DateRange | DateValue[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | DateRange | DateValue[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "2": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "4": {
                "kind": "object",
                "type": "DateRange",
                "schema": {
                  "start": {
                    "name": "start",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "DateValue | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "DateValue | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "CalendarDate",
                        "2": "CalendarDateTime",
                        "3": "ZonedDateTime"
                      }
                    }
                  },
                  "end": {
                    "name": "end",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "DateValue | undefined",
                    "schema": "DateValue | undefined"
                  }
                }
              },
              "5": {
                "kind": "array",
                "type": "DateValue[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "DateValue",
                    "schema": [
                      "CalendarDate",
                      "CalendarDateTime",
                      "ZonedDateTime"
                    ]
                  }
                ]
              }
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "DateValue | DateRange | DateValue[] | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | DateRange | DateValue[] | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "4": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "5": {
                "kind": "object",
                "type": "DateRange",
                "schema": {
                  "start": {
                    "name": "start",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "DateValue | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "DateValue | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "CalendarDate",
                        "2": "CalendarDateTime",
                        "3": "ZonedDateTime"
                      }
                    }
                  },
                  "end": {
                    "name": "end",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "DateValue | undefined",
                    "schema": "DateValue | undefined"
                  }
                }
              },
              "6": {
                "kind": "array",
                "type": "DateValue[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "DateValue",
                    "schema": [
                      "CalendarDate",
                      "CalendarDateTime",
                      "ZonedDateTime"
                    ]
                  }
                ]
              }
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; header: string; body: string; heading: string; grid: string; gridRow: string; gridWeekDaysRow: string; gridBody: string; headCell: string; cell: string; cellTrigger: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; header: string; body: string; heading: string; grid: string; gridRow: string; gridWeekDaysRow: string; gridBody: string; headCell: string; cell: string; cellTrigger: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; header: string; body: string; heading: string; grid: string; gridRow: string; gridWeekDaysRow: string; gridBody: string; headCell: string; cell: string; cellTrigger: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "Whether or not the calendar is disabled",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultPlaceholder",
          "global": false,
          "description": "The default placeholder date",
          "tags": [],
          "required": false,
          "type": "DateValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "2": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view",
          "tags": [],
          "required": false,
          "type": "DateValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "2": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "allowNonContiguousRanges",
          "global": false,
          "description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges, i.e. ranges containing unavailable dates, may be selected.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "pagedNavigation",
          "global": false,
          "description": "This property causes the previous and next buttons to navigate by the number of months displayed at once, rather than one month",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "preventDeselect",
          "global": false,
          "description": "Whether or not to prevent the user from deselecting a date without selecting another date first",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "weekStartsOn",
          "global": false,
          "description": "The day of the week to start the calendar on",
          "tags": [],
          "required": false,
          "type": "0 | 1 | 2 | 3 | 4 | 5 | 6 | undefined",
          "schema": {
            "kind": "enum",
            "type": "0 | 1 | 2 | 3 | 4 | 5 | 6 | undefined",
            "schema": {
              "0": "undefined",
              "1": "0",
              "2": "1",
              "3": "2",
              "4": "3",
              "5": "4",
              "6": "5",
              "7": "6"
            }
          }
        },
        {
          "name": "weekdayFormat",
          "global": false,
          "description": "The format to use for the weekday strings provided via the weekdays slot prop",
          "tags": [],
          "required": false,
          "type": "WeekDayFormat | undefined",
          "schema": {
            "kind": "enum",
            "type": "WeekDayFormat | undefined",
            "schema": {
              "0": "undefined",
              "1": '"narrow"',
              "2": '"short"',
              "3": '"long"'
            }
          }
        },
        {
          "name": "fixedWeeks",
          "global": false,
          "description": "Whether or not to always display 6 weeks in the calendar",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "maxValue",
          "global": false,
          "description": "The maximum date that can be selected",
          "tags": [],
          "required": false,
          "type": "DateValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "2": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "minValue",
          "global": false,
          "description": "The minimum date that can be selected",
          "tags": [],
          "required": false,
          "type": "DateValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "DateValue | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "CalendarDate",
                "schema": {
                  "__#5@#private": {
                    "name": "__#5@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": {
                      "kind": "object",
                      "type": "Calendar",
                      "schema": {
                        "identifier": {
                          "name": "identifier",
                          "global": false,
                          "description": "A string identifier for the calendar, as defined by Unicode CLDR.",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        },
                        "fromJulianDay": {
                          "name": "fromJulianDay",
                          "global": false,
                          "description": "Creates a CalendarDate in this calendar from the given Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(jd: number) => CalendarDate",
                          "schema": {
                            "kind": "event",
                            "type": "(jd: number): CalendarDate",
                            "schema": {}
                          }
                        },
                        "toJulianDay": {
                          "name": "toJulianDay",
                          "global": false,
                          "description": "Converts a date in this calendar to a Julian day number.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getDaysInMonth": {
                          "name": "getDaysInMonth",
                          "global": false,
                          "description": "Returns the number of days in the month of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getMonthsInYear": {
                          "name": "getMonthsInYear",
                          "global": false,
                          "description": "Returns the number of months in the year of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getYearsInEra": {
                          "name": "getYearsInEra",
                          "global": false,
                          "description": "Returns the number of years in the era of the given date.",
                          "tags": [],
                          "required": true,
                          "type": "(date: AnyCalendarDate) => number",
                          "schema": {
                            "kind": "event",
                            "type": "(date: AnyCalendarDate): number",
                            "schema": {}
                          }
                        },
                        "getEras": {
                          "name": "getEras",
                          "global": false,
                          "description": "Returns a list of era identifiers for the calendar.",
                          "tags": [],
                          "required": true,
                          "type": "() => string[]",
                          "schema": {
                            "kind": "event",
                            "type": "(): string[]"
                          }
                        },
                        "getMinimumMonthInYear": {
                          "name": "getMinimumMonthInYear",
                          "global": false,
                          "description": "Returns the minimum month number of the given date's year.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a year.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "getMinimumDayInMonth": {
                          "name": "getMinimumDayInMonth",
                          "global": false,
                          "description": "Returns the minimum day number of the given date's month.\nNormally, this is 1, but in some calendars such as the Japanese,\neras may begin in the middle of a month.",
                          "tags": [],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => number) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => number) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): number",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceDate": {
                          "name": "balanceDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "balanceYearMonth": {
                          "name": "balanceYearMonth",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate, previousDate: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate, previousDate: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "constrainDate": {
                          "name": "constrainDate",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): void",
                                "schema": []
                              }
                            }
                          }
                        },
                        "isInverseEra": {
                          "name": "isInverseEra",
                          "global": false,
                          "description": "",
                          "tags": [
                            {
                              "name": "private"
                            }
                          ],
                          "required": false,
                          "type": "((date: AnyCalendarDate) => boolean) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((date: AnyCalendarDate) => boolean) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(date: AnyCalendarDate): boolean",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDate"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateDuration) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateDuration): CalendarDate",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields): CalendarDate",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDate` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined) => CalendarDate",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields, amount: number, options?: CycleOptions | undefined): CalendarDate",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object, with the time set to midnight in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: AnyCalendarDate) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: AnyCalendarDate): number",
                      "schema": {}
                    }
                  }
                }
              },
              "2": {
                "kind": "object",
                "type": "CalendarDateTime",
                "schema": {
                  "__#7@#private": {
                    "name": "__#7@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): CalendarDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `CalendarDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => CalendarDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): CalendarDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object in the given time zone.",
                    "tags": [],
                    "required": true,
                    "type": "(timeZone: string, disambiguation?: Disambiguation | undefined) => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(timeZone: string, disambiguation?: Disambiguation | undefined): Date",
                      "schema": {}
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "ZonedDateTime",
                "schema": {
                  "__#8@#private": {
                    "name": "__#8@#private",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  },
                  "calendar": {
                    "name": "calendar",
                    "global": false,
                    "description": "The calendar system associated with this date, e.g. Gregorian.",
                    "tags": [],
                    "required": true,
                    "type": "Calendar",
                    "schema": "Calendar"
                  },
                  "era": {
                    "name": "era",
                    "global": false,
                    "description": 'The calendar era for this date, e.g. "BC" or "AD".',
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "year": {
                    "name": "year",
                    "global": false,
                    "description": "The year of this date within the era.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "month": {
                    "name": "month",
                    "global": false,
                    "description": "The month number within the year. Note that some calendar systems such as Hebrew\nmay have a variable number of months per year. Therefore, month numbers may not\nalways correspond to the same month names in different years.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "day": {
                    "name": "day",
                    "global": false,
                    "description": "The day number within the month.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "hour": {
                    "name": "hour",
                    "global": false,
                    "description": "The hour in the day, numbered from 0 to 23.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "minute": {
                    "name": "minute",
                    "global": false,
                    "description": "The minute in the hour.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "second": {
                    "name": "second",
                    "global": false,
                    "description": "The second in the minute.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "millisecond": {
                    "name": "millisecond",
                    "global": false,
                    "description": "The millisecond in the second.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "timeZone": {
                    "name": "timeZone",
                    "global": false,
                    "description": "The IANA time zone identifier that this date and time is represented in.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "offset": {
                    "name": "offset",
                    "global": false,
                    "description": "The UTC offset for this time, in milliseconds.",
                    "tags": [],
                    "required": true,
                    "type": "number",
                    "schema": "number"
                  },
                  "copy": {
                    "name": "copy",
                    "global": false,
                    "description": "Returns a copy of this date.",
                    "tags": [],
                    "required": true,
                    "type": "() => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(): ZonedDateTime"
                    }
                  },
                  "add": {
                    "name": "add",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration added to it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "subtract": {
                    "name": "subtract",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given duration subtracted from it.",
                    "tags": [],
                    "required": true,
                    "type": "(duration: DateTimeDuration) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(duration: DateTimeDuration): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "set": {
                    "name": "set",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given fields set to the provided values. Other fields will be constrained accordingly.",
                    "tags": [],
                    "required": true,
                    "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(fields: DateFields & TimeFields, disambiguation?: Disambiguation | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "cycle": {
                    "name": "cycle",
                    "global": false,
                    "description": "Returns a new `ZonedDateTime` with the given field adjusted by a specified amount.\nWhen the resulting value reaches the limits of the field, it wraps around.",
                    "tags": [],
                    "required": true,
                    "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined) => ZonedDateTime",
                    "schema": {
                      "kind": "event",
                      "type": "(field: keyof DateFields | keyof TimeFields, amount: number, options?: CycleTimeOptions | undefined): ZonedDateTime",
                      "schema": {}
                    }
                  },
                  "toDate": {
                    "name": "toDate",
                    "global": false,
                    "description": "Converts the date to a native JavaScript Date object.",
                    "tags": [],
                    "required": true,
                    "type": "() => Date",
                    "schema": {
                      "kind": "event",
                      "type": "(): Date"
                    }
                  },
                  "toString": {
                    "name": "toString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string, including the UTC offset and time zone identifier.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "toAbsoluteString": {
                    "name": "toAbsoluteString",
                    "global": false,
                    "description": "Converts the date to an ISO 8601 formatted string in UTC.",
                    "tags": [],
                    "required": true,
                    "type": "() => string",
                    "schema": {
                      "kind": "event",
                      "type": "(): string"
                    }
                  },
                  "compare": {
                    "name": "compare",
                    "global": false,
                    "description": "Compares this date with another. A negative result indicates that this date is before the given one, and a positive date indicates that it is after.",
                    "tags": [],
                    "required": true,
                    "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime) => number",
                    "schema": {
                      "kind": "event",
                      "type": "(b: CalendarDate | CalendarDateTime | ZonedDateTime): number",
                      "schema": {}
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "numberOfMonths",
          "global": false,
          "description": "The number of months to display at once",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "readonly",
          "global": false,
          "description": "Whether or not the calendar is readonly",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "initialFocus",
          "global": false,
          "description": "If true, the calendar will focus the selected day, today, or the first day of the month depending on what is visible when the calendar is mounted",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "isDateDisabled",
          "global": false,
          "description": "A function that returns whether or not a date is disabled",
          "tags": [],
          "required": false,
          "type": "Matcher | undefined",
          "schema": {
            "kind": "enum",
            "type": "Matcher | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(date: DateValue): boolean",
                "schema": []
              }
            }
          }
        },
        {
          "name": "isDateUnavailable",
          "global": false,
          "description": "A function that returns whether or not a date is unavailable",
          "tags": [],
          "required": false,
          "type": "Matcher | undefined",
          "schema": {
            "kind": "enum",
            "type": "Matcher | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(date: DateValue): boolean",
                "schema": []
              }
            }
          }
        },
        {
          "name": "nextPage",
          "global": false,
          "description": "A function that returns the next page of the calendar. It receives the current placeholder as an argument inside the component.",
          "tags": [],
          "required": false,
          "type": "((placeholder: DateValue) => DateValue) | undefined",
          "schema": {
            "kind": "enum",
            "type": "((placeholder: DateValue) => DateValue) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(placeholder: DateValue): DateValue",
                "schema": []
              }
            }
          }
        },
        {
          "name": "prevPage",
          "global": false,
          "description": "A function that returns the previous page of the calendar. It receives the current placeholder as an argument inside the component.",
          "tags": [],
          "required": false,
          "type": "((placeholder: DateValue) => DateValue) | undefined",
          "schema": {
            "kind": "enum",
            "type": "((placeholder: DateValue) => DateValue) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(placeholder: DateValue): DateValue",
                "schema": []
              }
            }
          }
        }
      ],
      "slots": [
        {
          "name": "heading",
          "type": "{ value: string; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ value: string; }",
            "schema": {
              "value": {
                "name": "value",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "string",
                "schema": "string"
              }
            }
          }
        },
        {
          "name": "day",
          "type": 'Pick<CalendarCellTriggerProps, "day">',
          "description": "",
          "schema": 'Pick<CalendarCellTriggerProps, "day">'
        },
        {
          "name": "week-day",
          "type": "{ day: string; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ day: string; }",
            "schema": {
              "day": {
                "name": "day",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "string",
                "schema": "string"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Checkbox": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Checkbox",
    "kebabName": "b24-checkbox",
    "chunkName": "components/b24-checkbox",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "label",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; base: string; container: string; wrapper: string; icon: string; label: string; description: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; base: string; container: string; wrapper: string; icon: string; label: string; description: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; base: string; container: string; wrapper: string; icon: string; label: string; description: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with the checkbox",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
          "tags": [],
          "required": false,
          "type": 'boolean | "indeterminate" | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "indeterminate" | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"indeterminate"'
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "value",
          "global": false,
          "description": "The value given as data when submitted with a `name`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": '"on"'
            }
          ],
          "required": false,
          "type": "AcceptableValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "AcceptableValue | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "string",
              "3": "number",
              "4": "Record<string, any>"
            }
          }
        },
        {
          "name": "id",
          "global": false,
          "description": "Id of the element",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": 'boolean | "indeterminate" | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "indeterminate" | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"indeterminate"'
            }
          },
          "default": "undefined"
        }
      ],
      "slots": [
        {
          "name": "label",
          "type": "{ label?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ label?: string | undefined; }",
            "schema": {
              "label": {
                "name": "label",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{ description?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ description?: string | undefined; }",
            "schema": {
              "description": {
                "name": "description",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Chip": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Chip",
    "kebabName": "b24-chip",
    "chunkName": "components/b24-chip",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "text",
          "global": false,
          "description": "Display some text inside the chip.",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'danger'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"',
              "9": '"link"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'sm'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"3xs"',
              "4": '"2xs"',
              "5": '"xs"',
              "6": '"sm"',
              "7": '"xl"',
              "8": '"2xl"',
              "9": '"3xl"'
            }
          }
        },
        {
          "name": "position",
          "global": false,
          "description": "The position of the chip.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'top-right'"
            }
          ],
          "required": false,
          "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"top-left"',
              "2": '"top-right"',
              "3": '"bottom-left"',
              "4": '"bottom-right"'
            }
          }
        },
        {
          "name": "inset",
          "global": false,
          "description": "When `true`, keep the chip inside the component for rounded elements",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        },
        {
          "name": "standalone",
          "global": false,
          "description": "When `true`, render the chip relatively to the parent.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; base: string; }>"
            }
          }
        },
        {
          "name": "show",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Collapsible": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Collapsible",
    "kebabName": "b24-collapsible",
    "chunkName": "components/b24-collapsible",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; content: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; content: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; content: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with the collapsible.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "unmountOnHide",
          "global": false,
          "description": "When `true`, the element will be unmounted on closed state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Container": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Container",
    "kebabName": "b24-container",
    "chunkName": "components/b24-container",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Countdown": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Countdown",
    "kebabName": "b24-countdown",
    "chunkName": "components/b24-countdown",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'span'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"span"'
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"',
              "5": '"xl"'
            }
          }
        },
        {
          "name": "emitEvents",
          "global": false,
          "description": "Emits the countdown events",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "seconds",
          "global": false,
          "description": "Number of seconds to countdown",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "showMinutes",
          "global": false,
          "description": "Should seconds be divided into minutes?",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "useCircle",
          "global": false,
          "description": "Shows a `Circle` around the countdown",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        },
        {
          "name": "interval",
          "global": false,
          "description": "The interval time (in milliseconds) of the countdown progress",
          "tags": [
            {
              "name": "defaultValue",
              "text": "1000"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "1000"
        },
        {
          "name": "needStartImmediately",
          "global": false,
          "description": "Starts the countdown automatically when initialized",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "now",
          "global": false,
          "description": "Generate the current time of a specific time zone",
          "tags": [
            {
              "name": "defaultValue",
              "text": "Date.now()"
            }
          ],
          "required": false,
          "type": "(() => number) | undefined",
          "schema": {
            "kind": "enum",
            "type": "(() => number) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(): number"
              }
            }
          },
          "default": "Date.now()"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; circleBase: string; circleGroup: string; circleElement: string; circlePath: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; circleBase: string; circleGroup: string; circleElement: string; circlePath: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; circleBase: string; circleGroup: string; circleElement: string; circlePath: string; }>"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "CountdownData & { formatTime: string; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "CountdownData & { formatTime: string; }",
            "schema": {
              "days": {
                "name": "days",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "hours": {
                "name": "hours",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "minutes": {
                "name": "minutes",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "seconds": {
                "name": "seconds",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "milliseconds": {
                "name": "milliseconds",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "totalDays": {
                "name": "totalDays",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "totalHours": {
                "name": "totalHours",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "totalMinutes": {
                "name": "totalMinutes",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "totalSeconds": {
                "name": "totalSeconds",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "totalMilliseconds": {
                "name": "totalMilliseconds",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "formatTime": {
                "name": "formatTime",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "string",
                "schema": "string"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24DescriptionList": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24DescriptionList",
    "kebabName": "b24-description-list",
    "chunkName": "components/b24-description-list",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "legend",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "text",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "The key used to get the label from the item.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"label"'
        },
        {
          "name": "descriptionKey",
          "global": false,
          "description": "The key used to get the description from the item.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'description'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"description"'
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "DescriptionListItem[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "DescriptionListItem[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "DescriptionListItem[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "DescriptionListItem",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "Display an icon on the left side.",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "slot": {
                        "name": "slot",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "description": {
                        "name": "description",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "orientation": {
                        "name": "orientation",
                        "global": false,
                        "description": "The orientation between the content and the actions.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'vertical'"
                          }
                        ],
                        "required": false,
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"vertical" | "horizontal" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"vertical"',
                            "2": '"horizontal"'
                          }
                        }
                      },
                      "actions": {
                        "name": "actions",
                        "global": false,
                        "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                        "tags": [],
                        "required": false,
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "ButtonProps[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "array",
                              "type": "ButtonProps[]",
                              "schema": [
                                {
                                  "kind": "object",
                                  "type": "ButtonProps",
                                  "schema": {
                                    "label": {
                                      "name": "label",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "color": {
                                      "name": "color",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'default'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"default"',
                                          "2": '"danger"',
                                          "3": '"success"',
                                          "4": '"warning"',
                                          "5": '"primary"',
                                          "6": '"secondary"',
                                          "7": '"collab"',
                                          "8": '"ai"',
                                          "9": '"link"'
                                        }
                                      }
                                    },
                                    "activeColor": {
                                      "name": "activeColor",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                    },
                                    "depth": {
                                      "name": "depth",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'normal'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"light" | "normal" | "dark" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"light"',
                                          "2": '"normal"',
                                          "3": '"dark"'
                                        }
                                      }
                                    },
                                    "activeDepth": {
                                      "name": "activeDepth",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": '"light" | "normal" | "dark" | undefined'
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"xs"',
                                          "4": '"sm"'
                                        }
                                      }
                                    },
                                    "rounded": {
                                      "name": "rounded",
                                      "global": false,
                                      "description": "Rounds the corners of the button",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "boolean | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "false",
                                          "2": "true"
                                        }
                                      }
                                    },
                                    "block": {
                                      "name": "block",
                                      "global": false,
                                      "description": "Render the button full width",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "loadingAuto": {
                                      "name": "loadingAuto",
                                      "global": false,
                                      "description": "Set loading state automatically based on the `@click` promise state",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "normalCase": {
                                      "name": "normalCase",
                                      "global": false,
                                      "description": "Disable uppercase label",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "useWait": {
                                      "name": "useWait",
                                      "global": false,
                                      "description": "Shows LoaderWaitIcon in loading mode",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "useClock": {
                                      "name": "useClock",
                                      "global": false,
                                      "description": "Shows LoaderClockIcon icon in loading mode",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "useDropdown": {
                                      "name": "useDropdown",
                                      "global": false,
                                      "description": "Shows icons.chevronDown on the right side",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "onClick": {
                                      "name": "onClick",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": {
                                            "kind": "event",
                                            "type": "(event: MouseEvent): void | Promise<void>",
                                            "schema": []
                                          },
                                          "2": {
                                            "kind": "array",
                                            "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                            "schema": [
                                              {
                                                "kind": "event",
                                                "type": "(event: MouseEvent): void | Promise<void>",
                                                "schema": []
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "activeClass": {
                                      "name": "activeClass",
                                      "global": false,
                                      "description": "The class to apply when the link is active",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "''"
                                        }
                                      ],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "inactiveClass": {
                                      "name": "inactiveClass",
                                      "global": false,
                                      "description": "The class to apply when the link is inactive",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "''"
                                        }
                                      ],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                        }
                                      }
                                    },
                                    "loading": {
                                      "name": "loading",
                                      "global": false,
                                      "description": "When `true`, the loading icon will be displayed.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "icon": {
                                      "name": "icon",
                                      "global": false,
                                      "description": "Display an icon on the left side.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "icons.loading"
                                        },
                                        {
                                          "name": "IconComponent"
                                        }
                                      ],
                                      "required": false,
                                      "type": "IconComponent | undefined",
                                      "schema": "IconComponent | undefined"
                                    },
                                    "avatar": {
                                      "name": "avatar",
                                      "global": false,
                                      "description": "Display an avatar on the left side.",
                                      "tags": [],
                                      "required": false,
                                      "type": "AvatarProps | undefined",
                                      "schema": "AvatarProps | undefined"
                                    },
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as when not a link.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'button'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "type": {
                                      "name": "type",
                                      "global": false,
                                      "description": "The type of the button when not a link.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'button'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"reset" | "submit" | "button" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"reset"',
                                          "2": '"submit"',
                                          "3": '"button"'
                                        }
                                      }
                                    },
                                    "to": {
                                      "name": "to",
                                      "global": false,
                                      "description": "Route Location the link should navigate to when clicked on.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "string",
                                          "2": {
                                            "kind": "object",
                                            "type": "RouteLocationAsRelativeGeneric",
                                            "schema": {
                                              "name": {
                                                "name": "name",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "kind": "enum",
                                                  "type": "RouteRecordNameGeneric",
                                                  "schema": {
                                                    "0": "undefined",
                                                    "1": "string",
                                                    "2": "symbol"
                                                  }
                                                }
                                              },
                                              "params": {
                                                "name": "params",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "kind": "enum",
                                                  "type": "RouteParamsRawGeneric | undefined",
                                                  "schema": {
                                                    "0": "undefined",
                                                    "1": "RouteParamsRawGeneric"
                                                  }
                                                }
                                              },
                                              "path": {
                                                "name": "path",
                                                "global": false,
                                                "description": "A relative path to the current location. This property should be removed",
                                                "tags": [],
                                                "required": false,
                                                "type": "undefined",
                                                "schema": "undefined"
                                              },
                                              "query": {
                                                "name": "query",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "kind": "enum",
                                                  "type": "LocationQueryRaw | undefined",
                                                  "schema": {
                                                    "0": "undefined",
                                                    "1": "LocationQueryRaw"
                                                  }
                                                }
                                              },
                                              "hash": {
                                                "name": "hash",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "string | undefined",
                                                "schema": "string | undefined"
                                              },
                                              "replace": {
                                                "name": "replace",
                                                "global": false,
                                                "description": "Replace the entry in the history instead of pushing a new entry",
                                                "tags": [],
                                                "required": false,
                                                "type": "boolean | undefined",
                                                "schema": "boolean | undefined"
                                              },
                                              "force": {
                                                "name": "force",
                                                "global": false,
                                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                                "tags": [],
                                                "required": false,
                                                "type": "boolean | undefined",
                                                "schema": "boolean | undefined"
                                              },
                                              "state": {
                                                "name": "state",
                                                "global": false,
                                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                                "tags": [],
                                                "required": false,
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "kind": "enum",
                                                  "type": "HistoryState | undefined",
                                                  "schema": {
                                                    "0": "undefined",
                                                    "1": {
                                                      "kind": "object",
                                                      "type": "HistoryState",
                                                      "schema": {}
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "3": {
                                            "kind": "object",
                                            "type": "RouteLocationAsPathGeneric",
                                            "schema": {
                                              "path": {
                                                "name": "path",
                                                "global": false,
                                                "description": "Percentage encoded pathname section of the URL.",
                                                "tags": [],
                                                "required": true,
                                                "type": "string",
                                                "schema": "string"
                                              },
                                              "query": {
                                                "name": "query",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": "LocationQueryRaw | undefined"
                                              },
                                              "hash": {
                                                "name": "hash",
                                                "global": false,
                                                "description": "",
                                                "tags": [],
                                                "required": false,
                                                "type": "string | undefined",
                                                "schema": "string | undefined"
                                              },
                                              "replace": {
                                                "name": "replace",
                                                "global": false,
                                                "description": "Replace the entry in the history instead of pushing a new entry",
                                                "tags": [],
                                                "required": false,
                                                "type": "boolean | undefined",
                                                "schema": "boolean | undefined"
                                              },
                                              "force": {
                                                "name": "force",
                                                "global": false,
                                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                                "tags": [],
                                                "required": false,
                                                "type": "boolean | undefined",
                                                "schema": "boolean | undefined"
                                              },
                                              "state": {
                                                "name": "state",
                                                "global": false,
                                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                                "tags": [],
                                                "required": false,
                                                "type": "HistoryState | undefined",
                                                "schema": "HistoryState | undefined"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "exactActiveClass": {
                                      "name": "exactActiveClass",
                                      "global": false,
                                      "description": "Class to apply when the link is exact active",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "ariaCurrentValue": {
                                      "name": "ariaCurrentValue",
                                      "global": false,
                                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "`'page'`"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"true"',
                                          "2": '"false"',
                                          "3": '"page"',
                                          "4": '"step"',
                                          "5": '"location"',
                                          "6": '"date"',
                                          "7": '"time"'
                                        }
                                      }
                                    },
                                    "viewTransition": {
                                      "name": "viewTransition",
                                      "global": false,
                                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "replace": {
                                      "name": "replace",
                                      "global": false,
                                      "description": "Calls `router.replace` instead of `router.push`.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "disabled": {
                                      "name": "disabled",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "active": {
                                      "name": "active",
                                      "global": false,
                                      "description": "Force the link to be active independent of the current route.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "exact": {
                                      "name": "exact",
                                      "global": false,
                                      "description": "Will only be active if the current route is an exact match.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "exactQuery": {
                                      "name": "exactQuery",
                                      "global": false,
                                      "description": "Allows controlling how the current route query sets the link as active.",
                                      "tags": [],
                                      "required": false,
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": 'boolean | "partial" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": "false",
                                          "2": "true",
                                          "3": '"partial"'
                                        }
                                      }
                                    },
                                    "exactHash": {
                                      "name": "exactHash",
                                      "global": false,
                                      "description": "Will only be active if the current route hash is an exact match.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "isAction": {
                                      "name": "isAction",
                                      "global": false,
                                      "description": "When `true`, uses special underlined styling.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "href": {
                                      "name": "href",
                                      "global": false,
                                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                    },
                                    "external": {
                                      "name": "external",
                                      "global": false,
                                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "target": {
                                      "name": "target",
                                      "global": false,
                                      "description": "Where to display the linked URL as the name for a browsing context.",
                                      "tags": [],
                                      "required": false,
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": "null",
                                          "2": '"_blank"',
                                          "3": '"_parent"',
                                          "4": '"_self"',
                                          "5": '"_top"',
                                          "6": {
                                            "kind": "object",
                                            "type": "string & {}",
                                            "schema": {}
                                          }
                                        }
                                      }
                                    },
                                    "rel": {
                                      "name": "rel",
                                      "global": false,
                                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                      "tags": [],
                                      "required": false,
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": "null",
                                          "2": "string & {}",
                                          "3": '"noopener"',
                                          "4": '"noreferrer"',
                                          "5": '"nofollow"',
                                          "6": '"sponsored"',
                                          "7": '"ugc"'
                                        }
                                      }
                                    },
                                    "noRel": {
                                      "name": "noRel",
                                      "global": false,
                                      "description": "If set to true, no rel attribute will be added to the link",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "prefetchedClass": {
                                      "name": "prefetchedClass",
                                      "global": false,
                                      "description": "A class to apply to links that have been prefetched.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "prefetch": {
                                      "name": "prefetch",
                                      "global": false,
                                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "prefetchOn": {
                                      "name": "prefetchOn",
                                      "global": false,
                                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                      "tags": [],
                                      "required": false,
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"visibility"',
                                          "2": '"interaction"',
                                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                        }
                                      }
                                    },
                                    "noPrefetch": {
                                      "name": "noPrefetch",
                                      "global": false,
                                      "description": "Escape hatch to disable `prefetch` attribute.",
                                      "tags": [],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        }
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "b24ui": {
                        "name": "b24ui",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                          }
                        }
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"md" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"md" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"md"',
              "2": '"sm"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "legend",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "text",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "leading",
          "type": "{ item: DescriptionListItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DescriptionListItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DescriptionListItem",
                "schema": {
                  "kind": "object",
                  "type": "DescriptionListItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "orientation": {
                      "name": "orientation",
                      "global": false,
                      "description": "The orientation between the content and the actions.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'vertical'"
                        }
                      ],
                      "required": false,
                      "type": '"vertical" | "horizontal" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"vertical"',
                          "2": '"horizontal"'
                        }
                      }
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                      "tags": [],
                      "required": false,
                      "type": "ButtonProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "ButtonProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "ButtonProps",
                                "schema": {
                                  "label": {
                                    "name": "label",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'default'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "activeColor": {
                                    "name": "activeColor",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'normal'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "activeDepth": {
                                    "name": "activeDepth",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": '"light" | "normal" | "dark" | undefined'
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"xs"',
                                        "4": '"sm"'
                                      }
                                    }
                                  },
                                  "rounded": {
                                    "name": "rounded",
                                    "global": false,
                                    "description": "Rounds the corners of the button",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "block": {
                                    "name": "block",
                                    "global": false,
                                    "description": "Render the button full width",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "loadingAuto": {
                                    "name": "loadingAuto",
                                    "global": false,
                                    "description": "Set loading state automatically based on the `@click` promise state",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "normalCase": {
                                    "name": "normalCase",
                                    "global": false,
                                    "description": "Disable uppercase label",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useWait": {
                                    "name": "useWait",
                                    "global": false,
                                    "description": "Shows LoaderWaitIcon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useClock": {
                                    "name": "useClock",
                                    "global": false,
                                    "description": "Shows LoaderClockIcon icon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useDropdown": {
                                    "name": "useDropdown",
                                    "global": false,
                                    "description": "Shows icons.chevronDown on the right side",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "onClick": {
                                    "name": "onClick",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        },
                                        "2": {
                                          "kind": "array",
                                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                          "schema": [
                                            {
                                              "kind": "event",
                                              "type": "(event: MouseEvent): void | Promise<void>",
                                              "schema": []
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "activeClass": {
                                    "name": "activeClass",
                                    "global": false,
                                    "description": "The class to apply when the link is active",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "inactiveClass": {
                                    "name": "inactiveClass",
                                    "global": false,
                                    "description": "The class to apply when the link is inactive",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                      }
                                    }
                                  },
                                  "loading": {
                                    "name": "loading",
                                    "global": false,
                                    "description": "When `true`, the loading icon will be displayed.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "icons.loading"
                                      },
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "avatar": {
                                    "name": "avatar",
                                    "global": false,
                                    "description": "Display an avatar on the left side.",
                                    "tags": [],
                                    "required": false,
                                    "type": "AvatarProps | undefined",
                                    "schema": "AvatarProps | undefined"
                                  },
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "type": {
                                    "name": "type",
                                    "global": false,
                                    "description": "The type of the button when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"reset" | "submit" | "button" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"reset"',
                                        "2": '"submit"',
                                        "3": '"button"'
                                      }
                                    }
                                  },
                                  "to": {
                                    "name": "to",
                                    "global": false,
                                    "description": "Route Location the link should navigate to when clicked on.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": {
                                          "kind": "object",
                                          "type": "RouteLocationAsRelativeGeneric",
                                          "schema": {
                                            "name": {
                                              "name": "name",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteRecordNameGeneric",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "string",
                                                  "2": "symbol"
                                                }
                                              }
                                            },
                                            "params": {
                                              "name": "params",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteParamsRawGeneric | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "RouteParamsRawGeneric"
                                                }
                                              }
                                            },
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "A relative path to the current location. This property should be removed",
                                              "tags": [],
                                              "required": false,
                                              "type": "undefined",
                                              "schema": "undefined"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "LocationQueryRaw"
                                                }
                                              }
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": {
                                                    "kind": "object",
                                                    "type": "HistoryState",
                                                    "schema": {}
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "3": {
                                          "kind": "object",
                                          "type": "RouteLocationAsPathGeneric",
                                          "schema": {
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "Percentage encoded pathname section of the URL.",
                                              "tags": [],
                                              "required": true,
                                              "type": "string",
                                              "schema": "string"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": "LocationQueryRaw | undefined"
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": "HistoryState | undefined"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "exactActiveClass": {
                                    "name": "exactActiveClass",
                                    "global": false,
                                    "description": "Class to apply when the link is exact active",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "ariaCurrentValue": {
                                    "name": "ariaCurrentValue",
                                    "global": false,
                                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "`'page'`"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"true"',
                                        "2": '"false"',
                                        "3": '"page"',
                                        "4": '"step"',
                                        "5": '"location"',
                                        "6": '"date"',
                                        "7": '"time"'
                                      }
                                    }
                                  },
                                  "viewTransition": {
                                    "name": "viewTransition",
                                    "global": false,
                                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "replace": {
                                    "name": "replace",
                                    "global": false,
                                    "description": "Calls `router.replace` instead of `router.push`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "disabled": {
                                    "name": "disabled",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "active": {
                                    "name": "active",
                                    "global": false,
                                    "description": "Force the link to be active independent of the current route.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exact": {
                                    "name": "exact",
                                    "global": false,
                                    "description": "Will only be active if the current route is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exactQuery": {
                                    "name": "exactQuery",
                                    "global": false,
                                    "description": "Allows controlling how the current route query sets the link as active.",
                                    "tags": [],
                                    "required": false,
                                    "type": 'boolean | "partial" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true",
                                        "3": '"partial"'
                                      }
                                    }
                                  },
                                  "exactHash": {
                                    "name": "exactHash",
                                    "global": false,
                                    "description": "Will only be active if the current route hash is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "isAction": {
                                    "name": "isAction",
                                    "global": false,
                                    "description": "When `true`, uses special underlined styling.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "href": {
                                    "name": "href",
                                    "global": false,
                                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                  },
                                  "external": {
                                    "name": "external",
                                    "global": false,
                                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "target": {
                                    "name": "target",
                                    "global": false,
                                    "description": "Where to display the linked URL as the name for a browsing context.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": '"_blank"',
                                        "3": '"_parent"',
                                        "4": '"_self"',
                                        "5": '"_top"',
                                        "6": {
                                          "kind": "object",
                                          "type": "string & {}",
                                          "schema": {}
                                        }
                                      }
                                    }
                                  },
                                  "rel": {
                                    "name": "rel",
                                    "global": false,
                                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                    "tags": [],
                                    "required": false,
                                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": "string & {}",
                                        "3": '"noopener"',
                                        "4": '"noreferrer"',
                                        "5": '"nofollow"',
                                        "6": '"sponsored"',
                                        "7": '"ugc"'
                                      }
                                    }
                                  },
                                  "noRel": {
                                    "name": "noRel",
                                    "global": false,
                                    "description": "If set to true, no rel attribute will be added to the link",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchedClass": {
                                    "name": "prefetchedClass",
                                    "global": false,
                                    "description": "A class to apply to links that have been prefetched.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "prefetch": {
                                    "name": "prefetch",
                                    "global": false,
                                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchOn": {
                                    "name": "prefetchOn",
                                    "global": false,
                                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"visibility"',
                                        "2": '"interaction"',
                                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                      }
                                    }
                                  },
                                  "noPrefetch": {
                                    "name": "noPrefetch",
                                    "global": false,
                                    "description": "Escape hatch to disable `prefetch` attribute.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "b24ui": {
                      "name": "b24ui",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "label",
          "type": "{ item: DescriptionListItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DescriptionListItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DescriptionListItem",
                "schema": {
                  "kind": "object",
                  "type": "DescriptionListItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "orientation": {
                      "name": "orientation",
                      "global": false,
                      "description": "The orientation between the content and the actions.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'vertical'"
                        }
                      ],
                      "required": false,
                      "type": '"vertical" | "horizontal" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"vertical"',
                          "2": '"horizontal"'
                        }
                      }
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                      "tags": [],
                      "required": false,
                      "type": "ButtonProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "ButtonProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "ButtonProps",
                                "schema": {
                                  "label": {
                                    "name": "label",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'default'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "activeColor": {
                                    "name": "activeColor",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'normal'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "activeDepth": {
                                    "name": "activeDepth",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": '"light" | "normal" | "dark" | undefined'
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"xs"',
                                        "4": '"sm"'
                                      }
                                    }
                                  },
                                  "rounded": {
                                    "name": "rounded",
                                    "global": false,
                                    "description": "Rounds the corners of the button",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "block": {
                                    "name": "block",
                                    "global": false,
                                    "description": "Render the button full width",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "loadingAuto": {
                                    "name": "loadingAuto",
                                    "global": false,
                                    "description": "Set loading state automatically based on the `@click` promise state",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "normalCase": {
                                    "name": "normalCase",
                                    "global": false,
                                    "description": "Disable uppercase label",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useWait": {
                                    "name": "useWait",
                                    "global": false,
                                    "description": "Shows LoaderWaitIcon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useClock": {
                                    "name": "useClock",
                                    "global": false,
                                    "description": "Shows LoaderClockIcon icon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useDropdown": {
                                    "name": "useDropdown",
                                    "global": false,
                                    "description": "Shows icons.chevronDown on the right side",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "onClick": {
                                    "name": "onClick",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        },
                                        "2": {
                                          "kind": "array",
                                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                          "schema": [
                                            {
                                              "kind": "event",
                                              "type": "(event: MouseEvent): void | Promise<void>",
                                              "schema": []
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "activeClass": {
                                    "name": "activeClass",
                                    "global": false,
                                    "description": "The class to apply when the link is active",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "inactiveClass": {
                                    "name": "inactiveClass",
                                    "global": false,
                                    "description": "The class to apply when the link is inactive",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                      }
                                    }
                                  },
                                  "loading": {
                                    "name": "loading",
                                    "global": false,
                                    "description": "When `true`, the loading icon will be displayed.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "icons.loading"
                                      },
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "avatar": {
                                    "name": "avatar",
                                    "global": false,
                                    "description": "Display an avatar on the left side.",
                                    "tags": [],
                                    "required": false,
                                    "type": "AvatarProps | undefined",
                                    "schema": "AvatarProps | undefined"
                                  },
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "type": {
                                    "name": "type",
                                    "global": false,
                                    "description": "The type of the button when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"reset" | "submit" | "button" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"reset"',
                                        "2": '"submit"',
                                        "3": '"button"'
                                      }
                                    }
                                  },
                                  "to": {
                                    "name": "to",
                                    "global": false,
                                    "description": "Route Location the link should navigate to when clicked on.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": {
                                          "kind": "object",
                                          "type": "RouteLocationAsRelativeGeneric",
                                          "schema": {
                                            "name": {
                                              "name": "name",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteRecordNameGeneric",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "string",
                                                  "2": "symbol"
                                                }
                                              }
                                            },
                                            "params": {
                                              "name": "params",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteParamsRawGeneric | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "RouteParamsRawGeneric"
                                                }
                                              }
                                            },
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "A relative path to the current location. This property should be removed",
                                              "tags": [],
                                              "required": false,
                                              "type": "undefined",
                                              "schema": "undefined"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "LocationQueryRaw"
                                                }
                                              }
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": {
                                                    "kind": "object",
                                                    "type": "HistoryState",
                                                    "schema": {}
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "3": {
                                          "kind": "object",
                                          "type": "RouteLocationAsPathGeneric",
                                          "schema": {
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "Percentage encoded pathname section of the URL.",
                                              "tags": [],
                                              "required": true,
                                              "type": "string",
                                              "schema": "string"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": "LocationQueryRaw | undefined"
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": "HistoryState | undefined"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "exactActiveClass": {
                                    "name": "exactActiveClass",
                                    "global": false,
                                    "description": "Class to apply when the link is exact active",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "ariaCurrentValue": {
                                    "name": "ariaCurrentValue",
                                    "global": false,
                                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "`'page'`"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"true"',
                                        "2": '"false"',
                                        "3": '"page"',
                                        "4": '"step"',
                                        "5": '"location"',
                                        "6": '"date"',
                                        "7": '"time"'
                                      }
                                    }
                                  },
                                  "viewTransition": {
                                    "name": "viewTransition",
                                    "global": false,
                                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "replace": {
                                    "name": "replace",
                                    "global": false,
                                    "description": "Calls `router.replace` instead of `router.push`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "disabled": {
                                    "name": "disabled",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "active": {
                                    "name": "active",
                                    "global": false,
                                    "description": "Force the link to be active independent of the current route.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exact": {
                                    "name": "exact",
                                    "global": false,
                                    "description": "Will only be active if the current route is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exactQuery": {
                                    "name": "exactQuery",
                                    "global": false,
                                    "description": "Allows controlling how the current route query sets the link as active.",
                                    "tags": [],
                                    "required": false,
                                    "type": 'boolean | "partial" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true",
                                        "3": '"partial"'
                                      }
                                    }
                                  },
                                  "exactHash": {
                                    "name": "exactHash",
                                    "global": false,
                                    "description": "Will only be active if the current route hash is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "isAction": {
                                    "name": "isAction",
                                    "global": false,
                                    "description": "When `true`, uses special underlined styling.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "href": {
                                    "name": "href",
                                    "global": false,
                                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                  },
                                  "external": {
                                    "name": "external",
                                    "global": false,
                                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "target": {
                                    "name": "target",
                                    "global": false,
                                    "description": "Where to display the linked URL as the name for a browsing context.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": '"_blank"',
                                        "3": '"_parent"',
                                        "4": '"_self"',
                                        "5": '"_top"',
                                        "6": {
                                          "kind": "object",
                                          "type": "string & {}",
                                          "schema": {}
                                        }
                                      }
                                    }
                                  },
                                  "rel": {
                                    "name": "rel",
                                    "global": false,
                                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                    "tags": [],
                                    "required": false,
                                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": "string & {}",
                                        "3": '"noopener"',
                                        "4": '"noreferrer"',
                                        "5": '"nofollow"',
                                        "6": '"sponsored"',
                                        "7": '"ugc"'
                                      }
                                    }
                                  },
                                  "noRel": {
                                    "name": "noRel",
                                    "global": false,
                                    "description": "If set to true, no rel attribute will be added to the link",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchedClass": {
                                    "name": "prefetchedClass",
                                    "global": false,
                                    "description": "A class to apply to links that have been prefetched.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "prefetch": {
                                    "name": "prefetch",
                                    "global": false,
                                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchOn": {
                                    "name": "prefetchOn",
                                    "global": false,
                                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"visibility"',
                                        "2": '"interaction"',
                                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                      }
                                    }
                                  },
                                  "noPrefetch": {
                                    "name": "noPrefetch",
                                    "global": false,
                                    "description": "Escape hatch to disable `prefetch` attribute.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "b24ui": {
                      "name": "b24ui",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{ item: DescriptionListItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DescriptionListItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DescriptionListItem",
                "schema": {
                  "kind": "object",
                  "type": "DescriptionListItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "orientation": {
                      "name": "orientation",
                      "global": false,
                      "description": "The orientation between the content and the actions.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'vertical'"
                        }
                      ],
                      "required": false,
                      "type": '"vertical" | "horizontal" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"vertical"',
                          "2": '"horizontal"'
                        }
                      }
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                      "tags": [],
                      "required": false,
                      "type": "ButtonProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "ButtonProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "ButtonProps",
                                "schema": {
                                  "label": {
                                    "name": "label",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'default'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "activeColor": {
                                    "name": "activeColor",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'normal'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "activeDepth": {
                                    "name": "activeDepth",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": '"light" | "normal" | "dark" | undefined'
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"xs"',
                                        "4": '"sm"'
                                      }
                                    }
                                  },
                                  "rounded": {
                                    "name": "rounded",
                                    "global": false,
                                    "description": "Rounds the corners of the button",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "block": {
                                    "name": "block",
                                    "global": false,
                                    "description": "Render the button full width",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "loadingAuto": {
                                    "name": "loadingAuto",
                                    "global": false,
                                    "description": "Set loading state automatically based on the `@click` promise state",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "normalCase": {
                                    "name": "normalCase",
                                    "global": false,
                                    "description": "Disable uppercase label",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useWait": {
                                    "name": "useWait",
                                    "global": false,
                                    "description": "Shows LoaderWaitIcon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useClock": {
                                    "name": "useClock",
                                    "global": false,
                                    "description": "Shows LoaderClockIcon icon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useDropdown": {
                                    "name": "useDropdown",
                                    "global": false,
                                    "description": "Shows icons.chevronDown on the right side",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "onClick": {
                                    "name": "onClick",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        },
                                        "2": {
                                          "kind": "array",
                                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                          "schema": [
                                            {
                                              "kind": "event",
                                              "type": "(event: MouseEvent): void | Promise<void>",
                                              "schema": []
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "activeClass": {
                                    "name": "activeClass",
                                    "global": false,
                                    "description": "The class to apply when the link is active",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "inactiveClass": {
                                    "name": "inactiveClass",
                                    "global": false,
                                    "description": "The class to apply when the link is inactive",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                      }
                                    }
                                  },
                                  "loading": {
                                    "name": "loading",
                                    "global": false,
                                    "description": "When `true`, the loading icon will be displayed.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "icons.loading"
                                      },
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "avatar": {
                                    "name": "avatar",
                                    "global": false,
                                    "description": "Display an avatar on the left side.",
                                    "tags": [],
                                    "required": false,
                                    "type": "AvatarProps | undefined",
                                    "schema": "AvatarProps | undefined"
                                  },
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "type": {
                                    "name": "type",
                                    "global": false,
                                    "description": "The type of the button when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"reset" | "submit" | "button" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"reset"',
                                        "2": '"submit"',
                                        "3": '"button"'
                                      }
                                    }
                                  },
                                  "to": {
                                    "name": "to",
                                    "global": false,
                                    "description": "Route Location the link should navigate to when clicked on.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": {
                                          "kind": "object",
                                          "type": "RouteLocationAsRelativeGeneric",
                                          "schema": {
                                            "name": {
                                              "name": "name",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteRecordNameGeneric",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "string",
                                                  "2": "symbol"
                                                }
                                              }
                                            },
                                            "params": {
                                              "name": "params",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteParamsRawGeneric | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "RouteParamsRawGeneric"
                                                }
                                              }
                                            },
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "A relative path to the current location. This property should be removed",
                                              "tags": [],
                                              "required": false,
                                              "type": "undefined",
                                              "schema": "undefined"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "LocationQueryRaw"
                                                }
                                              }
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": {
                                                    "kind": "object",
                                                    "type": "HistoryState",
                                                    "schema": {}
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "3": {
                                          "kind": "object",
                                          "type": "RouteLocationAsPathGeneric",
                                          "schema": {
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "Percentage encoded pathname section of the URL.",
                                              "tags": [],
                                              "required": true,
                                              "type": "string",
                                              "schema": "string"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": "LocationQueryRaw | undefined"
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": "HistoryState | undefined"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "exactActiveClass": {
                                    "name": "exactActiveClass",
                                    "global": false,
                                    "description": "Class to apply when the link is exact active",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "ariaCurrentValue": {
                                    "name": "ariaCurrentValue",
                                    "global": false,
                                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "`'page'`"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"true"',
                                        "2": '"false"',
                                        "3": '"page"',
                                        "4": '"step"',
                                        "5": '"location"',
                                        "6": '"date"',
                                        "7": '"time"'
                                      }
                                    }
                                  },
                                  "viewTransition": {
                                    "name": "viewTransition",
                                    "global": false,
                                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "replace": {
                                    "name": "replace",
                                    "global": false,
                                    "description": "Calls `router.replace` instead of `router.push`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "disabled": {
                                    "name": "disabled",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "active": {
                                    "name": "active",
                                    "global": false,
                                    "description": "Force the link to be active independent of the current route.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exact": {
                                    "name": "exact",
                                    "global": false,
                                    "description": "Will only be active if the current route is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exactQuery": {
                                    "name": "exactQuery",
                                    "global": false,
                                    "description": "Allows controlling how the current route query sets the link as active.",
                                    "tags": [],
                                    "required": false,
                                    "type": 'boolean | "partial" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true",
                                        "3": '"partial"'
                                      }
                                    }
                                  },
                                  "exactHash": {
                                    "name": "exactHash",
                                    "global": false,
                                    "description": "Will only be active if the current route hash is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "isAction": {
                                    "name": "isAction",
                                    "global": false,
                                    "description": "When `true`, uses special underlined styling.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "href": {
                                    "name": "href",
                                    "global": false,
                                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                  },
                                  "external": {
                                    "name": "external",
                                    "global": false,
                                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "target": {
                                    "name": "target",
                                    "global": false,
                                    "description": "Where to display the linked URL as the name for a browsing context.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": '"_blank"',
                                        "3": '"_parent"',
                                        "4": '"_self"',
                                        "5": '"_top"',
                                        "6": {
                                          "kind": "object",
                                          "type": "string & {}",
                                          "schema": {}
                                        }
                                      }
                                    }
                                  },
                                  "rel": {
                                    "name": "rel",
                                    "global": false,
                                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                    "tags": [],
                                    "required": false,
                                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": "string & {}",
                                        "3": '"noopener"',
                                        "4": '"noreferrer"',
                                        "5": '"nofollow"',
                                        "6": '"sponsored"',
                                        "7": '"ugc"'
                                      }
                                    }
                                  },
                                  "noRel": {
                                    "name": "noRel",
                                    "global": false,
                                    "description": "If set to true, no rel attribute will be added to the link",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchedClass": {
                                    "name": "prefetchedClass",
                                    "global": false,
                                    "description": "A class to apply to links that have been prefetched.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "prefetch": {
                                    "name": "prefetch",
                                    "global": false,
                                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchOn": {
                                    "name": "prefetchOn",
                                    "global": false,
                                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"visibility"',
                                        "2": '"interaction"',
                                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                      }
                                    }
                                  },
                                  "noPrefetch": {
                                    "name": "noPrefetch",
                                    "global": false,
                                    "description": "Escape hatch to disable `prefetch` attribute.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "b24ui": {
                      "name": "b24ui",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "actions",
          "type": "{ item: DescriptionListItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DescriptionListItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DescriptionListItem",
                "schema": {
                  "kind": "object",
                  "type": "DescriptionListItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "orientation": {
                      "name": "orientation",
                      "global": false,
                      "description": "The orientation between the content and the actions.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'vertical'"
                        }
                      ],
                      "required": false,
                      "type": '"vertical" | "horizontal" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"vertical"',
                          "2": '"horizontal"'
                        }
                      }
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                      "tags": [],
                      "required": false,
                      "type": "ButtonProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "ButtonProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "ButtonProps",
                                "schema": {
                                  "label": {
                                    "name": "label",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'default'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "activeColor": {
                                    "name": "activeColor",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'normal'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "activeDepth": {
                                    "name": "activeDepth",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": '"light" | "normal" | "dark" | undefined'
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"xs"',
                                        "4": '"sm"'
                                      }
                                    }
                                  },
                                  "rounded": {
                                    "name": "rounded",
                                    "global": false,
                                    "description": "Rounds the corners of the button",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "block": {
                                    "name": "block",
                                    "global": false,
                                    "description": "Render the button full width",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "loadingAuto": {
                                    "name": "loadingAuto",
                                    "global": false,
                                    "description": "Set loading state automatically based on the `@click` promise state",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "normalCase": {
                                    "name": "normalCase",
                                    "global": false,
                                    "description": "Disable uppercase label",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useWait": {
                                    "name": "useWait",
                                    "global": false,
                                    "description": "Shows LoaderWaitIcon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useClock": {
                                    "name": "useClock",
                                    "global": false,
                                    "description": "Shows LoaderClockIcon icon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useDropdown": {
                                    "name": "useDropdown",
                                    "global": false,
                                    "description": "Shows icons.chevronDown on the right side",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "onClick": {
                                    "name": "onClick",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        },
                                        "2": {
                                          "kind": "array",
                                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                          "schema": [
                                            {
                                              "kind": "event",
                                              "type": "(event: MouseEvent): void | Promise<void>",
                                              "schema": []
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "activeClass": {
                                    "name": "activeClass",
                                    "global": false,
                                    "description": "The class to apply when the link is active",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "inactiveClass": {
                                    "name": "inactiveClass",
                                    "global": false,
                                    "description": "The class to apply when the link is inactive",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                      }
                                    }
                                  },
                                  "loading": {
                                    "name": "loading",
                                    "global": false,
                                    "description": "When `true`, the loading icon will be displayed.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "icons.loading"
                                      },
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "avatar": {
                                    "name": "avatar",
                                    "global": false,
                                    "description": "Display an avatar on the left side.",
                                    "tags": [],
                                    "required": false,
                                    "type": "AvatarProps | undefined",
                                    "schema": "AvatarProps | undefined"
                                  },
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "type": {
                                    "name": "type",
                                    "global": false,
                                    "description": "The type of the button when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"reset" | "submit" | "button" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"reset"',
                                        "2": '"submit"',
                                        "3": '"button"'
                                      }
                                    }
                                  },
                                  "to": {
                                    "name": "to",
                                    "global": false,
                                    "description": "Route Location the link should navigate to when clicked on.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": {
                                          "kind": "object",
                                          "type": "RouteLocationAsRelativeGeneric",
                                          "schema": {
                                            "name": {
                                              "name": "name",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteRecordNameGeneric",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "string",
                                                  "2": "symbol"
                                                }
                                              }
                                            },
                                            "params": {
                                              "name": "params",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteParamsRawGeneric | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "RouteParamsRawGeneric"
                                                }
                                              }
                                            },
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "A relative path to the current location. This property should be removed",
                                              "tags": [],
                                              "required": false,
                                              "type": "undefined",
                                              "schema": "undefined"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "LocationQueryRaw"
                                                }
                                              }
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": {
                                                    "kind": "object",
                                                    "type": "HistoryState",
                                                    "schema": {}
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "3": {
                                          "kind": "object",
                                          "type": "RouteLocationAsPathGeneric",
                                          "schema": {
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "Percentage encoded pathname section of the URL.",
                                              "tags": [],
                                              "required": true,
                                              "type": "string",
                                              "schema": "string"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": "LocationQueryRaw | undefined"
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": "HistoryState | undefined"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "exactActiveClass": {
                                    "name": "exactActiveClass",
                                    "global": false,
                                    "description": "Class to apply when the link is exact active",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "ariaCurrentValue": {
                                    "name": "ariaCurrentValue",
                                    "global": false,
                                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "`'page'`"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"true"',
                                        "2": '"false"',
                                        "3": '"page"',
                                        "4": '"step"',
                                        "5": '"location"',
                                        "6": '"date"',
                                        "7": '"time"'
                                      }
                                    }
                                  },
                                  "viewTransition": {
                                    "name": "viewTransition",
                                    "global": false,
                                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "replace": {
                                    "name": "replace",
                                    "global": false,
                                    "description": "Calls `router.replace` instead of `router.push`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "disabled": {
                                    "name": "disabled",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "active": {
                                    "name": "active",
                                    "global": false,
                                    "description": "Force the link to be active independent of the current route.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exact": {
                                    "name": "exact",
                                    "global": false,
                                    "description": "Will only be active if the current route is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exactQuery": {
                                    "name": "exactQuery",
                                    "global": false,
                                    "description": "Allows controlling how the current route query sets the link as active.",
                                    "tags": [],
                                    "required": false,
                                    "type": 'boolean | "partial" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true",
                                        "3": '"partial"'
                                      }
                                    }
                                  },
                                  "exactHash": {
                                    "name": "exactHash",
                                    "global": false,
                                    "description": "Will only be active if the current route hash is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "isAction": {
                                    "name": "isAction",
                                    "global": false,
                                    "description": "When `true`, uses special underlined styling.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "href": {
                                    "name": "href",
                                    "global": false,
                                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                  },
                                  "external": {
                                    "name": "external",
                                    "global": false,
                                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "target": {
                                    "name": "target",
                                    "global": false,
                                    "description": "Where to display the linked URL as the name for a browsing context.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": '"_blank"',
                                        "3": '"_parent"',
                                        "4": '"_self"',
                                        "5": '"_top"',
                                        "6": {
                                          "kind": "object",
                                          "type": "string & {}",
                                          "schema": {}
                                        }
                                      }
                                    }
                                  },
                                  "rel": {
                                    "name": "rel",
                                    "global": false,
                                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                    "tags": [],
                                    "required": false,
                                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": "string & {}",
                                        "3": '"noopener"',
                                        "4": '"noreferrer"',
                                        "5": '"nofollow"',
                                        "6": '"sponsored"',
                                        "7": '"ugc"'
                                      }
                                    }
                                  },
                                  "noRel": {
                                    "name": "noRel",
                                    "global": false,
                                    "description": "If set to true, no rel attribute will be added to the link",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchedClass": {
                                    "name": "prefetchedClass",
                                    "global": false,
                                    "description": "A class to apply to links that have been prefetched.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "prefetch": {
                                    "name": "prefetch",
                                    "global": false,
                                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchOn": {
                                    "name": "prefetchOn",
                                    "global": false,
                                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"visibility"',
                                        "2": '"interaction"',
                                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                      }
                                    }
                                  },
                                  "noPrefetch": {
                                    "name": "noPrefetch",
                                    "global": false,
                                    "description": "Escape hatch to disable `prefetch` attribute.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "b24ui": {
                      "name": "b24ui",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{ item: DescriptionListItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DescriptionListItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DescriptionListItem",
                "schema": {
                  "kind": "object",
                  "type": "DescriptionListItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "orientation": {
                      "name": "orientation",
                      "global": false,
                      "description": "The orientation between the content and the actions.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'vertical'"
                        }
                      ],
                      "required": false,
                      "type": '"vertical" | "horizontal" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"vertical" | "horizontal" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"vertical"',
                          "2": '"horizontal"'
                        }
                      }
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "Display a list of actions:\n- under the description when orientation is `vertical`\n- next to the description when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
                      "tags": [],
                      "required": false,
                      "type": "ButtonProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ButtonProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "ButtonProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "ButtonProps",
                                "schema": {
                                  "label": {
                                    "name": "label",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'default'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "activeColor": {
                                    "name": "activeColor",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'normal'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "activeDepth": {
                                    "name": "activeDepth",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": '"light" | "normal" | "dark" | undefined'
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"xs"',
                                        "4": '"sm"'
                                      }
                                    }
                                  },
                                  "rounded": {
                                    "name": "rounded",
                                    "global": false,
                                    "description": "Rounds the corners of the button",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "block": {
                                    "name": "block",
                                    "global": false,
                                    "description": "Render the button full width",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "loadingAuto": {
                                    "name": "loadingAuto",
                                    "global": false,
                                    "description": "Set loading state automatically based on the `@click` promise state",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "normalCase": {
                                    "name": "normalCase",
                                    "global": false,
                                    "description": "Disable uppercase label",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useWait": {
                                    "name": "useWait",
                                    "global": false,
                                    "description": "Shows LoaderWaitIcon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useClock": {
                                    "name": "useClock",
                                    "global": false,
                                    "description": "Shows LoaderClockIcon icon in loading mode",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "useDropdown": {
                                    "name": "useDropdown",
                                    "global": false,
                                    "description": "Shows icons.chevronDown on the right side",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "onClick": {
                                    "name": "onClick",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        },
                                        "2": {
                                          "kind": "array",
                                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                          "schema": [
                                            {
                                              "kind": "event",
                                              "type": "(event: MouseEvent): void | Promise<void>",
                                              "schema": []
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "activeClass": {
                                    "name": "activeClass",
                                    "global": false,
                                    "description": "The class to apply when the link is active",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "inactiveClass": {
                                    "name": "inactiveClass",
                                    "global": false,
                                    "description": "The class to apply when the link is inactive",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "''"
                                      }
                                    ],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                                      }
                                    }
                                  },
                                  "loading": {
                                    "name": "loading",
                                    "global": false,
                                    "description": "When `true`, the loading icon will be displayed.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "icons.loading"
                                      },
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "avatar": {
                                    "name": "avatar",
                                    "global": false,
                                    "description": "Display an avatar on the left side.",
                                    "tags": [],
                                    "required": false,
                                    "type": "AvatarProps | undefined",
                                    "schema": "AvatarProps | undefined"
                                  },
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "type": {
                                    "name": "type",
                                    "global": false,
                                    "description": "The type of the button when not a link.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'button'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"reset" | "submit" | "button" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"reset" | "submit" | "button" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"reset"',
                                        "2": '"submit"',
                                        "3": '"button"'
                                      }
                                    }
                                  },
                                  "to": {
                                    "name": "to",
                                    "global": false,
                                    "description": "Route Location the link should navigate to when clicked on.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": {
                                          "kind": "object",
                                          "type": "RouteLocationAsRelativeGeneric",
                                          "schema": {
                                            "name": {
                                              "name": "name",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteRecordNameGeneric",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteRecordNameGeneric",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "string",
                                                  "2": "symbol"
                                                }
                                              }
                                            },
                                            "params": {
                                              "name": "params",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "RouteParamsRawGeneric | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "RouteParamsRawGeneric | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "RouteParamsRawGeneric"
                                                }
                                              }
                                            },
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "A relative path to the current location. This property should be removed",
                                              "tags": [],
                                              "required": false,
                                              "type": "undefined",
                                              "schema": "undefined"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "LocationQueryRaw | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": "LocationQueryRaw"
                                                }
                                              }
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": {
                                                "kind": "enum",
                                                "type": "HistoryState | undefined",
                                                "schema": {
                                                  "0": "undefined",
                                                  "1": {
                                                    "kind": "object",
                                                    "type": "HistoryState",
                                                    "schema": {}
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "3": {
                                          "kind": "object",
                                          "type": "RouteLocationAsPathGeneric",
                                          "schema": {
                                            "path": {
                                              "name": "path",
                                              "global": false,
                                              "description": "Percentage encoded pathname section of the URL.",
                                              "tags": [],
                                              "required": true,
                                              "type": "string",
                                              "schema": "string"
                                            },
                                            "query": {
                                              "name": "query",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "LocationQueryRaw | undefined",
                                              "schema": "LocationQueryRaw | undefined"
                                            },
                                            "hash": {
                                              "name": "hash",
                                              "global": false,
                                              "description": "",
                                              "tags": [],
                                              "required": false,
                                              "type": "string | undefined",
                                              "schema": "string | undefined"
                                            },
                                            "replace": {
                                              "name": "replace",
                                              "global": false,
                                              "description": "Replace the entry in the history instead of pushing a new entry",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "force": {
                                              "name": "force",
                                              "global": false,
                                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                              "tags": [],
                                              "required": false,
                                              "type": "boolean | undefined",
                                              "schema": "boolean | undefined"
                                            },
                                            "state": {
                                              "name": "state",
                                              "global": false,
                                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                              "tags": [],
                                              "required": false,
                                              "type": "HistoryState | undefined",
                                              "schema": "HistoryState | undefined"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "exactActiveClass": {
                                    "name": "exactActiveClass",
                                    "global": false,
                                    "description": "Class to apply when the link is exact active",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "ariaCurrentValue": {
                                    "name": "ariaCurrentValue",
                                    "global": false,
                                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "`'page'`"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"true"',
                                        "2": '"false"',
                                        "3": '"page"',
                                        "4": '"step"',
                                        "5": '"location"',
                                        "6": '"date"',
                                        "7": '"time"'
                                      }
                                    }
                                  },
                                  "viewTransition": {
                                    "name": "viewTransition",
                                    "global": false,
                                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "replace": {
                                    "name": "replace",
                                    "global": false,
                                    "description": "Calls `router.replace` instead of `router.push`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "disabled": {
                                    "name": "disabled",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "active": {
                                    "name": "active",
                                    "global": false,
                                    "description": "Force the link to be active independent of the current route.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exact": {
                                    "name": "exact",
                                    "global": false,
                                    "description": "Will only be active if the current route is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "exactQuery": {
                                    "name": "exactQuery",
                                    "global": false,
                                    "description": "Allows controlling how the current route query sets the link as active.",
                                    "tags": [],
                                    "required": false,
                                    "type": 'boolean | "partial" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": 'boolean | "partial" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true",
                                        "3": '"partial"'
                                      }
                                    }
                                  },
                                  "exactHash": {
                                    "name": "exactHash",
                                    "global": false,
                                    "description": "Will only be active if the current route hash is an exact match.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "isAction": {
                                    "name": "isAction",
                                    "global": false,
                                    "description": "When `true`, uses special underlined styling.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "href": {
                                    "name": "href",
                                    "global": false,
                                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                                  },
                                  "external": {
                                    "name": "external",
                                    "global": false,
                                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "target": {
                                    "name": "target",
                                    "global": false,
                                    "description": "Where to display the linked URL as the name for a browsing context.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": '"_blank"',
                                        "3": '"_parent"',
                                        "4": '"_self"',
                                        "5": '"_top"',
                                        "6": {
                                          "kind": "object",
                                          "type": "string & {}",
                                          "schema": {}
                                        }
                                      }
                                    }
                                  },
                                  "rel": {
                                    "name": "rel",
                                    "global": false,
                                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                                    "tags": [],
                                    "required": false,
                                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": "null",
                                        "2": "string & {}",
                                        "3": '"noopener"',
                                        "4": '"noreferrer"',
                                        "5": '"nofollow"',
                                        "6": '"sponsored"',
                                        "7": '"ugc"'
                                      }
                                    }
                                  },
                                  "noRel": {
                                    "name": "noRel",
                                    "global": false,
                                    "description": "If set to true, no rel attribute will be added to the link",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchedClass": {
                                    "name": "prefetchedClass",
                                    "global": false,
                                    "description": "A class to apply to links that have been prefetched.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "prefetch": {
                                    "name": "prefetch",
                                    "global": false,
                                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "prefetchOn": {
                                    "name": "prefetchOn",
                                    "global": false,
                                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                                    "tags": [],
                                    "required": false,
                                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"visibility"',
                                        "2": '"interaction"',
                                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                                      }
                                    }
                                  },
                                  "noPrefetch": {
                                    "name": "noPrefetch",
                                    "global": false,
                                    "description": "Escape hatch to disable `prefetch` attribute.",
                                    "tags": [],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "b24ui": {
                      "name": "b24ui",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "Partial<{ root: string; legend: string; text: string; container: string; labelWrapper: string; icon: string; avatar: string; avatarSize: string; label: string; descriptionWrapper: string; description: string; actions: string; footer: string; }>"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "footer",
          "type": "{ b24ui: any; } | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{ b24ui: any; } | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{ b24ui: any; }",
                "schema": {
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "any",
                    "schema": "any"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24DropdownMenu": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24DropdownMenu",
    "kebabName": "b24-dropdown-menu",
    "chunkName": "components/b24-dropdown-menu",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<DropdownMenuItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<DropdownMenuItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "DropdownMenuItem[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "DropdownMenuItem",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "Display an icon on the left side.",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "color": {
                        "name": "color",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"default"',
                            "2": '"danger"',
                            "3": '"success"',
                            "4": '"warning"',
                            "5": '"primary"',
                            "6": '"secondary"',
                            "7": '"collab"',
                            "8": '"ai"'
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "content": {
                        "name": "content",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                              "schema": {
                                "side": {
                                  "name": "side",
                                  "global": false,
                                  "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"top"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"bottom"',
                                      "2": '"top"',
                                      "3": '"left"',
                                      "4": '"right"'
                                    }
                                  }
                                },
                                "sideOffset": {
                                  "name": "sideOffset",
                                  "global": false,
                                  "description": "The distance in pixels from the trigger.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "number | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "number"
                                    }
                                  }
                                },
                                "align": {
                                  "name": "align",
                                  "global": false,
                                  "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"center"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"start" | "end" | "center" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"start"',
                                      "2": '"end"',
                                      "3": '"center"'
                                    }
                                  }
                                },
                                "alignOffset": {
                                  "name": "alignOffset",
                                  "global": false,
                                  "description": "An offset in pixels from the `start` or `end` alignment options.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": "number | undefined"
                                },
                                "avoidCollisions": {
                                  "name": "avoidCollisions",
                                  "global": false,
                                  "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "true"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "false",
                                      "2": "true"
                                    }
                                  }
                                },
                                "collisionBoundary": {
                                  "name": "collisionBoundary",
                                  "global": false,
                                  "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "[]"
                                    }
                                  ],
                                  "required": false,
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Element | (Element | null)[] | null | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "null",
                                      "2": {
                                        "kind": "object",
                                        "type": "Element",
                                        "schema": {}
                                      },
                                      "3": {
                                        "kind": "array",
                                        "type": "(Element | null)[]",
                                        "schema": [
                                          {
                                            "kind": "enum",
                                            "type": "Element | null",
                                            "schema": [
                                              "null",
                                              "Element"
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "collisionPadding": {
                                  "name": "collisionPadding",
                                  "global": false,
                                  "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": "number",
                                      "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                    }
                                  }
                                },
                                "arrowPadding": {
                                  "name": "arrowPadding",
                                  "global": false,
                                  "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": "number | undefined"
                                },
                                "sticky": {
                                  "name": "sticky",
                                  "global": false,
                                  "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"partial"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"partial" | "always" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"partial"',
                                      "2": '"always"'
                                    }
                                  }
                                },
                                "hideWhenDetached": {
                                  "name": "hideWhenDetached",
                                  "global": false,
                                  "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "positionStrategy": {
                                  "name": "positionStrategy",
                                  "global": false,
                                  "description": "The type of CSS position property to use.",
                                  "tags": [],
                                  "required": false,
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"fixed" | "absolute" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"fixed"',
                                      "2": '"absolute"'
                                    }
                                  }
                                },
                                "updatePositionStrategy": {
                                  "name": "updatePositionStrategy",
                                  "global": false,
                                  "description": "Strategy to update the position of the floating element on every animation frame.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'optimized'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"always" | "optimized" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"always"',
                                      "2": '"optimized"'
                                    }
                                  }
                                },
                                "disableUpdateOnLayoutShift": {
                                  "name": "disableUpdateOnLayoutShift",
                                  "global": false,
                                  "description": "Whether to disable the update position for the content when the layout shifted.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "prioritizePosition": {
                                  "name": "prioritizePosition",
                                  "global": false,
                                  "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "reference": {
                                  "name": "reference",
                                  "global": false,
                                  "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                  "tags": [],
                                  "required": false,
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "ReferenceElement | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Element",
                                      "2": {
                                        "kind": "object",
                                        "type": "VirtualElement",
                                        "schema": {
                                          "getBoundingClientRect": {
                                            "name": "getBoundingClientRect",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": true,
                                            "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                            "schema": {
                                              "kind": "event",
                                              "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                            }
                                          },
                                          "getClientRects": {
                                            "name": "getClientRects",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": false,
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "kind": "enum",
                                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                              "schema": {
                                                "0": "undefined",
                                                "1": {
                                                  "kind": "event",
                                                  "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                                }
                                              }
                                            }
                                          },
                                          "contextElement": {
                                            "name": "contextElement",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": false,
                                            "type": "Element | undefined",
                                            "schema": {
                                              "kind": "enum",
                                              "type": "Element | undefined",
                                              "schema": {
                                                "0": "undefined",
                                                "1": "Element"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "loop": {
                                  "name": "loop",
                                  "global": false,
                                  "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "onEscapeKeyDown": {
                                  "name": "onEscapeKeyDown",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: KeyboardEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: KeyboardEvent): void",
                                        "schema": [
                                          {
                                            "kind": "object",
                                            "type": "KeyboardEvent",
                                            "schema": {}
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onPointerDownOutside": {
                                  "name": "onPointerDownOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: PointerDownOutsideEvent): void",
                                        "schema": [
                                          "PointerDownOutsideEvent"
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onFocusOutside": {
                                  "name": "onFocusOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: FocusOutsideEvent): void",
                                        "schema": [
                                          "FocusOutsideEvent"
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onInteractOutside": {
                                  "name": "onInteractOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                        "schema": [
                                          {
                                            "kind": "enum",
                                            "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                            "schema": [
                                              "PointerDownOutsideEvent",
                                              "FocusOutsideEvent"
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onCloseAutoFocus": {
                                  "name": "onCloseAutoFocus",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: Event) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: Event): void",
                                        "schema": [
                                          {
                                            "kind": "object",
                                            "type": "Event",
                                            "schema": {}
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "kbds": {
                        "name": "kbds",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "(string | undefined)[] | KbdProps[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "array",
                              "type": "(string | undefined)[]",
                              "schema": [
                                "string | undefined"
                              ]
                            },
                            "2": {
                              "kind": "array",
                              "type": "KbdProps[]",
                              "schema": [
                                {
                                  "kind": "object",
                                  "type": "KbdProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'kbd'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "value": {
                                      "name": "value",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "depth": {
                                      "name": "depth",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'light'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"light" | "normal" | "dark" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"light"',
                                          "2": '"normal"',
                                          "3": '"dark"'
                                        }
                                      }
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "sm" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"sm"'
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        }
                      },
                      "type": {
                        "name": "type",
                        "global": false,
                        "description": "The item type.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'link'"
                          }
                        ],
                        "required": false,
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"label"',
                            "2": '"link"',
                            "3": '"separator"',
                            "4": '"checkbox"'
                          }
                        }
                      },
                      "slot": {
                        "name": "slot",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "loading": {
                        "name": "loading",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "checked": {
                        "name": "checked",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "open": {
                        "name": "open",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "defaultOpen": {
                        "name": "defaultOpen",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "children": {
                        "name": "children",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": "ArrayOrNested<DropdownMenuItem> | undefined"
                      },
                      "onSelect": {
                        "name": "onSelect",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((e: Event) => void) | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(e: Event): void",
                              "schema": []
                            }
                          }
                        }
                      },
                      "onUpdateChecked": {
                        "name": "onUpdateChecked",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((checked: boolean) => void) | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(checked: boolean): void",
                              "schema": []
                            }
                          }
                        }
                      },
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "to": {
                        "name": "to",
                        "global": false,
                        "description": "Route Location the link should navigate to when clicked on.",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": {
                              "kind": "object",
                              "type": "RouteLocationAsRelativeGeneric",
                              "schema": {
                                "name": {
                                  "name": "name",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteRecordNameGeneric",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "symbol"
                                    }
                                  }
                                },
                                "params": {
                                  "name": "params",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteParamsRawGeneric | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "RouteParamsRawGeneric"
                                    }
                                  }
                                },
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "A relative path to the current location. This property should be removed",
                                  "tags": [],
                                  "required": false,
                                  "type": "undefined",
                                  "schema": "undefined"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "LocationQueryRaw | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "LocationQueryRaw"
                                    }
                                  }
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "HistoryState | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "object",
                                        "type": "HistoryState",
                                        "schema": {}
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "3": {
                              "kind": "object",
                              "type": "RouteLocationAsPathGeneric",
                              "schema": {
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "Percentage encoded pathname section of the URL.",
                                  "tags": [],
                                  "required": true,
                                  "type": "string",
                                  "schema": "string"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": "LocationQueryRaw | undefined"
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": "HistoryState | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "activeClass": {
                        "name": "activeClass",
                        "global": false,
                        "description": "Class to apply when the link is active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "exactActiveClass": {
                        "name": "exactActiveClass",
                        "global": false,
                        "description": "Class to apply when the link is exact active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "ariaCurrentValue": {
                        "name": "ariaCurrentValue",
                        "global": false,
                        "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "`'page'`"
                          }
                        ],
                        "required": false,
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"true"',
                            "2": '"false"',
                            "3": '"page"',
                            "4": '"step"',
                            "5": '"location"',
                            "6": '"date"',
                            "7": '"time"'
                          }
                        }
                      },
                      "viewTransition": {
                        "name": "viewTransition",
                        "global": false,
                        "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "replace": {
                        "name": "replace",
                        "global": false,
                        "description": "Calls `router.replace` instead of `router.push`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "active": {
                        "name": "active",
                        "global": false,
                        "description": "Force the link to be active independent of the current route.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exact": {
                        "name": "exact",
                        "global": false,
                        "description": "Will only be active if the current route is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exactQuery": {
                        "name": "exactQuery",
                        "global": false,
                        "description": "Allows controlling how the current route query sets the link as active.",
                        "tags": [],
                        "required": false,
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": 'boolean | "partial" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true",
                            "3": '"partial"'
                          }
                        }
                      },
                      "exactHash": {
                        "name": "exactHash",
                        "global": false,
                        "description": "Will only be active if the current route hash is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "inactiveClass": {
                        "name": "inactiveClass",
                        "global": false,
                        "description": "The class to apply when the link is inactive.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "isAction": {
                        "name": "isAction",
                        "global": false,
                        "description": "When `true`, uses special underlined styling.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "href": {
                        "name": "href",
                        "global": false,
                        "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                      },
                      "external": {
                        "name": "external",
                        "global": false,
                        "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "target": {
                        "name": "target",
                        "global": false,
                        "description": "Where to display the linked URL as the name for a browsing context.",
                        "tags": [],
                        "required": false,
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": '"_blank"',
                            "3": '"_parent"',
                            "4": '"_self"',
                            "5": '"_top"',
                            "6": {
                              "kind": "object",
                              "type": "string & {}",
                              "schema": {}
                            }
                          }
                        }
                      },
                      "rel": {
                        "name": "rel",
                        "global": false,
                        "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                        "tags": [],
                        "required": false,
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": "string & {}",
                            "3": '"noopener"',
                            "4": '"noreferrer"',
                            "5": '"nofollow"',
                            "6": '"sponsored"',
                            "7": '"ugc"'
                          }
                        }
                      },
                      "noRel": {
                        "name": "noRel",
                        "global": false,
                        "description": "If set to true, no rel attribute will be added to the link",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchedClass": {
                        "name": "prefetchedClass",
                        "global": false,
                        "description": "A class to apply to links that have been prefetched.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "prefetch": {
                        "name": "prefetch",
                        "global": false,
                        "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchOn": {
                        "name": "prefetchOn",
                        "global": false,
                        "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                        "tags": [],
                        "required": false,
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"visibility"',
                            "2": '"interaction"',
                            "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                          }
                        }
                      },
                      "noPrefetch": {
                        "name": "noPrefetch",
                        "global": false,
                        "description": "Escape hatch to disable `prefetch` attribute.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      }
                    }
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "DropdownMenuItem[][]",
                "schema": [
                  "DropdownMenuItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "checkedIcon",
          "global": false,
          "description": "The icon displayed when an item is checked.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.check"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "externalIcon",
          "global": false,
          "description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.external"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "boolean | IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          },
          "default": "true"
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8 }"
            }
          ],
          "required": false,
          "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                "schema": {
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "disableUpdateOnLayoutShift": {
                    "name": "disableUpdateOnLayoutShift",
                    "global": false,
                    "description": "Whether to disable the update position for the content when the layout shifted.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prioritizePosition": {
                    "name": "prioritizePosition",
                    "global": false,
                    "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "reference": {
                    "name": "reference",
                    "global": false,
                    "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                    "tags": [],
                    "required": false,
                    "type": "ReferenceElement | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "ReferenceElement | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element",
                        "2": {
                          "kind": "object",
                          "type": "VirtualElement",
                          "schema": {
                            "getBoundingClientRect": {
                              "name": "getBoundingClientRect",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": true,
                              "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                              "schema": {
                                "kind": "event",
                                "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                              }
                            },
                            "getClientRects": {
                              "name": "getClientRects",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "event",
                                    "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                  }
                                }
                              }
                            },
                            "contextElement": {
                              "name": "contextElement",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Element | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Element | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Element"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "loop": {
                    "name": "loop",
                    "global": false,
                    "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onCloseAutoFocus": {
                    "name": "onCloseAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<DropdownMenuArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<DropdownMenuArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<DropdownMenuArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the menu in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "The key used to get the label from the item.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "keyof DropdownMenuItem | undefined",
          "schema": {
            "kind": "enum",
            "type": "keyof DropdownMenuItem | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          },
          "default": '"label"'
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ content: string; arrow: string; group: string; label: string; separator: string; item: string; itemLeadingIcon: string; itemLeadingAvatar: string; itemLeadingAvatarSize: string; itemTrailing: string; ... 4 more ...; itemLabelExternalIcon: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ content: string; arrow: string; group: string; label: string; separator: string; item: string; itemLeadingIcon: string; itemLeadingAvatar: string; itemLeadingAvatarSize: string; itemTrailing: string; ... 4 more ...; itemLabelExternalIcon: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ content: string; arrow: string; group: string; label: string; separator: string; item: string; itemLeadingIcon: string; itemLeadingAvatar: string; itemLeadingAvatarSize: string; itemTrailing: string; ... 4 more ...; itemLabelExternalIcon: string; }>"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the menu. Can be used as `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "modal",
          "global": false,
          "description": "The modality of the dropdown menu.\r\n\r\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "item",
          "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DropdownMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "DropdownMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "color": {
                      "name": "color",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"default"',
                          "2": '"danger"',
                          "3": '"success"',
                          "4": '"warning"',
                          "5": '"primary"',
                          "6": '"secondary"',
                          "7": '"collab"',
                          "8": '"ai"'
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                            "schema": {
                              "side": {
                                "name": "side",
                                "global": false,
                                "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"top"'
                                  }
                                ],
                                "required": false,
                                "type": '"bottom" | "top" | "left" | "right" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"bottom"',
                                    "2": '"top"',
                                    "3": '"left"',
                                    "4": '"right"'
                                  }
                                }
                              },
                              "sideOffset": {
                                "name": "sideOffset",
                                "global": false,
                                "description": "The distance in pixels from the trigger.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number"
                                  }
                                }
                              },
                              "align": {
                                "name": "align",
                                "global": false,
                                "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"center"'
                                  }
                                ],
                                "required": false,
                                "type": '"start" | "end" | "center" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"start"',
                                    "2": '"end"',
                                    "3": '"center"'
                                  }
                                }
                              },
                              "alignOffset": {
                                "name": "alignOffset",
                                "global": false,
                                "description": "An offset in pixels from the `start` or `end` alignment options.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "avoidCollisions": {
                                "name": "avoidCollisions",
                                "global": false,
                                "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "true"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "collisionBoundary": {
                                "name": "collisionBoundary",
                                "global": false,
                                "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "[]"
                                  }
                                ],
                                "required": false,
                                "type": "Element | (Element | null)[] | null | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "null",
                                    "2": {
                                      "kind": "object",
                                      "type": "Element",
                                      "schema": {}
                                    },
                                    "3": {
                                      "kind": "array",
                                      "type": "(Element | null)[]",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "Element | null",
                                          "schema": [
                                            "null",
                                            "Element"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "collisionPadding": {
                                "name": "collisionPadding",
                                "global": false,
                                "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number",
                                    "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                  }
                                }
                              },
                              "arrowPadding": {
                                "name": "arrowPadding",
                                "global": false,
                                "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "sticky": {
                                "name": "sticky",
                                "global": false,
                                "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"partial"'
                                  }
                                ],
                                "required": false,
                                "type": '"partial" | "always" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"partial"',
                                    "2": '"always"'
                                  }
                                }
                              },
                              "hideWhenDetached": {
                                "name": "hideWhenDetached",
                                "global": false,
                                "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "positionStrategy": {
                                "name": "positionStrategy",
                                "global": false,
                                "description": "The type of CSS position property to use.",
                                "tags": [],
                                "required": false,
                                "type": '"fixed" | "absolute" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"fixed"',
                                    "2": '"absolute"'
                                  }
                                }
                              },
                              "updatePositionStrategy": {
                                "name": "updatePositionStrategy",
                                "global": false,
                                "description": "Strategy to update the position of the floating element on every animation frame.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'optimized'"
                                  }
                                ],
                                "required": false,
                                "type": '"always" | "optimized" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"always"',
                                    "2": '"optimized"'
                                  }
                                }
                              },
                              "disableUpdateOnLayoutShift": {
                                "name": "disableUpdateOnLayoutShift",
                                "global": false,
                                "description": "Whether to disable the update position for the content when the layout shifted.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "prioritizePosition": {
                                "name": "prioritizePosition",
                                "global": false,
                                "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "reference": {
                                "name": "reference",
                                "global": false,
                                "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                "tags": [],
                                "required": false,
                                "type": "ReferenceElement | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Element",
                                    "2": {
                                      "kind": "object",
                                      "type": "VirtualElement",
                                      "schema": {
                                        "getBoundingClientRect": {
                                          "name": "getBoundingClientRect",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": true,
                                          "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                          "schema": {
                                            "kind": "event",
                                            "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                          }
                                        },
                                        "getClientRects": {
                                          "name": "getClientRects",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": {
                                                "kind": "event",
                                                "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                              }
                                            }
                                          }
                                        },
                                        "contextElement": {
                                          "name": "contextElement",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "Element | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "Element | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": "Element"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "loop": {
                                "name": "loop",
                                "global": false,
                                "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onEscapeKeyDown": {
                                "name": "onEscapeKeyDown",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: KeyboardEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: KeyboardEvent): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "KeyboardEvent",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onPointerDownOutside": {
                                "name": "onPointerDownOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent): void",
                                      "schema": [
                                        "PointerDownOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onFocusOutside": {
                                "name": "onFocusOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: FocusOutsideEvent): void",
                                      "schema": [
                                        "FocusOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onInteractOutside": {
                                "name": "onInteractOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                          "schema": [
                                            "PointerDownOutsideEvent",
                                            "FocusOutsideEvent"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onCloseAutoFocus": {
                                "name": "onCloseAutoFocus",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: Event) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: Event): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "Event",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "kbds": {
                      "name": "kbds",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "(string | undefined)[] | KbdProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "(string | undefined)[]",
                            "schema": [
                              "string | undefined"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "KbdProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "KbdProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'kbd'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "value": {
                                    "name": "value",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'light'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"sm"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The item type.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"',
                          "3": '"separator"',
                          "4": '"checkbox"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "loading": {
                      "name": "loading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "checked": {
                      "name": "checked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "DropdownMenuItem[]",
                            "schema": [
                              "DropdownMenuItem"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "DropdownMenuItem[][]",
                            "schema": [
                              "DropdownMenuItem[]"
                            ]
                          }
                        }
                      }
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "onUpdateChecked": {
                      "name": "onUpdateChecked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((checked: boolean) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(checked: boolean): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-leading",
          "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DropdownMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "DropdownMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "color": {
                      "name": "color",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"default"',
                          "2": '"danger"',
                          "3": '"success"',
                          "4": '"warning"',
                          "5": '"primary"',
                          "6": '"secondary"',
                          "7": '"collab"',
                          "8": '"ai"'
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                            "schema": {
                              "side": {
                                "name": "side",
                                "global": false,
                                "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"top"'
                                  }
                                ],
                                "required": false,
                                "type": '"bottom" | "top" | "left" | "right" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"bottom"',
                                    "2": '"top"',
                                    "3": '"left"',
                                    "4": '"right"'
                                  }
                                }
                              },
                              "sideOffset": {
                                "name": "sideOffset",
                                "global": false,
                                "description": "The distance in pixels from the trigger.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number"
                                  }
                                }
                              },
                              "align": {
                                "name": "align",
                                "global": false,
                                "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"center"'
                                  }
                                ],
                                "required": false,
                                "type": '"start" | "end" | "center" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"start"',
                                    "2": '"end"',
                                    "3": '"center"'
                                  }
                                }
                              },
                              "alignOffset": {
                                "name": "alignOffset",
                                "global": false,
                                "description": "An offset in pixels from the `start` or `end` alignment options.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "avoidCollisions": {
                                "name": "avoidCollisions",
                                "global": false,
                                "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "true"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "collisionBoundary": {
                                "name": "collisionBoundary",
                                "global": false,
                                "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "[]"
                                  }
                                ],
                                "required": false,
                                "type": "Element | (Element | null)[] | null | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "null",
                                    "2": {
                                      "kind": "object",
                                      "type": "Element",
                                      "schema": {}
                                    },
                                    "3": {
                                      "kind": "array",
                                      "type": "(Element | null)[]",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "Element | null",
                                          "schema": [
                                            "null",
                                            "Element"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "collisionPadding": {
                                "name": "collisionPadding",
                                "global": false,
                                "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number",
                                    "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                  }
                                }
                              },
                              "arrowPadding": {
                                "name": "arrowPadding",
                                "global": false,
                                "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "sticky": {
                                "name": "sticky",
                                "global": false,
                                "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"partial"'
                                  }
                                ],
                                "required": false,
                                "type": '"partial" | "always" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"partial"',
                                    "2": '"always"'
                                  }
                                }
                              },
                              "hideWhenDetached": {
                                "name": "hideWhenDetached",
                                "global": false,
                                "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "positionStrategy": {
                                "name": "positionStrategy",
                                "global": false,
                                "description": "The type of CSS position property to use.",
                                "tags": [],
                                "required": false,
                                "type": '"fixed" | "absolute" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"fixed"',
                                    "2": '"absolute"'
                                  }
                                }
                              },
                              "updatePositionStrategy": {
                                "name": "updatePositionStrategy",
                                "global": false,
                                "description": "Strategy to update the position of the floating element on every animation frame.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'optimized'"
                                  }
                                ],
                                "required": false,
                                "type": '"always" | "optimized" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"always"',
                                    "2": '"optimized"'
                                  }
                                }
                              },
                              "disableUpdateOnLayoutShift": {
                                "name": "disableUpdateOnLayoutShift",
                                "global": false,
                                "description": "Whether to disable the update position for the content when the layout shifted.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "prioritizePosition": {
                                "name": "prioritizePosition",
                                "global": false,
                                "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "reference": {
                                "name": "reference",
                                "global": false,
                                "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                "tags": [],
                                "required": false,
                                "type": "ReferenceElement | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Element",
                                    "2": {
                                      "kind": "object",
                                      "type": "VirtualElement",
                                      "schema": {
                                        "getBoundingClientRect": {
                                          "name": "getBoundingClientRect",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": true,
                                          "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                          "schema": {
                                            "kind": "event",
                                            "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                          }
                                        },
                                        "getClientRects": {
                                          "name": "getClientRects",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": {
                                                "kind": "event",
                                                "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                              }
                                            }
                                          }
                                        },
                                        "contextElement": {
                                          "name": "contextElement",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "Element | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "Element | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": "Element"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "loop": {
                                "name": "loop",
                                "global": false,
                                "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onEscapeKeyDown": {
                                "name": "onEscapeKeyDown",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: KeyboardEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: KeyboardEvent): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "KeyboardEvent",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onPointerDownOutside": {
                                "name": "onPointerDownOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent): void",
                                      "schema": [
                                        "PointerDownOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onFocusOutside": {
                                "name": "onFocusOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: FocusOutsideEvent): void",
                                      "schema": [
                                        "FocusOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onInteractOutside": {
                                "name": "onInteractOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                          "schema": [
                                            "PointerDownOutsideEvent",
                                            "FocusOutsideEvent"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onCloseAutoFocus": {
                                "name": "onCloseAutoFocus",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: Event) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: Event): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "Event",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "kbds": {
                      "name": "kbds",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "(string | undefined)[] | KbdProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "(string | undefined)[]",
                            "schema": [
                              "string | undefined"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "KbdProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "KbdProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'kbd'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "value": {
                                    "name": "value",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'light'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"sm"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The item type.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"',
                          "3": '"separator"',
                          "4": '"checkbox"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "loading": {
                      "name": "loading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "checked": {
                      "name": "checked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "DropdownMenuItem[]",
                            "schema": [
                              "DropdownMenuItem"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "DropdownMenuItem[][]",
                            "schema": [
                              "DropdownMenuItem[]"
                            ]
                          }
                        }
                      }
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "onUpdateChecked": {
                      "name": "onUpdateChecked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((checked: boolean) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(checked: boolean): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-label",
          "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DropdownMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "DropdownMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "color": {
                      "name": "color",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"default"',
                          "2": '"danger"',
                          "3": '"success"',
                          "4": '"warning"',
                          "5": '"primary"',
                          "6": '"secondary"',
                          "7": '"collab"',
                          "8": '"ai"'
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                            "schema": {
                              "side": {
                                "name": "side",
                                "global": false,
                                "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"top"'
                                  }
                                ],
                                "required": false,
                                "type": '"bottom" | "top" | "left" | "right" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"bottom"',
                                    "2": '"top"',
                                    "3": '"left"',
                                    "4": '"right"'
                                  }
                                }
                              },
                              "sideOffset": {
                                "name": "sideOffset",
                                "global": false,
                                "description": "The distance in pixels from the trigger.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number"
                                  }
                                }
                              },
                              "align": {
                                "name": "align",
                                "global": false,
                                "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"center"'
                                  }
                                ],
                                "required": false,
                                "type": '"start" | "end" | "center" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"start"',
                                    "2": '"end"',
                                    "3": '"center"'
                                  }
                                }
                              },
                              "alignOffset": {
                                "name": "alignOffset",
                                "global": false,
                                "description": "An offset in pixels from the `start` or `end` alignment options.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "avoidCollisions": {
                                "name": "avoidCollisions",
                                "global": false,
                                "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "true"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "collisionBoundary": {
                                "name": "collisionBoundary",
                                "global": false,
                                "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "[]"
                                  }
                                ],
                                "required": false,
                                "type": "Element | (Element | null)[] | null | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "null",
                                    "2": {
                                      "kind": "object",
                                      "type": "Element",
                                      "schema": {}
                                    },
                                    "3": {
                                      "kind": "array",
                                      "type": "(Element | null)[]",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "Element | null",
                                          "schema": [
                                            "null",
                                            "Element"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "collisionPadding": {
                                "name": "collisionPadding",
                                "global": false,
                                "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number",
                                    "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                  }
                                }
                              },
                              "arrowPadding": {
                                "name": "arrowPadding",
                                "global": false,
                                "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "sticky": {
                                "name": "sticky",
                                "global": false,
                                "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"partial"'
                                  }
                                ],
                                "required": false,
                                "type": '"partial" | "always" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"partial"',
                                    "2": '"always"'
                                  }
                                }
                              },
                              "hideWhenDetached": {
                                "name": "hideWhenDetached",
                                "global": false,
                                "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "positionStrategy": {
                                "name": "positionStrategy",
                                "global": false,
                                "description": "The type of CSS position property to use.",
                                "tags": [],
                                "required": false,
                                "type": '"fixed" | "absolute" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"fixed"',
                                    "2": '"absolute"'
                                  }
                                }
                              },
                              "updatePositionStrategy": {
                                "name": "updatePositionStrategy",
                                "global": false,
                                "description": "Strategy to update the position of the floating element on every animation frame.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'optimized'"
                                  }
                                ],
                                "required": false,
                                "type": '"always" | "optimized" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"always"',
                                    "2": '"optimized"'
                                  }
                                }
                              },
                              "disableUpdateOnLayoutShift": {
                                "name": "disableUpdateOnLayoutShift",
                                "global": false,
                                "description": "Whether to disable the update position for the content when the layout shifted.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "prioritizePosition": {
                                "name": "prioritizePosition",
                                "global": false,
                                "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "reference": {
                                "name": "reference",
                                "global": false,
                                "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                "tags": [],
                                "required": false,
                                "type": "ReferenceElement | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Element",
                                    "2": {
                                      "kind": "object",
                                      "type": "VirtualElement",
                                      "schema": {
                                        "getBoundingClientRect": {
                                          "name": "getBoundingClientRect",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": true,
                                          "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                          "schema": {
                                            "kind": "event",
                                            "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                          }
                                        },
                                        "getClientRects": {
                                          "name": "getClientRects",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": {
                                                "kind": "event",
                                                "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                              }
                                            }
                                          }
                                        },
                                        "contextElement": {
                                          "name": "contextElement",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "Element | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "Element | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": "Element"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "loop": {
                                "name": "loop",
                                "global": false,
                                "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onEscapeKeyDown": {
                                "name": "onEscapeKeyDown",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: KeyboardEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: KeyboardEvent): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "KeyboardEvent",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onPointerDownOutside": {
                                "name": "onPointerDownOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent): void",
                                      "schema": [
                                        "PointerDownOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onFocusOutside": {
                                "name": "onFocusOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: FocusOutsideEvent): void",
                                      "schema": [
                                        "FocusOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onInteractOutside": {
                                "name": "onInteractOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                          "schema": [
                                            "PointerDownOutsideEvent",
                                            "FocusOutsideEvent"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onCloseAutoFocus": {
                                "name": "onCloseAutoFocus",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: Event) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: Event): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "Event",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "kbds": {
                      "name": "kbds",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "(string | undefined)[] | KbdProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "(string | undefined)[]",
                            "schema": [
                              "string | undefined"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "KbdProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "KbdProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'kbd'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "value": {
                                    "name": "value",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'light'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"sm"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The item type.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"',
                          "3": '"separator"',
                          "4": '"checkbox"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "loading": {
                      "name": "loading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "checked": {
                      "name": "checked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "DropdownMenuItem[]",
                            "schema": [
                              "DropdownMenuItem"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "DropdownMenuItem[][]",
                            "schema": [
                              "DropdownMenuItem[]"
                            ]
                          }
                        }
                      }
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "onUpdateChecked": {
                      "name": "onUpdateChecked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((checked: boolean) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(checked: boolean): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-trailing",
          "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: DropdownMenuItem; active?: boolean | undefined; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "DropdownMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "DropdownMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "Display an icon on the left side.",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "color": {
                      "name": "color",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"default"',
                          "2": '"danger"',
                          "3": '"success"',
                          "4": '"warning"',
                          "5": '"primary"',
                          "6": '"secondary"',
                          "7": '"collab"',
                          "8": '"ai"'
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                            "schema": {
                              "side": {
                                "name": "side",
                                "global": false,
                                "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"top"'
                                  }
                                ],
                                "required": false,
                                "type": '"bottom" | "top" | "left" | "right" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"bottom"',
                                    "2": '"top"',
                                    "3": '"left"',
                                    "4": '"right"'
                                  }
                                }
                              },
                              "sideOffset": {
                                "name": "sideOffset",
                                "global": false,
                                "description": "The distance in pixels from the trigger.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number"
                                  }
                                }
                              },
                              "align": {
                                "name": "align",
                                "global": false,
                                "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"center"'
                                  }
                                ],
                                "required": false,
                                "type": '"start" | "end" | "center" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"start"',
                                    "2": '"end"',
                                    "3": '"center"'
                                  }
                                }
                              },
                              "alignOffset": {
                                "name": "alignOffset",
                                "global": false,
                                "description": "An offset in pixels from the `start` or `end` alignment options.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "avoidCollisions": {
                                "name": "avoidCollisions",
                                "global": false,
                                "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "true"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "collisionBoundary": {
                                "name": "collisionBoundary",
                                "global": false,
                                "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "[]"
                                  }
                                ],
                                "required": false,
                                "type": "Element | (Element | null)[] | null | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "null",
                                    "2": {
                                      "kind": "object",
                                      "type": "Element",
                                      "schema": {}
                                    },
                                    "3": {
                                      "kind": "array",
                                      "type": "(Element | null)[]",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "Element | null",
                                          "schema": [
                                            "null",
                                            "Element"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "collisionPadding": {
                                "name": "collisionPadding",
                                "global": false,
                                "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": "number",
                                    "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                  }
                                }
                              },
                              "arrowPadding": {
                                "name": "arrowPadding",
                                "global": false,
                                "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "0"
                                  }
                                ],
                                "required": false,
                                "type": "number | undefined",
                                "schema": "number | undefined"
                              },
                              "sticky": {
                                "name": "sticky",
                                "global": false,
                                "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": '"partial"'
                                  }
                                ],
                                "required": false,
                                "type": '"partial" | "always" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"partial"',
                                    "2": '"always"'
                                  }
                                }
                              },
                              "hideWhenDetached": {
                                "name": "hideWhenDetached",
                                "global": false,
                                "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "positionStrategy": {
                                "name": "positionStrategy",
                                "global": false,
                                "description": "The type of CSS position property to use.",
                                "tags": [],
                                "required": false,
                                "type": '"fixed" | "absolute" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"fixed"',
                                    "2": '"absolute"'
                                  }
                                }
                              },
                              "updatePositionStrategy": {
                                "name": "updatePositionStrategy",
                                "global": false,
                                "description": "Strategy to update the position of the floating element on every animation frame.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'optimized'"
                                  }
                                ],
                                "required": false,
                                "type": '"always" | "optimized" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"always"',
                                    "2": '"optimized"'
                                  }
                                }
                              },
                              "disableUpdateOnLayoutShift": {
                                "name": "disableUpdateOnLayoutShift",
                                "global": false,
                                "description": "Whether to disable the update position for the content when the layout shifted.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "prioritizePosition": {
                                "name": "prioritizePosition",
                                "global": false,
                                "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "reference": {
                                "name": "reference",
                                "global": false,
                                "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                "tags": [],
                                "required": false,
                                "type": "ReferenceElement | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Element",
                                    "2": {
                                      "kind": "object",
                                      "type": "VirtualElement",
                                      "schema": {
                                        "getBoundingClientRect": {
                                          "name": "getBoundingClientRect",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": true,
                                          "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                          "schema": {
                                            "kind": "event",
                                            "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                          }
                                        },
                                        "getClientRects": {
                                          "name": "getClientRects",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": {
                                                "kind": "event",
                                                "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                              }
                                            }
                                          }
                                        },
                                        "contextElement": {
                                          "name": "contextElement",
                                          "global": false,
                                          "description": "",
                                          "tags": [],
                                          "required": false,
                                          "type": "Element | undefined",
                                          "schema": {
                                            "kind": "enum",
                                            "type": "Element | undefined",
                                            "schema": {
                                              "0": "undefined",
                                              "1": "Element"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "loop": {
                                "name": "loop",
                                "global": false,
                                "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onEscapeKeyDown": {
                                "name": "onEscapeKeyDown",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: KeyboardEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: KeyboardEvent): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "KeyboardEvent",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onPointerDownOutside": {
                                "name": "onPointerDownOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent): void",
                                      "schema": [
                                        "PointerDownOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onFocusOutside": {
                                "name": "onFocusOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: FocusOutsideEvent): void",
                                      "schema": [
                                        "FocusOutsideEvent"
                                      ]
                                    }
                                  }
                                }
                              },
                              "onInteractOutside": {
                                "name": "onInteractOutside",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                      "schema": [
                                        {
                                          "kind": "enum",
                                          "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                          "schema": [
                                            "PointerDownOutsideEvent",
                                            "FocusOutsideEvent"
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "onCloseAutoFocus": {
                                "name": "onCloseAutoFocus",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: Event) => void) | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: Event): void",
                                      "schema": [
                                        {
                                          "kind": "object",
                                          "type": "Event",
                                          "schema": {}
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "kbds": {
                      "name": "kbds",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "(string | undefined)[] | KbdProps[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "(string | undefined)[]",
                            "schema": [
                              "string | undefined"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "KbdProps[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "KbdProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'kbd'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "value": {
                                    "name": "value",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "depth": {
                                    "name": "depth",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'light'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"light"',
                                        "2": '"normal"',
                                        "3": '"dark"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "sm" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"sm"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The item type.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"',
                          "3": '"separator"',
                          "4": '"checkbox"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "loading": {
                      "name": "loading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "checked": {
                      "name": "checked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "DropdownMenuItem[]",
                            "schema": [
                              "DropdownMenuItem"
                            ]
                          },
                          "2": {
                            "kind": "array",
                            "type": "DropdownMenuItem[][]",
                            "schema": [
                              "DropdownMenuItem[]"
                            ]
                          }
                        }
                      }
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "onUpdateChecked": {
                      "name": "onUpdateChecked",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((checked: boolean) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(checked: boolean): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24DropdownMenuContent": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24DropdownMenuContent",
    "kebabName": "b24-dropdown-menu-content",
    "chunkName": "components/b24-dropdown-menu-content",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "labelKey",
          "global": false,
          "description": "",
          "tags": [],
          "required": true,
          "type": "keyof DropdownMenuItem",
          "schema": {
            "kind": "enum",
            "type": "keyof DropdownMenuItem",
            "schema": {
              "0": "string",
              "1": "number"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": true,
          "type": '{ content: (slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 13 more ...; itemLabelExt...',
          "schema": {
            "kind": "object",
            "type": '{ content: (slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 13 more ...; itemLabelExt...',
            "schema": {
              "content": {
                "name": "content",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": {
                  "kind": "event",
                  "type": '(slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined): string',
                  "schema": {}
                }
              },
              "arrow": {
                "name": "arrow",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "group": {
                "name": "group",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "label": {
                "name": "label",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "separator": {
                "name": "separator",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemLeadingIcon": {
                "name": "itemLeadingIcon",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemLeadingAvatar": {
                "name": "itemLeadingAvatar",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemLeadingAvatarSize": {
                "name": "itemLeadingAvatarSize",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemTrailing": {
                "name": "itemTrailing",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemTrailingIcon": {
                "name": "itemTrailingIcon",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemTrailingKbds": {
                "name": "itemTrailingKbds",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemTrailingKbdsSize": {
                "name": "itemTrailingKbdsSize",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemLabel": {
                "name": "itemLabel",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              },
              "itemLabelExternalIcon": {
                "name": "itemLabelExternalIcon",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....',
                "schema": '((slotProps?: ({ loading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; active?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<....'
              }
            }
          }
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<DropdownMenuItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<DropdownMenuItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "DropdownMenuItem[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "DropdownMenuItem",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "Display an icon on the left side.",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "color": {
                        "name": "color",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"default"',
                            "2": '"danger"',
                            "3": '"success"',
                            "4": '"warning"',
                            "5": '"primary"',
                            "6": '"secondary"',
                            "7": '"collab"',
                            "8": '"ai"'
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "content": {
                        "name": "content",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>) | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": 'Omit<DropdownMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<MenuContentEmits>>',
                              "schema": {
                                "side": {
                                  "name": "side",
                                  "global": false,
                                  "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"top"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"bottom" | "top" | "left" | "right" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"bottom"',
                                      "2": '"top"',
                                      "3": '"left"',
                                      "4": '"right"'
                                    }
                                  }
                                },
                                "sideOffset": {
                                  "name": "sideOffset",
                                  "global": false,
                                  "description": "The distance in pixels from the trigger.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "number | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "number"
                                    }
                                  }
                                },
                                "align": {
                                  "name": "align",
                                  "global": false,
                                  "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"center"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"start" | "end" | "center" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"start" | "end" | "center" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"start"',
                                      "2": '"end"',
                                      "3": '"center"'
                                    }
                                  }
                                },
                                "alignOffset": {
                                  "name": "alignOffset",
                                  "global": false,
                                  "description": "An offset in pixels from the `start` or `end` alignment options.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": "number | undefined"
                                },
                                "avoidCollisions": {
                                  "name": "avoidCollisions",
                                  "global": false,
                                  "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "true"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "false",
                                      "2": "true"
                                    }
                                  }
                                },
                                "collisionBoundary": {
                                  "name": "collisionBoundary",
                                  "global": false,
                                  "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "[]"
                                    }
                                  ],
                                  "required": false,
                                  "type": "Element | (Element | null)[] | null | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Element | (Element | null)[] | null | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "null",
                                      "2": {
                                        "kind": "object",
                                        "type": "Element",
                                        "schema": {}
                                      },
                                      "3": {
                                        "kind": "array",
                                        "type": "(Element | null)[]",
                                        "schema": [
                                          {
                                            "kind": "enum",
                                            "type": "Element | null",
                                            "schema": [
                                              "null",
                                              "Element"
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "collisionPadding": {
                                  "name": "collisionPadding",
                                  "global": false,
                                  "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": "number",
                                      "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                                    }
                                  }
                                },
                                "arrowPadding": {
                                  "name": "arrowPadding",
                                  "global": false,
                                  "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "0"
                                    }
                                  ],
                                  "required": false,
                                  "type": "number | undefined",
                                  "schema": "number | undefined"
                                },
                                "sticky": {
                                  "name": "sticky",
                                  "global": false,
                                  "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": '"partial"'
                                    }
                                  ],
                                  "required": false,
                                  "type": '"partial" | "always" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"partial" | "always" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"partial"',
                                      "2": '"always"'
                                    }
                                  }
                                },
                                "hideWhenDetached": {
                                  "name": "hideWhenDetached",
                                  "global": false,
                                  "description": "Whether to hide the content when the trigger becomes fully occluded.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "positionStrategy": {
                                  "name": "positionStrategy",
                                  "global": false,
                                  "description": "The type of CSS position property to use.",
                                  "tags": [],
                                  "required": false,
                                  "type": '"fixed" | "absolute" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"fixed" | "absolute" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"fixed"',
                                      "2": '"absolute"'
                                    }
                                  }
                                },
                                "updatePositionStrategy": {
                                  "name": "updatePositionStrategy",
                                  "global": false,
                                  "description": "Strategy to update the position of the floating element on every animation frame.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'optimized'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"always" | "optimized" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"always" | "optimized" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"always"',
                                      "2": '"optimized"'
                                    }
                                  }
                                },
                                "disableUpdateOnLayoutShift": {
                                  "name": "disableUpdateOnLayoutShift",
                                  "global": false,
                                  "description": "Whether to disable the update position for the content when the layout shifted.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "prioritizePosition": {
                                  "name": "prioritizePosition",
                                  "global": false,
                                  "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "reference": {
                                  "name": "reference",
                                  "global": false,
                                  "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                                  "tags": [],
                                  "required": false,
                                  "type": "ReferenceElement | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "ReferenceElement | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Element",
                                      "2": {
                                        "kind": "object",
                                        "type": "VirtualElement",
                                        "schema": {
                                          "getBoundingClientRect": {
                                            "name": "getBoundingClientRect",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": true,
                                            "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                                            "schema": {
                                              "kind": "event",
                                              "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                                            }
                                          },
                                          "getClientRects": {
                                            "name": "getClientRects",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": false,
                                            "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                            "schema": {
                                              "kind": "enum",
                                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                              "schema": {
                                                "0": "undefined",
                                                "1": {
                                                  "kind": "event",
                                                  "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                                }
                                              }
                                            }
                                          },
                                          "contextElement": {
                                            "name": "contextElement",
                                            "global": false,
                                            "description": "",
                                            "tags": [],
                                            "required": false,
                                            "type": "Element | undefined",
                                            "schema": {
                                              "kind": "enum",
                                              "type": "Element | undefined",
                                              "schema": {
                                                "0": "undefined",
                                                "1": "Element"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "loop": {
                                  "name": "loop",
                                  "global": false,
                                  "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "onEscapeKeyDown": {
                                  "name": "onEscapeKeyDown",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: KeyboardEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: KeyboardEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: KeyboardEvent): void",
                                        "schema": [
                                          {
                                            "kind": "object",
                                            "type": "KeyboardEvent",
                                            "schema": {}
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onPointerDownOutside": {
                                  "name": "onPointerDownOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: PointerDownOutsideEvent): void",
                                        "schema": [
                                          "PointerDownOutsideEvent"
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onFocusOutside": {
                                  "name": "onFocusOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: FocusOutsideEvent): void",
                                        "schema": [
                                          "FocusOutsideEvent"
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onInteractOutside": {
                                  "name": "onInteractOutside",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                                        "schema": [
                                          {
                                            "kind": "enum",
                                            "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                                            "schema": [
                                              "PointerDownOutsideEvent",
                                              "FocusOutsideEvent"
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "onCloseAutoFocus": {
                                  "name": "onCloseAutoFocus",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: Event) => void) | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: Event) => void) | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: Event): void",
                                        "schema": [
                                          {
                                            "kind": "object",
                                            "type": "Event",
                                            "schema": {}
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "kbds": {
                        "name": "kbds",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "(string | undefined)[] | KbdProps[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "(string | undefined)[] | KbdProps[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "array",
                              "type": "(string | undefined)[]",
                              "schema": [
                                "string | undefined"
                              ]
                            },
                            "2": {
                              "kind": "array",
                              "type": "KbdProps[]",
                              "schema": [
                                {
                                  "kind": "object",
                                  "type": "KbdProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'kbd'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "value": {
                                      "name": "value",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "depth": {
                                      "name": "depth",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'light'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"light" | "normal" | "dark" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"light" | "normal" | "dark" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"light"',
                                          "2": '"normal"',
                                          "3": '"dark"'
                                        }
                                      }
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "sm" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "sm" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"sm"'
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        }
                      },
                      "type": {
                        "name": "type",
                        "global": false,
                        "description": "The item type.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'link'"
                          }
                        ],
                        "required": false,
                        "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"label" | "link" | "separator" | "checkbox" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"label"',
                            "2": '"link"',
                            "3": '"separator"',
                            "4": '"checkbox"'
                          }
                        }
                      },
                      "slot": {
                        "name": "slot",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "loading": {
                        "name": "loading",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "checked": {
                        "name": "checked",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "open": {
                        "name": "open",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "defaultOpen": {
                        "name": "defaultOpen",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "children": {
                        "name": "children",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "ArrayOrNested<DropdownMenuItem> | undefined",
                        "schema": "ArrayOrNested<DropdownMenuItem> | undefined"
                      },
                      "onSelect": {
                        "name": "onSelect",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((e: Event) => void) | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(e: Event): void",
                              "schema": []
                            }
                          }
                        }
                      },
                      "onUpdateChecked": {
                        "name": "onUpdateChecked",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((checked: boolean) => void) | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((checked: boolean) => void) | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(checked: boolean): void",
                              "schema": []
                            }
                          }
                        }
                      },
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "to": {
                        "name": "to",
                        "global": false,
                        "description": "Route Location the link should navigate to when clicked on.",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": {
                              "kind": "object",
                              "type": "RouteLocationAsRelativeGeneric",
                              "schema": {
                                "name": {
                                  "name": "name",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteRecordNameGeneric",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "symbol"
                                    }
                                  }
                                },
                                "params": {
                                  "name": "params",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteParamsRawGeneric | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "RouteParamsRawGeneric"
                                    }
                                  }
                                },
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "A relative path to the current location. This property should be removed",
                                  "tags": [],
                                  "required": false,
                                  "type": "undefined",
                                  "schema": "undefined"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "LocationQueryRaw | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "LocationQueryRaw"
                                    }
                                  }
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "HistoryState | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "object",
                                        "type": "HistoryState",
                                        "schema": {}
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "3": {
                              "kind": "object",
                              "type": "RouteLocationAsPathGeneric",
                              "schema": {
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "Percentage encoded pathname section of the URL.",
                                  "tags": [],
                                  "required": true,
                                  "type": "string",
                                  "schema": "string"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": "LocationQueryRaw | undefined"
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": "HistoryState | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "activeClass": {
                        "name": "activeClass",
                        "global": false,
                        "description": "Class to apply when the link is active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "exactActiveClass": {
                        "name": "exactActiveClass",
                        "global": false,
                        "description": "Class to apply when the link is exact active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "ariaCurrentValue": {
                        "name": "ariaCurrentValue",
                        "global": false,
                        "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "`'page'`"
                          }
                        ],
                        "required": false,
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"true"',
                            "2": '"false"',
                            "3": '"page"',
                            "4": '"step"',
                            "5": '"location"',
                            "6": '"date"',
                            "7": '"time"'
                          }
                        }
                      },
                      "viewTransition": {
                        "name": "viewTransition",
                        "global": false,
                        "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "replace": {
                        "name": "replace",
                        "global": false,
                        "description": "Calls `router.replace` instead of `router.push`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "active": {
                        "name": "active",
                        "global": false,
                        "description": "Force the link to be active independent of the current route.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exact": {
                        "name": "exact",
                        "global": false,
                        "description": "Will only be active if the current route is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exactQuery": {
                        "name": "exactQuery",
                        "global": false,
                        "description": "Allows controlling how the current route query sets the link as active.",
                        "tags": [],
                        "required": false,
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": 'boolean | "partial" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true",
                            "3": '"partial"'
                          }
                        }
                      },
                      "exactHash": {
                        "name": "exactHash",
                        "global": false,
                        "description": "Will only be active if the current route hash is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "inactiveClass": {
                        "name": "inactiveClass",
                        "global": false,
                        "description": "The class to apply when the link is inactive.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "isAction": {
                        "name": "isAction",
                        "global": false,
                        "description": "When `true`, uses special underlined styling.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "href": {
                        "name": "href",
                        "global": false,
                        "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                      },
                      "external": {
                        "name": "external",
                        "global": false,
                        "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "target": {
                        "name": "target",
                        "global": false,
                        "description": "Where to display the linked URL as the name for a browsing context.",
                        "tags": [],
                        "required": false,
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": '"_blank"',
                            "3": '"_parent"',
                            "4": '"_self"',
                            "5": '"_top"',
                            "6": {
                              "kind": "object",
                              "type": "string & {}",
                              "schema": {}
                            }
                          }
                        }
                      },
                      "rel": {
                        "name": "rel",
                        "global": false,
                        "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                        "tags": [],
                        "required": false,
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": "string & {}",
                            "3": '"noopener"',
                            "4": '"noreferrer"',
                            "5": '"nofollow"',
                            "6": '"sponsored"',
                            "7": '"ugc"'
                          }
                        }
                      },
                      "noRel": {
                        "name": "noRel",
                        "global": false,
                        "description": "If set to true, no rel attribute will be added to the link",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchedClass": {
                        "name": "prefetchedClass",
                        "global": false,
                        "description": "A class to apply to links that have been prefetched.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "prefetch": {
                        "name": "prefetch",
                        "global": false,
                        "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchOn": {
                        "name": "prefetchOn",
                        "global": false,
                        "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                        "tags": [],
                        "required": false,
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"visibility"',
                            "2": '"interaction"',
                            "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                          }
                        }
                      },
                      "noPrefetch": {
                        "name": "noPrefetch",
                        "global": false,
                        "description": "Escape hatch to disable `prefetch` attribute.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      }
                    }
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "DropdownMenuItem[][]",
                "schema": [
                  "DropdownMenuItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "sub",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "checkedIcon",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "externalIcon",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "boolean | IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "b24uiOverride",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "side",
          "global": false,
          "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
          "tags": [
            {
              "name": "defaultValue",
              "text": '"top"'
            }
          ],
          "required": false,
          "type": '"bottom" | "top" | "left" | "right" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"bottom" | "top" | "left" | "right" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"bottom"',
              "2": '"top"',
              "3": '"left"',
              "4": '"right"'
            }
          }
        },
        {
          "name": "sideOffset",
          "global": false,
          "description": "The distance in pixels from the trigger.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "align",
          "global": false,
          "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
          "tags": [
            {
              "name": "defaultValue",
              "text": '"center"'
            }
          ],
          "required": false,
          "type": '"start" | "end" | "center" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"start" | "end" | "center" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"start"',
              "2": '"end"',
              "3": '"center"'
            }
          }
        },
        {
          "name": "alignOffset",
          "global": false,
          "description": "An offset in pixels from the `start` or `end` alignment options.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "avoidCollisions",
          "global": false,
          "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "collisionBoundary",
          "global": false,
          "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "[]"
            }
          ],
          "required": false,
          "type": "Element | (Element | null)[] | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "Element | (Element | null)[] | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "Element",
                "schema": {}
              },
              "3": {
                "kind": "array",
                "type": "(Element | null)[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "Element | null",
                    "schema": [
                      "null",
                      "Element"
                    ]
                  }
                ]
              }
            }
          }
        },
        {
          "name": "collisionPadding",
          "global": false,
          "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
            "schema": {
              "0": "undefined",
              "1": "number",
              "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
            }
          }
        },
        {
          "name": "arrowPadding",
          "global": false,
          "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "sticky",
          "global": false,
          "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
          "tags": [
            {
              "name": "defaultValue",
              "text": '"partial"'
            }
          ],
          "required": false,
          "type": '"partial" | "always" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"partial" | "always" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"partial"',
              "2": '"always"'
            }
          }
        },
        {
          "name": "hideWhenDetached",
          "global": false,
          "description": "Whether to hide the content when the trigger becomes fully occluded.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "positionStrategy",
          "global": false,
          "description": "The type of CSS position property to use.",
          "tags": [],
          "required": false,
          "type": '"fixed" | "absolute" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"fixed" | "absolute" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"fixed"',
              "2": '"absolute"'
            }
          }
        },
        {
          "name": "updatePositionStrategy",
          "global": false,
          "description": "Strategy to update the position of the floating element on every animation frame.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'optimized'"
            }
          ],
          "required": false,
          "type": '"always" | "optimized" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"always" | "optimized" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"always"',
              "2": '"optimized"'
            }
          }
        },
        {
          "name": "disableUpdateOnLayoutShift",
          "global": false,
          "description": "Whether to disable the update position for the content when the layout shifted.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "prioritizePosition",
          "global": false,
          "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "reference",
          "global": false,
          "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
          "tags": [],
          "required": false,
          "type": "ReferenceElement | undefined",
          "schema": {
            "kind": "enum",
            "type": "ReferenceElement | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "Element",
                "schema": {}
              },
              "2": {
                "kind": "object",
                "type": "VirtualElement",
                "schema": {
                  "getBoundingClientRect": {
                    "name": "getBoundingClientRect",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                    "schema": {
                      "kind": "event",
                      "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                    }
                  },
                  "getClientRects": {
                    "name": "getClientRects",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                        }
                      }
                    }
                  },
                  "contextElement": {
                    "name": "contextElement",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Element | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loop",
          "global": false,
          "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Form": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Form",
    "kebabName": "b24-form",
    "chunkName": "components/b24-form",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "state",
          "global": false,
          "description": "An object representing the current state of the form.",
          "tags": [],
          "required": true,
          "type": "object",
          "schema": "object"
        },
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "schema",
          "global": false,
          "description": "Schema to validate the form state. Supports Standard Schema objects, Yup, Joi, and Superstructs.",
          "tags": [],
          "required": false,
          "type": "FormSchema<object> | undefined",
          "schema": {
            "kind": "enum",
            "type": "FormSchema<object> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Struct<any, any>",
              "2": "StandardSchemaV1<unknown, unknown>",
              "3": 'ObjectSchema<object, AnyObject, any, "">',
              "4": "AnySchema<object>",
              "5": "ArraySchema<object>",
              "6": "AlternativesSchema<object>",
              "7": "BinarySchema<object>",
              "8": "BooleanSchema<object>",
              "9": "DateSchema<object>",
              "10": "FunctionSchema<object>",
              "11": "NumberSchema<object>",
              "12": "ObjectSchema<object>",
              "13": "StringSchema<object>",
              "14": "LinkSchema<object>",
              "15": "SymbolSchema<object>"
            }
          }
        },
        {
          "name": "validate",
          "global": false,
          "description": "Custom validation function to validate the form state.",
          "tags": [
            {
              "name": "param",
              "text": "state - The current state of the form."
            },
            {
              "name": "returns",
              "text": "A promise that resolves to an array of FormError objects, or an array of FormError objects directly."
            }
          ],
          "required": false,
          "type": "((state: object) => FormError<string>[] | Promise<FormError<string>[]>) | undefined",
          "schema": {
            "kind": "enum",
            "type": "((state: object) => FormError<string>[] | Promise<FormError<string>[]>) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(state: object): FormError<string>[] | Promise<FormError<string>[]>",
                "schema": []
              }
            }
          }
        },
        {
          "name": "validateOn",
          "global": false,
          "description": "The list of input events that trigger the form validation.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`['blur', 'change', 'input']`"
            }
          ],
          "required": false,
          "type": "FormInputEvents[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "FormInputEvents[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "FormInputEvents[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "FormInputEvents",
                    "schema": [
                      '"blur"',
                      '"change"',
                      '"focus"',
                      '"input"'
                    ]
                  }
                ]
              }
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "Disable all inputs inside the form.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "validateOnInputDelay",
          "global": false,
          "description": "Delay in milliseconds before validating the form on input events.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`300`"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "300"
        },
        {
          "name": "transform",
          "global": false,
          "description": "If true, schema transformations will be applied to the state on submit.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ errors: FormError<string>[]; } | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{ errors: FormError<string>[]; } | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{ errors: FormError<string>[]; }",
                "schema": {
                  "errors": {
                    "name": "errors",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": true,
                    "type": "FormError<string>[]",
                    "schema": {
                      "kind": "array",
                      "type": "FormError<string>[]",
                      "schema": {
                        "0": "FormError<string>"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24FormField": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24FormField",
    "kebabName": "b24-form-field",
    "chunkName": "components/b24-form-field",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the FormField. Also used to match form errors.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "errorPattern",
          "global": false,
          "description": "A regular expression to match form error names.",
          "tags": [],
          "required": false,
          "type": "RegExp | undefined",
          "schema": {
            "kind": "enum",
            "type": "RegExp | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "RegExp",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "label",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "help",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "error",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "false",
              "3": "true"
            }
          }
        },
        {
          "name": "hint",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "eagerValidation",
          "global": false,
          "description": "If true, validation on input will be active immediately instead of waiting for a blur event.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "validateOnInputDelay",
          "global": false,
          "description": "Delay in milliseconds before validating the form on input events.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`300`"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; wrapper: string; labelWrapper: string; label: string; hint: string; container: string; description: string; error: string; errorIcon: string; help: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; wrapper: string; labelWrapper: string; label: string; hint: string; container: string; description: string; error: string; errorIcon: string; help: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; wrapper: string; labelWrapper: string; label: string; hint: string; container: string; description: string; error: string; errorIcon: string; help: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "label",
          "type": "{ label?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ label?: string | undefined; }",
            "schema": {
              "label": {
                "name": "label",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "hint",
          "type": "{ hint?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ hint?: string | undefined; }",
            "schema": {
              "hint": {
                "name": "hint",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{ description?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ description?: string | undefined; }",
            "schema": {
              "description": {
                "name": "description",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "help",
          "type": "{ help?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ help?: string | undefined; }",
            "schema": {
              "help": {
                "name": "help",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "error",
          "type": "{ error?: string | boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ error?: string | boolean | undefined; }",
            "schema": {
              "error": {
                "name": "error",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | boolean | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | boolean | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string",
                    "2": "false",
                    "3": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{ error?: string | boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ error?: string | boolean | undefined; }",
            "schema": {
              "error": {
                "name": "error",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | boolean | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | boolean | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string",
                    "2": "false",
                    "3": "true"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Input": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Input",
    "kebabName": "b24-input",
    "chunkName": "components/b24-input",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "type",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'text'"
            }
          ],
          "required": false,
          "type": "InputTypeHTMLAttribute | undefined",
          "schema": {
            "kind": "enum",
            "type": "InputTypeHTMLAttribute | undefined",
            "schema": {
              "0": "undefined",
              "1": '"number"',
              "2": '"reset"',
              "3": '"submit"',
              "4": '"image"',
              "5": '"color"',
              "6": '"button"',
              "7": '"date"',
              "8": '"time"',
              "9": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              },
              "10": '"text"',
              "11": '"search"',
              "12": '"range"',
              "13": '"month"',
              "14": '"checkbox"',
              "15": '"file"',
              "16": '"datetime-local"',
              "17": '"email"',
              "18": '"hidden"',
              "19": '"password"',
              "20": '"radio"',
              "21": '"tel"',
              "22": '"url"',
              "23": '"week"'
            }
          },
          "default": '"text"'
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the input is empty.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autocomplete",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'off'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"off"'
        },
        {
          "name": "autofocus",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocusDelay",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }>"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "Display an icon on the right side.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | number | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "string",
              "3": "number"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24InputMenu": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24InputMenu",
    "kebabName": "b24-input-menu",
    "chunkName": "components/b24-input-menu",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "type",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'text'"
            }
          ],
          "required": false,
          "type": "InputTypeHTMLAttribute | undefined",
          "schema": {
            "kind": "enum",
            "type": "InputTypeHTMLAttribute | undefined",
            "schema": {
              "0": "undefined",
              "1": '"number"',
              "2": '"reset"',
              "3": '"submit"',
              "4": '"image"',
              "5": '"color"',
              "6": '"button"',
              "7": '"date"',
              "8": '"time"',
              "9": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              },
              "10": '"text"',
              "11": '"search"',
              "12": '"range"',
              "13": '"month"',
              "14": '"checkbox"',
              "15": '"file"',
              "16": '"datetime-local"',
              "17": '"email"',
              "18": '"hidden"',
              "19": '"password"',
              "20": '"radio"',
              "21": '"tel"',
              "22": '"url"',
              "23": '"week"'
            }
          },
          "default": '"text"'
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the input is empty",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocus",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocusDelay",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "The icon displayed to open the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDown"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "selectedIcon",
          "global": false,
          "description": "The icon displayed when an item is selected.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.check"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "deleteIcon",
          "global": false,
          "description": "The icon displayed to delete a tag.\nWorks only when `multiple` is `true`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.close"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8, position: 'popper' }"
            }
          ],
          "required": false,
          "type": '(Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>',
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "The positioning mode to use, <br>\r\n`inline` is the default and you can control the position using CSS. <br>\r\n`popper` positions content in the same way as our other primitives, for example `Popover` or `DropdownMenu`.",
                    "tags": [],
                    "required": false,
                    "type": '"inline" | "popper" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"inline" | "popper" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"inline"',
                        "2": '"popper"'
                      }
                    }
                  },
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "disableUpdateOnLayoutShift": {
                    "name": "disableUpdateOnLayoutShift",
                    "global": false,
                    "description": "Whether to disable the update position for the content when the layout shifted.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prioritizePosition": {
                    "name": "prioritizePosition",
                    "global": false,
                    "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "reference": {
                    "name": "reference",
                    "global": false,
                    "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                    "tags": [],
                    "required": false,
                    "type": "ReferenceElement | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "ReferenceElement | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element",
                        "2": {
                          "kind": "object",
                          "type": "VirtualElement",
                          "schema": {
                            "getBoundingClientRect": {
                              "name": "getBoundingClientRect",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": true,
                              "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                              "schema": {
                                "kind": "event",
                                "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                              }
                            },
                            "getClientRects": {
                              "name": "getClientRects",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "event",
                                    "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                  }
                                }
                              }
                            },
                            "contextElement": {
                              "name": "contextElement",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Element | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Element | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Element"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "bodyLock": {
                    "name": "bodyLock",
                    "global": false,
                    "description": "The document.body will be lock, and scrolling will be disabled.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<ComboboxArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<ComboboxArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<ComboboxArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the menu in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "valueKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the value instead of the object itself.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "undefined"
            }
          ],
          "required": false,
          "type": "keyof _InputMenuItem | undefined",
          "schema": {
            "kind": "enum",
            "type": "keyof _InputMenuItem | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the label.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "undefined",
          "schema": "undefined",
          "default": '"label" as never'
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<InputMenuItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<InputMenuItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "InputMenuItem[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "InputMenuItem",
                    "schema": [
                      "null",
                      "string",
                      "number",
                      "false",
                      "true",
                      {
                        "kind": "object",
                        "type": "_InputMenuItem",
                        "schema": {
                          "label": {
                            "name": "label",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "string | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": "string"
                              }
                            }
                          },
                          "icon": {
                            "name": "icon",
                            "global": false,
                            "description": "Display an icon on the left side.",
                            "tags": [
                              {
                                "name": "IconComponent"
                              }
                            ],
                            "required": false,
                            "type": "IconComponent | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "IconComponent | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                  "schema": []
                                }
                              }
                            }
                          },
                          "avatar": {
                            "name": "avatar",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "AvatarProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "AvatarProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'span'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "src": {
                                      "name": "src",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "alt": {
                                      "name": "alt",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "icon": {
                                      "name": "icon",
                                      "global": false,
                                      "description": "Display an icon on the left side.",
                                      "tags": [
                                        {
                                          "name": "IconComponent"
                                        }
                                      ],
                                      "required": false,
                                      "type": "IconComponent | undefined",
                                      "schema": "IconComponent | undefined"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"3xs"',
                                          "4": '"2xs"',
                                          "5": '"xs"',
                                          "6": '"sm"',
                                          "7": '"xl"',
                                          "8": '"2xl"',
                                          "9": '"3xl"'
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "style": {
                                      "name": "style",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "color": {
                            "name": "color",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"default"',
                                "2": '"danger"',
                                "3": '"success"',
                                "4": '"warning"',
                                "5": '"primary"',
                                "6": '"secondary"',
                                "7": '"collab"',
                                "8": '"ai"'
                              }
                            }
                          },
                          "chip": {
                            "name": "chip",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "ChipProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "ChipProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "ChipProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'div'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "Display some text inside the chip.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "string | number | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "string",
                                          "2": "number"
                                        }
                                      }
                                    },
                                    "color": {
                                      "name": "color",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'danger'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"default"',
                                          "2": '"danger"',
                                          "3": '"success"',
                                          "4": '"warning"',
                                          "5": '"primary"',
                                          "6": '"secondary"',
                                          "7": '"collab"',
                                          "8": '"ai"',
                                          "9": '"link"'
                                        }
                                      }
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'sm'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                    },
                                    "position": {
                                      "name": "position",
                                      "global": false,
                                      "description": "The position of the chip.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'top-right'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"top-left"',
                                          "2": '"top-right"',
                                          "3": '"bottom-left"',
                                          "4": '"bottom-right"'
                                        }
                                      }
                                    },
                                    "inset": {
                                      "name": "inset",
                                      "global": false,
                                      "description": "When `true`, keep the chip inside the component for rounded elements",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "boolean | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "false",
                                          "2": "true"
                                        }
                                      }
                                    },
                                    "standalone": {
                                      "name": "standalone",
                                      "global": false,
                                      "description": "When `true`, render the chip relatively to the parent.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; base: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; base: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "type": {
                            "name": "type",
                            "global": false,
                            "description": "The item type.",
                            "tags": [
                              {
                                "name": "defaultValue",
                                "text": "'item'"
                              }
                            ],
                            "required": false,
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"label" | "separator" | "item" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"label"',
                                "2": '"separator"',
                                "3": '"item"'
                              }
                            }
                          },
                          "disabled": {
                            "name": "disabled",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "boolean | undefined",
                            "schema": "boolean | undefined"
                          },
                          "onSelect": {
                            "name": "onSelect",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "((e?: Event | undefined) => void) | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": "(e?: Event | undefined): void",
                                  "schema": []
                                }
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "InputMenuItem[][]",
                "schema": [
                  "InputMenuItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the InputMenu when initially rendered. Use when you do not need to control the state of the InputMenu",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the InputMenu. Can be binded-with with `v-model`",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "multiple",
          "global": false,
          "description": "Whether multiple options can be selected or not",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "createItem",
          "global": false,
          "description": "Determines if custom user input that does not exist in options can be added.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | "always" | { position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; } | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "always" | { position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; } | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"always"',
              "4": {
                "kind": "object",
                "type": '{ position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; }',
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"bottom" | "top" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"'
                      }
                    }
                  },
                  "when": {
                    "name": "when",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"always" | "empty" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "empty" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"empty"'
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "filterFields",
          "global": false,
          "description": "Fields to filter items by.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "[labelKey]"
            }
          ],
          "required": false,
          "type": "string[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "string[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "string[]",
                "schema": [
                  "string"
                ]
              }
            }
          }
        },
        {
          "name": "ignoreFilter",
          "global": false,
          "description": "When `true`, disable the default filters, useful for custom filtering (useAsyncData, useFetch, etc.).",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; arrow: string; content: string; ... 18 more ...; tagsInput: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; arrow: string; content: string; ... 18 more ...; tagsInput: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; arrow: string; content: string; ... 18 more ...; tagsInput: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with listbox",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the combobox when it is initially rendered. <br> Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the Combobox. Can be binded with with `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "resetSearchTermOnBlur",
          "global": false,
          "description": "Whether to reset the searchTerm when the Combobox input blurred",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "resetSearchTermOnSelect",
          "global": false,
          "description": "Whether to reset the searchTerm when the Combobox value is selected",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "highlightOnHover",
          "global": false,
          "description": "When `true`, hover over item will trigger highlight",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "searchTerm",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 28 more ....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 28 more ....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItem": {
                      "name": "tagsItem",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemText": {
                      "name": "tagsItemText",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemDelete": {
                      "name": "tagsItemDelete",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemDeleteIcon": {
                      "name": "tagsItemDeleteIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsInput": {
                      "name": "tagsInput",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 28 more ....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 11 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 28 more ....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItem": {
                      "name": "tagsItem",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemText": {
                      "name": "tagsItemText",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemDelete": {
                      "name": "tagsItemDelete",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsItemDeleteIcon": {
                      "name": "tagsItemDeleteIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    },
                    "tagsInput": {
                      "name": "tagsInput",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "empty",
          "type": "{ searchTerm?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ searchTerm?: string | undefined; }",
            "schema": {
              "searchTerm": {
                "name": "searchTerm",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "item",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-leading",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-label",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-trailing",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "tags-item-text",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "tags-item-delete",
          "type": "{ item: InputMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: InputMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "InputMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "InputMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_InputMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "create-item-label",
          "type": "{ item: string; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: string; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "string",
                "schema": "string"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24InputNumber": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24InputNumber",
    "kebabName": "b24-input-number",
    "chunkName": "components/b24-input-number",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the input is empty",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          },
          "default": '"primary"'
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          },
          "default": '"md"'
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the input menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "increment",
          "global": false,
          "description": "Configure the increment button. The `size` is inherited.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ color: 'link', depth: 'light' }"
            }
          ],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "incrementIcon",
          "global": false,
          "description": "The icon displayed to increment the value.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.plus"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "decrement",
          "global": false,
          "description": "Configure the decrement button. The `size` is inherited.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ color: 'link', depth: 'light' }"
            }
          ],
          "required": false,
          "type": "ButtonProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "ButtonProps",
                "schema": {
                  "label": {
                    "name": "label",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'default'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"',
                        "9": '"link"'
                      }
                    }
                  },
                  "activeColor": {
                    "name": "activeColor",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                  },
                  "depth": {
                    "name": "depth",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'normal'"
                      }
                    ],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"light" | "normal" | "dark" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"light"',
                        "2": '"normal"',
                        "3": '"dark"'
                      }
                    }
                  },
                  "activeDepth": {
                    "name": "activeDepth",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"light" | "normal" | "dark" | undefined',
                    "schema": '"light" | "normal" | "dark" | undefined'
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "block": {
                    "name": "block",
                    "global": false,
                    "description": "Render the button full width",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "loadingAuto": {
                    "name": "loadingAuto",
                    "global": false,
                    "description": "Set loading state automatically based on the `@click` promise state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "normalCase": {
                    "name": "normalCase",
                    "global": false,
                    "description": "Disable uppercase label",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useWait": {
                    "name": "useWait",
                    "global": false,
                    "description": "Shows LoaderWaitIcon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useClock": {
                    "name": "useClock",
                    "global": false,
                    "description": "Shows LoaderClockIcon icon in loading mode",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "useDropdown": {
                    "name": "useDropdown",
                    "global": false,
                    "description": "Shows icons.chevronDown on the right side",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onClick": {
                    "name": "onClick",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: MouseEvent): void | Promise<void>",
                          "schema": []
                        },
                        "2": {
                          "kind": "array",
                          "type": "((event: MouseEvent) => void | Promise<void>)[]",
                          "schema": [
                            {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            }
                          ]
                        }
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "activeClass": {
                    "name": "activeClass",
                    "global": false,
                    "description": "The class to apply when the link is active",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "inactiveClass": {
                    "name": "inactiveClass",
                    "global": false,
                    "description": "The class to apply when the link is inactive",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "''"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "The type of the button when not a link.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'button'"
                      }
                    ],
                    "required": false,
                    "type": '"reset" | "submit" | "button" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"reset" | "submit" | "button" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"reset"',
                        "2": '"submit"',
                        "3": '"button"'
                      }
                    }
                  },
                  "to": {
                    "name": "to",
                    "global": false,
                    "description": "Route Location the link should navigate to when clicked on.",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": {
                          "kind": "object",
                          "type": "RouteLocationAsRelativeGeneric",
                          "schema": {
                            "name": {
                              "name": "name",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteRecordNameGeneric",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "0": "undefined",
                                  "1": "string",
                                  "2": "symbol"
                                }
                              }
                            },
                            "params": {
                              "name": "params",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "RouteParamsRawGeneric | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "RouteParamsRawGeneric"
                                }
                              }
                            },
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "A relative path to the current location. This property should be removed",
                              "tags": [],
                              "required": false,
                              "type": "undefined",
                              "schema": "undefined"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "LocationQueryRaw"
                                }
                              }
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "object",
                                    "type": "HistoryState",
                                    "schema": {}
                                  }
                                }
                              }
                            }
                          }
                        },
                        "3": {
                          "kind": "object",
                          "type": "RouteLocationAsPathGeneric",
                          "schema": {
                            "path": {
                              "name": "path",
                              "global": false,
                              "description": "Percentage encoded pathname section of the URL.",
                              "tags": [],
                              "required": true,
                              "type": "string",
                              "schema": "string"
                            },
                            "query": {
                              "name": "query",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "LocationQueryRaw | undefined",
                              "schema": "LocationQueryRaw | undefined"
                            },
                            "hash": {
                              "name": "hash",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "replace": {
                              "name": "replace",
                              "global": false,
                              "description": "Replace the entry in the history instead of pushing a new entry",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "force": {
                              "name": "force",
                              "global": false,
                              "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                              "tags": [],
                              "required": false,
                              "type": "boolean | undefined",
                              "schema": "boolean | undefined"
                            },
                            "state": {
                              "name": "state",
                              "global": false,
                              "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                              "tags": [],
                              "required": false,
                              "type": "HistoryState | undefined",
                              "schema": "HistoryState | undefined"
                            }
                          }
                        }
                      }
                    }
                  },
                  "exactActiveClass": {
                    "name": "exactActiveClass",
                    "global": false,
                    "description": "Class to apply when the link is exact active",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "ariaCurrentValue": {
                    "name": "ariaCurrentValue",
                    "global": false,
                    "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "`'page'`"
                      }
                    ],
                    "required": false,
                    "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"true"',
                        "2": '"false"',
                        "3": '"page"',
                        "4": '"step"',
                        "5": '"location"',
                        "6": '"date"',
                        "7": '"time"'
                      }
                    }
                  },
                  "viewTransition": {
                    "name": "viewTransition",
                    "global": false,
                    "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Calls `router.replace` instead of `router.push`.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "active": {
                    "name": "active",
                    "global": false,
                    "description": "Force the link to be active independent of the current route.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exact": {
                    "name": "exact",
                    "global": false,
                    "description": "Will only be active if the current route is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "exactQuery": {
                    "name": "exactQuery",
                    "global": false,
                    "description": "Allows controlling how the current route query sets the link as active.",
                    "tags": [],
                    "required": false,
                    "type": 'boolean | "partial" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true",
                        "3": '"partial"'
                      }
                    }
                  },
                  "exactHash": {
                    "name": "exactHash",
                    "global": false,
                    "description": "Will only be active if the current route hash is an exact match.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "isAction": {
                    "name": "isAction",
                    "global": false,
                    "description": "When `true`, uses special underlined styling.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "href": {
                    "name": "href",
                    "global": false,
                    "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                    "tags": [],
                    "required": false,
                    "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                    "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                  },
                  "external": {
                    "name": "external",
                    "global": false,
                    "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "target": {
                    "name": "target",
                    "global": false,
                    "description": "Where to display the linked URL as the name for a browsing context.",
                    "tags": [],
                    "required": false,
                    "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": '"_blank"',
                        "3": '"_parent"',
                        "4": '"_self"',
                        "5": '"_top"',
                        "6": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        }
                      }
                    }
                  },
                  "rel": {
                    "name": "rel",
                    "global": false,
                    "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                    "tags": [],
                    "required": false,
                    "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": "string & {}",
                        "3": '"noopener"',
                        "4": '"noreferrer"',
                        "5": '"nofollow"',
                        "6": '"sponsored"',
                        "7": '"ugc"'
                      }
                    }
                  },
                  "noRel": {
                    "name": "noRel",
                    "global": false,
                    "description": "If set to true, no rel attribute will be added to the link",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchedClass": {
                    "name": "prefetchedClass",
                    "global": false,
                    "description": "A class to apply to links that have been prefetched.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "prefetch": {
                    "name": "prefetch",
                    "global": false,
                    "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prefetchOn": {
                    "name": "prefetchOn",
                    "global": false,
                    "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                    "tags": [],
                    "required": false,
                    "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"visibility"',
                        "2": '"interaction"',
                        "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                      }
                    }
                  },
                  "noPrefetch": {
                    "name": "noPrefetch",
                    "global": false,
                    "description": "Escape hatch to disable `prefetch` attribute.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "decrementIcon",
          "global": false,
          "description": "The icon displayed to decrement the value.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.minus"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "autofocus",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocusDelay",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "locale",
          "global": false,
          "description": "The locale to use for formatting and parsing numbers.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "B24App.locale.code"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with the Number Field.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "step",
          "global": false,
          "description": 'The amount that the input value changes with each increment or decrement "tick".',
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "max",
          "global": false,
          "description": "The largest value allowed for the input.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "number | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "number"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "id",
          "global": false,
          "description": "Id of the element",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "min",
          "global": false,
          "description": "The smallest value allowed for the input.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "stepSnapping",
          "global": false,
          "description": "When `false`, prevents the value from snapping to the nearest increment of the step value",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "formatOptions",
          "global": false,
          "description": "Formatting options for the value displayed in the number field. This also affects what characters are allowed to be typed by the user.",
          "tags": [],
          "required": false,
          "type": "NumberFormatOptions | undefined",
          "schema": {
            "kind": "enum",
            "type": "NumberFormatOptions | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "NumberFormatOptions",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "disableWheelChange",
          "global": false,
          "description": "When `true`, prevents the value from changing on wheel scroll.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "increment",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "decrement",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Kbd": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Kbd",
    "kebabName": "b24-kbd",
    "chunkName": "components/b24-kbd",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'kbd'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"kbd"'
        },
        {
          "name": "value",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "depth",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'light'"
            }
          ],
          "required": false,
          "type": '"light" | "normal" | "dark" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"light" | "normal" | "dark" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"light"',
              "2": '"normal"',
              "3": '"dark"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"sm"'
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Link": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Link",
    "kebabName": "b24-link",
    "chunkName": "components/b24-link",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as when not a link.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'button'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"button"'
        },
        {
          "name": "type",
          "global": false,
          "description": "The type of the button when not a link.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'button'"
            }
          ],
          "required": false,
          "type": '"reset" | "submit" | "button" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"reset" | "submit" | "button" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"reset"',
              "2": '"submit"',
              "3": '"button"'
            }
          },
          "default": '"button"'
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "active",
          "global": false,
          "description": "Force the link to be active independent of the current route.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "undefined"
        },
        {
          "name": "exact",
          "global": false,
          "description": "Will only be active if the current route is an exact match.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "exactQuery",
          "global": false,
          "description": "Allows controlling how the current route query sets the link as active.",
          "tags": [],
          "required": false,
          "type": 'boolean | "partial" | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "partial" | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"partial"'
            }
          }
        },
        {
          "name": "exactHash",
          "global": false,
          "description": "Will only be active if the current route hash is an exact match.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "inactiveClass",
          "global": false,
          "description": "The class to apply when the link is inactive.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        },
        {
          "name": "custom",
          "global": false,
          "description": "Whether RouterLink should not wrap its content in an `a` tag. Useful when\r\nusing `v-slot` to create a custom RouterLink",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "isAction",
          "global": false,
          "description": "When `true`, uses special underlined styling.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        },
        {
          "name": "raw",
          "global": false,
          "description": "When `true`, only styles from `class`, `activeClass`, and `inactiveClass` will be applied.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "to",
          "global": false,
          "description": "Route Location the link should navigate to when clicked on.",
          "tags": [],
          "required": false,
          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": {
                "kind": "object",
                "type": "RouteLocationAsRelativeGeneric",
                "schema": {
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteRecordNameGeneric",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteRecordNameGeneric",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": "symbol"
                      }
                    }
                  },
                  "params": {
                    "name": "params",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteParamsRawGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteParamsRawGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "RouteParamsRawGeneric"
                      }
                    }
                  },
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "A relative path to the current location. This property should be removed",
                    "tags": [],
                    "required": false,
                    "type": "undefined",
                    "schema": "undefined"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "LocationQueryRaw | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "LocationQueryRaw"
                      }
                    }
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "HistoryState | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "HistoryState",
                          "schema": {}
                        }
                      }
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "RouteLocationAsPathGeneric",
                "schema": {
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "Percentage encoded pathname section of the URL.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": "LocationQueryRaw | undefined"
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": "HistoryState | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "href",
          "global": false,
          "description": "An alias for `to`. If used with `to`, `href` will be ignored",
          "tags": [],
          "required": false,
          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": {
                "kind": "object",
                "type": "RouteLocationAsRelativeGeneric",
                "schema": {
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteRecordNameGeneric",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteRecordNameGeneric",
                      "schema": {
                        "0": "undefined",
                        "1": "string",
                        "2": "symbol"
                      }
                    }
                  },
                  "params": {
                    "name": "params",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "RouteParamsRawGeneric | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "RouteParamsRawGeneric | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "RouteParamsRawGeneric"
                      }
                    }
                  },
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "A relative path to the current location. This property should be removed",
                    "tags": [],
                    "required": false,
                    "type": "undefined",
                    "schema": "undefined"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "LocationQueryRaw | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "LocationQueryRaw"
                      }
                    }
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "HistoryState | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "HistoryState",
                          "schema": {}
                        }
                      }
                    }
                  }
                }
              },
              "3": {
                "kind": "object",
                "type": "RouteLocationAsPathGeneric",
                "schema": {
                  "path": {
                    "name": "path",
                    "global": false,
                    "description": "Percentage encoded pathname section of the URL.",
                    "tags": [],
                    "required": true,
                    "type": "string",
                    "schema": "string"
                  },
                  "query": {
                    "name": "query",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "LocationQueryRaw | undefined",
                    "schema": "LocationQueryRaw | undefined"
                  },
                  "hash": {
                    "name": "hash",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "replace": {
                    "name": "replace",
                    "global": false,
                    "description": "Replace the entry in the history instead of pushing a new entry",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "force": {
                    "name": "force",
                    "global": false,
                    "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "state": {
                    "name": "state",
                    "global": false,
                    "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                    "tags": [],
                    "required": false,
                    "type": "HistoryState | undefined",
                    "schema": "HistoryState | undefined"
                  }
                }
              }
            }
          }
        },
        {
          "name": "external",
          "global": false,
          "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "target",
          "global": false,
          "description": "Where to display the linked URL as the name for a browsing context.",
          "tags": [],
          "required": false,
          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": '"_blank"',
              "3": '"_parent"',
              "4": '"_self"',
              "5": '"_top"',
              "6": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "rel",
          "global": false,
          "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
          "tags": [],
          "required": false,
          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              },
              "3": '"noopener"',
              "4": '"noreferrer"',
              "5": '"nofollow"',
              "6": '"sponsored"',
              "7": '"ugc"'
            }
          }
        },
        {
          "name": "noRel",
          "global": false,
          "description": "If set to true, no rel attribute will be added to the link",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "prefetchedClass",
          "global": false,
          "description": "A class to apply to links that have been prefetched.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "prefetch",
          "global": false,
          "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "prefetchOn",
          "global": false,
          "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
          "tags": [],
          "required": false,
          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
          "schema": {
            "kind": "enum",
            "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
            "schema": {
              "0": "undefined",
              "1": '"visibility"',
              "2": '"interaction"',
              "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
            }
          }
        },
        {
          "name": "noPrefetch",
          "global": false,
          "description": "Escape hatch to disable `prefetch` attribute.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "activeClass",
          "global": false,
          "description": "Class to apply when the link is active",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        },
        {
          "name": "exactActiveClass",
          "global": false,
          "description": "Class to apply when the link is exact active",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "ariaCurrentValue",
          "global": false,
          "description": "Value passed to the attribute `aria-current` when the link is exact active.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`'page'`"
            }
          ],
          "required": false,
          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"true"',
              "2": '"false"',
              "3": '"page"',
              "4": '"step"',
              "5": '"location"',
              "6": '"date"',
              "7": '"time"'
            }
          },
          "default": '"page"'
        },
        {
          "name": "viewTransition",
          "global": false,
          "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "replace",
          "global": false,
          "description": "Calls `router.replace` instead of `router.push`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ active: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ active: boolean; }",
            "schema": {
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24LinkBase": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24LinkBase",
    "kebabName": "b24-link-base",
    "chunkName": "components/b24-link-base",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"button"'
        },
        {
          "name": "type",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"button"'
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "href",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "navigate",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "((e: MouseEvent) => void) | undefined",
          "schema": {
            "kind": "enum",
            "type": "((e: MouseEvent) => void) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(e: MouseEvent): void",
                "schema": []
              }
            }
          }
        },
        {
          "name": "target",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": '"_blank"',
              "3": '"_parent"',
              "4": '"_self"',
              "5": '"_top"',
              "6": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "rel",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
          "schema": {
            "kind": "enum",
            "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": {
                "kind": "object",
                "type": "string & {}",
                "schema": {}
              },
              "3": '"noopener"',
              "4": '"noreferrer"',
              "5": '"nofollow"',
              "6": '"sponsored"',
              "7": '"ugc"'
            }
          }
        },
        {
          "name": "active",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "isExternal",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Modal": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Modal",
    "kebabName": "b24-modal",
    "chunkName": "components/b24-modal",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "title",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the modal",
          "tags": [],
          "required": false,
          "type": '(Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>',
                "schema": {
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "trapFocus": {
                    "name": "trapFocus",
                    "global": false,
                    "description": "When `true`, focus cannot escape the `Content` via keyboard,\r\npointer, or a programmatic focus.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onOpenAutoFocus": {
                    "name": "onOpenAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onCloseAutoFocus": {
                    "name": "onCloseAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            "Event"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "overlay",
          "global": false,
          "description": "Render an overlay behind the modal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "overlayBlur",
          "global": false,
          "description": "Render an overlay blur behind the modal.\n`auto` use `motion-safe`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'auto'"
            }
          ],
          "required": false,
          "type": '"off" | "auto" | "on" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"off" | "auto" | "on" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"off"',
              "2": '"auto"',
              "3": '"on"'
            }
          },
          "default": '"auto"'
        },
        {
          "name": "transition",
          "global": false,
          "description": "Animate the modal when opening or closing.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "fullscreen",
          "global": false,
          "description": "When `true`, the modal will take up the full screen.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the modal in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "close",
          "global": false,
          "description": "Display a close button to dismiss the modal.\n`{ size: 'xs', color: 'link' }`{lang=\"ts\"}",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | Partial<ButtonProps> | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | Partial<ButtonProps> | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": "Partial<ButtonProps>"
            }
          },
          "default": "true"
        },
        {
          "name": "closeIcon",
          "global": false,
          "description": "The icon displayed in the close button.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.close"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "dismissible",
          "global": false,
          "description": "When `false`, the modal will not close when clicking outside or pressing escape.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "scrollbarThin",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }>"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the dialog. Can be binded as `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "modal",
          "global": false,
          "description": "The modality of the dialog When set to `true`, <br>\r\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "header",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "title",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "close",
          "type": '{ b24ui: { overlay: (slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: (slotProps?: ({ ...; } & ClassProp<...>) | undefined) => str...',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ b24ui: { overlay: (slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: (slotProps?: ({ ...; } & ClassProp<...>) | undefined) => str...',
            "schema": {
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ overlay: (slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: (slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string; } & ...',
                "schema": {
                  "kind": "object",
                  "type": '{ overlay: (slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 7 more ...; close: (slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string; } & ...',
                  "schema": {
                    "overlay": {
                      "name": "overlay",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "header": {
                      "name": "header",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "wrapper": {
                      "name": "wrapper",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "body": {
                      "name": "body",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "footer": {
                      "name": "footer",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "title": {
                      "name": "title",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "close": {
                      "name": "close",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; fullscreen?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<ClassNameValue>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "body",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "footer",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24ModalDialogClose": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24ModalDialogClose",
    "kebabName": "b24-modal-dialog-close",
    "chunkName": "components/b24-modal-dialog-close",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Navbar": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Navbar",
    "kebabName": "b24-navbar",
    "chunkName": "components/b24-navbar",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'nav'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"nav"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24NavbarDivider": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24NavbarDivider",
    "kebabName": "b24-navbar-divider",
    "chunkName": "components/b24-navbar-divider",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24NavbarSection": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24NavbarSection",
    "kebabName": "b24-navbar-section",
    "chunkName": "components/b24-navbar-section",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24NavbarSpacer": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24NavbarSpacer",
    "kebabName": "b24-navbar-spacer",
    "chunkName": "components/b24-navbar-spacer",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24NavigationMenu": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24NavigationMenu",
    "kebabName": "b24-navigation-menu",
    "chunkName": "components/b24-navigation-menu",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "The icon displayed to open the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDown"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "externalIcon",
          "global": false,
          "description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.external"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "boolean | IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          },
          "default": "true"
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<NavigationMenuItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<NavigationMenuItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "NavigationMenuItem[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "NavigationMenuItem",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "badge": {
                        "name": "badge",
                        "global": false,
                        "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                        "tags": [],
                        "required": false,
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | number | BadgeProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": "number",
                            "3": {
                              "kind": "object",
                              "type": "BadgeProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "label": {
                                  "name": "label",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "number"
                                    }
                                  }
                                },
                                "color": {
                                  "name": "color",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'default'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"default"',
                                      "2": '"danger"',
                                      "3": '"success"',
                                      "4": '"warning"',
                                      "5": '"primary"',
                                      "6": '"secondary"',
                                      "7": '"collab"',
                                      "8": '"ai"'
                                    }
                                  }
                                },
                                "depth": {
                                  "name": "depth",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'normal'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"light" | "normal" | "dark" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"light"',
                                      "2": '"normal"',
                                      "3": '"dark"'
                                    }
                                  }
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"xs"',
                                      "4": '"sm"',
                                      "5": '"xl"'
                                    }
                                  }
                                },
                                "useLink": {
                                  "name": "useLink",
                                  "global": false,
                                  "description": "Shows 'underline' on hover",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "false",
                                      "2": "true"
                                    }
                                  }
                                },
                                "useClose": {
                                  "name": "useClose",
                                  "global": false,
                                  "description": "Shows icons.close on the right side",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "onCloseClick": {
                                  "name": "onCloseClick",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "event",
                                        "type": "(event: MouseEvent): void | Promise<void>",
                                        "schema": []
                                      },
                                      "2": {
                                        "kind": "array",
                                        "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                        "schema": [
                                          {
                                            "kind": "event",
                                            "type": "(event: MouseEvent): void | Promise<void>",
                                            "schema": []
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "useFill": {
                                  "name": "useFill",
                                  "global": false,
                                  "description": "Fills the background",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "false"
                                    }
                                  ],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                    }
                                  }
                                },
                                "trailing": {
                                  "name": "trailing",
                                  "global": false,
                                  "description": "When `true`, the icon will be displayed on the right side.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "trailingIcon": {
                                  "name": "trailingIcon",
                                  "global": false,
                                  "description": "Display an icon on the right side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "icons.loading"
                                    },
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "avatar": {
                                  "name": "avatar",
                                  "global": false,
                                  "description": "Display an avatar on the left side.",
                                  "tags": [],
                                  "required": false,
                                  "type": "AvatarProps | undefined",
                                  "schema": "AvatarProps | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "trailingIcon": {
                        "name": "trailingIcon",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": "IconComponent | undefined"
                      },
                      "type": {
                        "name": "type",
                        "global": false,
                        "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'link'"
                          }
                        ],
                        "required": false,
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"label" | "link" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"label"',
                            "2": '"link"'
                          }
                        }
                      },
                      "slot": {
                        "name": "slot",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "value": {
                        "name": "value",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "children": {
                        "name": "children",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "NavigationMenuChildItem[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "array",
                              "type": "NavigationMenuChildItem[]",
                              "schema": [
                                {
                                  "kind": "object",
                                  "type": "NavigationMenuChildItem",
                                  "schema": {
                                    "description": {
                                      "name": "description",
                                      "global": false,
                                      "description": "Description is only used when `orientation` is `horizontal`.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        }
                      },
                      "viewportRtl": {
                        "name": "viewportRtl",
                        "global": false,
                        "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "onSelect": {
                        "name": "onSelect",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((e: Event) => void) | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(e: Event): void",
                              "schema": []
                            }
                          }
                        }
                      },
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "to": {
                        "name": "to",
                        "global": false,
                        "description": "Route Location the link should navigate to when clicked on.",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": {
                              "kind": "object",
                              "type": "RouteLocationAsRelativeGeneric",
                              "schema": {
                                "name": {
                                  "name": "name",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteRecordNameGeneric",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "symbol"
                                    }
                                  }
                                },
                                "params": {
                                  "name": "params",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteParamsRawGeneric | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "RouteParamsRawGeneric"
                                    }
                                  }
                                },
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "A relative path to the current location. This property should be removed",
                                  "tags": [],
                                  "required": false,
                                  "type": "undefined",
                                  "schema": "undefined"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "LocationQueryRaw | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "LocationQueryRaw"
                                    }
                                  }
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "HistoryState | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "object",
                                        "type": "HistoryState",
                                        "schema": {}
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "3": {
                              "kind": "object",
                              "type": "RouteLocationAsPathGeneric",
                              "schema": {
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "Percentage encoded pathname section of the URL.",
                                  "tags": [],
                                  "required": true,
                                  "type": "string",
                                  "schema": "string"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": "LocationQueryRaw | undefined"
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": "HistoryState | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "activeClass": {
                        "name": "activeClass",
                        "global": false,
                        "description": "Class to apply when the link is active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "exactActiveClass": {
                        "name": "exactActiveClass",
                        "global": false,
                        "description": "Class to apply when the link is exact active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "ariaCurrentValue": {
                        "name": "ariaCurrentValue",
                        "global": false,
                        "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "`'page'`"
                          }
                        ],
                        "required": false,
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"true"',
                            "2": '"false"',
                            "3": '"page"',
                            "4": '"step"',
                            "5": '"location"',
                            "6": '"date"',
                            "7": '"time"'
                          }
                        }
                      },
                      "viewTransition": {
                        "name": "viewTransition",
                        "global": false,
                        "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "replace": {
                        "name": "replace",
                        "global": false,
                        "description": "Calls `router.replace` instead of `router.push`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "active": {
                        "name": "active",
                        "global": false,
                        "description": "Force the link to be active independent of the current route.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exact": {
                        "name": "exact",
                        "global": false,
                        "description": "Will only be active if the current route is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exactQuery": {
                        "name": "exactQuery",
                        "global": false,
                        "description": "Allows controlling how the current route query sets the link as active.",
                        "tags": [],
                        "required": false,
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": 'boolean | "partial" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true",
                            "3": '"partial"'
                          }
                        }
                      },
                      "exactHash": {
                        "name": "exactHash",
                        "global": false,
                        "description": "Will only be active if the current route hash is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "inactiveClass": {
                        "name": "inactiveClass",
                        "global": false,
                        "description": "The class to apply when the link is inactive.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "isAction": {
                        "name": "isAction",
                        "global": false,
                        "description": "When `true`, uses special underlined styling.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "href": {
                        "name": "href",
                        "global": false,
                        "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                      },
                      "external": {
                        "name": "external",
                        "global": false,
                        "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "target": {
                        "name": "target",
                        "global": false,
                        "description": "Where to display the linked URL as the name for a browsing context.",
                        "tags": [],
                        "required": false,
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": '"_blank"',
                            "3": '"_parent"',
                            "4": '"_self"',
                            "5": '"_top"',
                            "6": {
                              "kind": "object",
                              "type": "string & {}",
                              "schema": {}
                            }
                          }
                        }
                      },
                      "rel": {
                        "name": "rel",
                        "global": false,
                        "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                        "tags": [],
                        "required": false,
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": "string & {}",
                            "3": '"noopener"',
                            "4": '"noreferrer"',
                            "5": '"nofollow"',
                            "6": '"sponsored"',
                            "7": '"ugc"'
                          }
                        }
                      },
                      "noRel": {
                        "name": "noRel",
                        "global": false,
                        "description": "If set to true, no rel attribute will be added to the link",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchedClass": {
                        "name": "prefetchedClass",
                        "global": false,
                        "description": "A class to apply to links that have been prefetched.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "prefetch": {
                        "name": "prefetch",
                        "global": false,
                        "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchOn": {
                        "name": "prefetchOn",
                        "global": false,
                        "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                        "tags": [],
                        "required": false,
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"visibility"',
                            "2": '"interaction"',
                            "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                          }
                        }
                      },
                      "noPrefetch": {
                        "name": "noPrefetch",
                        "global": false,
                        "description": "Escape hatch to disable `prefetch` attribute.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "defaultOpen": {
                        "name": "defaultOpen",
                        "global": false,
                        "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "open": {
                        "name": "open",
                        "global": false,
                        "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      }
                    }
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "NavigationMenuItem[][]",
                "schema": [
                  "NavigationMenuItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "variant",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'pill'"
            }
          ],
          "required": false,
          "type": '"link" | "pill" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"link" | "pill" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"link"',
              "2": '"pill"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": "Orientation_2 | undefined",
          "schema": {
            "kind": "enum",
            "type": "Orientation_2 | undefined",
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "collapsed",
          "global": false,
          "description": "Collapse the navigation menu to only show icons.\nOnly works when `orientation` is `vertical`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Display a line next to the active item.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "highlightColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the menu.",
          "tags": [],
          "required": false,
          "type": '(Omit<NavigationMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<NavigationMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<NavigationMenuContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>',
                "schema": {
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "contentOrientation",
          "global": false,
          "description": "The orientation of the content.\nOnly works when `orientation` is `horizontal`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'vertical'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"vertical"'
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "The key used to get the label from the item.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "keyof NavigationMenuItem | undefined",
          "schema": {
            "kind": "enum",
            "type": "keyof NavigationMenuItem | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          },
          "default": '"label"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; list: string; label: string; item: string; link: string; linkLeadingIcon: string; linkLeadingAvatar: string; linkLeadingAvatarSize: string; linkTrailing: string; linkTrailingBadge: string; ... 18 more ...; arrow: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; list: string; label: string; item: string; link: string; linkLeadingIcon: string; linkLeadingAvatar: string; linkLeadingAvatarSize: string; linkTrailing: string; linkTrailingBadge: string; ... 18 more ...; arrow: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; list: string; label: string; item: string; link: string; linkLeadingIcon: string; linkLeadingAvatar: string; linkLeadingAvatarSize: string; linkTrailing: string; linkTrailingBadge: string; ... 18 more ...; arrow: string; }>"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "unmountOnHide",
          "global": false,
          "description": "When `true`, the element will be unmounted on closed state.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "delayDuration",
          "global": false,
          "description": "The duration from when the pointer enters the trigger until the tooltip gets opened.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "200"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "disableClickTrigger",
          "global": false,
          "description": "If `true`, menu cannot be open by click on trigger",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "disableHoverTrigger",
          "global": false,
          "description": "If `true`, menu cannot be open by hover on trigger",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "skipDelayDuration",
          "global": false,
          "description": "How much time a user has to enter another trigger without incurring a delay again.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "300"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "disablePointerLeaveClose",
          "global": false,
          "description": "If `true`, menu will not close during pointer leave event",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "item",
          "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "NavigationMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "NavigationMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "badge": {
                      "name": "badge",
                      "global": false,
                      "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                      "tags": [],
                      "required": false,
                      "type": "string | number | BadgeProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number",
                          "3": {
                            "kind": "object",
                            "type": "BadgeProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "label": {
                                "name": "label",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "number"
                                  }
                                }
                              },
                              "color": {
                                "name": "color",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'default'"
                                  }
                                ],
                                "required": false,
                                "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"default"',
                                    "2": '"danger"',
                                    "3": '"success"',
                                    "4": '"warning"',
                                    "5": '"primary"',
                                    "6": '"secondary"',
                                    "7": '"collab"',
                                    "8": '"ai"'
                                  }
                                }
                              },
                              "depth": {
                                "name": "depth",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'normal'"
                                  }
                                ],
                                "required": false,
                                "type": '"light" | "normal" | "dark" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"light"',
                                    "2": '"normal"',
                                    "3": '"dark"'
                                  }
                                }
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"xs"',
                                    "4": '"sm"',
                                    "5": '"xl"'
                                  }
                                }
                              },
                              "useLink": {
                                "name": "useLink",
                                "global": false,
                                "description": "Shows 'underline' on hover",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "useClose": {
                                "name": "useClose",
                                "global": false,
                                "description": "Shows icons.close on the right side",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onCloseClick": {
                                "name": "onCloseClick",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: MouseEvent): void | Promise<void>",
                                      "schema": []
                                    },
                                    "2": {
                                      "kind": "array",
                                      "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                      "schema": [
                                        {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "useFill": {
                                "name": "useFill",
                                "global": false,
                                "description": "Fills the background",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                  }
                                }
                              },
                              "trailing": {
                                "name": "trailing",
                                "global": false,
                                "description": "When `true`, the icon will be displayed on the right side.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "trailingIcon": {
                                "name": "trailingIcon",
                                "global": false,
                                "description": "Display an icon on the right side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "icons.loading"
                                  },
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "avatar": {
                                "name": "avatar",
                                "global": false,
                                "description": "Display an avatar on the left side.",
                                "tags": [],
                                "required": false,
                                "type": "AvatarProps | undefined",
                                "schema": "AvatarProps | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": "IconComponent | undefined"
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "NavigationMenuChildItem[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "NavigationMenuChildItem[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "NavigationMenuChildItem",
                                "schema": {
                                  "description": {
                                    "name": "description",
                                    "global": false,
                                    "description": "Description is only used when `orientation` is `horizontal`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "viewportRtl": {
                      "name": "viewportRtl",
                      "global": false,
                      "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              }
            }
          }
        },
        {
          "name": "item-leading",
          "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "NavigationMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "NavigationMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "badge": {
                      "name": "badge",
                      "global": false,
                      "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                      "tags": [],
                      "required": false,
                      "type": "string | number | BadgeProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number",
                          "3": {
                            "kind": "object",
                            "type": "BadgeProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "label": {
                                "name": "label",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "number"
                                  }
                                }
                              },
                              "color": {
                                "name": "color",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'default'"
                                  }
                                ],
                                "required": false,
                                "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"default"',
                                    "2": '"danger"',
                                    "3": '"success"',
                                    "4": '"warning"',
                                    "5": '"primary"',
                                    "6": '"secondary"',
                                    "7": '"collab"',
                                    "8": '"ai"'
                                  }
                                }
                              },
                              "depth": {
                                "name": "depth",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'normal'"
                                  }
                                ],
                                "required": false,
                                "type": '"light" | "normal" | "dark" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"light"',
                                    "2": '"normal"',
                                    "3": '"dark"'
                                  }
                                }
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"xs"',
                                    "4": '"sm"',
                                    "5": '"xl"'
                                  }
                                }
                              },
                              "useLink": {
                                "name": "useLink",
                                "global": false,
                                "description": "Shows 'underline' on hover",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "useClose": {
                                "name": "useClose",
                                "global": false,
                                "description": "Shows icons.close on the right side",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onCloseClick": {
                                "name": "onCloseClick",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: MouseEvent): void | Promise<void>",
                                      "schema": []
                                    },
                                    "2": {
                                      "kind": "array",
                                      "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                      "schema": [
                                        {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "useFill": {
                                "name": "useFill",
                                "global": false,
                                "description": "Fills the background",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                  }
                                }
                              },
                              "trailing": {
                                "name": "trailing",
                                "global": false,
                                "description": "When `true`, the icon will be displayed on the right side.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "trailingIcon": {
                                "name": "trailingIcon",
                                "global": false,
                                "description": "Display an icon on the right side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "icons.loading"
                                  },
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "avatar": {
                                "name": "avatar",
                                "global": false,
                                "description": "Display an avatar on the left side.",
                                "tags": [],
                                "required": false,
                                "type": "AvatarProps | undefined",
                                "schema": "AvatarProps | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": "IconComponent | undefined"
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "NavigationMenuChildItem[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "NavigationMenuChildItem[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "NavigationMenuChildItem",
                                "schema": {
                                  "description": {
                                    "name": "description",
                                    "global": false,
                                    "description": "Description is only used when `orientation` is `horizontal`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "viewportRtl": {
                      "name": "viewportRtl",
                      "global": false,
                      "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              }
            }
          }
        },
        {
          "name": "item-label",
          "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "NavigationMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "NavigationMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "badge": {
                      "name": "badge",
                      "global": false,
                      "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                      "tags": [],
                      "required": false,
                      "type": "string | number | BadgeProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number",
                          "3": {
                            "kind": "object",
                            "type": "BadgeProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "label": {
                                "name": "label",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "number"
                                  }
                                }
                              },
                              "color": {
                                "name": "color",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'default'"
                                  }
                                ],
                                "required": false,
                                "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"default"',
                                    "2": '"danger"',
                                    "3": '"success"',
                                    "4": '"warning"',
                                    "5": '"primary"',
                                    "6": '"secondary"',
                                    "7": '"collab"',
                                    "8": '"ai"'
                                  }
                                }
                              },
                              "depth": {
                                "name": "depth",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'normal'"
                                  }
                                ],
                                "required": false,
                                "type": '"light" | "normal" | "dark" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"light"',
                                    "2": '"normal"',
                                    "3": '"dark"'
                                  }
                                }
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"xs"',
                                    "4": '"sm"',
                                    "5": '"xl"'
                                  }
                                }
                              },
                              "useLink": {
                                "name": "useLink",
                                "global": false,
                                "description": "Shows 'underline' on hover",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "useClose": {
                                "name": "useClose",
                                "global": false,
                                "description": "Shows icons.close on the right side",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onCloseClick": {
                                "name": "onCloseClick",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: MouseEvent): void | Promise<void>",
                                      "schema": []
                                    },
                                    "2": {
                                      "kind": "array",
                                      "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                      "schema": [
                                        {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "useFill": {
                                "name": "useFill",
                                "global": false,
                                "description": "Fills the background",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                  }
                                }
                              },
                              "trailing": {
                                "name": "trailing",
                                "global": false,
                                "description": "When `true`, the icon will be displayed on the right side.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "trailingIcon": {
                                "name": "trailingIcon",
                                "global": false,
                                "description": "Display an icon on the right side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "icons.loading"
                                  },
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "avatar": {
                                "name": "avatar",
                                "global": false,
                                "description": "Display an avatar on the left side.",
                                "tags": [],
                                "required": false,
                                "type": "AvatarProps | undefined",
                                "schema": "AvatarProps | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": "IconComponent | undefined"
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "NavigationMenuChildItem[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "NavigationMenuChildItem[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "NavigationMenuChildItem",
                                "schema": {
                                  "description": {
                                    "name": "description",
                                    "global": false,
                                    "description": "Description is only used when `orientation` is `horizontal`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "viewportRtl": {
                      "name": "viewportRtl",
                      "global": false,
                      "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              }
            }
          }
        },
        {
          "name": "item-trailing",
          "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "NavigationMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "NavigationMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "badge": {
                      "name": "badge",
                      "global": false,
                      "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                      "tags": [],
                      "required": false,
                      "type": "string | number | BadgeProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number",
                          "3": {
                            "kind": "object",
                            "type": "BadgeProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "label": {
                                "name": "label",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "number"
                                  }
                                }
                              },
                              "color": {
                                "name": "color",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'default'"
                                  }
                                ],
                                "required": false,
                                "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"default"',
                                    "2": '"danger"',
                                    "3": '"success"',
                                    "4": '"warning"',
                                    "5": '"primary"',
                                    "6": '"secondary"',
                                    "7": '"collab"',
                                    "8": '"ai"'
                                  }
                                }
                              },
                              "depth": {
                                "name": "depth",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'normal'"
                                  }
                                ],
                                "required": false,
                                "type": '"light" | "normal" | "dark" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"light"',
                                    "2": '"normal"',
                                    "3": '"dark"'
                                  }
                                }
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"xs"',
                                    "4": '"sm"',
                                    "5": '"xl"'
                                  }
                                }
                              },
                              "useLink": {
                                "name": "useLink",
                                "global": false,
                                "description": "Shows 'underline' on hover",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "useClose": {
                                "name": "useClose",
                                "global": false,
                                "description": "Shows icons.close on the right side",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onCloseClick": {
                                "name": "onCloseClick",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: MouseEvent): void | Promise<void>",
                                      "schema": []
                                    },
                                    "2": {
                                      "kind": "array",
                                      "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                      "schema": [
                                        {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "useFill": {
                                "name": "useFill",
                                "global": false,
                                "description": "Fills the background",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                  }
                                }
                              },
                              "trailing": {
                                "name": "trailing",
                                "global": false,
                                "description": "When `true`, the icon will be displayed on the right side.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "trailingIcon": {
                                "name": "trailingIcon",
                                "global": false,
                                "description": "Display an icon on the right side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "icons.loading"
                                  },
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "avatar": {
                                "name": "avatar",
                                "global": false,
                                "description": "Display an avatar on the left side.",
                                "tags": [],
                                "required": false,
                                "type": "AvatarProps | undefined",
                                "schema": "AvatarProps | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": "IconComponent | undefined"
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "NavigationMenuChildItem[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "NavigationMenuChildItem[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "NavigationMenuChildItem",
                                "schema": {
                                  "description": {
                                    "name": "description",
                                    "global": false,
                                    "description": "Description is only used when `orientation` is `horizontal`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "viewportRtl": {
                      "name": "viewportRtl",
                      "global": false,
                      "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              }
            }
          }
        },
        {
          "name": "item-content",
          "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: NavigationMenuItem; index: number; active?: boolean | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "NavigationMenuItem",
                "schema": {
                  "kind": "object",
                  "type": "NavigationMenuItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "badge": {
                      "name": "badge",
                      "global": false,
                      "description": "Display a badge on the item.\n`{ size: 'sm', color: 'neutral', variant: 'outline' }`{lang=\"ts-type\"}",
                      "tags": [],
                      "required": false,
                      "type": "string | number | BadgeProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | BadgeProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number",
                          "3": {
                            "kind": "object",
                            "type": "BadgeProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "label": {
                                "name": "label",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | number | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "string | number | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "number"
                                  }
                                }
                              },
                              "color": {
                                "name": "color",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'default'"
                                  }
                                ],
                                "required": false,
                                "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"default"',
                                    "2": '"danger"',
                                    "3": '"success"',
                                    "4": '"warning"',
                                    "5": '"primary"',
                                    "6": '"secondary"',
                                    "7": '"collab"',
                                    "8": '"ai"'
                                  }
                                }
                              },
                              "depth": {
                                "name": "depth",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'normal'"
                                  }
                                ],
                                "required": false,
                                "type": '"light" | "normal" | "dark" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"light" | "normal" | "dark" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"light"',
                                    "2": '"normal"',
                                    "3": '"dark"'
                                  }
                                }
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"xs"',
                                    "4": '"sm"',
                                    "5": '"xl"'
                                  }
                                }
                              },
                              "useLink": {
                                "name": "useLink",
                                "global": false,
                                "description": "Shows 'underline' on hover",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "boolean | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "false",
                                    "2": "true"
                                  }
                                }
                              },
                              "useClose": {
                                "name": "useClose",
                                "global": false,
                                "description": "Shows icons.close on the right side",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "onCloseClick": {
                                "name": "onCloseClick",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "event",
                                      "type": "(event: MouseEvent): void | Promise<void>",
                                      "schema": []
                                    },
                                    "2": {
                                      "kind": "array",
                                      "type": "((event: MouseEvent) => void | Promise<void>)[]",
                                      "schema": [
                                        {
                                          "kind": "event",
                                          "type": "(event: MouseEvent): void | Promise<void>",
                                          "schema": []
                                        }
                                      ]
                                    }
                                  }
                                }
                              },
                              "useFill": {
                                "name": "useFill",
                                "global": false,
                                "description": "Fills the background",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "false"
                                  }
                                ],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ base: string; wrapper: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; }>"
                                  }
                                }
                              },
                              "trailing": {
                                "name": "trailing",
                                "global": false,
                                "description": "When `true`, the icon will be displayed on the right side.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "trailingIcon": {
                                "name": "trailingIcon",
                                "global": false,
                                "description": "Display an icon on the right side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "icons.loading"
                                  },
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "avatar": {
                                "name": "avatar",
                                "global": false,
                                "description": "Display an avatar on the left side.",
                                "tags": [],
                                "required": false,
                                "type": "AvatarProps | undefined",
                                "schema": "AvatarProps | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": "IconComponent | undefined"
                    },
                    "type": {
                      "name": "type",
                      "global": false,
                      "description": "The type of the item.\nThe `label` type only works on `vertical` orientation.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'link'"
                        }
                      ],
                      "required": false,
                      "type": '"label" | "link" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"label" | "link" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"label"',
                          "2": '"link"'
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "children": {
                      "name": "children",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "NavigationMenuChildItem[] | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "NavigationMenuChildItem[] | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "array",
                            "type": "NavigationMenuChildItem[]",
                            "schema": [
                              {
                                "kind": "object",
                                "type": "NavigationMenuChildItem",
                                "schema": {
                                  "description": {
                                    "name": "description",
                                    "global": false,
                                    "description": "Description is only used when `orientation` is `horizontal`.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    "viewportRtl": {
                      "name": "viewportRtl",
                      "global": false,
                      "description": "With orientation=`horizontal` if `true` it will position the dropdown menu correctly",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "onSelect": {
                      "name": "onSelect",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "((e: Event) => void) | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "((e: Event) => void) | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": "(e: Event): void",
                            "schema": []
                          }
                        }
                      }
                    },
                    "as": {
                      "name": "as",
                      "global": false,
                      "description": "The element or component this component should render as when not a link.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "'button'"
                        }
                      ],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "class": {
                      "name": "class",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "any",
                      "schema": "any"
                    },
                    "to": {
                      "name": "to",
                      "global": false,
                      "description": "Route Location the link should navigate to when clicked on.",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": {
                            "kind": "object",
                            "type": "RouteLocationAsRelativeGeneric",
                            "schema": {
                              "name": {
                                "name": "name",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteRecordNameGeneric",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "string",
                                    "2": "symbol"
                                  }
                                }
                              },
                              "params": {
                                "name": "params",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "RouteParamsRawGeneric | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "RouteParamsRawGeneric"
                                  }
                                }
                              },
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "A relative path to the current location. This property should be removed",
                                "tags": [],
                                "required": false,
                                "type": "undefined",
                                "schema": "undefined"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "LocationQueryRaw"
                                  }
                                }
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": {
                                      "kind": "object",
                                      "type": "HistoryState",
                                      "schema": {}
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "3": {
                            "kind": "object",
                            "type": "RouteLocationAsPathGeneric",
                            "schema": {
                              "path": {
                                "name": "path",
                                "global": false,
                                "description": "Percentage encoded pathname section of the URL.",
                                "tags": [],
                                "required": true,
                                "type": "string",
                                "schema": "string"
                              },
                              "query": {
                                "name": "query",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "LocationQueryRaw | undefined",
                                "schema": "LocationQueryRaw | undefined"
                              },
                              "hash": {
                                "name": "hash",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "replace": {
                                "name": "replace",
                                "global": false,
                                "description": "Replace the entry in the history instead of pushing a new entry",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "force": {
                                "name": "force",
                                "global": false,
                                "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                "tags": [],
                                "required": false,
                                "type": "boolean | undefined",
                                "schema": "boolean | undefined"
                              },
                              "state": {
                                "name": "state",
                                "global": false,
                                "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                "tags": [],
                                "required": false,
                                "type": "HistoryState | undefined",
                                "schema": "HistoryState | undefined"
                              }
                            }
                          }
                        }
                      }
                    },
                    "activeClass": {
                      "name": "activeClass",
                      "global": false,
                      "description": "Class to apply when the link is active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "exactActiveClass": {
                      "name": "exactActiveClass",
                      "global": false,
                      "description": "Class to apply when the link is exact active",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "ariaCurrentValue": {
                      "name": "ariaCurrentValue",
                      "global": false,
                      "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                      "tags": [
                        {
                          "name": "defaultValue",
                          "text": "`'page'`"
                        }
                      ],
                      "required": false,
                      "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"true"',
                          "2": '"false"',
                          "3": '"page"',
                          "4": '"step"',
                          "5": '"location"',
                          "6": '"date"',
                          "7": '"time"'
                        }
                      }
                    },
                    "viewTransition": {
                      "name": "viewTransition",
                      "global": false,
                      "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "replace": {
                      "name": "replace",
                      "global": false,
                      "description": "Calls `router.replace` instead of `router.push`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "active": {
                      "name": "active",
                      "global": false,
                      "description": "Force the link to be active independent of the current route.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exact": {
                      "name": "exact",
                      "global": false,
                      "description": "Will only be active if the current route is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "exactQuery": {
                      "name": "exactQuery",
                      "global": false,
                      "description": "Allows controlling how the current route query sets the link as active.",
                      "tags": [],
                      "required": false,
                      "type": 'boolean | "partial" | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true",
                          "3": '"partial"'
                        }
                      }
                    },
                    "exactHash": {
                      "name": "exactHash",
                      "global": false,
                      "description": "Will only be active if the current route hash is an exact match.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "inactiveClass": {
                      "name": "inactiveClass",
                      "global": false,
                      "description": "The class to apply when the link is inactive.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "isAction": {
                      "name": "isAction",
                      "global": false,
                      "description": "When `true`, uses special underlined styling.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "href": {
                      "name": "href",
                      "global": false,
                      "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                      "tags": [],
                      "required": false,
                      "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                      "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                    },
                    "external": {
                      "name": "external",
                      "global": false,
                      "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "target": {
                      "name": "target",
                      "global": false,
                      "description": "Where to display the linked URL as the name for a browsing context.",
                      "tags": [],
                      "required": false,
                      "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": '"_blank"',
                          "3": '"_parent"',
                          "4": '"_self"',
                          "5": '"_top"',
                          "6": {
                            "kind": "object",
                            "type": "string & {}",
                            "schema": {}
                          }
                        }
                      }
                    },
                    "rel": {
                      "name": "rel",
                      "global": false,
                      "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                      "tags": [],
                      "required": false,
                      "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": "null",
                          "2": "string & {}",
                          "3": '"noopener"',
                          "4": '"noreferrer"',
                          "5": '"nofollow"',
                          "6": '"sponsored"',
                          "7": '"ugc"'
                        }
                      }
                    },
                    "noRel": {
                      "name": "noRel",
                      "global": false,
                      "description": "If set to true, no rel attribute will be added to the link",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchedClass": {
                      "name": "prefetchedClass",
                      "global": false,
                      "description": "A class to apply to links that have been prefetched.",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "prefetch": {
                      "name": "prefetch",
                      "global": false,
                      "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "prefetchOn": {
                      "name": "prefetchOn",
                      "global": false,
                      "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                      "tags": [],
                      "required": false,
                      "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                      "schema": {
                        "kind": "enum",
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "0": "undefined",
                          "1": '"visibility"',
                          "2": '"interaction"',
                          "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                        }
                      }
                    },
                    "noPrefetch": {
                      "name": "noPrefetch",
                      "global": false,
                      "description": "Escape hatch to disable `prefetch` attribute.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "defaultOpen": {
                      "name": "defaultOpen",
                      "global": false,
                      "description": "The open state of the collapsible when it is initially rendered. <br> Use when you do not need to control its open state.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    },
                    "open": {
                      "name": "open",
                      "global": false,
                      "description": "The controlled open state of the collapsible. Can be binded with `v-model`.",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": "boolean | undefined"
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              },
              "active": {
                "name": "active",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "boolean | undefined",
                "schema": "boolean | undefined"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24OverlayProvider": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24OverlayProvider",
    "kebabName": "b24-overlay-provider",
    "chunkName": "components/b24-overlay-provider",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [],
      "slots": [],
      "events": [],
      "exposed": []
    }
  },
  "B24Popover": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Popover",
    "kebabName": "b24-popover",
    "chunkName": "components/b24-popover",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "mode",
          "global": false,
          "description": "The display mode of the popover.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'click'"
            }
          ],
          "required": false,
          "type": '"click" | "hover" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"click" | "hover" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"click"',
              "2": '"hover"'
            }
          },
          "default": '"click"'
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the popover.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8 }"
            }
          ],
          "required": false,
          "type": '(Omit<PopoverContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<PopoverContentImplEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<PopoverContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<PopoverContentImplEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<PopoverContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<PopoverContentImplEmits>>',
                "schema": {
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "disableUpdateOnLayoutShift": {
                    "name": "disableUpdateOnLayoutShift",
                    "global": false,
                    "description": "Whether to disable the update position for the content when the layout shifted.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prioritizePosition": {
                    "name": "prioritizePosition",
                    "global": false,
                    "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "reference": {
                    "name": "reference",
                    "global": false,
                    "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                    "tags": [],
                    "required": false,
                    "type": "ReferenceElement | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "ReferenceElement | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element",
                        "2": {
                          "kind": "object",
                          "type": "VirtualElement",
                          "schema": {
                            "getBoundingClientRect": {
                              "name": "getBoundingClientRect",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": true,
                              "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                              "schema": {
                                "kind": "event",
                                "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                              }
                            },
                            "getClientRects": {
                              "name": "getClientRects",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "event",
                                    "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                  }
                                }
                              }
                            },
                            "contextElement": {
                              "name": "contextElement",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Element | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Element | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Element"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onOpenAutoFocus": {
                    "name": "onOpenAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onCloseAutoFocus": {
                    "name": "onCloseAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            "Event"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the popover.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<PopoverArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<PopoverArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<PopoverArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the popover in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "dismissible",
          "global": false,
          "description": "When `false`, the popover will not close when clicking outside or pressing escape.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ content: string; arrow: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ content: string; arrow: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ content: string; arrow: string; }>"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the popover when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the popover.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "modal",
          "global": false,
          "description": "The modality of the popover. When set to true, interaction with outside elements will be disabled and only popover content will be visible to screen readers.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "openDelay",
          "global": false,
          "description": "The duration from when the mouse enters the trigger until the hover card opens.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "closeDelay",
          "global": false,
          "description": "The duration from when the mouse leaves the trigger or content until the hover card closes.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Progress": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Progress",
    "kebabName": "b24-progress",
    "chunkName": "components/b24-progress",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "max",
          "global": false,
          "description": "The maximum progress value",
          "tags": [],
          "required": false,
          "type": "number | any[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | any[] | undefined",
            "schema": {
              "0": "undefined",
              "1": "number",
              "2": {
                "kind": "array",
                "type": "any[]",
                "schema": [
                  "any"
                ]
              }
            }
          }
        },
        {
          "name": "status",
          "global": false,
          "description": "Display the current progress value",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "inverted",
          "global": false,
          "description": "Whether the progress is visually inverted",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "false"
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the progress bar.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "animation",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'loading'"
            }
          ],
          "required": false,
          "type": '"loading" | "carousel" | "carousel-inverse" | "swing" | "elastic" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"loading" | "carousel" | "carousel-inverse" | "swing" | "elastic" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"loading"',
              "2": '"carousel"',
              "3": '"carousel-inverse"',
              "4": '"swing"',
              "5": '"elastic"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": 'Partial<{ root: string; base: string; indicator: string; status: string; steps: string; step: "active" | "first" | "other" | "last"; }> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'Partial<{ root: string; base: string; indicator: string; status: string; steps: string; step: "active" | "first" | "other" | "last"; }> | undefined',
            "schema": {
              "0": "undefined",
              "1": 'Partial<{ root: string; base: string; indicator: string; status: string; steps: string; step: "active" | "first" | "other" | "last"; }>'
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The progress value. Can be bind as `v-model`.",
          "tags": [],
          "required": false,
          "type": "number | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "number"
            }
          },
          "default": "null"
        },
        {
          "name": "getValueLabel",
          "global": false,
          "description": "A function to get the accessible label text representing the current value in a human-readable format.\r\n\r\n If not provided, the value label will be read as the numeric value as a percentage of the max value.",
          "tags": [],
          "required": false,
          "type": "((value: number, max: number) => string) | undefined",
          "schema": {
            "kind": "enum",
            "type": "((value: number, max: number) => string) | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": "(value: number, max: number): string",
                "schema": []
              }
            }
          }
        }
      ],
      "slots": [
        {
          "name": "status",
          "type": "{ percent?: number | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ percent?: number | undefined; }",
            "schema": {
              "percent": {
                "name": "percent",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "number | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "number | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "number"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24RadioGroup": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24RadioGroup",
    "kebabName": "b24-radio-group",
    "chunkName": "components/b24-radio-group",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "legend",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "valueKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the value.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'value'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"value"'
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the label.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"label"'
        },
        {
          "name": "descriptionKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the description.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'description'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"description"'
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "RadioGroupItem[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "RadioGroupItem[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "RadioGroupItem[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "RadioGroupItem",
                    "schema": [
                      "null",
                      "string",
                      "number",
                      {
                        "kind": "object",
                        "type": "{ [key: string]: any; label?: string | undefined; description?: string | undefined; disabled?: boolean | undefined; value?: string | undefined; }",
                        "schema": {
                          "label": {
                            "name": "label",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "string | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": "string"
                              }
                            }
                          },
                          "description": {
                            "name": "description",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": "string | undefined"
                          },
                          "disabled": {
                            "name": "disabled",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "boolean | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "boolean | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": "false",
                                "2": "true"
                              }
                            }
                          },
                          "value": {
                            "name": "value",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": "string | undefined"
                          }
                        }
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "variant",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'list'"
            }
          ],
          "required": false,
          "type": '"table" | "list" | "card" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"table" | "list" | "card" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"table"',
              "2": '"list"',
              "3": '"card"'
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation the radio buttons are laid out.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'vertical'"
            }
          ],
          "required": false,
          "type": "DataOrientation | undefined",
          "schema": {
            "kind": "enum",
            "type": "DataOrientation | undefined",
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"vertical"'
        },
        {
          "name": "indicator",
          "global": false,
          "description": "Position of the indicator.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'start'"
            }
          ],
          "required": false,
          "type": '"start" | "end" | "hidden" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"start" | "end" | "hidden" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"start"',
              "2": '"end"',
              "3": '"hidden"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": 'Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: "start" | "end" | "hidden"; container: string; wrapper: string; label: string; description: string; }> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: "start" | "end" | "hidden"; container: string; wrapper: string; label: string; description: string; }> | undefined',
            "schema": {
              "0": "undefined",
              "1": 'Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: "start" | "end" | "hidden"; container: string; wrapper: string; label: string; description: string; }>'
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with radio items.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
          "tags": [],
          "required": false,
          "type": "AcceptableValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "AcceptableValue | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "string",
              "3": "number",
              "4": "Record<string, any>"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the radio item that should be checked when initially rendered.\r\n\r\nUse when you do not need to control the state of the radio items.",
          "tags": [],
          "required": false,
          "type": "AcceptableValue | undefined",
          "schema": {
            "kind": "enum",
            "type": "AcceptableValue | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "string",
              "3": "number",
              "4": "Record<string, any>"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "loop",
          "global": false,
          "description": "When `true`, keyboard navigation will loop from last item to first, and vice versa.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "legend",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "label",
          "type": "{ item: RadioGroupItem & { id: string; }; modelValue?: AcceptableValue | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: RadioGroupItem & { id: string; }; modelValue?: AcceptableValue | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "RadioGroupItem & { id: string; }",
                "schema": {
                  "kind": "enum",
                  "type": "RadioGroupItem & { id: string; }",
                  "schema": {
                    "0": {
                      "kind": "object",
                      "type": "string & { id: string; }",
                      "schema": {
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    },
                    "1": {
                      "kind": "object",
                      "type": "number & { id: string; }",
                      "schema": {
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    },
                    "2": {
                      "kind": "object",
                      "type": "{ [key: string]: any; label?: string | undefined; description?: string | undefined; disabled?: boolean | undefined; value?: string | undefined; } & { id: string; }",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "description": {
                          "name": "description",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": "string | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "boolean | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "false",
                              "2": "true"
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": "string | undefined"
                        },
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    }
                  }
                }
              },
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "AcceptableValue | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "AcceptableValue | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "null",
                    "2": "string",
                    "3": "number"
                  }
                }
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{ item: RadioGroupItem & { id: string; }; modelValue?: AcceptableValue | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: RadioGroupItem & { id: string; }; modelValue?: AcceptableValue | undefined; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "RadioGroupItem & { id: string; }",
                "schema": {
                  "kind": "enum",
                  "type": "RadioGroupItem & { id: string; }",
                  "schema": {
                    "0": {
                      "kind": "object",
                      "type": "string & { id: string; }",
                      "schema": {
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    },
                    "1": {
                      "kind": "object",
                      "type": "number & { id: string; }",
                      "schema": {
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    },
                    "2": {
                      "kind": "object",
                      "type": "{ [key: string]: any; label?: string | undefined; description?: string | undefined; disabled?: boolean | undefined; value?: string | undefined; } & { id: string; }",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "description": {
                          "name": "description",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": "string | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "boolean | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "false",
                              "2": "true"
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": "string | undefined"
                        },
                        "id": {
                          "name": "id",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": true,
                          "type": "string",
                          "schema": "string"
                        }
                      }
                    }
                  }
                }
              },
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "AcceptableValue | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "AcceptableValue | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "null",
                    "2": "string",
                    "3": "number"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Range": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Range",
    "kebabName": "b24-range",
    "chunkName": "components/b24-range",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the Range.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": "DataOrientation | undefined",
          "schema": {
            "kind": "enum",
            "type": "DataOrientation | undefined",
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the Range when initially rendered. Use when you do not need to control the state of the Range",
          "tags": [],
          "required": false,
          "type": "number | number[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | number[] | undefined",
            "schema": {
              "0": "undefined",
              "1": "number",
              "2": {
                "kind": "array",
                "type": "number[]",
                "schema": [
                  "number"
                ]
              }
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; track: string; range: string; thumb: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; track: string; range: string; thumb: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; track: string; range: string; thumb: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with the slider.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "step",
          "global": false,
          "description": "The stepping interval.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "1"
        },
        {
          "name": "max",
          "global": false,
          "description": "The maximum value for the range.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "100"
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "min",
          "global": false,
          "description": "The minimum value for the range.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "inverted",
          "global": false,
          "description": "Whether the slider is visually inverted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "minStepsBetweenThumbs",
          "global": false,
          "description": "The minimum permitted steps between multiple thumbs.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "number | number[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | number[] | undefined",
            "schema": {
              "0": "undefined",
              "1": "number",
              "2": {
                "kind": "array",
                "type": "number[]",
                "schema": [
                  "number"
                ]
              }
            }
          }
        }
      ],
      "slots": [],
      "events": [],
      "exposed": []
    }
  },
  "B24Select": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Select",
    "kebabName": "b24-select",
    "chunkName": "components/b24-select",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the select is empty.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "The icon displayed to open the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDown"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "selectedIcon",
          "global": false,
          "description": "The icon displayed when an item is selected.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.check"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8, position: 'popper' }"
            }
          ],
          "required": false,
          "type": '(Omit<SelectContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<SelectContentImplEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<SelectContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<SelectContentImplEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<SelectContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<SelectContentImplEmits>>',
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "The positioning mode to use\r\n\r\n`item-aligned (default)` - behaves similarly to a native MacOS menu by positioning content relative to the active item. <br>\r\n`popper` - positions content in the same way as our other primitives, for example `Popover` or `DropdownMenu`.",
                    "tags": [],
                    "required": false,
                    "type": '"popper" | "item-aligned" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"popper" | "item-aligned" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"popper"',
                        "2": '"item-aligned"'
                      }
                    }
                  },
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "disableUpdateOnLayoutShift": {
                    "name": "disableUpdateOnLayoutShift",
                    "global": false,
                    "description": "Whether to disable the update position for the content when the layout shifted.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prioritizePosition": {
                    "name": "prioritizePosition",
                    "global": false,
                    "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "reference": {
                    "name": "reference",
                    "global": false,
                    "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                    "tags": [],
                    "required": false,
                    "type": "ReferenceElement | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "ReferenceElement | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element",
                        "2": {
                          "kind": "object",
                          "type": "VirtualElement",
                          "schema": {
                            "getBoundingClientRect": {
                              "name": "getBoundingClientRect",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": true,
                              "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                              "schema": {
                                "kind": "event",
                                "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                              }
                            },
                            "getClientRects": {
                              "name": "getClientRects",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "event",
                                    "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                  }
                                }
                              }
                            },
                            "contextElement": {
                              "name": "contextElement",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Element | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Element | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Element"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "bodyLock": {
                    "name": "bodyLock",
                    "global": false,
                    "description": "The document.body will be lock, and scrolling will be disabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onCloseAutoFocus": {
                    "name": "onCloseAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<SelectArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<SelectArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<SelectArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the menu in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "valueKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the value.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'value'"
            }
          ],
          "required": false,
          "type": "keyof SelectItemBase | undefined",
          "schema": {
            "kind": "enum",
            "type": "keyof SelectItemBase | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          },
          "default": '"value" as never'
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the label.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "undefined",
          "schema": "undefined",
          "default": '"label" as never'
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<SelectItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<SelectItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "SelectItem[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "SelectItem",
                    "schema": [
                      "null",
                      "string",
                      "number",
                      "false",
                      "true",
                      {
                        "kind": "object",
                        "type": "SelectItemBase",
                        "schema": {
                          "label": {
                            "name": "label",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "string | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": "string"
                              }
                            }
                          },
                          "icon": {
                            "name": "icon",
                            "global": false,
                            "description": "Display an icon on the left side.",
                            "tags": [
                              {
                                "name": "IconComponent"
                              }
                            ],
                            "required": false,
                            "type": "IconComponent | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "IconComponent | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                  "schema": []
                                }
                              }
                            }
                          },
                          "avatar": {
                            "name": "avatar",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "AvatarProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "AvatarProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'span'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "src": {
                                      "name": "src",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "alt": {
                                      "name": "alt",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "icon": {
                                      "name": "icon",
                                      "global": false,
                                      "description": "Display an icon on the left side.",
                                      "tags": [
                                        {
                                          "name": "IconComponent"
                                        }
                                      ],
                                      "required": false,
                                      "type": "IconComponent | undefined",
                                      "schema": "IconComponent | undefined"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"3xs"',
                                          "4": '"2xs"',
                                          "5": '"xs"',
                                          "6": '"sm"',
                                          "7": '"xl"',
                                          "8": '"2xl"',
                                          "9": '"3xl"'
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "style": {
                                      "name": "style",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "color": {
                            "name": "color",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"default"',
                                "2": '"danger"',
                                "3": '"success"',
                                "4": '"warning"',
                                "5": '"primary"',
                                "6": '"secondary"',
                                "7": '"collab"',
                                "8": '"ai"'
                              }
                            }
                          },
                          "chip": {
                            "name": "chip",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "ChipProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "ChipProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "ChipProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'div'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "Display some text inside the chip.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "string | number | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "string",
                                          "2": "number"
                                        }
                                      }
                                    },
                                    "color": {
                                      "name": "color",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'danger'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"default"',
                                          "2": '"danger"',
                                          "3": '"success"',
                                          "4": '"warning"',
                                          "5": '"primary"',
                                          "6": '"secondary"',
                                          "7": '"collab"',
                                          "8": '"ai"',
                                          "9": '"link"'
                                        }
                                      }
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'sm'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                    },
                                    "position": {
                                      "name": "position",
                                      "global": false,
                                      "description": "The position of the chip.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'top-right'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"top-left"',
                                          "2": '"top-right"',
                                          "3": '"bottom-left"',
                                          "4": '"bottom-right"'
                                        }
                                      }
                                    },
                                    "inset": {
                                      "name": "inset",
                                      "global": false,
                                      "description": "When `true`, keep the chip inside the component for rounded elements",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "boolean | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "false",
                                          "2": "true"
                                        }
                                      }
                                    },
                                    "standalone": {
                                      "name": "standalone",
                                      "global": false,
                                      "description": "When `true`, render the chip relatively to the parent.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; base: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; base: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "type": {
                            "name": "type",
                            "global": false,
                            "description": "The item type.",
                            "tags": [
                              {
                                "name": "defaultValue",
                                "text": "'item'"
                              }
                            ],
                            "required": false,
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"label" | "separator" | "item" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"label"',
                                "2": '"separator"',
                                "3": '"item"'
                              }
                            }
                          },
                          "value": {
                            "name": "value",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | number | undefined",
                            "schema": "string | number | undefined"
                          },
                          "disabled": {
                            "name": "disabled",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "boolean | undefined",
                            "schema": "boolean | undefined"
                          },
                          "onSelect": {
                            "name": "onSelect",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "((e?: Event | undefined) => void) | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": "(e?: Event | undefined): void",
                                  "schema": []
                                }
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "SelectItem[][]",
                "schema": [
                  "SelectItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the Select when initially rendered. Use when you do not need to control the state of the Select",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the Select. Can be bind as `v-model`",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "multiple",
          "global": false,
          "description": "Whether multiple options can be selected or not",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 17 more ...; itemLabel: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 17 more ...; itemLabel: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 17 more ...; itemLabel: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with Select",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the select when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the Select. Can be bind as `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autocomplete",
          "global": false,
          "description": "Native html input `autocomplete` attribute.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 27 more .....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 27 more .....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "placeholder": {
                      "name": "placeholder",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButton": {
                      "name": "scrollUpDownButton",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButtonIcon": {
                      "name": "scrollUpDownButtonIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{ modelValue?: any; open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ modelValue?: any; open: boolean; }",
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<.....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 27 more .....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 27 more .....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "placeholder": {
                      "name": "placeholder",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButton": {
                      "name": "scrollUpDownButton",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButtonIcon": {
                      "name": "scrollUpDownButtonIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 8 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "item",
          "type": "{ item: SelectItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "SelectItemBase",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | number | undefined",
                          "schema": "string | number | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-leading",
          "type": "{ item: SelectItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "SelectItemBase",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | number | undefined",
                          "schema": "string | number | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-label",
          "type": "{ item: SelectItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "SelectItemBase",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | number | undefined",
                          "schema": "string | number | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-trailing",
          "type": "{ item: SelectItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "SelectItemBase",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "value": {
                          "name": "value",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | number | undefined",
                          "schema": "string | number | undefined"
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SelectMenu": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SelectMenu",
    "kebabName": "b24-select-menu",
    "chunkName": "components/b24-select-menu",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the select is empty.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "searchInput",
          "global": false,
          "description": "Whether to display the search input or not.\nCan be an object to pass additional props to the input.\n`{ placeholder: 'Search...', type: 'search' }`{lang=\"ts\"}",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | InputProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | InputProps | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": {
                "kind": "object",
                "type": "InputProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'div'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "id": {
                    "name": "id",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "name": {
                    "name": "name",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "type": {
                    "name": "type",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'text'"
                      }
                    ],
                    "required": false,
                    "type": "InputTypeHTMLAttribute | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "InputTypeHTMLAttribute | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": '"number"',
                        "2": '"reset"',
                        "3": '"submit"',
                        "4": '"image"',
                        "5": '"color"',
                        "6": '"button"',
                        "7": '"date"',
                        "8": '"time"',
                        "9": {
                          "kind": "object",
                          "type": "string & {}",
                          "schema": {}
                        },
                        "10": '"text"',
                        "11": '"search"',
                        "12": '"range"',
                        "13": '"month"',
                        "14": '"checkbox"',
                        "15": '"file"',
                        "16": '"datetime-local"',
                        "17": '"email"',
                        "18": '"hidden"',
                        "19": '"password"',
                        "20": '"radio"',
                        "21": '"tel"',
                        "22": '"url"',
                        "23": '"week"'
                      }
                    }
                  },
                  "placeholder": {
                    "name": "placeholder",
                    "global": false,
                    "description": "The placeholder text when the input is empty.",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "color": {
                    "name": "color",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'primary'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"default"',
                        "2": '"danger"',
                        "3": '"success"',
                        "4": '"warning"',
                        "5": '"primary"',
                        "6": '"secondary"',
                        "7": '"collab"',
                        "8": '"ai"'
                      }
                    }
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "xs" | "sm" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "xs" | "sm" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"xs"',
                        "4": '"sm"'
                      }
                    }
                  },
                  "noPadding": {
                    "name": "noPadding",
                    "global": false,
                    "description": "Removes padding from input",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "noBorder": {
                    "name": "noBorder",
                    "global": false,
                    "description": "Removes all borders (rings)",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "underline": {
                    "name": "underline",
                    "global": false,
                    "description": "Removes all borders (rings) except the bottom one",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "rounded": {
                    "name": "rounded",
                    "global": false,
                    "description": "Rounds the corners of the button",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "required": {
                    "name": "required",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "autocomplete": {
                    "name": "autocomplete",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'off'"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "autofocus": {
                    "name": "autofocus",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "autofocusDelay": {
                    "name": "autofocusDelay",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "disabled": {
                    "name": "disabled",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "tag": {
                    "name": "tag",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "tagColor": {
                    "name": "tagColor",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'primary'"
                      }
                    ],
                    "required": false,
                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                    "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined'
                  },
                  "highlight": {
                    "name": "highlight",
                    "global": false,
                    "description": "Highlight the ring color like a focus state",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }>"
                      }
                    }
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "icons.loading"
                      },
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "avatar": {
                    "name": "avatar",
                    "global": false,
                    "description": "Display an avatar on the left side.",
                    "tags": [],
                    "required": false,
                    "type": "AvatarProps | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "object",
                          "type": "AvatarProps",
                          "schema": {
                            "as": {
                              "name": "as",
                              "global": false,
                              "description": "The element or component this component should render as.",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'span'"
                                }
                              ],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "src": {
                              "name": "src",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "alt": {
                              "name": "alt",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "icon": {
                              "name": "icon",
                              "global": false,
                              "description": "Display an icon on the left side.",
                              "tags": [
                                {
                                  "name": "IconComponent"
                                }
                              ],
                              "required": false,
                              "type": "IconComponent | undefined",
                              "schema": "IconComponent | undefined"
                            },
                            "text": {
                              "name": "text",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "string | undefined",
                              "schema": "string | undefined"
                            },
                            "size": {
                              "name": "size",
                              "global": false,
                              "description": "",
                              "tags": [
                                {
                                  "name": "defaultValue",
                                  "text": "'md'"
                                }
                              ],
                              "required": false,
                              "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                              "schema": {
                                "kind": "enum",
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "0": "undefined",
                                  "1": '"lg"',
                                  "2": '"md"',
                                  "3": '"3xs"',
                                  "4": '"2xs"',
                                  "5": '"xs"',
                                  "6": '"sm"',
                                  "7": '"xl"',
                                  "8": '"2xl"',
                                  "9": '"3xl"'
                                }
                              }
                            },
                            "class": {
                              "name": "class",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "style": {
                              "name": "style",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "any",
                              "schema": "any"
                            },
                            "b24ui": {
                              "name": "b24ui",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "loading": {
                    "name": "loading",
                    "global": false,
                    "description": "When `true`, the loading icon will be displayed.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "trailing": {
                    "name": "trailing",
                    "global": false,
                    "description": "When `true`, the icon will be displayed on the right side.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "trailingIcon": {
                    "name": "trailingIcon",
                    "global": false,
                    "description": "Display an icon on the right side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": "IconComponent | undefined"
                  }
                }
              }
            }
          },
          "default": "true"
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "The icon displayed to open the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.chevronDown"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "selectedIcon",
          "global": false,
          "description": "The icon displayed when an item is selected.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.check"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8, position: 'popper' }"
            }
          ],
          "required": false,
          "type": '(Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<ComboboxContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DismissableLayerEmits>>',
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "The positioning mode to use, <br>\r\n`inline` is the default and you can control the position using CSS. <br>\r\n`popper` positions content in the same way as our other primitives, for example `Popover` or `DropdownMenu`.",
                    "tags": [],
                    "required": false,
                    "type": '"inline" | "popper" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"inline" | "popper" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"inline"',
                        "2": '"popper"'
                      }
                    }
                  },
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "disableUpdateOnLayoutShift": {
                    "name": "disableUpdateOnLayoutShift",
                    "global": false,
                    "description": "Whether to disable the update position for the content when the layout shifted.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "prioritizePosition": {
                    "name": "prioritizePosition",
                    "global": false,
                    "description": "Force content to be position within the viewport.\r\n\r\nMight overlap the reference element, which may not be desired.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "reference": {
                    "name": "reference",
                    "global": false,
                    "description": "The custom element or virtual element that will be set as the reference\r\nto position the floating element.\r\n\r\nIf provided, it will replace the default anchor element.",
                    "tags": [],
                    "required": false,
                    "type": "ReferenceElement | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "ReferenceElement | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Element",
                        "2": {
                          "kind": "object",
                          "type": "VirtualElement",
                          "schema": {
                            "getBoundingClientRect": {
                              "name": "getBoundingClientRect",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": true,
                              "type": "() => { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }",
                              "schema": {
                                "kind": "event",
                                "type": "(): { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }"
                              }
                            },
                            "getClientRects": {
                              "name": "getClientRects",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "(() => DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]) | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": {
                                    "kind": "event",
                                    "type": "(): DOMRectList | { x: number; y: number; width: number; height: number; bottom: number; top: number; left: number; right: number; }[]"
                                  }
                                }
                              }
                            },
                            "contextElement": {
                              "name": "contextElement",
                              "global": false,
                              "description": "",
                              "tags": [],
                              "required": false,
                              "type": "Element | undefined",
                              "schema": {
                                "kind": "enum",
                                "type": "Element | undefined",
                                "schema": {
                                  "0": "undefined",
                                  "1": "Element"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "bodyLock": {
                    "name": "bodyLock",
                    "global": false,
                    "description": "The document.body will be lock, and scrolling will be disabled.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the menu.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<ComboboxArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<ComboboxArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<ComboboxArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the menu in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "valueKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the value instead of the object itself.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "undefined"
            }
          ],
          "required": false,
          "type": "keyof _SelectMenuItem | undefined",
          "schema": {
            "kind": "enum",
            "type": "keyof _SelectMenuItem | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "When `items` is an array of objects, select the field to use as the label.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "undefined",
          "schema": "undefined",
          "default": '"label" as never'
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "ArrayOrNested<SelectMenuItem> | undefined",
          "schema": {
            "kind": "enum",
            "type": "ArrayOrNested<SelectMenuItem> | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "SelectMenuItem[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "SelectMenuItem",
                    "schema": [
                      "null",
                      "string",
                      "number",
                      "false",
                      "true",
                      {
                        "kind": "object",
                        "type": "_SelectMenuItem",
                        "schema": {
                          "label": {
                            "name": "label",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "string | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "string | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": "string"
                              }
                            }
                          },
                          "icon": {
                            "name": "icon",
                            "global": false,
                            "description": "Display an icon on the left side.",
                            "tags": [
                              {
                                "name": "IconComponent"
                              }
                            ],
                            "required": false,
                            "type": "IconComponent | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "IconComponent | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                  "schema": []
                                }
                              }
                            }
                          },
                          "avatar": {
                            "name": "avatar",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "AvatarProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "AvatarProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'span'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "src": {
                                      "name": "src",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "alt": {
                                      "name": "alt",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "icon": {
                                      "name": "icon",
                                      "global": false,
                                      "description": "Display an icon on the left side.",
                                      "tags": [
                                        {
                                          "name": "IconComponent"
                                        }
                                      ],
                                      "required": false,
                                      "type": "IconComponent | undefined",
                                      "schema": "IconComponent | undefined"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | undefined",
                                      "schema": "string | undefined"
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'md'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"lg"',
                                          "2": '"md"',
                                          "3": '"3xs"',
                                          "4": '"2xs"',
                                          "5": '"xs"',
                                          "6": '"sm"',
                                          "7": '"xl"',
                                          "8": '"2xl"',
                                          "9": '"3xl"'
                                        }
                                      }
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "style": {
                                      "name": "style",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "color": {
                            "name": "color",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"default"',
                                "2": '"danger"',
                                "3": '"success"',
                                "4": '"warning"',
                                "5": '"primary"',
                                "6": '"secondary"',
                                "7": '"collab"',
                                "8": '"ai"'
                              }
                            }
                          },
                          "chip": {
                            "name": "chip",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "ChipProps | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "ChipProps | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "object",
                                  "type": "ChipProps",
                                  "schema": {
                                    "as": {
                                      "name": "as",
                                      "global": false,
                                      "description": "The element or component this component should render as.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'div'"
                                        }
                                      ],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "text": {
                                      "name": "text",
                                      "global": false,
                                      "description": "Display some text inside the chip.",
                                      "tags": [],
                                      "required": false,
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "string | number | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "string",
                                          "2": "number"
                                        }
                                      }
                                    },
                                    "color": {
                                      "name": "color",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'danger'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"default"',
                                          "2": '"danger"',
                                          "3": '"success"',
                                          "4": '"warning"',
                                          "5": '"primary"',
                                          "6": '"secondary"',
                                          "7": '"collab"',
                                          "8": '"ai"',
                                          "9": '"link"'
                                        }
                                      }
                                    },
                                    "size": {
                                      "name": "size",
                                      "global": false,
                                      "description": "",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'sm'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                    },
                                    "position": {
                                      "name": "position",
                                      "global": false,
                                      "description": "The position of the chip.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "'top-right'"
                                        }
                                      ],
                                      "required": false,
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "kind": "enum",
                                        "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                        "schema": {
                                          "0": "undefined",
                                          "1": '"top-left"',
                                          "2": '"top-right"',
                                          "3": '"bottom-left"',
                                          "4": '"bottom-right"'
                                        }
                                      }
                                    },
                                    "inset": {
                                      "name": "inset",
                                      "global": false,
                                      "description": "When `true`, keep the chip inside the component for rounded elements",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "boolean | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "false",
                                          "2": "true"
                                        }
                                      }
                                    },
                                    "standalone": {
                                      "name": "standalone",
                                      "global": false,
                                      "description": "When `true`, render the chip relatively to the parent.",
                                      "tags": [
                                        {
                                          "name": "defaultValue",
                                          "text": "false"
                                        }
                                      ],
                                      "required": false,
                                      "type": "boolean | undefined",
                                      "schema": "boolean | undefined"
                                    },
                                    "class": {
                                      "name": "class",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "any",
                                      "schema": "any"
                                    },
                                    "b24ui": {
                                      "name": "b24ui",
                                      "global": false,
                                      "description": "",
                                      "tags": [],
                                      "required": false,
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "kind": "enum",
                                        "type": "Partial<{ root: string; base: string; }> | undefined",
                                        "schema": {
                                          "0": "undefined",
                                          "1": "Partial<{ root: string; base: string; }>"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "type": {
                            "name": "type",
                            "global": false,
                            "description": "The item type.",
                            "tags": [
                              {
                                "name": "defaultValue",
                                "text": "'item'"
                              }
                            ],
                            "required": false,
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "kind": "enum",
                              "type": '"label" | "separator" | "item" | undefined',
                              "schema": {
                                "0": "undefined",
                                "1": '"label"',
                                "2": '"separator"',
                                "3": '"item"'
                              }
                            }
                          },
                          "disabled": {
                            "name": "disabled",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "boolean | undefined",
                            "schema": "boolean | undefined"
                          },
                          "onSelect": {
                            "name": "onSelect",
                            "global": false,
                            "description": "",
                            "tags": [],
                            "required": false,
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "kind": "enum",
                              "type": "((e?: Event | undefined) => void) | undefined",
                              "schema": {
                                "0": "undefined",
                                "1": {
                                  "kind": "event",
                                  "type": "(e?: Event | undefined): void",
                                  "schema": []
                                }
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "SelectMenuItem[][]",
                "schema": [
                  "SelectMenuItem[]"
                ]
              }
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the SelectMenu when initially rendered. Use when you do not need to control the state of the SelectMenu",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the SelectMenu. Can be binded-with with `v-model`",
          "tags": [],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "multiple",
          "global": false,
          "description": "Whether multiple options can be selected or not",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "createItem",
          "global": false,
          "description": "Determines if custom user input that does not exist in options can be added.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | "always" | { position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; } | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | "always" | { position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; } | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": '"always"',
              "4": {
                "kind": "object",
                "type": '{ position?: "bottom" | "top" | undefined; when?: "always" | "empty" | undefined; }',
                "schema": {
                  "position": {
                    "name": "position",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"bottom" | "top" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"'
                      }
                    }
                  },
                  "when": {
                    "name": "when",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": '"always" | "empty" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "empty" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"empty"'
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "filterFields",
          "global": false,
          "description": "Fields to filter items by.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "[labelKey]"
            }
          ],
          "required": false,
          "type": "string[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "string[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "string[]",
                "schema": [
                  "string"
                ]
              }
            }
          }
        },
        {
          "name": "ignoreFilter",
          "global": false,
          "description": "When `true`, disable the default filters, useful for custom filtering (useAsyncData, useFetch, etc.).",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with listbox",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the combobox when it is initially rendered. <br> Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the Combobox. Can be binded with with `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "resetSearchTermOnBlur",
          "global": false,
          "description": "Whether to reset the searchTerm when the Combobox input blurred",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "resetSearchTermOnSelect",
          "global": false,
          "description": "Whether to reset the searchTerm when the Combobox value is selected",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "highlightOnHover",
          "global": false,
          "description": "When `true`, hover over item will trigger highlight",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "searchTerm",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '""'
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 29 more ....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 29 more ....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "placeholder": {
                      "name": "placeholder",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButton": {
                      "name": "scrollUpDownButton",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButtonIcon": {
                      "name": "scrollUpDownButtonIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "input": {
                      "name": "input",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "focusScope": {
                      "name": "focusScope",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{ modelValue?: any; open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ modelValue?: any; open: boolean; }",
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ modelValue?: any; open: boolean; b24ui: { root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<....',
            "schema": {
              "modelValue": {
                "name": "modelValue",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "any",
                "schema": "any"
              },
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              },
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 29 more ....',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; ... 10 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined) => string; ... 29 more ....',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "base": {
                      "name": "base",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leading": {
                      "name": "leading",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingIcon": {
                      "name": "leadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatar": {
                      "name": "leadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "leadingAvatarSize": {
                      "name": "leadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailing": {
                      "name": "trailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "trailingIcon": {
                      "name": "trailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "tag": {
                      "name": "tag",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "placeholder": {
                      "name": "placeholder",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "arrow": {
                      "name": "arrow",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButton": {
                      "name": "scrollUpDownButton",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "scrollUpDownButtonIcon": {
                      "name": "scrollUpDownButtonIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "viewport": {
                      "name": "viewport",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "group": {
                      "name": "group",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "empty": {
                      "name": "empty",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "separator": {
                      "name": "separator",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "item": {
                      "name": "item",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingIcon": {
                      "name": "itemLeadingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatar": {
                      "name": "itemLeadingAvatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingAvatarSize": {
                      "name": "itemLeadingAvatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChip": {
                      "name": "itemLeadingChip",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLeadingChipSize": {
                      "name": "itemLeadingChipSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailing": {
                      "name": "itemTrailing",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemTrailingIcon": {
                      "name": "itemTrailingIcon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "itemLabel": {
                      "name": "itemLabel",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "input": {
                      "name": "input",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    },
                    "focusScope": {
                      "name": "focusScope",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......',
                      "schema": '((slotProps?: ({ loading?: boolean | undefined; trailing?: boolean | undefined; type?: "file" | undefined; leading?: boolean | undefined; size?: "lg" | "md" | "xs" | "sm" | undefined; color?: "default" | ... 7 more ... | undefined; ... 9 more ...; colorItem?: "default" | ... 7 more ... | undefined; } & ClassProp<......'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "empty",
          "type": "{ searchTerm?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ searchTerm?: string | undefined; }",
            "schema": {
              "searchTerm": {
                "name": "searchTerm",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "item",
          "type": "{ item: SelectMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_SelectMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-leading",
          "type": "{ item: SelectMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_SelectMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-label",
          "type": "{ item: SelectMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_SelectMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "item-trailing",
          "type": "{ item: SelectMenuItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: SelectMenuItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "SelectMenuItem",
                "schema": {
                  "kind": "enum",
                  "type": "SelectMenuItem",
                  "schema": {
                    "0": "null",
                    "1": "string",
                    "2": "number",
                    "3": "false",
                    "4": "true",
                    "5": {
                      "kind": "object",
                      "type": "_SelectMenuItem",
                      "schema": {
                        "label": {
                          "name": "label",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "string | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "string | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": "string"
                            }
                          }
                        },
                        "icon": {
                          "name": "icon",
                          "global": false,
                          "description": "Display an icon on the left side.",
                          "tags": [
                            {
                              "name": "IconComponent"
                            }
                          ],
                          "required": false,
                          "type": "IconComponent | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "IconComponent | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                                "schema": []
                              }
                            }
                          }
                        },
                        "avatar": {
                          "name": "avatar",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "AvatarProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "AvatarProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'span'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "src": {
                                    "name": "src",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "alt": {
                                    "name": "alt",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "icon": {
                                    "name": "icon",
                                    "global": false,
                                    "description": "Display an icon on the left side.",
                                    "tags": [
                                      {
                                        "name": "IconComponent"
                                      }
                                    ],
                                    "required": false,
                                    "type": "IconComponent | undefined",
                                    "schema": "IconComponent | undefined"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | undefined",
                                    "schema": "string | undefined"
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'md'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"lg"',
                                        "2": '"md"',
                                        "3": '"3xs"',
                                        "4": '"2xs"',
                                        "5": '"xs"',
                                        "6": '"sm"',
                                        "7": '"xl"',
                                        "8": '"2xl"',
                                        "9": '"3xl"'
                                      }
                                    }
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "style": {
                                    "name": "style",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "color": {
                          "name": "color",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"default"',
                              "2": '"danger"',
                              "3": '"success"',
                              "4": '"warning"',
                              "5": '"primary"',
                              "6": '"secondary"',
                              "7": '"collab"',
                              "8": '"ai"'
                            }
                          }
                        },
                        "chip": {
                          "name": "chip",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "ChipProps | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "ChipProps | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "object",
                                "type": "ChipProps",
                                "schema": {
                                  "as": {
                                    "name": "as",
                                    "global": false,
                                    "description": "The element or component this component should render as.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'div'"
                                      }
                                    ],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "text": {
                                    "name": "text",
                                    "global": false,
                                    "description": "Display some text inside the chip.",
                                    "tags": [],
                                    "required": false,
                                    "type": "string | number | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "string | number | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "string",
                                        "2": "number"
                                      }
                                    }
                                  },
                                  "color": {
                                    "name": "color",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'danger'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"default"',
                                        "2": '"danger"',
                                        "3": '"success"',
                                        "4": '"warning"',
                                        "5": '"primary"',
                                        "6": '"secondary"',
                                        "7": '"collab"',
                                        "8": '"ai"',
                                        "9": '"link"'
                                      }
                                    }
                                  },
                                  "size": {
                                    "name": "size",
                                    "global": false,
                                    "description": "",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'sm'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined'
                                  },
                                  "position": {
                                    "name": "position",
                                    "global": false,
                                    "description": "The position of the chip.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "'top-right'"
                                      }
                                    ],
                                    "required": false,
                                    "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                    "schema": {
                                      "kind": "enum",
                                      "type": '"top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined',
                                      "schema": {
                                        "0": "undefined",
                                        "1": '"top-left"',
                                        "2": '"top-right"',
                                        "3": '"bottom-left"',
                                        "4": '"bottom-right"'
                                      }
                                    }
                                  },
                                  "inset": {
                                    "name": "inset",
                                    "global": false,
                                    "description": "When `true`, keep the chip inside the component for rounded elements",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "boolean | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "false",
                                        "2": "true"
                                      }
                                    }
                                  },
                                  "standalone": {
                                    "name": "standalone",
                                    "global": false,
                                    "description": "When `true`, render the chip relatively to the parent.",
                                    "tags": [
                                      {
                                        "name": "defaultValue",
                                        "text": "false"
                                      }
                                    ],
                                    "required": false,
                                    "type": "boolean | undefined",
                                    "schema": "boolean | undefined"
                                  },
                                  "class": {
                                    "name": "class",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "any",
                                    "schema": "any"
                                  },
                                  "b24ui": {
                                    "name": "b24ui",
                                    "global": false,
                                    "description": "",
                                    "tags": [],
                                    "required": false,
                                    "type": "Partial<{ root: string; base: string; }> | undefined",
                                    "schema": {
                                      "kind": "enum",
                                      "type": "Partial<{ root: string; base: string; }> | undefined",
                                      "schema": {
                                        "0": "undefined",
                                        "1": "Partial<{ root: string; base: string; }>"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "name": "type",
                          "global": false,
                          "description": "The item type.",
                          "tags": [
                            {
                              "name": "defaultValue",
                              "text": "'item'"
                            }
                          ],
                          "required": false,
                          "type": '"label" | "separator" | "item" | undefined',
                          "schema": {
                            "kind": "enum",
                            "type": '"label" | "separator" | "item" | undefined',
                            "schema": {
                              "0": "undefined",
                              "1": '"label"',
                              "2": '"separator"',
                              "3": '"item"'
                            }
                          }
                        },
                        "disabled": {
                          "name": "disabled",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "boolean | undefined",
                          "schema": "boolean | undefined"
                        },
                        "onSelect": {
                          "name": "onSelect",
                          "global": false,
                          "description": "",
                          "tags": [],
                          "required": false,
                          "type": "((e?: Event | undefined) => void) | undefined",
                          "schema": {
                            "kind": "enum",
                            "type": "((e?: Event | undefined) => void) | undefined",
                            "schema": {
                              "0": "undefined",
                              "1": {
                                "kind": "event",
                                "type": "(e?: Event | undefined): void",
                                "schema": []
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "create-item-label",
          "type": "{ item: string; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: string; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "string",
                "schema": "string"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Separator": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Separator",
    "kebabName": "b24-separator",
    "chunkName": "components/b24-separator",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "label",
          "global": false,
          "description": "Display a label in the middle.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon in the middle",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar in the middle",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'xs'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"',
              "5": '"xl"'
            }
          }
        },
        {
          "name": "type",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'solid'"
            }
          ],
          "required": false,
          "type": '"solid" | "dashed" | "dotted" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"solid" | "dashed" | "dotted" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"solid"',
              "2": '"dashed"',
              "3": '"dotted"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the separator.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": "DataOrientation | undefined",
          "schema": {
            "kind": "enum",
            "type": "DataOrientation | undefined",
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; border: string; container: string; icon: string; avatar: string; avatarSize: string; label: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; border: string; container: string; icon: string; avatar: string; avatarSize: string; label: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; border: string; container: string; icon: string; avatar: string; avatarSize: string; label: string; }>"
            }
          }
        },
        {
          "name": "decorative",
          "global": false,
          "description": "Whether or not the component is purely decorative. <br>When `true`, accessibility-related attributes\r\nare updated so that that the rendered element is removed from the accessibility tree.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Sidebar": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Sidebar",
    "kebabName": "b24-sidebar",
    "chunkName": "components/b24-sidebar",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarBody": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarBody",
    "kebabName": "b24-sidebar-body",
    "chunkName": "components/b24-sidebar-body",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "scrollbarThin",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarFooter": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarFooter",
    "kebabName": "b24-sidebar-footer",
    "chunkName": "components/b24-sidebar-footer",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarHeader": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarHeader",
    "kebabName": "b24-sidebar-header",
    "chunkName": "components/b24-sidebar-header",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarHeading": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarHeading",
    "kebabName": "b24-sidebar-heading",
    "chunkName": "components/b24-sidebar-heading",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'h6'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"h6"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarLayout": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarLayout",
    "kebabName": "b24-sidebar-layout",
    "chunkName": "components/b24-sidebar-layout",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "useLightContent",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "sidebar",
          "type": "{ handleClick: () => void; }",
          "description": "Menu for all screen sizes.",
          "schema": {
            "kind": "object",
            "type": "{ handleClick: () => void; }",
            "schema": {
              "handleClick": {
                "name": "handleClick",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "() => void",
                "schema": {
                  "kind": "event",
                  "type": "(): void"
                }
              }
            }
          }
        },
        {
          "name": "navbar",
          "type": "{} | undefined",
          "description": "Menu for mobile screen sizes.",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "The page content.",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarSection": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarSection",
    "kebabName": "b24-sidebar-section",
    "chunkName": "components/b24-sidebar-section",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24SidebarSpacer": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24SidebarSpacer",
    "kebabName": "b24-sidebar-spacer",
    "chunkName": "components/b24-sidebar-spacer",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Skeleton": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Skeleton",
    "kebabName": "b24-skeleton",
    "chunkName": "components/b24-skeleton",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Slideover": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Slideover",
    "kebabName": "b24-slideover",
    "chunkName": "components/b24-slideover",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "title",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the slideover",
          "tags": [],
          "required": false,
          "type": '(Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<DialogContentProps, "as" | "asChild" | "forceMount"> & Partial<EmitsToProps<DialogContentImplEmits>>',
                "schema": {
                  "disableOutsidePointerEvents": {
                    "name": "disableOutsidePointerEvents",
                    "global": false,
                    "description": "When `true`, hover/focus/click interactions will be disabled on elements outside\r\nthe `DismissableLayer`. Users will need to click twice on outside elements to\r\ninteract with them: once to close the `DismissableLayer`, and again to trigger the element.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "trapFocus": {
                    "name": "trapFocus",
                    "global": false,
                    "description": "When `true`, focus cannot escape the `Content` via keyboard,\r\npointer, or a programmatic focus.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent): void",
                          "schema": [
                            "PointerDownOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onFocusOutside": {
                    "name": "onFocusOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: FocusOutsideEvent): void",
                          "schema": [
                            "FocusOutsideEvent"
                          ]
                        }
                      }
                    }
                  },
                  "onInteractOutside": {
                    "name": "onInteractOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: PointerDownOutsideEvent | FocusOutsideEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: PointerDownOutsideEvent | FocusOutsideEvent): void",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "PointerDownOutsideEvent | FocusOutsideEvent",
                              "schema": [
                                "PointerDownOutsideEvent",
                                "FocusOutsideEvent"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onOpenAutoFocus": {
                    "name": "onOpenAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onCloseAutoFocus": {
                    "name": "onCloseAutoFocus",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            "Event"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "overlay",
          "global": false,
          "description": "Render an overlay behind the slideover.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "overlayBlur",
          "global": false,
          "description": "Render an overlay blur behind the slideover.\n`auto` use `motion-safe`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'auto'"
            }
          ],
          "required": false,
          "type": '"off" | "auto" | "on" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"off" | "auto" | "on" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"off"',
              "2": '"auto"',
              "3": '"on"'
            }
          },
          "default": '"auto"'
        },
        {
          "name": "transition",
          "global": false,
          "description": "Animate the slideover when opening or closing.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "side",
          "global": false,
          "description": "The side of the slideover.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'right'"
            }
          ],
          "required": false,
          "type": '"bottom" | "top" | "left" | "right" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"bottom" | "top" | "left" | "right" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"bottom"',
              "2": '"top"',
              "3": '"left"',
              "4": '"right"'
            }
          },
          "default": '"right"'
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the slideover in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "close",
          "global": false,
          "description": "Display a close button to dismiss the slideover.\n`{ color: 'primary' }`{lang=\"ts\"} for `left`, `right`\n`{ color: 'link' }`{lang=\"ts\"} for `top`, `bottom`",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | Partial<ButtonProps> | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | Partial<ButtonProps> | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": "Partial<ButtonProps>"
            }
          },
          "default": "true"
        },
        {
          "name": "closeIcon",
          "global": false,
          "description": "The icon displayed in the close button.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.close"
            },
            {
              "name": "IconifyIcon"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "dismissible",
          "global": false,
          "description": "When `false`, the slideover will not close when clicking outside or pressing escape.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "scrollbarThin",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; safeList: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; safeList: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; safeList: string; }>"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the dialog. Can be binded as `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "modal",
          "global": false,
          "description": "The modality of the dialog When set to `true`, <br>\r\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "header",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "title",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "close",
          "type": '{ b24ui: { overlay: (slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; safeList: (slotProps?: ({ ...; } & ClassProp<...',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ b24ui: { overlay: (slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; safeList: (slotProps?: ({ ...; } & ClassProp<...',
            "schema": {
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ overlay: (slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; safeList: (slotProps?: ({ ...; } & ClassProp<...>) | u...',
                "schema": {
                  "kind": "object",
                  "type": '{ overlay: (slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; safeList: (slotProps?: ({ ...; } & ClassProp<...>) | u...',
                  "schema": {
                    "overlay": {
                      "name": "overlay",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "header": {
                      "name": "header",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "wrapper": {
                      "name": "wrapper",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "body": {
                      "name": "body",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "footer": {
                      "name": "footer",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "title": {
                      "name": "title",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "close": {
                      "name": "close",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    },
                    "safeList": {
                      "name": "safeList",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)',
                      "schema": '((slotProps?: ({ side?: "bottom" | "top" | "left" | "right" | undefined; overlayBlur?: "off" | "auto" | "on" | undefined; transition?: boolean | undefined; scrollbarThin?: boolean | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => string)'
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "body",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "footer",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24StackedLayout": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24StackedLayout",
    "kebabName": "b24-stacked-layout",
    "chunkName": "components/b24-stacked-layout",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "useLightContent",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerMenuIcon: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "sidebar",
          "type": "{ handleClick: () => void; }",
          "description": "Menu for mobile screen sizes.",
          "schema": {
            "kind": "object",
            "type": "{ handleClick: () => void; }",
            "schema": {
              "handleClick": {
                "name": "handleClick",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "() => void",
                "schema": {
                  "kind": "event",
                  "type": "(): void"
                }
              }
            }
          }
        },
        {
          "name": "navbar",
          "type": "{} | undefined",
          "description": "Menu for desktop screen sizes.",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "The page content.",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Switch": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Switch",
    "kebabName": "b24-switch",
    "chunkName": "components/b24-switch",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "loadingIcon",
          "global": false,
          "description": "The icon when the `loading` prop is `true`.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.refresh"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "checkedIcon",
          "global": false,
          "description": "Display an icon when the switch is checked.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "uncheckedIcon",
          "global": false,
          "description": "Display an icon when the switch is unchecked.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "label",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; container: string; thumb: string; icon: string; wrapper: string; label: string; description: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; container: string; thumb: string; icon: string; wrapper: string; label: string; description: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; container: string; thumb: string; icon: string; wrapper: string; label: string; description: string; }>"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, prevents the user from interacting with the switch.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "value",
          "global": false,
          "description": "The value given as data when submitted with a `name`.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "undefined"
        }
      ],
      "slots": [
        {
          "name": "label",
          "type": "{ label?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ label?: string | undefined; }",
            "schema": {
              "label": {
                "name": "label",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{ description?: string | undefined; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ description?: string | undefined; }",
            "schema": {
              "description": {
                "name": "description",
                "global": false,
                "description": "",
                "tags": [],
                "required": false,
                "type": "string | undefined",
                "schema": {
                  "kind": "enum",
                  "type": "string | undefined",
                  "schema": {
                    "0": "undefined",
                    "1": "string"
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Tabs": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Tabs",
    "kebabName": "b24-tabs",
    "chunkName": "components/b24-tabs",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "items",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "TabsItem[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "TabsItem[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "TabsItem[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "TabsItem",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "slot": {
                        "name": "slot",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "content": {
                        "name": "content",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "value": {
                        "name": "value",
                        "global": false,
                        "description": "A unique value for the tab item. Defaults to the index.",
                        "tags": [],
                        "required": false,
                        "type": "string | number | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | number | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": "number"
                          }
                        }
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "boolean | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true"
                          }
                        }
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "variant",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'link'"
            }
          ],
          "required": false,
          "type": '"link" | "pill" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"link" | "pill" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"link"',
              "2": '"pill"'
            }
          }
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | "xl" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"',
              "5": '"xl"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation of the tabs.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'horizontal'"
            }
          ],
          "required": false,
          "type": "DataOrientation | undefined",
          "schema": {
            "kind": "enum",
            "type": "DataOrientation | undefined",
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"horizontal"'
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the tabs, can be disabled to prevent rendering the content.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "labelKey",
          "global": false,
          "description": "The key used to get the label from the item.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'label'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          },
          "default": '"label"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; list: string; indicator: string; trigger: string; content: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; label: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; list: string; indicator: string; trigger: string; content: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; label: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; list: string; indicator: string; trigger: string; content: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; label: string; }>"
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          }
        },
        {
          "name": "defaultValue",
          "global": false,
          "description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
          "tags": [],
          "required": false,
          "type": "string | number | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "number"
            }
          },
          "default": '"0"'
        },
        {
          "name": "unmountOnHide",
          "global": false,
          "description": "When `true`, the element will be unmounted on closed state.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "`true`"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "activationMode",
          "global": false,
          "description": "Whether a tab is activated automatically (on focus) or manually (on click).",
          "tags": [
            {
              "name": "defaultValue",
              "text": "automatic"
            }
          ],
          "required": false,
          "type": '"automatic" | "manual" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"automatic" | "manual" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"automatic"',
              "2": '"manual"'
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{ item: TabsItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: TabsItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "TabsItem",
                "schema": {
                  "kind": "object",
                  "type": "TabsItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "A unique value for the tab item. Defaults to the index.",
                      "tags": [],
                      "required": false,
                      "type": "string | number | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number"
                        }
                      }
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "boolean | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{ item: TabsItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: TabsItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "TabsItem",
                "schema": {
                  "kind": "object",
                  "type": "TabsItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "A unique value for the tab item. Defaults to the index.",
                      "tags": [],
                      "required": false,
                      "type": "string | number | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number"
                        }
                      }
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "boolean | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": "{ item: TabsItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: TabsItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "TabsItem",
                "schema": {
                  "kind": "object",
                  "type": "TabsItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "A unique value for the tab item. Defaults to the index.",
                      "tags": [],
                      "required": false,
                      "type": "string | number | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number"
                        }
                      }
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "boolean | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{ item: TabsItem; index: number; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ item: TabsItem; index: number; }",
            "schema": {
              "item": {
                "name": "item",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "TabsItem",
                "schema": {
                  "kind": "object",
                  "type": "TabsItem",
                  "schema": {
                    "label": {
                      "name": "label",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string"
                        }
                      }
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [
                        {
                          "name": "IconComponent"
                        }
                      ],
                      "required": false,
                      "type": "IconComponent | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "IconComponent | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "event",
                            "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                            "schema": []
                          }
                        }
                      }
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "AvatarProps | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": {
                            "kind": "object",
                            "type": "AvatarProps",
                            "schema": {
                              "as": {
                                "name": "as",
                                "global": false,
                                "description": "The element or component this component should render as.",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'span'"
                                  }
                                ],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "src": {
                                "name": "src",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "alt": {
                                "name": "alt",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "icon": {
                                "name": "icon",
                                "global": false,
                                "description": "Display an icon on the left side.",
                                "tags": [
                                  {
                                    "name": "IconComponent"
                                  }
                                ],
                                "required": false,
                                "type": "IconComponent | undefined",
                                "schema": "IconComponent | undefined"
                              },
                              "text": {
                                "name": "text",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "string | undefined",
                                "schema": "string | undefined"
                              },
                              "size": {
                                "name": "size",
                                "global": false,
                                "description": "",
                                "tags": [
                                  {
                                    "name": "defaultValue",
                                    "text": "'md'"
                                  }
                                ],
                                "required": false,
                                "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                "schema": {
                                  "kind": "enum",
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "0": "undefined",
                                    "1": '"lg"',
                                    "2": '"md"',
                                    "3": '"3xs"',
                                    "4": '"2xs"',
                                    "5": '"xs"',
                                    "6": '"sm"',
                                    "7": '"xl"',
                                    "8": '"2xl"',
                                    "9": '"3xl"'
                                  }
                                }
                              },
                              "class": {
                                "name": "class",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "style": {
                                "name": "style",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "any",
                                "schema": "any"
                              },
                              "b24ui": {
                                "name": "b24ui",
                                "global": false,
                                "description": "",
                                "tags": [],
                                "required": false,
                                "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                "schema": {
                                  "kind": "enum",
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "0": "undefined",
                                    "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "slot": {
                      "name": "slot",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "content": {
                      "name": "content",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "string | undefined",
                      "schema": "string | undefined"
                    },
                    "value": {
                      "name": "value",
                      "global": false,
                      "description": "A unique value for the tab item. Defaults to the index.",
                      "tags": [],
                      "required": false,
                      "type": "string | number | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "string | number | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "string",
                          "2": "number"
                        }
                      }
                    },
                    "disabled": {
                      "name": "disabled",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": false,
                      "type": "boolean | undefined",
                      "schema": {
                        "kind": "enum",
                        "type": "boolean | undefined",
                        "schema": {
                          "0": "undefined",
                          "1": "false",
                          "2": "true"
                        }
                      }
                    }
                  }
                }
              },
              "index": {
                "name": "index",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "number",
                "schema": "number"
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Textarea": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Textarea",
    "kebabName": "b24-textarea",
    "chunkName": "components/b24-textarea",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "id",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "name",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "placeholder",
          "global": false,
          "description": "The placeholder text when the textarea is empty",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "noPadding",
          "global": false,
          "description": "Removes padding from input",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "noBorder",
          "global": false,
          "description": "Removes all borders (rings)",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "underline",
          "global": false,
          "description": "Removes all borders (rings) except the bottom one",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "Rounds the corners of the button",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "required",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocus",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autofocusDelay",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "autoresize",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "autoresizeDelay",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "0"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "0"
        },
        {
          "name": "disabled",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rows",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "3"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "3"
        },
        {
          "name": "maxrows",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "5"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "5"
        },
        {
          "name": "tag",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "tagColor",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'primary'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "highlight",
          "global": false,
          "description": "Highlight the ring color like a focus state",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; }>"
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "Display an icon on the left side.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.loading"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "Display an avatar on the left side.",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "loading",
          "global": false,
          "description": "When `true`, the loading icon will be displayed.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailing",
          "global": false,
          "description": "When `true`, the icon will be displayed on the right side.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "trailingIcon",
          "global": false,
          "description": "Display an icon on the right side.",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "modelValue",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "string | number | null | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | number | null | undefined",
            "schema": {
              "0": "undefined",
              "1": "null",
              "2": "string",
              "3": "number"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "trailing",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Toast": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Toast",
    "kebabName": "b24-toast",
    "chunkName": "components/b24-toast",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'li'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any"
        },
        {
          "name": "title",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "StringOrVNode | undefined",
          "schema": {
            "kind": "enum",
            "type": "StringOrVNode | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "VNode<RendererNode, RendererElement, { [key: string]: any; }>",
              "3": {
                "kind": "event",
                "type": "(): VNode<RendererNode, RendererElement, { [key: string]: any; }>"
              }
            }
          }
        },
        {
          "name": "description",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "StringOrVNode | undefined",
          "schema": {
            "kind": "enum",
            "type": "StringOrVNode | undefined",
            "schema": {
              "0": "undefined",
              "1": "string",
              "2": "VNode<RendererNode, RendererElement, { [key: string]: any; }>",
              "3": {
                "kind": "event",
                "type": "(): VNode<RendererNode, RendererElement, { [key: string]: any; }>"
              }
            }
          }
        },
        {
          "name": "icon",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "avatar",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "AvatarProps | undefined",
          "schema": {
            "kind": "enum",
            "type": "AvatarProps | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "AvatarProps",
                "schema": {
                  "as": {
                    "name": "as",
                    "global": false,
                    "description": "The element or component this component should render as.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'span'"
                      }
                    ],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "src": {
                    "name": "src",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "alt": {
                    "name": "alt",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "icon": {
                    "name": "icon",
                    "global": false,
                    "description": "Display an icon on the left side.",
                    "tags": [
                      {
                        "name": "IconComponent"
                      }
                    ],
                    "required": false,
                    "type": "IconComponent | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "IconComponent | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                          "schema": []
                        }
                      }
                    }
                  },
                  "text": {
                    "name": "text",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "string | undefined",
                    "schema": "string | undefined"
                  },
                  "size": {
                    "name": "size",
                    "global": false,
                    "description": "",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'md'"
                      }
                    ],
                    "required": false,
                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"lg"',
                        "2": '"md"',
                        "3": '"3xs"',
                        "4": '"2xs"',
                        "5": '"xs"',
                        "6": '"sm"',
                        "7": '"xl"',
                        "8": '"2xl"',
                        "9": '"3xl"'
                      }
                    }
                  },
                  "class": {
                    "name": "class",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "style": {
                    "name": "style",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "any",
                    "schema": "any"
                  },
                  "b24ui": {
                    "name": "b24ui",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "orientation",
          "global": false,
          "description": "The orientation between the content and the actions",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'vertical'"
            }
          ],
          "required": false,
          "type": '"vertical" | "horizontal" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"vertical" | "horizontal" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"vertical"',
              "2": '"horizontal"'
            }
          },
          "default": '"vertical"'
        },
        {
          "name": "actions",
          "global": false,
          "description": "Display a list of actions:\n- under the title and description when orientation is `vertical`\n- next to the close button when orientation is `horizontal`\n`{ size: 'xs' }`{lang=\"ts\"}",
          "tags": [],
          "required": false,
          "type": "ButtonProps[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "ButtonProps[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "ButtonProps[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "ButtonProps",
                    "schema": {
                      "label": {
                        "name": "label",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string"
                          }
                        }
                      },
                      "color": {
                        "name": "color",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'default'"
                          }
                        ],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"default"',
                            "2": '"danger"',
                            "3": '"success"',
                            "4": '"warning"',
                            "5": '"primary"',
                            "6": '"secondary"',
                            "7": '"collab"',
                            "8": '"ai"',
                            "9": '"link"'
                          }
                        }
                      },
                      "activeColor": {
                        "name": "activeColor",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined',
                        "schema": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "link" | undefined'
                      },
                      "depth": {
                        "name": "depth",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'normal'"
                          }
                        ],
                        "required": false,
                        "type": '"light" | "normal" | "dark" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"light" | "normal" | "dark" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"light"',
                            "2": '"normal"',
                            "3": '"dark"'
                          }
                        }
                      },
                      "activeDepth": {
                        "name": "activeDepth",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": '"light" | "normal" | "dark" | undefined',
                        "schema": '"light" | "normal" | "dark" | undefined'
                      },
                      "size": {
                        "name": "size",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'md'"
                          }
                        ],
                        "required": false,
                        "type": '"lg" | "md" | "xs" | "sm" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"lg" | "md" | "xs" | "sm" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"lg"',
                            "2": '"md"',
                            "3": '"xs"',
                            "4": '"sm"'
                          }
                        }
                      },
                      "rounded": {
                        "name": "rounded",
                        "global": false,
                        "description": "Rounds the corners of the button",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "boolean | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true"
                          }
                        }
                      },
                      "block": {
                        "name": "block",
                        "global": false,
                        "description": "Render the button full width",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "loadingAuto": {
                        "name": "loadingAuto",
                        "global": false,
                        "description": "Set loading state automatically based on the `@click` promise state",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "normalCase": {
                        "name": "normalCase",
                        "global": false,
                        "description": "Disable uppercase label",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useWait": {
                        "name": "useWait",
                        "global": false,
                        "description": "Shows LoaderWaitIcon in loading mode",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useClock": {
                        "name": "useClock",
                        "global": false,
                        "description": "Shows LoaderClockIcon icon in loading mode",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "useDropdown": {
                        "name": "useDropdown",
                        "global": false,
                        "description": "Shows icons.chevronDown on the right side",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "false"
                          }
                        ],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "onClick": {
                        "name": "onClick",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "((event: MouseEvent) => void | Promise<void>) | ((event: MouseEvent) => void | Promise<void>)[] | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": "(event: MouseEvent): void | Promise<void>",
                              "schema": []
                            },
                            "2": {
                              "kind": "array",
                              "type": "((event: MouseEvent) => void | Promise<void>)[]",
                              "schema": [
                                {
                                  "kind": "event",
                                  "type": "(event: MouseEvent): void | Promise<void>",
                                  "schema": []
                                }
                              ]
                            }
                          }
                        }
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "activeClass": {
                        "name": "activeClass",
                        "global": false,
                        "description": "The class to apply when the link is active",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "''"
                          }
                        ],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "inactiveClass": {
                        "name": "inactiveClass",
                        "global": false,
                        "description": "The class to apply when the link is inactive",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "''"
                          }
                        ],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "b24ui": {
                        "name": "b24ui",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }> | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "PartialString<{ base: string[]; baseLine: string; label: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailingIcon: string; safeList: string; }>"
                          }
                        }
                      },
                      "loading": {
                        "name": "loading",
                        "global": false,
                        "description": "When `true`, the loading icon will be displayed.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "icon": {
                        "name": "icon",
                        "global": false,
                        "description": "Display an icon on the left side.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "icons.loading"
                          },
                          {
                            "name": "IconComponent"
                          }
                        ],
                        "required": false,
                        "type": "IconComponent | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "IconComponent | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "event",
                              "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                              "schema": []
                            }
                          }
                        }
                      },
                      "avatar": {
                        "name": "avatar",
                        "global": false,
                        "description": "Display an avatar on the left side.",
                        "tags": [],
                        "required": false,
                        "type": "AvatarProps | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "AvatarProps | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": {
                              "kind": "object",
                              "type": "AvatarProps",
                              "schema": {
                                "as": {
                                  "name": "as",
                                  "global": false,
                                  "description": "The element or component this component should render as.",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'span'"
                                    }
                                  ],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "src": {
                                  "name": "src",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "alt": {
                                  "name": "alt",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "icon": {
                                  "name": "icon",
                                  "global": false,
                                  "description": "Display an icon on the left side.",
                                  "tags": [
                                    {
                                      "name": "IconComponent"
                                    }
                                  ],
                                  "required": false,
                                  "type": "IconComponent | undefined",
                                  "schema": "IconComponent | undefined"
                                },
                                "text": {
                                  "name": "text",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "size": {
                                  "name": "size",
                                  "global": false,
                                  "description": "",
                                  "tags": [
                                    {
                                      "name": "defaultValue",
                                      "text": "'md'"
                                    }
                                  ],
                                  "required": false,
                                  "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                  "schema": {
                                    "kind": "enum",
                                    "type": '"lg" | "md" | "3xs" | "2xs" | "xs" | "sm" | "xl" | "2xl" | "3xl" | undefined',
                                    "schema": {
                                      "0": "undefined",
                                      "1": '"lg"',
                                      "2": '"md"',
                                      "3": '"3xs"',
                                      "4": '"2xs"',
                                      "5": '"xs"',
                                      "6": '"sm"',
                                      "7": '"xl"',
                                      "8": '"2xl"',
                                      "9": '"3xl"'
                                    }
                                  }
                                },
                                "class": {
                                  "name": "class",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "style": {
                                  "name": "style",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "any",
                                  "schema": "any"
                                },
                                "b24ui": {
                                  "name": "b24ui",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "Partial<{ root: string; image: string; fallback: string; icon: string; }> | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "Partial<{ root: string; image: string; fallback: string; icon: string; }>"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "type": {
                        "name": "type",
                        "global": false,
                        "description": "The type of the button when not a link.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'button'"
                          }
                        ],
                        "required": false,
                        "type": '"reset" | "submit" | "button" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"reset" | "submit" | "button" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"reset"',
                            "2": '"submit"',
                            "3": '"button"'
                          }
                        }
                      },
                      "to": {
                        "name": "to",
                        "global": false,
                        "description": "Route Location the link should navigate to when clicked on.",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": {
                          "kind": "enum",
                          "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                          "schema": {
                            "0": "undefined",
                            "1": "string",
                            "2": {
                              "kind": "object",
                              "type": "RouteLocationAsRelativeGeneric",
                              "schema": {
                                "name": {
                                  "name": "name",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteRecordNameGeneric",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteRecordNameGeneric",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "string",
                                      "2": "symbol"
                                    }
                                  }
                                },
                                "params": {
                                  "name": "params",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "RouteParamsRawGeneric | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "RouteParamsRawGeneric | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "RouteParamsRawGeneric"
                                    }
                                  }
                                },
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "A relative path to the current location. This property should be removed",
                                  "tags": [],
                                  "required": false,
                                  "type": "undefined",
                                  "schema": "undefined"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "LocationQueryRaw | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": "LocationQueryRaw"
                                    }
                                  }
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": {
                                    "kind": "enum",
                                    "type": "HistoryState | undefined",
                                    "schema": {
                                      "0": "undefined",
                                      "1": {
                                        "kind": "object",
                                        "type": "HistoryState",
                                        "schema": {}
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "3": {
                              "kind": "object",
                              "type": "RouteLocationAsPathGeneric",
                              "schema": {
                                "path": {
                                  "name": "path",
                                  "global": false,
                                  "description": "Percentage encoded pathname section of the URL.",
                                  "tags": [],
                                  "required": true,
                                  "type": "string",
                                  "schema": "string"
                                },
                                "query": {
                                  "name": "query",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "LocationQueryRaw | undefined",
                                  "schema": "LocationQueryRaw | undefined"
                                },
                                "hash": {
                                  "name": "hash",
                                  "global": false,
                                  "description": "",
                                  "tags": [],
                                  "required": false,
                                  "type": "string | undefined",
                                  "schema": "string | undefined"
                                },
                                "replace": {
                                  "name": "replace",
                                  "global": false,
                                  "description": "Replace the entry in the history instead of pushing a new entry",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "force": {
                                  "name": "force",
                                  "global": false,
                                  "description": "Triggers the navigation even if the location is the same as the current one.\r\nNote this will also add a new entry to the history unless `replace: true`\r\nis passed.",
                                  "tags": [],
                                  "required": false,
                                  "type": "boolean | undefined",
                                  "schema": "boolean | undefined"
                                },
                                "state": {
                                  "name": "state",
                                  "global": false,
                                  "description": "State to save using the History API. This cannot contain any reactive\r\nvalues and some primitives like Symbols are forbidden. More info at\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/History/state",
                                  "tags": [],
                                  "required": false,
                                  "type": "HistoryState | undefined",
                                  "schema": "HistoryState | undefined"
                                }
                              }
                            }
                          }
                        }
                      },
                      "exactActiveClass": {
                        "name": "exactActiveClass",
                        "global": false,
                        "description": "Class to apply when the link is exact active",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "ariaCurrentValue": {
                        "name": "ariaCurrentValue",
                        "global": false,
                        "description": "Value passed to the attribute `aria-current` when the link is exact active.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "`'page'`"
                          }
                        ],
                        "required": false,
                        "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"true"',
                            "2": '"false"',
                            "3": '"page"',
                            "4": '"step"',
                            "5": '"location"',
                            "6": '"date"',
                            "7": '"time"'
                          }
                        }
                      },
                      "viewTransition": {
                        "name": "viewTransition",
                        "global": false,
                        "description": "Pass the returned promise of `router.push()` to `document.startViewTransition()` if supported.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "replace": {
                        "name": "replace",
                        "global": false,
                        "description": "Calls `router.replace` instead of `router.push`.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "disabled": {
                        "name": "disabled",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "active": {
                        "name": "active",
                        "global": false,
                        "description": "Force the link to be active independent of the current route.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exact": {
                        "name": "exact",
                        "global": false,
                        "description": "Will only be active if the current route is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "exactQuery": {
                        "name": "exactQuery",
                        "global": false,
                        "description": "Allows controlling how the current route query sets the link as active.",
                        "tags": [],
                        "required": false,
                        "type": 'boolean | "partial" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": 'boolean | "partial" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "false",
                            "2": "true",
                            "3": '"partial"'
                          }
                        }
                      },
                      "exactHash": {
                        "name": "exactHash",
                        "global": false,
                        "description": "Will only be active if the current route hash is an exact match.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "isAction": {
                        "name": "isAction",
                        "global": false,
                        "description": "When `true`, uses special underlined styling.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "href": {
                        "name": "href",
                        "global": false,
                        "description": "An alias for `to`. If used with `to`, `href` will be ignored",
                        "tags": [],
                        "required": false,
                        "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined",
                        "schema": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
                      },
                      "external": {
                        "name": "external",
                        "global": false,
                        "description": "Forces the link to be considered as external (true) or internal (false). This is helpful to handle edge-cases",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "target": {
                        "name": "target",
                        "global": false,
                        "description": "Where to display the linked URL as the name for a browsing context.",
                        "tags": [],
                        "required": false,
                        "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"_blank" | "_parent" | "_self" | "_top" | (string & {}) | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": '"_blank"',
                            "3": '"_parent"',
                            "4": '"_self"',
                            "5": '"_top"',
                            "6": {
                              "kind": "object",
                              "type": "string & {}",
                              "schema": {}
                            }
                          }
                        }
                      },
                      "rel": {
                        "name": "rel",
                        "global": false,
                        "description": 'A rel attribute value to apply on the link. Defaults to "noopener noreferrer" for external links.',
                        "tags": [],
                        "required": false,
                        "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | null | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": "null",
                            "2": "string & {}",
                            "3": '"noopener"',
                            "4": '"noreferrer"',
                            "5": '"nofollow"',
                            "6": '"sponsored"',
                            "7": '"ugc"'
                          }
                        }
                      },
                      "noRel": {
                        "name": "noRel",
                        "global": false,
                        "description": "If set to true, no rel attribute will be added to the link",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchedClass": {
                        "name": "prefetchedClass",
                        "global": false,
                        "description": "A class to apply to links that have been prefetched.",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "prefetch": {
                        "name": "prefetch",
                        "global": false,
                        "description": "When enabled will prefetch middleware, layouts and payloads of links in the viewport.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      },
                      "prefetchOn": {
                        "name": "prefetchOn",
                        "global": false,
                        "description": "Allows controlling when to prefetch links. By default, prefetch is triggered only on visibility.",
                        "tags": [],
                        "required": false,
                        "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"visibility" | "interaction" | Partial<{ visibility: boolean; interaction: boolean; }> | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"visibility"',
                            "2": '"interaction"',
                            "3": "Partial<{ visibility: boolean; interaction: boolean; }>"
                          }
                        }
                      },
                      "noPrefetch": {
                        "name": "noPrefetch",
                        "global": false,
                        "description": "Escape hatch to disable `prefetch` attribute.",
                        "tags": [],
                        "required": false,
                        "type": "boolean | undefined",
                        "schema": "boolean | undefined"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "name": "close",
          "global": false,
          "description": "Display a close button to dismiss the toast.\n`{ size: 'md', color: 'neutral', variant: 'link' }`{lang=\"ts\"}",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | Partial<ButtonProps> | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | Partial<ButtonProps> | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": "Partial<ButtonProps>"
            }
          },
          "default": "true"
        },
        {
          "name": "closeIcon",
          "global": false,
          "description": "The icon displayed in the close button.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "icons.close"
            },
            {
              "name": "IconComponent"
            }
          ],
          "required": false,
          "type": "IconComponent | undefined",
          "schema": {
            "kind": "enum",
            "type": "IconComponent | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "event",
                "type": '(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, "expose">): any',
                "schema": []
              }
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; progress: string; close: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; progress: string; close: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; wrapper: string; title: string; description: string; icon: string; avatar: string; avatarSize: string; actions: string; progress: string; close: string; }>"
            }
          }
        },
        {
          "name": "type",
          "global": false,
          "description": "Control the sensitivity of the toast for accessibility purposes.\r\n\r\nFor toasts that are the result of a user action, choose `foreground`. Toasts generated from background tasks should use `background`.",
          "tags": [],
          "required": false,
          "type": '"foreground" | "background" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"foreground" | "background" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"foreground"',
              "2": '"background"'
            }
          }
        },
        {
          "name": "duration",
          "global": false,
          "description": "Time in milliseconds that toast should remain visible for. Overrides value\r\ngiven to `ToastProvider`.",
          "tags": [],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the dialog. Can be bind as `v-model:open`.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "leading",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "title",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "description",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "actions",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        },
        {
          "name": "close",
          "type": '{ b24ui: { root: (slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; close: (slotProps?: ({ ...; } & ...',
          "description": "",
          "schema": {
            "kind": "object",
            "type": '{ b24ui: { root: (slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; close: (slotProps?: ({ ...; } & ...',
            "schema": {
              "b24ui": {
                "name": "b24ui",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": '{ root: (slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; close: (slotProps?: ({ ...; } & ClassProp...',
                "schema": {
                  "kind": "object",
                  "type": '{ root: (slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string; ... 8 more ...; close: (slotProps?: ({ ...; } & ClassProp...',
                  "schema": {
                    "root": {
                      "name": "root",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": {
                        "kind": "event",
                        "type": '(slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined): string',
                        "schema": {}
                      }
                    },
                    "wrapper": {
                      "name": "wrapper",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "title": {
                      "name": "title",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "description": {
                      "name": "description",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "icon": {
                      "name": "icon",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "avatar": {
                      "name": "avatar",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "avatarSize": {
                      "name": "avatarSize",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "actions": {
                      "name": "actions",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "progress": {
                      "name": "progress",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    },
                    "close": {
                      "name": "close",
                      "global": false,
                      "description": "",
                      "tags": [],
                      "required": true,
                      "type": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...',
                      "schema": '((slotProps?: ({ title?: boolean | undefined; color?: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined; orientation?: "vertical" | "horizontal" | undefined; } & ClassProp<...>) | undefined) => string) & ((slotProps?: ({ ...; } & ClassProp<...>) | undefined) => stri...'
                    }
                  }
                }
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Toaster": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Toaster",
    "kebabName": "b24-toaster",
    "chunkName": "components/b24-toaster",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "position",
          "global": false,
          "description": "The position on the screen to display the toasts.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'top-right'"
            }
          ],
          "required": false,
          "type": '"top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"top-left"',
              "2": '"top-center"',
              "3": '"top-right"',
              "4": '"bottom-left"',
              "5": '"bottom-center"',
              "6": '"bottom-right"'
            }
          },
          "default": '"top-right" as const'
        },
        {
          "name": "expand",
          "global": false,
          "description": "Expand the toasts to show multiple toasts at once.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the toaster in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "duration",
          "global": false,
          "description": "Time in milliseconds that each toast should remain visible for.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "5000"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          },
          "default": "5000"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ viewport: string; base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ viewport: string; base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ viewport: string; base: string; }>"
            }
          }
        },
        {
          "name": "label",
          "global": false,
          "description": "An author-localized label for each toast. Used to help screen reader users\r\nassociate the interruption with a toast.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'Notification'"
            }
          ],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "swipeThreshold",
          "global": false,
          "description": "Distance in pixels that the swipe must pass before a close is triggered.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "50"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24Tooltip": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24Tooltip",
    "kebabName": "b24-tooltip",
    "chunkName": "components/b24-tooltip",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "text",
          "global": false,
          "description": "The text content of the tooltip.",
          "tags": [],
          "required": false,
          "type": "string | undefined",
          "schema": {
            "kind": "enum",
            "type": "string | undefined",
            "schema": {
              "0": "undefined",
              "1": "string"
            }
          }
        },
        {
          "name": "kbds",
          "global": false,
          "description": "The keyboard keys to display in the tooltip.",
          "tags": [],
          "required": false,
          "type": "(string | undefined)[] | KbdProps[] | undefined",
          "schema": {
            "kind": "enum",
            "type": "(string | undefined)[] | KbdProps[] | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "array",
                "type": "(string | undefined)[]",
                "schema": [
                  {
                    "kind": "enum",
                    "type": "string | undefined",
                    "schema": [
                      "undefined",
                      "string"
                    ]
                  }
                ]
              },
              "2": {
                "kind": "array",
                "type": "KbdProps[]",
                "schema": [
                  {
                    "kind": "object",
                    "type": "KbdProps",
                    "schema": {
                      "as": {
                        "name": "as",
                        "global": false,
                        "description": "The element or component this component should render as.",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'kbd'"
                          }
                        ],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      },
                      "value": {
                        "name": "value",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "string | undefined",
                        "schema": "string | undefined"
                      },
                      "depth": {
                        "name": "depth",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'light'"
                          }
                        ],
                        "required": false,
                        "type": '"light" | "normal" | "dark" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"light" | "normal" | "dark" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"light"',
                            "2": '"normal"',
                            "3": '"dark"'
                          }
                        }
                      },
                      "size": {
                        "name": "size",
                        "global": false,
                        "description": "",
                        "tags": [
                          {
                            "name": "defaultValue",
                            "text": "'md'"
                          }
                        ],
                        "required": false,
                        "type": '"lg" | "md" | "sm" | undefined',
                        "schema": {
                          "kind": "enum",
                          "type": '"lg" | "md" | "sm" | undefined',
                          "schema": {
                            "0": "undefined",
                            "1": '"lg"',
                            "2": '"md"',
                            "3": '"sm"'
                          }
                        }
                      },
                      "class": {
                        "name": "class",
                        "global": false,
                        "description": "",
                        "tags": [],
                        "required": false,
                        "type": "any",
                        "schema": "any"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "name": "content",
          "global": false,
          "description": "The content of the tooltip.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8 }"
            }
          ],
          "required": false,
          "type": '(Omit<TooltipContentProps, "as" | "asChild"> & Partial<EmitsToProps<TooltipContentImplEmits>>) | undefined',
          "schema": {
            "kind": "enum",
            "type": '(Omit<TooltipContentProps, "as" | "asChild"> & Partial<EmitsToProps<TooltipContentImplEmits>>) | undefined',
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": 'Omit<TooltipContentProps, "as" | "asChild"> & Partial<EmitsToProps<TooltipContentImplEmits>>',
                "schema": {
                  "forceMount": {
                    "name": "forceMount",
                    "global": false,
                    "description": "Used to force mounting when more control is needed. Useful when\r\ncontrolling animation with Vue animation libraries.",
                    "tags": [],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "boolean | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "false",
                        "2": "true"
                      }
                    }
                  },
                  "side": {
                    "name": "side",
                    "global": false,
                    "description": "The preferred side of the trigger to render against when open.\r\nWill be reversed when collisions occur and avoidCollisions\r\nis enabled.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"top"'
                      }
                    ],
                    "required": false,
                    "type": '"bottom" | "top" | "left" | "right" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"bottom" | "top" | "left" | "right" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"bottom"',
                        "2": '"top"',
                        "3": '"left"',
                        "4": '"right"'
                      }
                    }
                  },
                  "sideOffset": {
                    "name": "sideOffset",
                    "global": false,
                    "description": "The distance in pixels from the trigger.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "number | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "number"
                      }
                    }
                  },
                  "align": {
                    "name": "align",
                    "global": false,
                    "description": "The preferred alignment against the trigger.\r\nMay change when collisions occur.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"center"'
                      }
                    ],
                    "required": false,
                    "type": '"start" | "end" | "center" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"start" | "end" | "center" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"start"',
                        "2": '"end"',
                        "3": '"center"'
                      }
                    }
                  },
                  "alignOffset": {
                    "name": "alignOffset",
                    "global": false,
                    "description": "An offset in pixels from the `start` or `end` alignment options.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "avoidCollisions": {
                    "name": "avoidCollisions",
                    "global": false,
                    "description": "When `true`, overrides the side and align preferences\r\nto prevent collisions with boundary edges.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "true"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "collisionBoundary": {
                    "name": "collisionBoundary",
                    "global": false,
                    "description": "The element used as the collision boundary. By default\r\nthis is the viewport, though you can provide additional\r\nelement(s) to be included in this check.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "[]"
                      }
                    ],
                    "required": false,
                    "type": "Element | (Element | null)[] | null | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "Element | (Element | null)[] | null | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "null",
                        "2": {
                          "kind": "object",
                          "type": "Element",
                          "schema": {}
                        },
                        "3": {
                          "kind": "array",
                          "type": "(Element | null)[]",
                          "schema": [
                            {
                              "kind": "enum",
                              "type": "Element | null",
                              "schema": [
                                "null",
                                "Element"
                              ]
                            }
                          ]
                        }
                      }
                    }
                  },
                  "collisionPadding": {
                    "name": "collisionPadding",
                    "global": false,
                    "description": "The distance in pixels from the boundary edges where collision\r\ndetection should occur. Accepts a number (same for all sides),\r\nor a partial padding object, for example: { top: 20, left: 20 }.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": 'number | Partial<Record<"bottom" | "top" | "left" | "right", number>> | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": "number",
                        "2": 'Partial<Record<"bottom" | "top" | "left" | "right", number>>'
                      }
                    }
                  },
                  "arrowPadding": {
                    "name": "arrowPadding",
                    "global": false,
                    "description": "The padding between the arrow and the edges of the content.\r\nIf your content has border-radius, this will prevent it from\r\noverflowing the corners.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "0"
                      }
                    ],
                    "required": false,
                    "type": "number | undefined",
                    "schema": "number | undefined"
                  },
                  "sticky": {
                    "name": "sticky",
                    "global": false,
                    "description": 'The sticky behavior on the align axis. `partial` will keep the\r\ncontent in the boundary as long as the trigger is at least partially\r\nin the boundary whilst "always" will keep the content in the boundary\r\nregardless.',
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": '"partial"'
                      }
                    ],
                    "required": false,
                    "type": '"partial" | "always" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"partial" | "always" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"partial"',
                        "2": '"always"'
                      }
                    }
                  },
                  "hideWhenDetached": {
                    "name": "hideWhenDetached",
                    "global": false,
                    "description": "Whether to hide the content when the trigger becomes fully occluded.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "false"
                      }
                    ],
                    "required": false,
                    "type": "boolean | undefined",
                    "schema": "boolean | undefined"
                  },
                  "positionStrategy": {
                    "name": "positionStrategy",
                    "global": false,
                    "description": "The type of CSS position property to use.",
                    "tags": [],
                    "required": false,
                    "type": '"fixed" | "absolute" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"fixed" | "absolute" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"fixed"',
                        "2": '"absolute"'
                      }
                    }
                  },
                  "updatePositionStrategy": {
                    "name": "updatePositionStrategy",
                    "global": false,
                    "description": "Strategy to update the position of the floating element on every animation frame.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "'optimized'"
                      }
                    ],
                    "required": false,
                    "type": '"always" | "optimized" | undefined',
                    "schema": {
                      "kind": "enum",
                      "type": '"always" | "optimized" | undefined',
                      "schema": {
                        "0": "undefined",
                        "1": '"always"',
                        "2": '"optimized"'
                      }
                    }
                  },
                  "ariaLabel": {
                    "name": "ariaLabel",
                    "global": false,
                    "description": "By default, screenreaders will announce the content inside\r\nthe component. If this is not descriptive enough, or you have\r\ncontent that cannot be announced, use aria-label as a more\r\ndescriptive label.",
                    "tags": [
                      {
                        "name": "defaultValue",
                        "text": "String"
                      }
                    ],
                    "required": false,
                    "type": "string | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "string | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": "string"
                      }
                    }
                  },
                  "onEscapeKeyDown": {
                    "name": "onEscapeKeyDown",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: KeyboardEvent) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: KeyboardEvent) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: KeyboardEvent): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "KeyboardEvent",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  },
                  "onPointerDownOutside": {
                    "name": "onPointerDownOutside",
                    "global": false,
                    "description": "",
                    "tags": [],
                    "required": false,
                    "type": "((event: Event) => void) | undefined",
                    "schema": {
                      "kind": "enum",
                      "type": "((event: Event) => void) | undefined",
                      "schema": {
                        "0": "undefined",
                        "1": {
                          "kind": "event",
                          "type": "(event: Event): void",
                          "schema": [
                            {
                              "kind": "object",
                              "type": "Event",
                              "schema": {}
                            }
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        {
          "name": "arrow",
          "global": false,
          "description": "Display an arrow alongside the tooltip.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": 'boolean | Omit<TooltipArrowProps, "as" | "asChild"> | undefined',
          "schema": {
            "kind": "enum",
            "type": 'boolean | Omit<TooltipArrowProps, "as" | "asChild"> | undefined',
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true",
              "3": 'Omit<TooltipArrowProps, "as" | "asChild">'
            }
          }
        },
        {
          "name": "portal",
          "global": false,
          "description": "Render the tooltip in a portal.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ content: string; arrow: string; text: string; kbds: string; kbdsSize: string; kbdsDepth: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ content: string; arrow: string; text: string; kbds: string; kbdsSize: string; kbdsDepth: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ content: string; arrow: string; text: string; kbds: string; kbdsSize: string; kbdsDepth: string; }>"
            }
          }
        },
        {
          "name": "defaultOpen",
          "global": false,
          "description": "The open state of the tooltip when it is initially rendered.\r\nUse when you do not need to control its open state.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "open",
          "global": false,
          "description": "The controlled open state of the tooltip.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "delayDuration",
          "global": false,
          "description": "Override the duration given to the `Provider` to customise\r\nthe open delay for a specific tooltip.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "700"
            }
          ],
          "required": false,
          "type": "number | undefined",
          "schema": {
            "kind": "enum",
            "type": "number | undefined",
            "schema": {
              "0": "undefined",
              "1": "number"
            }
          }
        },
        {
          "name": "disableHoverableContent",
          "global": false,
          "description": "Prevents Tooltip.Content from remaining open when hovering.\r\nDisabling this has accessibility consequences. Inherits\r\nfrom Tooltip.Provider.",
          "tags": [],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "disableClosingTrigger",
          "global": false,
          "description": "When `true`, clicking on trigger will not close the content.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "disabled",
          "global": false,
          "description": "When `true`, disable tooltip",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "ignoreNonKeyboardFocus",
          "global": false,
          "description": "Prevent the tooltip from opening if the focus did not come from\r\nthe keyboard by matching against the `:focus-visible` selector.\r\nThis is useful if you want to avoid opening it when switching\r\nbrowser tabs or closing a dialog.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{ open: boolean; }",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{ open: boolean; }",
            "schema": {
              "open": {
                "name": "open",
                "global": false,
                "description": "",
                "tags": [],
                "required": true,
                "type": "boolean",
                "schema": {
                  "kind": "enum",
                  "type": "boolean",
                  "schema": {
                    "0": "false",
                    "1": "true"
                  }
                }
              }
            }
          }
        },
        {
          "name": "content",
          "type": "{} | undefined",
          "description": "",
          "schema": {
            "kind": "enum",
            "type": "{} | undefined",
            "schema": {
              "0": "undefined",
              "1": {
                "kind": "object",
                "type": "{}",
                "schema": {}
              }
            }
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "B24TableWrapper": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "B24TableWrapper",
    "kebabName": "b24-table-wrapper",
    "chunkName": "components/b24-table-wrapper",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "size",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'md'"
            }
          ],
          "required": false,
          "type": '"lg" | "md" | "xs" | "sm" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"lg" | "md" | "xs" | "sm" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"lg"',
              "2": '"md"',
              "3": '"xs"',
              "4": '"sm"'
            }
          }
        },
        {
          "name": "rounded",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "zebra",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "pinRows",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "pinCols",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "rowHover",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "bordered",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          }
        },
        {
          "name": "scrollbarThin",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseA": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseA",
    "kebabName": "prose-a",
    "chunkName": "components/prose-a",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseBlockquote": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseBlockquote",
    "kebabName": "prose-blockquote",
    "chunkName": "components/prose-blockquote",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseCode": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseCode",
    "kebabName": "prose-code",
    "chunkName": "components/prose-code",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "color",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'default'"
            }
          ],
          "required": false,
          "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
          "schema": {
            "kind": "enum",
            "type": '"default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | undefined',
            "schema": {
              "0": "undefined",
              "1": '"default"',
              "2": '"danger"',
              "3": '"success"',
              "4": '"warning"',
              "5": '"primary"',
              "6": '"secondary"',
              "7": '"collab"',
              "8": '"ai"'
            }
          }
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseEm": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseEm",
    "kebabName": "prose-em",
    "chunkName": "components/prose-em",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH1": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH1",
    "kebabName": "prose-h1",
    "chunkName": "components/prose-h1",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH2": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH2",
    "kebabName": "prose-h2",
    "chunkName": "components/prose-h2",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH3": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH3",
    "kebabName": "prose-h3",
    "chunkName": "components/prose-h3",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH4": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH4",
    "kebabName": "prose-h4",
    "chunkName": "components/prose-h4",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH5": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH5",
    "kebabName": "prose-h5",
    "chunkName": "components/prose-h5",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseH6": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseH6",
    "kebabName": "prose-h6",
    "chunkName": "components/prose-h6",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; leading: string[]; leadingIcon: string; link: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseHr": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseHr",
    "kebabName": "prose-hr",
    "chunkName": "components/prose-hr",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [],
      "events": [],
      "exposed": []
    }
  },
  "ProseImg": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseImg",
    "kebabName": "prose-img",
    "chunkName": "components/prose-img",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [],
      "events": [],
      "exposed": []
    }
  },
  "ProseLi": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseLi",
    "kebabName": "prose-li",
    "chunkName": "components/prose-li",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseOl": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseOl",
    "kebabName": "prose-ol",
    "chunkName": "components/prose-ol",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseP": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseP",
    "kebabName": "prose-p",
    "chunkName": "components/prose-p",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProsePre": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProsePre",
    "kebabName": "prose-pre",
    "chunkName": "components/prose-pre",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseStrong": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseStrong",
    "kebabName": "prose-strong",
    "chunkName": "components/prose-strong",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseTable": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseTable",
    "kebabName": "prose-table",
    "chunkName": "components/prose-table",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "as",
          "global": false,
          "description": "The element or component this component should render as.",
          "tags": [
            {
              "name": "defaultValue",
              "text": "'div'"
            }
          ],
          "required": false,
          "type": "any",
          "schema": "any",
          "default": '"div"'
        },
        {
          "name": "rounded",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "zebra",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "true"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "rowHover",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "bordered",
          "global": false,
          "description": "",
          "tags": [
            {
              "name": "defaultValue",
              "text": "false"
            }
          ],
          "required": false,
          "type": "boolean | undefined",
          "schema": {
            "kind": "enum",
            "type": "boolean | undefined",
            "schema": {
              "0": "undefined",
              "1": "false",
              "2": "true"
            }
          },
          "default": "true"
        },
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ root: string; base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ root: string; base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ root: string; base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseTbody": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseTbody",
    "kebabName": "prose-tbody",
    "chunkName": "components/prose-tbody",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseTd": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseTd",
    "kebabName": "prose-td",
    "chunkName": "components/prose-td",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseTh": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseTh",
    "kebabName": "prose-th",
    "chunkName": "components/prose-th",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseThead": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseThead",
    "kebabName": "prose-thead",
    "chunkName": "components/prose-thead",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseTr": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseTr",
    "kebabName": "prose-tr",
    "chunkName": "components/prose-tr",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  },
  "ProseUl": {
    "mode": "all",
    "prefetch": false,
    "preload": false,
    "pascalName": "ProseUl",
    "kebabName": "prose-ul",
    "chunkName": "components/prose-ul",
    "priority": 0,
    "_scanned": true,
    "meta": {
      "type": 0,
      "props": [
        {
          "name": "b24ui",
          "global": false,
          "description": "",
          "tags": [],
          "required": false,
          "type": "Partial<{ base: string; }> | undefined",
          "schema": {
            "kind": "enum",
            "type": "Partial<{ base: string; }> | undefined",
            "schema": {
              "0": "undefined",
              "1": "Partial<{ base: string; }>"
            }
          }
        }
      ],
      "slots": [
        {
          "name": "default",
          "type": "{}",
          "description": "",
          "schema": {
            "kind": "object",
            "type": "{}",
            "schema": {}
          }
        }
      ],
      "events": [],
      "exposed": []
    }
  }
};

export { B24UIMeta as default };
