Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/node_modules/bootstrap-vue/src/components/sidebar/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/vreg/node_modules/bootstrap-vue/src/components/sidebar/package.json
{
  "name": "@bootstrap-vue/sidebar",
  "version": "1.0.0",
  "meta": {
    "title": "Sidebar",
    "version": "2.10.0",
    "description": "The `<b-sidebar>` component creates a fixed viewport, left or right, sliding popout drawer.",
    "plugins": [
      "VBTogglePlugin"
    ],
    "components": [
      {
        "component": "BSidebar",
        "version": "2.10.0",
        "props": [
          {
            "prop": "backdrop",
            "version": "2.12.0",
            "description": "When `true`, shows a backdrop when the sidebar is open"
          },
          {
            "prop": "backdropVariant",
            "version": "2.15.0",
            "description": "Theme variant color for the backdrop of the sidebar. Defaults to 'dark'"
          },
          {
            "prop": "bgVariant",
            "description": "Theme variant color for the background of the sidebar"
          },
          {
            "prop": "bodyClass",
            "description": "Class, or classes, to apply to the body (default slot) of the sidebar"
          },
          {
            "prop": "closeLabel",
            "description": "`aria-label` to apply to the built-in close button. Defaults to 'Close'"
          },
          {
            "prop": "footerClass",
            "description": "Class, or classes, to apply to the optional `footer` slot"
          },
          {
            "prop": "headerClass",
            "description": "Class, or classes, to apply to the built in header. Has no effect if prop `no-header` is set"
          },
          {
            "prop": "lazy",
            "description": "When set to `true`, the content of the sidebar will only be rendered while the sidebar is open"
          },
          {
            "prop": "noCloseOnBackdrop",
            "version": "2.12.0",
            "description": "When set to `true`, disables closing the sidebar when the user clicks on the backdrop. Requires that the prop `backdrop` be set"
          },
          {
            "prop": "noCloseOnEsc",
            "description": "When set to `true`, disables closing the sidebar when the user presses ESC"
          },
          {
            "prop": "noCloseOnRouteChange",
            "description": "When set to `true`, disables closing of the sidebar on route change"
          },
          {
            "prop": "noEnforceFocus",
            "version": "2.17.0",
            "description": "Disables the enforce focus routine which maintains focus inside the sidebar"
          },
          {
            "prop": "noHeader",
            "description": "When set to `true` disables rendering of the default header (including close button)"
          },
          {
            "prop": "noHeaderClose",
            "description": "When set to `true` disables rendering of the header close button"
          },
          {
            "prop": "noSlide",
            "description": "When set, disables the default sliding animation"
          },
          {
            "prop": "right",
            "description": "When `true`, positions the sidebar on the right of the viewport"
          },
          {
            "prop": "shadow",
            "description": "Set to boolean `true` for medium shadow, 'sm' for small shadow, 'lg' for large shadow, or boolean `false` for no shadow. Default is no shadow"
          },
          {
            "prop": "sidebarClass",
            "version": "2.12.0",
            "description": "Class, or classes, to apply to the sidebar content wrapper"
          },
          {
            "prop": "textVariant",
            "description": "Theme variant color for the text of the sidebar"
          },
          {
            "prop": "title",
            "description": "Text content to place in the default header. The `title` slot takes precedence"
          },
          {
            "prop": "visible",
            "description": "When `true`, opens the sidebar. This is the `v-model`"
          },
          {
            "prop": "width",
            "description": "CSS width for the sidebar. Defaults to '320px' as defined by SCSS/CSS"
          },
          {
            "prop": "zIndex",
            "description": "Specify an arbitrary z-index value to override the value defined by SCSS/CSS"
          }
        ],
        "events": [
          {
            "event": "change",
            "description": "Emitted whenever the visibility of the sidebar changes. Used to update the `v-model`",
            "args": [
              {
                "arg": "visible",
                "type": "Boolean",
                "description": "`true` if the sidebar is open, `false` if it is closed (or in the process of closing)"
              }
            ]
          },
          {
            "event": "hidden",
            "description": "Emitted when the sidebar has been hidden"
          },
          {
            "event": "shown",
            "description": "Emitted when the sidebar has opened"
          }
        ],
        "slots": [
          {
            "name": "default",
            "description": "Content to place in the body of the sidebar",
            "scope": [
              {
                "prop": "hide",
                "type": "Function",
                "description": "When called, will close the sidebar"
              },
              {
                "prop": "right",
                "type": "Boolean",
                "description": "`true` if the sidebar is on the right"
              },
              {
                "prop": "visible",
                "type": "Boolean",
                "description": "`true` if the sidebar is open"
              }
            ]
          },
          {
            "name": "footer",
            "description": "Content to place in the optional footer",
            "scope": [
              {
                "prop": "hide",
                "type": "Function",
                "description": "When called, will close the sidebar"
              },
              {
                "prop": "right",
                "type": "Boolean",
                "description": "`true` if the sidebar is on the right"
              },
              {
                "prop": "visible",
                "type": "Boolean",
                "description": "`true` if the sidebar is open"
              }
            ]
          },
          {
            "name": "header",
            "version": "2.21.0",
            "description": "Content to place in the header",
            "scope": [
              {
                "prop": "hide",
                "type": "Function",
                "description": "When called, will close the sidebar"
              },
              {
                "prop": "right",
                "type": "Boolean",
                "description": "`true` if the sidebar is on the right"
              },
              {
                "prop": "visible",
                "type": "Boolean",
                "description": "`true` if the sidebar is open"
              }
            ]
          },
          {
            "name": "header-close",
            "description": "Content of the header close button. Defaults to `<b-icon-x>`"
          },
          {
            "name": "title",
            "description": "Content to place in the title of the built-in header. Takes precedence over the `title` prop",
            "scope": [
              {
                "prop": "hide",
                "type": "Function",
                "description": "When called, will close the sidebar"
              },
              {
                "prop": "right",
                "type": "Boolean",
                "description": "`true` if the sidebar is on the right"
              },
              {
                "prop": "visible",
                "type": "Boolean",
                "description": "`true` if the sidebar is open"
              }
            ]
          }
        ]
      }
    ]
  }
}

Spamworldpro Mini