UNPKG

finpro

Version:
1,718 lines 96.6 kB
{ "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "src/components/fp-alert/fp-alert.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpAlert", "events": [ { "type": { "text": "CustomEvent<boolean>" }, "description": "Fires when close button clicked.", "name": "fp-close" } ], "attributes": [ { "name": "variant", "type": { "text": "AlertVariant" }, "default": "'info'", "description": "Sets alert variant", "fieldName": "variant" }, { "name": "description", "type": { "text": "'string' | undefined" }, "description": "Sets alert description", "fieldName": "description" }, { "name": "icon", "type": { "text": "boolean | string | undefined" }, "description": "Allows to customize alert icon", "fieldName": "icon" }, { "name": "closable", "type": { "text": "boolean" }, "default": "false", "description": "Displays a close button.", "fieldName": "closable" }, { "name": "caption", "type": { "text": "string | undefined" }, "description": "Sets alert caption.", "fieldName": "caption" }, { "name": "closed", "type": { "text": "boolean" }, "default": "false", "description": "Sets alert components display state.", "fieldName": "closed" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-alert", "summary": "Finpro Alert component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpAlert", "module": "src/components/fp-alert/fp-alert.ts" } }, { "kind": "custom-element-definition", "name": "fp-alert", "declaration": { "name": "FpAlert", "module": "src/components/fp-alert/fp-alert.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-anchor/fp-anchor.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpAnchor", "attributes": [ { "name": "label", "type": { "text": "''" }, "description": "Sets the anchor label", "fieldName": "label" }, { "name": "href", "type": { "text": "''" }, "description": "Sets the anchor href", "fieldName": "href" }, { "name": "target", "type": { "text": "''" }, "description": "Sets the anchor target", "fieldName": "target" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-anchor", "summary": "Finpro Anchor component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpAnchor", "module": "src/components/fp-anchor/fp-anchor.ts" } }, { "kind": "custom-element-definition", "name": "fp-anchor", "declaration": { "name": "FpAnchor", "module": "src/components/fp-anchor/fp-anchor.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-badge/fp-badge.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpBadge", "cssProperties": [ { "description": "Sets the background color of badge. Default value is `--fp-color-accent-primary-background`", "name": "--fp-badge-bg-color" }, { "description": "Sets the color of badge. Default value is `--fp-color-primary`", "name": "--fp-badge-color" } ], "attributes": [ { "name": "size", "type": { "text": "BadgeSize" }, "default": "'medium'", "description": "Sets the badge size", "fieldName": "size" }, { "name": "icon", "type": { "text": "string | undefined" }, "description": "Sets the name of the icon", "fieldName": "icon" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-badge", "summary": "Finpro Badge component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpBadge", "module": "src/components/fp-badge/fp-badge.ts" } }, { "kind": "custom-element-definition", "name": "fp-badge", "declaration": { "name": "FpBadge", "module": "src/components/fp-badge/fp-badge.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-breadcrumb/fp-breadcrumbs.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpBreadcrumbs", "attributes": [ { "name": "list", "default": "new Array<Item>()", "description": "Sets the breadcrumbs list", "fieldName": "list" }, { "name": "separator", "type": { "text": "string | undefined" }, "default": "'/'", "description": "Sets the breadcrumbs separator", "fieldName": "separator" }, { "name": "size", "type": { "text": "BreadcrumbsSize | undefined" }, "default": "'xs'", "description": "Sets the breadcrumbs size", "fieldName": "size" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-breadcrumbs", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpBreadcrumbs", "module": "src/components/fp-breadcrumb/fp-breadcrumbs.ts" } }, { "kind": "custom-element-definition", "name": "fp-breadcrumbs", "declaration": { "name": "FpBreadcrumbs", "module": "src/components/fp-breadcrumb/fp-breadcrumbs.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-button/fp-button.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpButton", "cssProperties": [ { "description": "Sets the display property of button. Default value is 'inline-block'.", "name": "--fp-button-display" }, { "description": "Sets the justify-content property of button. Default value is 'center'.", "name": "--fp-button-justify" } ], "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when button clicked", "name": "fp-click" } ], "attributes": [ { "name": "variant", "type": { "text": "ButtonVariant" }, "default": "'primary'", "description": "Sets the button variant", "fieldName": "variant" }, { "name": "kind", "type": { "text": "ButtonKind" }, "default": "'default'", "description": "Sets the button kind", "fieldName": "kind" }, { "name": "size", "type": { "text": "ButtonSize" }, "default": "'medium'", "description": "Sets the button size", "fieldName": "size" }, { "name": "label", "type": { "text": "string" }, "description": "Sets the button label. Used for accessibility.", "fieldName": "label" }, { "name": "loading-label", "type": { "text": "string" }, "description": "Sets the button label for loading status.", "fieldName": "loadingLabel" }, { "name": "loading", "type": { "text": "boolean" }, "default": "false", "description": "Sets loading state of button", "fieldName": "loading" }, { "name": "disabled", "type": { "text": "boolean" }, "default": "false", "description": "Sets button as disabled", "fieldName": "disabled" }, { "name": "href", "type": { "text": "string | undefined" }, "description": "Set link url. If set, button will be rendered as anchor tag.", "fieldName": "href" }, { "name": "icon", "type": { "text": "string | undefined" }, "description": "Sets the icon name. Shows icon with fp-icon component", "fieldName": "icon" }, { "name": "target", "type": { "text": "TargetType | undefined" }, "default": "'_self'", "description": "Sets the anchor target. Used when `href` is set.", "fieldName": "target" }, { "name": "type", "type": { "text": "'submit' | null" }, "description": "Sets the type of the button. Set `submit` to use button as the submitter of parent form.", "fieldName": "type" }, { "name": "dropdown", "type": { "text": "boolean" }, "default": "false", "description": "Sets button type to dropdown", "fieldName": "dropdown" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-button", "summary": "Finpro Button component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpButton", "module": "src/components/fp-button/fp-button.ts" } }, { "kind": "custom-element-definition", "name": "fp-button", "declaration": { "name": "FpButton", "module": "src/components/fp-button/fp-button.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-card/fp-card.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpCard", "cssParts": [ { "description": "The component's base wrapper.", "name": "base" }, { "description": "The container that wraps the card's image.", "name": "image" }, { "description": "The container that wraps the card's header.", "name": "header" }, { "description": "The container that wraps the card's main content.", "name": "body" }, { "description": "The container that wraps the card's footer.", "name": "footer" } ], "attributes": [ { "name": "variant", "type": { "text": "CardType" }, "default": "'primary'", "description": "Sets the card variant", "fieldName": "variant" }, { "name": "borderRadius", "type": { "text": "CardBorderRadius" }, "default": "'s'", "description": "Sets the border radius", "fieldName": "borderRadius" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-card", "summary": "Cards can be used to group related subjects in a container.", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpCard", "module": "src/components/fp-card/fp-card.ts" } }, { "kind": "custom-element-definition", "name": "fp-card", "declaration": { "name": "FpCard", "module": "src/components/fp-card/fp-card.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-checkbox-group/fp-checkbox-group.ts", "declarations": [ { "kind": "variable", "name": "fpCheckboxGroupTag", "type": { "text": "string" }, "default": "'fp-checkbox-group'" }, { "kind": "variable", "name": "fpChangeEventName", "type": { "text": "string" }, "default": "'fp-checkbox-group-change'" }, { "kind": "class", "description": "", "name": "FpCheckboxGroup", "cssProperties": [ { "description": "Can be used for showing checkbox options as columns instead of rows. Options are `row` or `column`", "name": "--fp-checkbox-direction" } ], "events": [ { "type": { "text": "CustomEvent<EventDispatcher<string[]>>" }, "description": "Fires when checkbox group value changed", "name": "fp-checkbox-group-change" } ], "attributes": [ { "name": "label", "type": { "text": "string" }, "description": "Sets the checkbox group label", "fieldName": "label" }, { "name": "value", "type": { "text": "string[]" }, "default": "[]", "description": "Set and gets the actual value of the field", "fieldName": "value" }, { "name": "required", "type": { "text": "boolean" }, "default": "false", "description": "Sets option as required", "fieldName": "required" } ], "mixins": [ { "name": "FormControlMixin", "package": "@open-wc/form-control" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-checkbox-group", "summary": "Finpro Button component", "customElement": true } ], "exports": [ { "kind": "js", "name": "fpCheckboxGroupTag", "declaration": { "name": "fpCheckboxGroupTag", "module": "src/components/fp-checkbox-group/fp-checkbox-group.ts" } }, { "kind": "js", "name": "fpChangeEventName", "declaration": { "name": "fpChangeEventName", "module": "src/components/fp-checkbox-group/fp-checkbox-group.ts" } }, { "kind": "js", "name": "default", "declaration": { "name": "FpCheckboxGroup", "module": "src/components/fp-checkbox-group/fp-checkbox-group.ts" } }, { "kind": "custom-element-definition", "declaration": { "name": "FpCheckboxGroup", "module": "src/components/fp-checkbox-group/fp-checkbox-group.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-dialog/fp-dialog.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpDialog", "events": [ { "type": { "text": "CustomEvent<object>" }, "description": "Fires when the dialog is opened", "name": "fp-dialog-open" }, { "type": { "text": "CustomEvent<object>" }, "description": "Fires when the dialog is closed", "name": "fp-dialog-close" } ], "attributes": [ { "name": "open", "type": { "text": "boolean" }, "default": "false", "description": "Sets dialog open-close status", "fieldName": "open" }, { "name": "caption", "type": { "text": "string | undefined" }, "description": "Sets the dialog title", "fieldName": "caption" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-dialog", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpDialog", "module": "src/components/fp-dialog/fp-dialog.ts" } }, { "kind": "custom-element-definition", "name": "fp-dialog", "declaration": { "name": "FpDialog", "module": "src/components/fp-dialog/fp-dialog.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-divider/fp-divider.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpDivider", "attributes": [ { "name": "size", "type": { "text": "DividerSize" }, "default": "'s'", "description": "Sets the divider size", "fieldName": "size" }, { "name": "type", "type": { "text": "DividerType" }, "default": "'solid'", "description": "Sets the divider type", "fieldName": "type" }, { "name": "variant", "type": { "text": "DividerVariant" }, "default": "'primary'", "description": "Sets the divider variant", "fieldName": "variant" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-divider", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpDivider", "module": "src/components/fp-divider/fp-divider.ts" } }, { "kind": "custom-element-definition", "name": "fp-divider", "declaration": { "name": "FpDivider", "module": "src/components/fp-divider/fp-divider.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-dropdown/fp-dropdown.ts", "declarations": [ { "kind": "variable", "name": "fpDropdownTag", "type": { "text": "string" }, "default": "'fp-dropdown'" }, { "kind": "class", "description": "", "name": "FpDropdown", "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when dropdown opened", "name": "fp-dropdown-open" }, { "type": { "text": "CustomEvent<string>" }, "description": "Fires when dropdown closed", "name": "fp-dropdown-close" } ], "attributes": [ { "name": "label", "type": { "text": "string" }, "default": "'Dropdown Button'", "description": "Sets the dropdown button label", "fieldName": "label" }, { "name": "variant", "type": { "text": "ButtonVariant" }, "default": "'primary'", "description": "Sets the dropdown button variant", "fieldName": "variant" }, { "name": "kind", "type": { "text": "ButtonKind" }, "default": "'default'", "description": "Sets the dropdown button kind", "fieldName": "kind" }, { "name": "size", "type": { "text": "ButtonSize" }, "default": "'medium'", "description": "Sets the dropdown button size", "fieldName": "size" }, { "name": "disabled", "type": { "text": "boolean" }, "default": "false", "description": "Sets button as disabled", "fieldName": "disabled" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-dropdown", "summary": "Finpro Dropdown component", "customElement": true } ], "exports": [ { "kind": "js", "name": "fpDropdownTag", "declaration": { "name": "fpDropdownTag", "module": "src/components/fp-dropdown/fp-dropdown.ts" } }, { "kind": "js", "name": "default", "declaration": { "name": "FpDropdown", "module": "src/components/fp-dropdown/fp-dropdown.ts" } }, { "kind": "custom-element-definition", "declaration": { "name": "FpDropdown", "module": "src/components/fp-dropdown/fp-dropdown.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-drawer/fp-drawer.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpDrawer", "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when the drawer is opened", "name": "fp-drawer-open" }, { "type": { "text": "CustomEvent<string>" }, "description": "Fires when the drawer is closed", "name": "fp-drawer-close" } ], "attributes": [ { "name": "open", "type": { "text": "boolean" }, "default": "false", "description": "Sets drawer open-close status", "fieldName": "open" }, { "name": "caption", "type": { "text": "string | undefined" }, "description": "Sets the drawer title", "fieldName": "caption" }, { "name": "embed-url", "type": { "text": "string | undefined" }, "description": "Sets the drawer embed url for iframe", "fieldName": "embedUrl" }, { "name": "external-link", "type": { "text": "string | undefined" }, "description": "Sets the drawer external link", "fieldName": "externalLink" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-drawer", "summary": "Finpro Drawer component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpDrawer", "module": "src/components/fp-drawer/fp-drawer.ts" } }, { "kind": "custom-element-definition", "name": "fp-drawer", "declaration": { "name": "FpDrawer", "module": "src/components/fp-drawer/fp-drawer.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-icon/fp-icon.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpIcon", "cssProperties": [ { "description": "Setting size of icon. Default is current font size in DOM place", "name": "font-size" }, { "description": "Setting color of icon. Default is `currentColor`", "name": "color" } ], "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when SVG icon loaded", "name": "fp-load" }, { "type": { "text": "CustomEvent<string>" }, "description": "Fires when SVG icon failed to load", "name": "fp-error" } ], "attributes": [ { "name": "name", "type": { "text": "string" }, "description": "Name of the icon to show", "fieldName": "name" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-icon", "summary": "Finpro Icon component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpIcon", "module": "src/components/fp-icon/fp-icon.ts" } }, { "kind": "custom-element-definition", "name": "fp-icon", "declaration": { "name": "FpIcon", "module": "src/components/fp-icon/fp-icon.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-input/fp-input.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpInput", "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when an alteration to the element's value is committed by the user. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.", "name": "fp-change" }, { "type": { "text": "CustomEvent<string>" }, "description": "Fires when the value of an input element has been changed.", "name": "fp-input" }, { "type": { "text": "CustomEvent<EventDispatcher<ValidityState>>" }, "description": "Fires when the value of an input element has been changed.", "name": "fp-invalid" } ], "attributes": [ { "name": "name", "type": { "text": "string | undefined" }, "description": "Sets name of the input", "fieldName": "name" }, { "name": "type", "type": { "text": "'text' | 'password' | 'number'" }, "default": "'text'", "description": "Type of the input. It's used to set `type` attribute of native input inside. Only `text`, `number` and `password` is supported for now.", "fieldName": "type" }, { "name": "label", "type": { "text": "string | undefined" }, "description": "Sets label of the input", "fieldName": "label" }, { "name": "placeholder", "type": { "text": "string | undefined" }, "description": "Sets placeholder of the input", "fieldName": "placeholder" }, { "name": "value", "type": { "text": "string" }, "default": "''", "description": "Sets initial value of the input", "fieldName": "value" }, { "name": "required", "type": { "text": "boolean" }, "default": "false", "description": "Makes input a mandatory field", "fieldName": "required" }, { "name": "minlength", "type": { "text": "number | undefined" }, "description": "Sets minimum length of the input", "fieldName": "minlength" }, { "name": "maxlength", "type": { "text": "number | undefined" }, "description": "Sets maximum length of the input", "fieldName": "maxlength" }, { "name": "min", "type": { "text": "number | undefined" }, "description": "Sets the smallest number can be entered to a `number` input", "fieldName": "min" }, { "name": "max", "type": { "text": "number | undefined" }, "description": "Sets the biggest number can be entered to a `number` input", "fieldName": "max" }, { "name": "step", "type": { "text": "number | undefined" }, "description": "Sets the increase and decrease step to a `number` input", "fieldName": "step" }, { "name": "icon", "type": { "text": "string | undefined" }, "description": "Sets the custom icon name. fp-icon` component is used to show an icon", "fieldName": "icon" }, { "name": "size", "type": { "text": "InputSize | undefined" }, "default": "'medium'", "description": "Sets input size.", "fieldName": "size" }, { "name": "disabled", "type": { "text": "boolean" }, "default": "false", "description": "Disables the input", "fieldName": "disabled" }, { "name": "label-fixed", "type": { "text": "boolean" }, "default": "false", "description": "Makes label as fixed positioned", "fieldName": "labelFixed" }, { "name": "invalid-text", "type": { "text": "string | undefined" }, "description": "Set custom error message", "fieldName": "customInvalidText" }, { "name": "help-text", "type": { "text": "string | undefined" }, "description": "Adds help text", "fieldName": "helpText" } ], "mixins": [ { "name": "FormControlMixin", "package": "@open-wc/form-control" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "fp-input", "summary": "Finpro Input component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpInput", "module": "src/components/fp-input/fp-input.ts" } }, { "kind": "custom-element-definition", "name": "fp-input", "declaration": { "name": "FpInput", "module": "src/components/fp-input/fp-input.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-menu/fp-menu.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpMenu", "events": [ { "type": { "text": "{ item: FpSelect }" }, "description": "Emitted when a menu item is selected.", "name": "fp-select" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-menu", "summary": "Finpro Menu component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpMenu", "module": "src/components/fp-menu/fp-menu.ts" } }, { "kind": "custom-element-definition", "name": "fp-menu", "declaration": { "name": "FpMenu", "module": "src/components/fp-menu/fp-menu.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-pagination/fp-pagination.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpPagination", "events": [ { "type": { "text": "CustomEvent<EventDispatcher<{\n selectedPage: number;\n prevPage: number;\n itemsPerPage: number;\n }>>" }, "description": "Fires when the current page changes", "name": "fp-change" } ], "attributes": [ { "name": "current-page", "type": { "text": "number" }, "default": "1", "description": "Sets the current page", "fieldName": "currentPage" }, { "name": "total-items", "type": { "text": "number" }, "default": "0", "description": "Sets the total items to be paginated", "fieldName": "totalItems" }, { "name": "items-per-page", "type": { "text": "number" }, "default": "10", "description": "Sets the number of items per page", "fieldName": "itemsPerPage" }, { "name": "has-jumper", "type": { "text": "boolean" }, "default": "false", "description": "Adds jumper element if provided as true", "fieldName": "hasJumper" }, { "name": "jumper-label", "type": { "text": "string" }, "default": "'Go To'", "description": "Sets the jumper label", "fieldName": "jumperLabel" }, { "name": "has-select", "type": { "text": "boolean" }, "default": "false", "description": "Adds select element to choose the items per page", "fieldName": "hasSelect" }, { "name": "select-label", "type": { "text": "string" }, "default": "'Show'", "description": "Adds select element to choose the items per page", "fieldName": "selectLabel" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-pagination", "summary": "Finpro Pagination component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpPagination", "module": "src/components/fp-pagination/fp-pagination.ts" } }, { "kind": "custom-element-definition", "name": "fp-pagination", "declaration": { "name": "FpPagination", "module": "src/components/fp-pagination/fp-pagination.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-popover/fp-popover.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpPopover", "cssProperties": [ { "description": "Sets the display of popovers arrow. Set as `block` to make arrow visible.", "name": "--fp-popover-arrow-display", "default": "none" }, { "description": "Sets the background color of popover.", "name": "--fp-popover-background-color", "default": "--fp-color-primary-background" }, { "description": "Sets the border color of popover.", "name": "--fp-popover-border-color", "default": "--fp-color-primary-hover" }, { "description": "Sets the padding of popover.", "name": "--fp-popover-padding", "default": "--fp-size-m" }, { "description": "Sets the border radius of popover.", "name": "--fp-popover-border-radius", "default": "--fp-size-3xs" }, { "description": "Sets the position of popover. You can set it to `absolute` if parent element is a fixed positioned element like drawer or dialog.", "name": "--fp-popover-position", "default": "fixed" } ], "events": [ { "type": { "text": "CustomEvent<string>" }, "description": "Fires when the popover is shown", "name": "fp-popover-show" }, { "type": { "text": "CustomEvent<string>" }, "description": "Fires when popover becomes hidden", "name": "fp-popover-hide" } ], "attributes": [ { "name": "placement", "type": { "text": "Placement" }, "default": "'bottom'", "description": "Sets placement of the popover", "fieldName": "placement" }, { "name": "fit-size", "type": { "text": "boolean" }, "default": "false", "description": "Sets size of popover same as trigger element", "fieldName": "fitSize" }, { "name": "offset", "type": { "text": "number" }, "default": "8", "description": "Sets the distance between popover and target/trigger element", "fieldName": "offset" }, { "name": "target", "type": { "text": "string | Element" }, "description": "Sets the target element of the popover to align and trigger.\nIt can be a string id of the target element or can be a direct Element reference of it.", "fieldName": "target" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-popover", "summary": "Finpro Popover component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpPopover", "module": "src/components/fp-popover/fp-popover.ts" } }, { "kind": "custom-element-definition", "name": "fp-popover", "declaration": { "name": "FpPopover", "module": "src/components/fp-popover/fp-popover.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-progress-indicator/fp-progress-indicator.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpProgressIndicator", "attributes": [ { "name": "size", "type": { "text": "ProgressIndicatorSize" }, "default": "'medium'", "description": "Sets the size", "fieldName": "size" }, { "name": "failed", "type": { "text": "boolean" }, "default": "false", "description": "Sets the status", "fieldName": "failed" }, { "name": "max", "description": "Sets the max", "type": { "text": "max" }, "default": "100", "fieldName": "max" }, { "name": "value", "description": "Sets the value", "type": { "text": "number" }, "default": "0", "fieldName": "value" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-progress-indicator", "summary": "Finpro Progress Indicator component", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpProgressIndicator", "module": "src/components/fp-progress-indicator/fp-progress-indicator.ts" } }, { "kind": "custom-element-definition", "name": "fp-progress-indicator", "declaration": { "name": "FpProgressIndicator", "module": "src/components/fp-progress-indicator/fp-progress-indicator.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-qr-code/fp-qr-code.ts", "declarations": [ { "kind": "class", "description": "", "name": "FpQrCode", "attributes": [ { "name": "value", "type": { "text": "string" }, "default": "''", "fieldName": "value" }, { "name": "label", "type": { "text": "string" }, "default": "''", "fieldName": "label" }, { "name": "size", "type": { "text": "number" }, "default": "128", "fieldName": "size" }, { "name": "fill", "type": { "text": "string" }, "default": "'black'", "fieldName": "fill" }, { "name": "background", "type": { "text": "string" }, "default": "'white'", "fieldName": "background" }, { "name": "radius", "type": { "text": "number" }, "default": "0", "fieldName": "radius" }, { "name": "error-correction", "type": { "text": "'L' | 'M' | 'Q' | 'H'" }, "default": "'H'", "fieldName": "errorCorrection" } ], "superclass": { "name": "FinproElement", "module": "/src/internals/finpro-element" }, "tagName": "fp-qr-code", "customElement": true } ], "exports": [ { "kind": "js", "name": "default", "declaration": { "name": "FpQrCode", "module": "src/components/fp-qr-code/fp-qr-code.ts" } }, { "kind": "custom-element-definition", "name": "fp-qr-code", "declaration": { "name": "FpQrCode", "module": "src/components/fp-qr-code/fp-qr-code.ts" } } ] }, { "kind": "javascript-module", "path": "src/components/fp-radio-group/fp-radio-group.ts", "declarations": [ { "kind": "variable", "name": "fpRadioGroupTag", "type": { "text": "string" }, "default": "'fp-radio-group'" }, { "kind": "variable", "name": "fpChangeEventNa