igniteui-webcomponents 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -1
- package/README.md +17 -1
- package/components/avatar/avatar.d.ts +19 -3
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/avatar.material.css.d.ts +0 -1
- package/components/avatar/avatar.material.css.js +1 -1
- package/components/avatar/avatar.material.css.js.map +1 -1
- package/components/badge/badge.d.ts +17 -5
- package/components/badge/badge.js.map +1 -1
- package/components/badge/badge.material.css.d.ts +0 -1
- package/components/badge/badge.material.css.js +1 -1
- package/components/badge/badge.material.css.js.map +1 -1
- package/components/button/button-base.d.ts +18 -1
- package/components/button/button-base.js +16 -0
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +20 -3
- package/components/button/button.js.map +1 -1
- package/components/button/button.material.css.d.ts +0 -1
- package/components/button/button.material.css.js +1 -1
- package/components/button/button.material.css.js.map +1 -1
- package/components/button/icon-button.d.ts +14 -3
- package/components/button/icon-button.js +15 -1
- package/components/button/icon-button.js.map +1 -1
- package/components/button/icon-button.material.css.d.ts +0 -1
- package/components/button/icon-button.material.css.js +1 -1
- package/components/button/icon-button.material.css.js.map +1 -1
- package/components/calendar/calendar.d.ts +39 -4
- package/components/calendar/calendar.js +34 -12
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.material.css.d.ts +0 -1
- package/components/calendar/calendar.material.css.js +1 -1
- package/components/calendar/calendar.material.css.js.map +1 -1
- package/components/calendar/common/calendar-base.d.ts +17 -2
- package/components/calendar/common/calendar-base.js +28 -4
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/common/calendar.model.d.ts +57 -1
- package/components/calendar/common/utils.d.ts +0 -1
- package/components/calendar/days-view/days-view.d.ts +23 -3
- package/components/calendar/days-view/days-view.js +38 -35
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/days-view/days-view.material.css.d.ts +0 -1
- package/components/calendar/days-view/days-view.material.css.js +1 -1
- package/components/calendar/days-view/days-view.material.css.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +15 -3
- package/components/calendar/months-view/months-view.js +4 -2
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/months-view/months-view.material.css.d.ts +0 -1
- package/components/calendar/years-view/years-view.d.ts +13 -2
- package/components/calendar/years-view/years-view.js +4 -2
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/calendar/years-view/years-view.material.css.d.ts +0 -1
- package/components/card/card.actions.d.ts +9 -3
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.actions.material.css.d.ts +0 -1
- package/components/card/card.actions.material.css.js +1 -1
- package/components/card/card.actions.material.css.js.map +1 -1
- package/components/card/card.content.d.ts +7 -3
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.content.material.css.d.ts +0 -1
- package/components/card/card.content.material.css.js +1 -1
- package/components/card/card.content.material.css.js.map +1 -1
- package/components/card/card.d.ts +9 -4
- package/components/card/card.header.d.ts +12 -3
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.header.material.css.d.ts +0 -1
- package/components/card/card.header.material.css.js +1 -1
- package/components/card/card.header.material.css.js.map +1 -1
- package/components/card/card.js +2 -2
- package/components/card/card.js.map +1 -1
- package/components/card/card.material.css.d.ts +0 -1
- package/components/card/card.material.css.js +1 -1
- package/components/card/card.material.css.js.map +1 -1
- package/components/card/card.media.d.ts +7 -3
- package/components/card/card.media.js.map +1 -1
- package/components/card/card.media.material.css.d.ts +0 -1
- package/components/card/card.media.material.css.js +1 -1
- package/components/card/card.media.material.css.js.map +1 -1
- package/components/checkbox/checkbox-base.d.ts +16 -1
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.d.ts +20 -4
- package/components/checkbox/checkbox.js +25 -27
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/checkbox.material.css.d.ts +0 -1
- package/components/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/checkbox.material.css.js.map +1 -1
- package/components/checkbox/switch.d.ts +18 -3
- package/components/checkbox/switch.js +17 -18
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/switch.material.css.d.ts +0 -1
- package/components/checkbox/switch.material.css.js +1 -1
- package/components/checkbox/switch.material.css.js.map +1 -1
- package/components/common/decorators/alternateName.d.ts +6 -1
- package/components/common/decorators/blazorInclude.d.ts +4 -1
- package/components/common/decorators/blazorIndirectRender.d.ts +4 -0
- package/components/common/decorators/blazorIndirectRender.js +2 -0
- package/components/common/decorators/blazorIndirectRender.js.map +1 -0
- package/components/common/decorators/blazorSuppress.d.ts +4 -1
- package/components/common/decorators/blazorSuppressComponent.d.ts +4 -0
- package/components/common/decorators/blazorSuppressComponent.js +2 -0
- package/components/common/decorators/blazorSuppressComponent.js.map +1 -0
- package/components/common/decorators/blazorTwoWayBind.d.ts +6 -1
- package/components/common/decorators/index.d.ts +2 -1
- package/components/common/decorators/index.js +2 -0
- package/components/common/decorators/index.js.map +1 -1
- package/components/common/decorators/watch.d.ts +0 -1
- package/components/common/definitions/defineAllComponents.d.ts +0 -1
- package/components/common/definitions/defineAllComponents.js +6 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/definitions/defineComponents.d.ts +0 -1
- package/components/common/i18n/calendar.resources.d.ts +0 -1
- package/components/common/mixins/constructor.d.ts +0 -1
- package/components/common/mixins/event-emitter.d.ts +0 -1
- package/components/common/mixins/event-emitter.js.map +1 -1
- package/components/common/mixins/sizable.d.ts +4 -1
- package/components/common/util.d.ts +0 -1
- package/components/form/form.d.ts +18 -3
- package/components/form/form.js +4 -1
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.d.ts +23 -3
- package/components/icon/icon.js.map +1 -1
- package/components/icon/icon.material.css.d.ts +0 -1
- package/components/icon/icon.material.css.js +1 -1
- package/components/icon/icon.material.css.js.map +1 -1
- package/components/icon/icon.registry.d.ts +0 -1
- package/components/input/input.d.ts +54 -3
- package/components/input/input.dark.material.css.d.ts +1 -0
- package/components/input/input.dark.material.css.js +3 -0
- package/components/input/input.dark.material.css.js.map +1 -0
- package/components/input/input.js +3 -3
- package/components/input/input.js.map +1 -1
- package/components/input/input.material.css.d.ts +0 -1
- package/components/input/input.material.css.js +1 -1
- package/components/input/input.material.css.js.map +1 -1
- package/components/list/list-header.d.ts +9 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-header.material.css.d.ts +0 -1
- package/components/list/list-header.material.css.js +1 -1
- package/components/list/list-header.material.css.js.map +1 -1
- package/components/list/list-item.d.ts +21 -3
- package/components/list/list-item.js.map +1 -1
- package/components/list/list-item.material.css.d.ts +0 -1
- package/components/list/list-item.material.css.js +1 -1
- package/components/list/list-item.material.css.js.map +1 -1
- package/components/list/list.d.ts +9 -3
- package/components/list/list.js.map +1 -1
- package/components/list/list.material.css.d.ts +0 -1
- package/components/list/list.material.css.js +1 -1
- package/components/list/list.material.css.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +8 -3
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.material.css.d.ts +0 -1
- package/components/nav-drawer/nav-drawer-header-item.material.css.js +1 -1
- package/components/nav-drawer/nav-drawer-header-item.material.css.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +16 -3
- package/components/nav-drawer/nav-drawer-item.js +2 -2
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.material.css.d.ts +0 -1
- package/components/nav-drawer/nav-drawer-item.material.css.js +1 -1
- package/components/nav-drawer/nav-drawer-item.material.css.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +21 -15
- package/components/nav-drawer/nav-drawer.js +1 -34
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/nav-drawer.material.css.d.ts +0 -1
- package/components/nav-drawer/nav-drawer.material.css.js +1 -1
- package/components/nav-drawer/nav-drawer.material.css.js.map +1 -1
- package/components/navbar/navbar.d.ts +17 -3
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/navbar.material.css.d.ts +0 -1
- package/components/navbar/navbar.material.css.js +1 -1
- package/components/navbar/navbar.material.css.js.map +1 -1
- package/components/radio/radio.d.ts +33 -3
- package/components/radio/radio.js +15 -1
- package/components/radio/radio.js.map +1 -1
- package/components/radio/radio.material.css.d.ts +0 -1
- package/components/radio/radio.material.css.js +1 -1
- package/components/radio/radio.material.css.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +4 -5
- package/components/radio-group/radio-group.js +21 -7
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/radio-group/radio-group.material.css.d.ts +0 -1
- package/components/radio-group/radio-group.material.css.js +1 -1
- package/components/radio-group/radio-group.material.css.js.map +1 -1
- package/components/ripple/ripple.d.ts +8 -3
- package/components/ripple/ripple.js.map +1 -1
- package/components/ripple/ripple.material.css.d.ts +0 -1
- package/components/ripple/ripple.material.css.js +1 -1
- package/components/ripple/ripple.material.css.js.map +1 -1
- package/components/slider/range-slider.d.ts +85 -0
- package/components/slider/range-slider.js +141 -0
- package/components/slider/range-slider.js.map +1 -0
- package/components/slider/slider-base.d.ts +131 -0
- package/components/slider/slider-base.js +503 -0
- package/components/slider/slider-base.js.map +1 -0
- package/components/slider/slider-label.d.ts +6 -0
- package/components/slider/slider-label.js +13 -0
- package/components/slider/slider-label.js.map +1 -0
- package/components/slider/slider.d.ts +76 -0
- package/components/slider/slider.js +80 -0
- package/components/slider/slider.js.map +1 -0
- package/components/slider/slider.material.css.d.ts +1 -0
- package/components/slider/slider.material.css.js +3 -0
- package/components/slider/slider.material.css.js.map +1 -0
- package/custom-elements.json +1017 -45
- package/index.d.ts +5 -1
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +5 -4
- package/themes/dark/bootstrap.css +1 -0
- package/themes/dark/fluent.css +1 -0
- package/themes/dark/indigo.css +1 -0
- package/themes/dark/material.css +1 -0
- package/themes/light/bootstrap.css +1 -0
- package/themes/light/fluent.css +1 -0
- package/themes/light/indigo.css +1 -0
- package/themes/light/material.css +1 -0
- package/vscode-html-custom-data.json +313 -56
- package/components/avatar/avatar.d.ts.map +0 -1
- package/components/avatar/avatar.material.css.d.ts.map +0 -1
- package/components/badge/badge.d.ts.map +0 -1
- package/components/badge/badge.material.css.d.ts.map +0 -1
- package/components/button/button-base.d.ts.map +0 -1
- package/components/button/button.d.ts.map +0 -1
- package/components/button/button.material.css.d.ts.map +0 -1
- package/components/button/icon-button.d.ts.map +0 -1
- package/components/button/icon-button.material.css.d.ts.map +0 -1
- package/components/calendar/calendar.d.ts.map +0 -1
- package/components/calendar/calendar.material.css.d.ts.map +0 -1
- package/components/calendar/common/calendar-base.d.ts.map +0 -1
- package/components/calendar/common/calendar.model.d.ts.map +0 -1
- package/components/calendar/common/utils.d.ts.map +0 -1
- package/components/calendar/days-view/days-view.d.ts.map +0 -1
- package/components/calendar/days-view/days-view.material.css.d.ts.map +0 -1
- package/components/calendar/months-view/months-view.d.ts.map +0 -1
- package/components/calendar/months-view/months-view.material.css.d.ts.map +0 -1
- package/components/calendar/years-view/years-view.d.ts.map +0 -1
- package/components/calendar/years-view/years-view.material.css.d.ts.map +0 -1
- package/components/card/card.actions.d.ts.map +0 -1
- package/components/card/card.actions.material.css.d.ts.map +0 -1
- package/components/card/card.content.d.ts.map +0 -1
- package/components/card/card.content.material.css.d.ts.map +0 -1
- package/components/card/card.d.ts.map +0 -1
- package/components/card/card.header.d.ts.map +0 -1
- package/components/card/card.header.material.css.d.ts.map +0 -1
- package/components/card/card.material.css.d.ts.map +0 -1
- package/components/card/card.media.d.ts.map +0 -1
- package/components/card/card.media.material.css.d.ts.map +0 -1
- package/components/checkbox/checkbox-base.d.ts.map +0 -1
- package/components/checkbox/checkbox.d.ts.map +0 -1
- package/components/checkbox/checkbox.material.css.d.ts.map +0 -1
- package/components/checkbox/switch.d.ts.map +0 -1
- package/components/checkbox/switch.material.css.d.ts.map +0 -1
- package/components/common/decorators/alternateName.d.ts.map +0 -1
- package/components/common/decorators/blazorInclude.d.ts.map +0 -1
- package/components/common/decorators/blazorSuppress.d.ts.map +0 -1
- package/components/common/decorators/blazorTwoWayBind.d.ts.map +0 -1
- package/components/common/decorators/index.d.ts.map +0 -1
- package/components/common/decorators/watch.d.ts.map +0 -1
- package/components/common/definitions/defineAllComponents.d.ts.map +0 -1
- package/components/common/definitions/defineComponents.d.ts.map +0 -1
- package/components/common/i18n/calendar.resources.d.ts.map +0 -1
- package/components/common/mixins/constructor.d.ts.map +0 -1
- package/components/common/mixins/event-emitter.d.ts.map +0 -1
- package/components/common/mixins/sizable.d.ts.map +0 -1
- package/components/common/util.d.ts.map +0 -1
- package/components/form/form.d.ts.map +0 -1
- package/components/icon/icon.d.ts.map +0 -1
- package/components/icon/icon.material.css.d.ts.map +0 -1
- package/components/icon/icon.registry.d.ts.map +0 -1
- package/components/input/input.d.ts.map +0 -1
- package/components/input/input.material.css.d.ts.map +0 -1
- package/components/list/list-header.d.ts.map +0 -1
- package/components/list/list-header.material.css.d.ts.map +0 -1
- package/components/list/list-item.d.ts.map +0 -1
- package/components/list/list-item.material.css.d.ts.map +0 -1
- package/components/list/list.d.ts.map +0 -1
- package/components/list/list.material.css.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer-header-item.material.css.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer-item.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer-item.material.css.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer.d.ts.map +0 -1
- package/components/nav-drawer/nav-drawer.material.css.d.ts.map +0 -1
- package/components/navbar/navbar.d.ts.map +0 -1
- package/components/navbar/navbar.material.css.d.ts.map +0 -1
- package/components/radio/radio.d.ts.map +0 -1
- package/components/radio/radio.material.css.d.ts.map +0 -1
- package/components/radio-group/radio-group.d.ts.map +0 -1
- package/components/radio-group/radio-group.material.css.d.ts.map +0 -1
- package/components/ripple/ripple.d.ts.map +0 -1
- package/components/ripple/ripple.material.css.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/themes/bootstrap.css +0 -1
- package/themes/fluent.css +0 -1
- package/themes/indigo.css +0 -1
- package/themes/material.css +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "igc-avatar",
|
|
6
|
-
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
6
|
+
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `src` {`string`} - The image source to use.\n\n * `hasError` {`boolean`} - \n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `classes` {`{ circle: boolean; rounded: boolean; square: boolean; small: boolean; medium: boolean; large: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "src",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"name": "igc-badge",
|
|
43
|
-
"description": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required.\n\nSlots:\n\n * ` ` {} - Default slot for the badge.\n\nAttributes:\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"
|
|
43
|
+
"description": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required.\n\nSlots:\n\n * ` ` {} - Default slot for the badge.\n\nAttributes:\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperties:\n\n * `tagName` {`\"igc-badge\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.",
|
|
44
44
|
"attributes": [
|
|
45
45
|
{
|
|
46
46
|
"name": "variant",
|
|
47
|
-
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"
|
|
47
|
+
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\nProperty: variant\n\nDefault: primary",
|
|
48
48
|
"values": [
|
|
49
49
|
{
|
|
50
50
|
"name": "primary"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "shape",
|
|
73
|
-
"description": "`shape` {`\"rounded\" | \"square\"
|
|
73
|
+
"description": "`shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperty: shape\n\nDefault: rounded",
|
|
74
74
|
"values": [
|
|
75
75
|
{
|
|
76
76
|
"name": "rounded"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "igc-button",
|
|
87
|
-
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
87
|
+
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; small: boolean; medium: boolean; large: boolean; disabled: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
88
88
|
"attributes": [
|
|
89
89
|
{
|
|
90
90
|
"name": "variant",
|
|
@@ -154,6 +154,10 @@
|
|
|
154
154
|
"description": "`disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
155
155
|
"valueSet": "v"
|
|
156
156
|
},
|
|
157
|
+
{
|
|
158
|
+
"name": "aria-label",
|
|
159
|
+
"description": "`aria-label` {`string`} - \n\nProperty: ariaLabel"
|
|
160
|
+
},
|
|
157
161
|
{
|
|
158
162
|
"name": "size",
|
|
159
163
|
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
},
|
|
171
175
|
{
|
|
172
176
|
"name": "igc-icon-button",
|
|
173
|
-
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
177
|
+
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
174
178
|
"attributes": [
|
|
175
179
|
{
|
|
176
180
|
"name": "name",
|
|
@@ -250,6 +254,10 @@
|
|
|
250
254
|
"description": "`disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
251
255
|
"valueSet": "v"
|
|
252
256
|
},
|
|
257
|
+
{
|
|
258
|
+
"name": "aria-label",
|
|
259
|
+
"description": "`aria-label` {`string`} - \n\nProperty: ariaLabel"
|
|
260
|
+
},
|
|
253
261
|
{
|
|
254
262
|
"name": "size",
|
|
255
263
|
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
@@ -269,7 +277,7 @@
|
|
|
269
277
|
},
|
|
270
278
|
{
|
|
271
279
|
"name": "igc-calendar",
|
|
272
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `
|
|
280
|
+
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` {`IgcMonthsViewComponent`} - \n\n * `yearsView` {`IgcYearsViewComponent`} - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`15 | 18`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `calendarModel` {`Calendar`} - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
273
281
|
"attributes": [
|
|
274
282
|
{
|
|
275
283
|
"name": "hide-outside-days",
|
|
@@ -277,8 +285,8 @@
|
|
|
277
285
|
"valueSet": "v"
|
|
278
286
|
},
|
|
279
287
|
{
|
|
280
|
-
"name": "
|
|
281
|
-
"description": "`
|
|
288
|
+
"name": "hide-header",
|
|
289
|
+
"description": "`hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\nProperty: hideHeader\n\nDefault: false",
|
|
282
290
|
"valueSet": "v"
|
|
283
291
|
},
|
|
284
292
|
{
|
|
@@ -339,6 +347,16 @@
|
|
|
339
347
|
}
|
|
340
348
|
]
|
|
341
349
|
},
|
|
350
|
+
{
|
|
351
|
+
"name": "value",
|
|
352
|
+
"description": "`value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
353
|
+
"values": []
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "values",
|
|
357
|
+
"description": "`values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
358
|
+
"values": []
|
|
359
|
+
},
|
|
342
360
|
{
|
|
343
361
|
"name": "selection",
|
|
344
362
|
"description": "`selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\nProperty: selection\n\nDefault: single",
|
|
@@ -398,7 +416,7 @@
|
|
|
398
416
|
},
|
|
399
417
|
{
|
|
400
418
|
"name": "igc-days-view",
|
|
401
|
-
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\"`} - The format of the days. Defaults to narrow.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `dates` {`ICalendarDate[][]`} - \n\n * `activeDay` {`HTMLElement`} - \n\n * `hideLeadingDays` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hideTrailingDays` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `rangePreviewDate` {`Date | undefined`} - The range preview date.\n\n * `weekDayFormat` {`\"long\" | \"short\" | \"narrow\"`} - The format of the days. Defaults to narrow.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `isSingleSelection` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date |
|
|
419
|
+
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `dates` {`ICalendarDate[][]`} - \n\n * `activeDay` {`HTMLElement`} - \n\n * `hideLeadingDays` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hideTrailingDays` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `rangePreviewDate` {`Date | undefined`} - The range preview date.\n\n * `weekDayFormat` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `isSingleSelection` {`boolean`} - \n\n * `calendarModel` {`Calendar`} - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
402
420
|
"attributes": [
|
|
403
421
|
{
|
|
404
422
|
"name": "hide-leading-days",
|
|
@@ -417,7 +435,7 @@
|
|
|
417
435
|
},
|
|
418
436
|
{
|
|
419
437
|
"name": "week-day-format",
|
|
420
|
-
"description": "`week-day-format` {`\"long\" | \"short\" | \"narrow\"`} - The format of the days. Defaults to narrow.\n\nProperty: weekDayFormat\n\nDefault: narrow",
|
|
438
|
+
"description": "`week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\nProperty: weekDayFormat\n\nDefault: narrow",
|
|
421
439
|
"values": [
|
|
422
440
|
{
|
|
423
441
|
"name": "long"
|
|
@@ -430,6 +448,16 @@
|
|
|
430
448
|
}
|
|
431
449
|
]
|
|
432
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"name": "value",
|
|
453
|
+
"description": "`value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
454
|
+
"values": []
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "values",
|
|
458
|
+
"description": "`values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
459
|
+
"values": []
|
|
460
|
+
},
|
|
433
461
|
{
|
|
434
462
|
"name": "selection",
|
|
435
463
|
"description": "`selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\nProperty: selection\n\nDefault: single",
|
|
@@ -493,7 +521,7 @@
|
|
|
493
521
|
},
|
|
494
522
|
{
|
|
495
523
|
"name": "igc-months-view",
|
|
496
|
-
"description": "Instantiate a months view as a separate component in the calendar.\n\nAttributes:\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `month-format` {`\"
|
|
524
|
+
"description": "Instantiate a months view as a separate component in the calendar.\n\nAttributes:\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `month-format` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `calendarModel` {`Calendar`} - \n\n * `monthFormatter` - \n\n * `activeMonth` {`HTMLElement`} - \n\n * `value` {`Date`} - Тhe current value of the calendar.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `monthFormat` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\n * `months` {`Date[][]`} - ",
|
|
497
525
|
"attributes": [
|
|
498
526
|
{
|
|
499
527
|
"name": "locale",
|
|
@@ -501,22 +529,22 @@
|
|
|
501
529
|
},
|
|
502
530
|
{
|
|
503
531
|
"name": "month-format",
|
|
504
|
-
"description": "`month-format` {`\"
|
|
532
|
+
"description": "`month-format` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\nProperty: monthFormat\n\nDefault: long",
|
|
505
533
|
"values": [
|
|
506
534
|
{
|
|
507
|
-
"name": "
|
|
535
|
+
"name": "numeric"
|
|
508
536
|
},
|
|
509
537
|
{
|
|
510
|
-
"name": "
|
|
538
|
+
"name": "2-digit"
|
|
511
539
|
},
|
|
512
540
|
{
|
|
513
|
-
"name": "
|
|
541
|
+
"name": "long"
|
|
514
542
|
},
|
|
515
543
|
{
|
|
516
|
-
"name": "
|
|
544
|
+
"name": "short"
|
|
517
545
|
},
|
|
518
546
|
{
|
|
519
|
-
"name": "
|
|
547
|
+
"name": "narrow"
|
|
520
548
|
}
|
|
521
549
|
]
|
|
522
550
|
}
|
|
@@ -534,38 +562,38 @@
|
|
|
534
562
|
},
|
|
535
563
|
{
|
|
536
564
|
"name": "igc-card-actions",
|
|
537
|
-
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nProperties:\n\n * `tagName` {`
|
|
565
|
+
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nProperties:\n\n * `tagName` {`\"igc-card-actions\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
538
566
|
"attributes": []
|
|
539
567
|
},
|
|
540
568
|
{
|
|
541
569
|
"name": "igc-card-content",
|
|
542
|
-
"description": "A container for card's text content\n\nSlots:\n\n * ` ` {} - Renders the card text content\n\nProperties:\n\n * `tagName` {`
|
|
570
|
+
"description": "A container for card's text content\n\nSlots:\n\n * ` ` {} - Renders the card text content\n\nProperties:\n\n * `tagName` {`\"igc-card-content\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
543
571
|
"attributes": []
|
|
544
572
|
},
|
|
545
573
|
{
|
|
546
574
|
"name": "igc-card-header",
|
|
547
|
-
"description": "A container for card's header\n\nSlots:\n\n * `thumbnail` {} - Renders header media like icon\n\n * `title` {} - Renders the card title\n\n * `subtitle` {} - Renders the card subtitle\n\n * ` ` {} - Renders content next to the card title\n\nProperties:\n\n * `tagName` {`
|
|
575
|
+
"description": "A container for card's header\n\nSlots:\n\n * `thumbnail` {} - Renders header media like icon\n\n * `title` {} - Renders the card title\n\n * `subtitle` {} - Renders the card subtitle\n\n * ` ` {} - Renders content next to the card title\n\nProperties:\n\n * `tagName` {`\"igc-card-header\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
548
576
|
"attributes": []
|
|
549
577
|
},
|
|
550
578
|
{
|
|
551
579
|
"name": "igc-card-media",
|
|
552
|
-
"description": "A container for card's media - could be an image, gif, video\n\nSlots:\n\n * ` ` {} - Renders the card media content\n\nProperties:\n\n * `tagName` {`
|
|
580
|
+
"description": "A container for card's media - could be an image, gif, video\n\nSlots:\n\n * ` ` {} - Renders the card media content\n\nProperties:\n\n * `tagName` {`\"igc-card-media\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
553
581
|
"attributes": []
|
|
554
582
|
},
|
|
555
583
|
{
|
|
556
584
|
"name": "igc-card",
|
|
557
|
-
"description": "A container which wraps different elements related to a single subject\n\nSlots:\n\n * ` ` {} - Renders card content\n\nAttributes:\n\n * `
|
|
585
|
+
"description": "A container which wraps different elements related to a single subject\n\nSlots:\n\n * ` ` {} - Renders card content\n\nAttributes:\n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperties:\n\n * `tagName` {`\"igc-card\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.",
|
|
558
586
|
"attributes": [
|
|
559
587
|
{
|
|
560
|
-
"name": "
|
|
561
|
-
"description": "`
|
|
588
|
+
"name": "elevated",
|
|
589
|
+
"description": "`elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperty: elevated\n\nDefault: false",
|
|
562
590
|
"valueSet": "v"
|
|
563
591
|
}
|
|
564
592
|
]
|
|
565
593
|
},
|
|
566
594
|
{
|
|
567
595
|
"name": "igc-checkbox",
|
|
568
|
-
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`
|
|
596
|
+
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
|
|
569
597
|
"attributes": [
|
|
570
598
|
{
|
|
571
599
|
"name": "indeterminate",
|
|
@@ -632,7 +660,7 @@
|
|
|
632
660
|
},
|
|
633
661
|
{
|
|
634
662
|
"name": "igc-switch",
|
|
635
|
-
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`
|
|
663
|
+
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
|
|
636
664
|
"attributes": [
|
|
637
665
|
{
|
|
638
666
|
"name": "name",
|
|
@@ -694,7 +722,7 @@
|
|
|
694
722
|
},
|
|
695
723
|
{
|
|
696
724
|
"name": "igc-form",
|
|
697
|
-
"description": "The form is a component used to collect user input from\ninteractive controls.\n\nEvents:\n\n * `igcSubmit` {} - Emitted when the form is submitted.\n\n * `igcReset` {} - Emitted when the form is reset.\n\nSlots:\n\n * ` ` {} - Default slot for the form.\n\nAttributes:\n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperties:\n\n * `tagName` {`
|
|
725
|
+
"description": "The form is a component used to collect user input from\ninteractive controls.\n\nEvents:\n\n * `igcSubmit` {} - Emitted when the form is submitted.\n\n * `igcReset` {} - Emitted when the form is reset.\n\nSlots:\n\n * ` ` {} - Default slot for the form.\n\nAttributes:\n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperties:\n\n * `tagName` {`\"igc-form\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `_controlsWithChecked` {`string[]`} - \n\n * `_controlsWithValue` {`string[]`} - \n\n * `_controlsThatSubmit` {`string[]`} - \n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.",
|
|
698
726
|
"attributes": [
|
|
699
727
|
{
|
|
700
728
|
"name": "novalidate",
|
|
@@ -713,7 +741,7 @@
|
|
|
713
741
|
},
|
|
714
742
|
{
|
|
715
743
|
"name": "igc-icon",
|
|
716
|
-
"description": "Icon component\n\nAttributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
744
|
+
"description": "Icon component\n\nAttributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `svg` {`string`} - \n\n * `_name` {`string`} - \n\n * `_collection` {`string`} - \n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `iconLoaded` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
717
745
|
"attributes": [
|
|
718
746
|
{
|
|
719
747
|
"name": "name",
|
|
@@ -736,7 +764,7 @@
|
|
|
736
764
|
},
|
|
737
765
|
{
|
|
738
766
|
"name": "igc-input",
|
|
739
|
-
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `label` {`string`} - The label of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
767
|
+
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `label` {`string`} - The label of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `_prefixLength` {`number`} - \n\n * `_suffixLength` {`number`} - \n\n * `theme` {`string | undefined`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `_prefix` {`HTMLElement[]`} - \n\n * `_suffix` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `label` {`string`} - The label of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
740
768
|
"attributes": [
|
|
741
769
|
{
|
|
742
770
|
"name": "dir",
|
|
@@ -910,17 +938,17 @@
|
|
|
910
938
|
},
|
|
911
939
|
{
|
|
912
940
|
"name": "igc-list-header",
|
|
913
|
-
"description": "Header list item.\n\nSlots:\n\n * ` ` {} - Renders header list item's content.\n\nProperties:\n\n * `tagName` {`
|
|
941
|
+
"description": "Header list item.\n\nSlots:\n\n * ` ` {} - Renders header list item's content.\n\nProperties:\n\n * `tagName` {`\"igc-list-header\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
914
942
|
"attributes": []
|
|
915
943
|
},
|
|
916
944
|
{
|
|
917
945
|
"name": "igc-list-item",
|
|
918
|
-
"description": "The list-item component is a container\nintended for row items in the list component.\n\nSlots:\n\n * ` ` {} - Renders custom content.\n\n * `start` {} - Renders content before all other content.\n\n * `end` {} - Renders content after all other content.\n\n * `title` {} - Renders the title.\n\n * `subtitle` {} - Renders the subtitle.\n\nProperties:\n\n * `tagName` {`
|
|
946
|
+
"description": "The list-item component is a container\nintended for row items in the list component.\n\nSlots:\n\n * ` ` {} - Renders custom content.\n\n * `start` {} - Renders content before all other content.\n\n * `end` {} - Renders content after all other content.\n\n * `title` {} - Renders the title.\n\n * `subtitle` {} - Renders the subtitle.\n\nProperties:\n\n * `tagName` {`\"igc-list-item\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
919
947
|
"attributes": []
|
|
920
948
|
},
|
|
921
949
|
{
|
|
922
950
|
"name": "igc-list",
|
|
923
|
-
"description": "Displays a collection of data items in a templatable list format.\n\nSlots:\n\n * ` ` {} - Renders the list items and list headers inside default slot.\n\nAttributes:\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
951
|
+
"description": "Displays a collection of data items in a templatable list format.\n\nSlots:\n\n * ` ` {} - Renders the list items and list headers inside default slot.\n\nAttributes:\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-list\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
924
952
|
"attributes": [
|
|
925
953
|
{
|
|
926
954
|
"name": "size",
|
|
@@ -941,12 +969,12 @@
|
|
|
941
969
|
},
|
|
942
970
|
{
|
|
943
971
|
"name": "igc-nav-drawer-header-item",
|
|
944
|
-
"description": "A wrapper for navigation drawer's header.\n\nSlots:\n\n * ` ` {} - Renders the header content\n\nProperties:\n\n * `tagName` {`
|
|
972
|
+
"description": "A wrapper for navigation drawer's header.\n\nSlots:\n\n * ` ` {} - Renders the header content\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-header-item\"`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
945
973
|
"attributes": []
|
|
946
974
|
},
|
|
947
975
|
{
|
|
948
976
|
"name": "igc-nav-drawer-item",
|
|
949
|
-
"description": "Represents a navigation drawer item.\n\nSlots:\n\n * `content` {} - The content slot for the drawer item.\n\n * `icon` {} - The slot for the icon of the drawer item.\n\nAttributes:\n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\nProperties:\n\n * `tagName` {`
|
|
977
|
+
"description": "Represents a navigation drawer item.\n\nSlots:\n\n * `content` {} - The content slot for the drawer item.\n\n * `icon` {} - The slot for the icon of the drawer item.\n\nAttributes:\n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-item\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\n * `_textLength` {`number`} - \n\n * `_text` {`HTMLElement[]`} - ",
|
|
950
978
|
"attributes": [
|
|
951
979
|
{
|
|
952
980
|
"name": "disabled",
|
|
@@ -962,7 +990,7 @@
|
|
|
962
990
|
},
|
|
963
991
|
{
|
|
964
992
|
"name": "igc-nav-drawer",
|
|
965
|
-
"description": "Represents a side navigation container that provides\nquick access between views.\n\
|
|
993
|
+
"description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"start\" | \"end\" | \"top\" | \"bottom\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `position` {`\"start\" | \"end\" | \"top\" | \"bottom\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
|
|
966
994
|
"attributes": [
|
|
967
995
|
{
|
|
968
996
|
"name": "position",
|
|
@@ -986,33 +1014,17 @@
|
|
|
986
1014
|
"name": "open",
|
|
987
1015
|
"description": "`open` {`boolean`} - Determines whether the drawer is opened.\n\nProperty: open\n\nDefault: false",
|
|
988
1016
|
"valueSet": "v"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "onigcOpening",
|
|
992
|
-
"description": "`igcOpening` {} - Emitted when the navigation drawer is about to open."
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"name": "onigcOpened",
|
|
996
|
-
"description": "`igcOpened` {} - Emitted when the navigation drawer is opened."
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "onigcClosing",
|
|
1000
|
-
"description": "`igcClosing` {} - Emitted when the navigation drawer is about to close."
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"name": "onigcClosed",
|
|
1004
|
-
"description": "`igcClosed` {} - Emitted when the navigation drawer is closed."
|
|
1005
1017
|
}
|
|
1006
1018
|
]
|
|
1007
1019
|
},
|
|
1008
1020
|
{
|
|
1009
1021
|
"name": "igc-navbar",
|
|
1010
|
-
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.\n\nSlots:\n\n * ` ` {} - Renders a title inside the default slot.\n\n * `start` {} - Renders left aligned icons.\n\n * `end` {} - Renders right aligned action icons.\n\nProperties:\n\n * `tagName` {`
|
|
1022
|
+
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.\n\nSlots:\n\n * ` ` {} - Renders a title inside the default slot.\n\n * `start` {} - Renders left aligned icons.\n\n * `end` {} - Renders right aligned action icons.\n\nProperties:\n\n * `tagName` {`\"igc-navbar\"`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1011
1023
|
"attributes": []
|
|
1012
1024
|
},
|
|
1013
1025
|
{
|
|
1014
1026
|
"name": "igc-radio-group",
|
|
1015
|
-
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`
|
|
1027
|
+
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
|
|
1016
1028
|
"attributes": [
|
|
1017
1029
|
{
|
|
1018
1030
|
"name": "alignment",
|
|
@@ -1030,7 +1042,7 @@
|
|
|
1030
1042
|
},
|
|
1031
1043
|
{
|
|
1032
1044
|
"name": "igc-radio",
|
|
1033
|
-
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperties:\n\n * `tagName` {`
|
|
1045
|
+
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `_tabIndex` {`number`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.",
|
|
1034
1046
|
"attributes": [
|
|
1035
1047
|
{
|
|
1036
1048
|
"name": "name",
|
|
@@ -1040,6 +1052,11 @@
|
|
|
1040
1052
|
"name": "value",
|
|
1041
1053
|
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
|
|
1042
1054
|
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "required",
|
|
1057
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
1058
|
+
"valueSet": "v"
|
|
1059
|
+
},
|
|
1043
1060
|
{
|
|
1044
1061
|
"name": "checked",
|
|
1045
1062
|
"description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
|
|
@@ -1087,8 +1104,248 @@
|
|
|
1087
1104
|
},
|
|
1088
1105
|
{
|
|
1089
1106
|
"name": "igc-ripple",
|
|
1090
|
-
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`
|
|
1107
|
+
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `handler` - ",
|
|
1091
1108
|
"attributes": []
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "igc-range-slider",
|
|
1112
|
+
"description": "A range slider component used to select two numeric values within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\n\n * `styles` {`CSSResult[]`} - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1113
|
+
"attributes": [
|
|
1114
|
+
{
|
|
1115
|
+
"name": "lower",
|
|
1116
|
+
"description": "`lower` {`number`} - The current value of the lower thumb.\n\nProperty: lower"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "upper",
|
|
1120
|
+
"description": "`upper` {`number`} - The current value of the upper thumb.\n\nProperty: upper"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "aria-label-lower",
|
|
1124
|
+
"description": "`aria-label-lower` {`string`} - The aria label of the lower thumb.\n\nProperty: ariaLabelLower"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "aria-label-upper",
|
|
1128
|
+
"description": "`aria-label-upper` {`string`} - The aria label of the upper thumb.\n\nProperty: ariaLabelUpper"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "min",
|
|
1132
|
+
"description": "`min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\nProperty: min"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "max",
|
|
1136
|
+
"description": "`max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\nProperty: max"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "lower-bound",
|
|
1140
|
+
"description": "`lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\nProperty: lowerBound",
|
|
1141
|
+
"values": []
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"name": "upper-bound",
|
|
1145
|
+
"description": "`upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\nProperty: upperBound",
|
|
1146
|
+
"values": []
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "disabled",
|
|
1150
|
+
"description": "`disabled` {`boolean`} - Disables the UI interactions of the slider.\n\nProperty: disabled\n\nDefault: false",
|
|
1151
|
+
"valueSet": "v"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "discrete-track",
|
|
1155
|
+
"description": "`discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\nProperty: discreteTrack\n\nDefault: false",
|
|
1156
|
+
"valueSet": "v"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "hide-tooltip",
|
|
1160
|
+
"description": "`hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\nProperty: hideTooltip\n\nDefault: false",
|
|
1161
|
+
"valueSet": "v"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "step",
|
|
1165
|
+
"description": "`step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\nProperty: step"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "primary-ticks",
|
|
1169
|
+
"description": "`primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\nProperty: primaryTicks\n\nDefault: 0"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "secondary-ticks",
|
|
1173
|
+
"description": "`secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\nProperty: secondaryTicks\n\nDefault: 0"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "tick-orientation",
|
|
1177
|
+
"description": "`tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\nProperty: tickOrientation\n\nDefault: end",
|
|
1178
|
+
"values": [
|
|
1179
|
+
{
|
|
1180
|
+
"name": "start"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "end"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "mirror"
|
|
1187
|
+
}
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "hide-primary-labels",
|
|
1192
|
+
"description": "`hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\nProperty: hidePrimaryLabels\n\nDefault: false",
|
|
1193
|
+
"valueSet": "v"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "hide-secondary-labels",
|
|
1197
|
+
"description": "`hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\nProperty: hideSecondaryLabels\n\nDefault: false",
|
|
1198
|
+
"valueSet": "v"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "locale",
|
|
1202
|
+
"description": "`locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\nProperty: locale\n\nDefault: en"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "value-format",
|
|
1206
|
+
"description": "`value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\nProperty: valueFormat",
|
|
1207
|
+
"values": []
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "tick-label-rotation",
|
|
1211
|
+
"description": "`tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperty: tickLabelRotation\n\nDefault: 0",
|
|
1212
|
+
"values": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "0"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "90"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "-90"
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "onigcInput",
|
|
1226
|
+
"description": "`igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction."
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "onigcChange",
|
|
1230
|
+
"description": "`igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction."
|
|
1231
|
+
}
|
|
1232
|
+
]
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "igc-slider",
|
|
1236
|
+
"description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the slider.\n\n * `aria-label` {`string`} - The aria label of the slider thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` {`CSSResult[]`} - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1237
|
+
"attributes": [
|
|
1238
|
+
{
|
|
1239
|
+
"name": "value",
|
|
1240
|
+
"description": "`value` {`number`} - The current value of the slider.\n\nProperty: value"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "aria-label",
|
|
1244
|
+
"description": "`aria-label` {`string`} - The aria label of the slider thumb.\n\nProperty: ariaLabel"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "min",
|
|
1248
|
+
"description": "`min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\nProperty: min"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "max",
|
|
1252
|
+
"description": "`max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\nProperty: max"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "lower-bound",
|
|
1256
|
+
"description": "`lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\nProperty: lowerBound",
|
|
1257
|
+
"values": []
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "upper-bound",
|
|
1261
|
+
"description": "`upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\nProperty: upperBound",
|
|
1262
|
+
"values": []
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "disabled",
|
|
1266
|
+
"description": "`disabled` {`boolean`} - Disables the UI interactions of the slider.\n\nProperty: disabled\n\nDefault: false",
|
|
1267
|
+
"valueSet": "v"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "discrete-track",
|
|
1271
|
+
"description": "`discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\nProperty: discreteTrack\n\nDefault: false",
|
|
1272
|
+
"valueSet": "v"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "hide-tooltip",
|
|
1276
|
+
"description": "`hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\nProperty: hideTooltip\n\nDefault: false",
|
|
1277
|
+
"valueSet": "v"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "step",
|
|
1281
|
+
"description": "`step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\nProperty: step"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "primary-ticks",
|
|
1285
|
+
"description": "`primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\nProperty: primaryTicks\n\nDefault: 0"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "secondary-ticks",
|
|
1289
|
+
"description": "`secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\nProperty: secondaryTicks\n\nDefault: 0"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "tick-orientation",
|
|
1293
|
+
"description": "`tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\nProperty: tickOrientation\n\nDefault: end",
|
|
1294
|
+
"values": [
|
|
1295
|
+
{
|
|
1296
|
+
"name": "start"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "end"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "mirror"
|
|
1303
|
+
}
|
|
1304
|
+
]
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "hide-primary-labels",
|
|
1308
|
+
"description": "`hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\nProperty: hidePrimaryLabels\n\nDefault: false",
|
|
1309
|
+
"valueSet": "v"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "hide-secondary-labels",
|
|
1313
|
+
"description": "`hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\nProperty: hideSecondaryLabels\n\nDefault: false",
|
|
1314
|
+
"valueSet": "v"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "locale",
|
|
1318
|
+
"description": "`locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\nProperty: locale\n\nDefault: en"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "value-format",
|
|
1322
|
+
"description": "`value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\nProperty: valueFormat",
|
|
1323
|
+
"values": []
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "tick-label-rotation",
|
|
1327
|
+
"description": "`tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperty: tickLabelRotation\n\nDefault: 0",
|
|
1328
|
+
"values": [
|
|
1329
|
+
{
|
|
1330
|
+
"name": "0"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "90"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "-90"
|
|
1337
|
+
}
|
|
1338
|
+
]
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "onigcInput",
|
|
1342
|
+
"description": "`igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction."
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "onigcChange",
|
|
1346
|
+
"description": "`igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction."
|
|
1347
|
+
}
|
|
1348
|
+
]
|
|
1092
1349
|
}
|
|
1093
1350
|
],
|
|
1094
1351
|
"globalAttributes": [],
|