igniteui-webcomponents 2.1.1 → 2.2.0-beta.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 +6 -0
- package/components/avatar/themes/avatar.base.css.js +1 -1
- package/components/avatar/themes/avatar.base.css.js.map +1 -1
- package/components/badge/themes/light/badge.base.css.js +1 -1
- package/components/badge/themes/light/badge.base.css.js.map +1 -1
- package/components/button/button-base.js +2 -2
- package/components/button/button-base.js.map +1 -1
- package/components/button/themes/button/light/button.base.css.js +1 -1
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -1
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/calendar/calendar.js +1 -2
- package/components/calendar/calendar.js.map +1 -1
- package/components/card/card.actions.d.ts +2 -0
- package/components/card/card.actions.js +8 -0
- package/components/card/card.actions.js.map +1 -1
- package/components/card/themes/light/card.actions.bootstrap.css.js +1 -1
- package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.actions.material.css.js +1 -1
- package/components/card/themes/light/card.actions.material.css.js.map +1 -1
- package/components/card/themes/light/card.content.bootstrap.css.js +1 -1
- package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.content.indigo.css.js +1 -1
- package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.content.material.css.js +1 -1
- package/components/card/themes/light/card.content.material.css.js.map +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.header.indigo.css.js +1 -1
- package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.header.material.css.js +1 -1
- package/components/card/themes/light/card.header.material.css.js.map +1 -1
- package/components/card/themes/light/card.material.css.js +1 -1
- package/components/card/themes/light/card.material.css.js.map +1 -1
- package/components/card/themes/light/card.media.material.css.js +1 -1
- package/components/card/themes/light/card.media.material.css.js.map +1 -1
- package/components/checkbox/checkbox-base.d.ts +5 -1
- package/components/checkbox/checkbox-base.js +20 -2
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js +8 -2
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +9 -2
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.base.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.base.css.js +1 -1
- package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
- package/components/chip/chip.js +1 -1
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/chip.fluent.css.js +1 -1
- package/components/chip/themes/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/chip.indigo.css.js +1 -1
- package/components/chip/themes/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/chip.material.css.js +1 -1
- package/components/chip/themes/chip.material.css.js.map +1 -1
- package/components/common/decorators/blazorTypeOverride.d.ts +7 -0
- package/components/common/decorators/blazorTypeOverride.js +4 -0
- package/components/common/decorators/blazorTypeOverride.js.map +1 -0
- package/components/common/decorators/index.d.ts +1 -0
- package/components/common/decorators/index.js +1 -0
- package/components/common/decorators/index.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +8 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/dropdown/dropdown-group.d.ts +25 -0
- package/components/dropdown/dropdown-group.js +42 -0
- package/components/dropdown/dropdown-group.js.map +1 -0
- package/components/dropdown/dropdown-header.d.ts +16 -0
- package/components/dropdown/dropdown-header.js +22 -0
- package/components/dropdown/dropdown-header.js.map +1 -0
- package/components/dropdown/dropdown-item.d.ts +46 -0
- package/components/dropdown/dropdown-item.js +78 -0
- package/components/dropdown/dropdown-item.js.map +1 -0
- package/components/dropdown/dropdown.d.ts +117 -0
- package/components/dropdown/dropdown.js +412 -0
- package/components/dropdown/dropdown.js.map +1 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js +3 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/dark/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.fluent.css.js +3 -0
- package/components/dropdown/themes/dark/dropdown.fluent.css.js.map +1 -0
- package/components/dropdown/themes/dark/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.indigo.css.js +3 -0
- package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-group.base.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-group.base.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-group.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-header.base.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-header.base.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-header.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-item.base.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-item.base.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-item.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-item.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-item.fluent.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown-item.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown-item.indigo.css.js +3 -0
- package/components/dropdown/themes/light/dropdown-item.indigo.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown.base.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.base.css.js +3 -0
- package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js +3 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.fluent.css.js +3 -0
- package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -0
- package/components/dropdown/themes/light/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.indigo.css.js +3 -0
- package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -0
- package/components/icon/icon.material.css.js +1 -1
- package/components/icon/icon.material.css.js.map +1 -1
- package/components/input/input-base.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +1 -1
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/list/themes/light/list-header.base.css.js +1 -1
- package/components/list/themes/light/list-header.base.css.js.map +1 -1
- package/components/list/themes/light/list-item.base.css.js +1 -1
- package/components/list/themes/light/list-item.base.css.js.map +1 -1
- package/components/list/themes/light/list.base.css.js +1 -1
- package/components/list/themes/light/list.base.css.js.map +1 -1
- package/components/nav-drawer/styles/nav-drawer-header-item.base.css.js +1 -1
- package/components/nav-drawer/styles/nav-drawer-header-item.base.css.js.map +1 -1
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js +1 -1
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js.map +1 -1
- package/components/nav-drawer/styles/nav-drawer.base.css.js +1 -1
- package/components/nav-drawer/styles/nav-drawer.base.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.base.css.js +1 -1
- package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
- package/components/radio/radio.d.ts +5 -1
- package/components/radio/radio.js +25 -2
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/light/radio.base.css.js +1 -1
- package/components/radio/themes/light/radio.base.css.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +1 -1
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/radio-group/radio-group.base.css.js +1 -1
- package/components/radio-group/radio-group.base.css.js.map +1 -1
- package/components/rating/rating.base.css.js +1 -1
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/ripple/ripple.material.css.js +1 -1
- package/components/ripple/ripple.material.css.js.map +1 -1
- package/components/slider/slider-base.js +3 -2
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/themes/light/slider.base.css.js +1 -1
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/snackbar/themes/snackbar.base.css.js +1 -1
- package/components/snackbar/themes/snackbar.base.css.js.map +1 -1
- package/components/toggle/toggle.controller.d.ts +32 -0
- package/components/toggle/toggle.controller.js +85 -0
- package/components/toggle/toggle.controller.js.map +1 -0
- package/components/toggle/toggle.directive.d.ts +14 -0
- package/components/toggle/toggle.directive.js +76 -0
- package/components/toggle/toggle.directive.js.map +1 -0
- package/components/toggle/utilities.d.ts +50 -0
- package/components/toggle/utilities.js +2 -0
- package/components/toggle/utilities.js.map +1 -0
- package/custom-elements.json +366 -0
- package/index.d.ts +4 -0
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +2 -1
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/vscode-html-custom-data.json +224 -16
|
@@ -562,8 +562,21 @@
|
|
|
562
562
|
},
|
|
563
563
|
{
|
|
564
564
|
"name": "igc-card-actions",
|
|
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`} - ",
|
|
566
|
-
"attributes": [
|
|
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\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.\n\nProperties:\n\n * `tagName` {`\"igc-card-actions\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.",
|
|
566
|
+
"attributes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "orientation",
|
|
569
|
+
"description": "`orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
570
|
+
"values": [
|
|
571
|
+
{
|
|
572
|
+
"name": "vertical"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "horizontal"
|
|
576
|
+
}
|
|
577
|
+
]
|
|
578
|
+
}
|
|
579
|
+
]
|
|
567
580
|
},
|
|
568
581
|
{
|
|
569
582
|
"name": "igc-card-content",
|
|
@@ -593,7 +606,7 @@
|
|
|
593
606
|
},
|
|
594
607
|
{
|
|
595
608
|
"name": "igc-checkbox",
|
|
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.",
|
|
609
|
+
"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 * `focused` {`boolean`} - \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.",
|
|
597
610
|
"attributes": [
|
|
598
611
|
{
|
|
599
612
|
"name": "indeterminate",
|
|
@@ -660,7 +673,7 @@
|
|
|
660
673
|
},
|
|
661
674
|
{
|
|
662
675
|
"name": "igc-switch",
|
|
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.",
|
|
676
|
+
"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 * `focused` {`boolean`} - \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.",
|
|
664
677
|
"attributes": [
|
|
665
678
|
{
|
|
666
679
|
"name": "name",
|
|
@@ -779,6 +792,196 @@
|
|
|
779
792
|
}
|
|
780
793
|
]
|
|
781
794
|
},
|
|
795
|
+
{
|
|
796
|
+
"name": "igc-dropdown-group",
|
|
797
|
+
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `items` {`IgcDropDownItemComponent[]`} - All child `igc-dropdown-item`s.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - ",
|
|
798
|
+
"attributes": [
|
|
799
|
+
{
|
|
800
|
+
"name": "size",
|
|
801
|
+
"description": "`size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperty: size\n\nDefault: large",
|
|
802
|
+
"values": [
|
|
803
|
+
{
|
|
804
|
+
"name": "small"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "medium"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "large"
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "igc-dropdown-header",
|
|
818
|
+
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles` {`CSSResult`} - ",
|
|
819
|
+
"attributes": []
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "igc-dropdown-item",
|
|
823
|
+
"description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-item\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
|
|
824
|
+
"attributes": [
|
|
825
|
+
{
|
|
826
|
+
"name": "value",
|
|
827
|
+
"description": "`value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\nProperty: value"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "selected",
|
|
831
|
+
"description": "`selected` {`boolean`} - Determines whether the item is selected.\n\nProperty: selected\n\nDefault: false",
|
|
832
|
+
"valueSet": "v"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "active",
|
|
836
|
+
"description": "`active` {`boolean`} - Determines whether the item is active.\n\nProperty: active\n\nDefault: false",
|
|
837
|
+
"valueSet": "v"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "disabled",
|
|
841
|
+
"description": "`disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
842
|
+
"valueSet": "v"
|
|
843
|
+
}
|
|
844
|
+
]
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "igc-dropdown",
|
|
848
|
+
"description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `selectedItem` {`IgcDropDownItemComponent | null`} - \n\n * `activeItem` {`IgcDropDownItemComponent`} - \n\n * `target` {`HTMLElement`} - \n\n * `allItems` {`IgcDropDownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropDownItemComponent[]`} - \n\n * `groups` {`IgcDropDownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` {`IgcToggleController`} - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
849
|
+
"attributes": [
|
|
850
|
+
{
|
|
851
|
+
"name": "keep-open-on-select",
|
|
852
|
+
"description": "`keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\nProperty: keepOpenOnSelect\n\nDefault: false",
|
|
853
|
+
"valueSet": "v"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "scroll-strategy",
|
|
857
|
+
"description": "`scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\nProperty: scrollStrategy\n\nDefault: scroll",
|
|
858
|
+
"values": [
|
|
859
|
+
{
|
|
860
|
+
"name": "scroll"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "block"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "close"
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "keep-open-on-outside-click",
|
|
872
|
+
"description": "`keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\nProperty: keepOpenOnOutsideClick\n\nDefault: false",
|
|
873
|
+
"valueSet": "v"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "open",
|
|
877
|
+
"description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
|
|
878
|
+
"valueSet": "v"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "placement",
|
|
882
|
+
"description": "`placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\nProperty: placement\n\nDefault: bottom-start",
|
|
883
|
+
"values": [
|
|
884
|
+
{
|
|
885
|
+
"name": "top"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "top-start"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "top-end"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "bottom"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "bottom-start"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "bottom-end"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "right"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "right-start"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "right-end"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "left"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "left-start"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "left-end"
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "position-strategy",
|
|
924
|
+
"description": "`position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\nProperty: positionStrategy\n\nDefault: absolute",
|
|
925
|
+
"values": [
|
|
926
|
+
{
|
|
927
|
+
"name": "absolute"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "fixed"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "flip",
|
|
936
|
+
"description": "`flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\nProperty: flip\n\nDefault: false",
|
|
937
|
+
"valueSet": "v"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"name": "distance",
|
|
941
|
+
"description": "`distance` {`number`} - The distance from the target element.\n\nProperty: distance\n\nDefault: 0"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "same-width",
|
|
945
|
+
"description": "`same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\nProperty: sameWidth\n\nDefault: false",
|
|
946
|
+
"valueSet": "v"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "size",
|
|
950
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
951
|
+
"values": [
|
|
952
|
+
{
|
|
953
|
+
"name": "small"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "medium"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "large"
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "onigcChange",
|
|
965
|
+
"description": "`igcChange` {} - Emitted when the selected item changes."
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "onigcOpening",
|
|
969
|
+
"description": "`igcOpening` {} - Emitted just before the dropdown is open."
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "onigcOpened",
|
|
973
|
+
"description": "`igcOpened` {} - Emitted after the dropdown is open."
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "onigcClosing",
|
|
977
|
+
"description": "`igcClosing` {} - Emitter just before the dropdown is closed."
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "onigcClosed",
|
|
981
|
+
"description": "`igcClosed` {} - Emitted after closing the dropdown."
|
|
982
|
+
}
|
|
983
|
+
]
|
|
984
|
+
},
|
|
782
985
|
{
|
|
783
986
|
"name": "igc-form",
|
|
784
987
|
"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.",
|
|
@@ -1049,23 +1252,23 @@
|
|
|
1049
1252
|
},
|
|
1050
1253
|
{
|
|
1051
1254
|
"name": "igc-nav-drawer",
|
|
1052
|
-
"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` {`\"
|
|
1255
|
+
"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` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - 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` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
|
|
1053
1256
|
"attributes": [
|
|
1054
1257
|
{
|
|
1055
1258
|
"name": "position",
|
|
1056
|
-
"description": "`position` {`\"
|
|
1259
|
+
"description": "`position` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - The position of the drawer.\n\nProperty: position\n\nDefault: start",
|
|
1057
1260
|
"values": [
|
|
1058
1261
|
{
|
|
1059
|
-
"name": "
|
|
1262
|
+
"name": "top"
|
|
1060
1263
|
},
|
|
1061
1264
|
{
|
|
1062
|
-
"name": "
|
|
1265
|
+
"name": "bottom"
|
|
1063
1266
|
},
|
|
1064
1267
|
{
|
|
1065
|
-
"name": "
|
|
1268
|
+
"name": "start"
|
|
1066
1269
|
},
|
|
1067
1270
|
{
|
|
1068
|
-
"name": "
|
|
1271
|
+
"name": "end"
|
|
1069
1272
|
}
|
|
1070
1273
|
]
|
|
1071
1274
|
},
|
|
@@ -1154,7 +1357,7 @@
|
|
|
1154
1357
|
},
|
|
1155
1358
|
{
|
|
1156
1359
|
"name": "igc-linear-progress",
|
|
1157
|
-
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\nAttributes:\n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `label-align` {`\"top\" | \"
|
|
1360
|
+
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\nAttributes:\n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-linear-progress\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `labelAlign` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `wrapperParts` {`{ fill: boolean; striped: boolean; indeterminate: boolean; primary: boolean; success: boolean; danger: boolean; warning: boolean; info: boolean; }`} - \n\n * `animInfo` {`{ width: string; '--duration': string; }`} - \n\n * `initialMax` {`number`} - \n\n * `initialValue` {`number`} - \n\n * `tick` {`number`} - \n\n * `assignedElements` {`HTMLElement[]`} - \n\n * `progressIndicator` {`Element`} - \n\n * `percentage` {`number`} - \n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animationDuration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hideLabel` {`boolean`} - Shows/hides the label of the control.\n\n * `labelFormat` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
1158
1361
|
"attributes": [
|
|
1159
1362
|
{
|
|
1160
1363
|
"name": "striped",
|
|
@@ -1163,20 +1366,20 @@
|
|
|
1163
1366
|
},
|
|
1164
1367
|
{
|
|
1165
1368
|
"name": "label-align",
|
|
1166
|
-
"description": "`label-align` {`\"top\" | \"
|
|
1369
|
+
"description": "`label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\nProperty: labelAlign\n\nDefault: top-start",
|
|
1167
1370
|
"values": [
|
|
1168
1371
|
{
|
|
1169
1372
|
"name": "top"
|
|
1170
1373
|
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "bottom"
|
|
1173
|
-
},
|
|
1174
1374
|
{
|
|
1175
1375
|
"name": "top-start"
|
|
1176
1376
|
},
|
|
1177
1377
|
{
|
|
1178
1378
|
"name": "top-end"
|
|
1179
1379
|
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "bottom"
|
|
1382
|
+
},
|
|
1180
1383
|
{
|
|
1181
1384
|
"name": "bottom-start"
|
|
1182
1385
|
},
|
|
@@ -1254,7 +1457,7 @@
|
|
|
1254
1457
|
},
|
|
1255
1458
|
{
|
|
1256
1459
|
"name": "igc-radio",
|
|
1257
|
-
"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.",
|
|
1460
|
+
"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 * `focused` {`boolean`} - \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.",
|
|
1258
1461
|
"attributes": [
|
|
1259
1462
|
{
|
|
1260
1463
|
"name": "name",
|
|
@@ -1688,6 +1891,11 @@
|
|
|
1688
1891
|
"valueSet": "v"
|
|
1689
1892
|
}
|
|
1690
1893
|
]
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "test-popper",
|
|
1897
|
+
"description": "Properties:\n\n * `toggleDirective` - ",
|
|
1898
|
+
"attributes": []
|
|
1691
1899
|
}
|
|
1692
1900
|
],
|
|
1693
1901
|
"globalAttributes": [],
|