@momentum-design/components 0.134.20 → 0.134.22
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/dist/browser/index.js +481 -458
- package/dist/browser/index.js.map +4 -4
- package/dist/components/accordion/accordion.component.d.ts +15 -5
- package/dist/components/accordionbutton/accordionbutton.component.d.ts +14 -26
- package/dist/components/accordionbutton/accordionbutton.component.js +0 -22
- package/dist/components/accordiongroup/accordiongroup.component.d.ts +12 -16
- package/dist/components/accordiongroup/accordiongroup.component.js +0 -14
- package/dist/components/alertchip/alertchip.component.d.ts +15 -11
- package/dist/components/alertchip/alertchip.component.js +0 -7
- package/dist/components/animation/animation.component.d.ts +14 -6
- package/dist/components/animation/animation.component.js +0 -5
- package/dist/components/announcementdialog/announcementdialog.component.d.ts +18 -25
- package/dist/components/announcementdialog/announcementdialog.component.js +1 -20
- package/dist/components/appheader/appheader.component.d.ts +13 -12
- package/dist/components/appheader/appheader.component.js +0 -9
- package/dist/components/avatar/avatar.component.d.ts +14 -34
- package/dist/components/avatar/avatar.component.js +1 -31
- package/dist/components/avatarbutton/avatarbutton.component.d.ts +15 -14
- package/dist/components/avatarbutton/avatarbutton.component.js +1 -10
- package/dist/components/badge/badge.component.d.ts +16 -20
- package/dist/components/badge/badge.component.js +1 -17
- package/dist/components/banner/banner.component.d.ts +17 -17
- package/dist/components/banner/banner.component.js +1 -13
- package/dist/components/brandvisual/brandvisual.component.d.ts +15 -12
- package/dist/components/brandvisual/brandvisual.component.js +0 -10
- package/dist/components/bullet/bullet.component.d.ts +15 -16
- package/dist/components/bullet/bullet.component.js +0 -15
- package/dist/components/button/button.component.d.ts +21 -52
- package/dist/components/button/button.component.js +1 -47
- package/dist/components/buttongroup/buttongroup.component.d.ts +17 -20
- package/dist/components/buttongroup/buttongroup.component.js +0 -17
- package/dist/components/buttonlink/buttonlink.component.d.ts +19 -16
- package/dist/components/buttonlink/buttonlink.component.js +1 -11
- package/dist/components/buttonsimple/buttonsimple.component.d.ts +16 -25
- package/dist/components/buttonsimple/buttonsimple.component.js +0 -22
- package/dist/components/calendar/calendar.component.d.ts +17 -11
- package/dist/components/calendar/calendar.component.js +0 -8
- package/dist/components/card/card.component.d.ts +18 -17
- package/dist/components/card/card.component.js +0 -13
- package/dist/components/cardbutton/cardbutton.component.d.ts +20 -14
- package/dist/components/cardbutton/cardbutton.component.js +0 -9
- package/dist/components/cardcheckbox/cardcheckbox.component.d.ts +20 -19
- package/dist/components/cardcheckbox/cardcheckbox.component.js +0 -14
- package/dist/components/cardradio/cardradio.component.d.ts +20 -20
- package/dist/components/cardradio/cardradio.component.js +0 -15
- package/dist/components/checkbox/checkbox.component.d.ts +22 -26
- package/dist/components/checkbox/checkbox.component.js +1 -22
- package/dist/components/chip/chip.component.d.ts +20 -13
- package/dist/components/chip/chip.component.js +0 -9
- package/dist/components/coachmark/coachmark.component.d.ts +22 -22
- package/dist/components/coachmark/coachmark.component.js +1 -18
- package/dist/components/combobox/combobox.component.d.ts +27 -37
- package/dist/components/combobox/combobox.component.js +1 -32
- package/dist/components/controltypeprovider/controltypeprovider.component.d.ts +19 -11
- package/dist/components/controltypeprovider/controltypeprovider.component.js +0 -10
- package/dist/components/datepicker/datepicker.component.d.ts +25 -14
- package/dist/components/datepicker/datepicker.component.js +96 -35
- package/dist/components/dialog/dialog.component.d.ts +25 -40
- package/dist/components/dialog/dialog.component.js +1 -35
- package/dist/components/divider/divider.component.d.ts +23 -25
- package/dist/components/divider/divider.component.js +0 -23
- package/dist/components/filterchip/filterchip.component.d.ts +20 -9
- package/dist/components/filterchip/filterchip.component.js +0 -5
- package/dist/components/formfieldgroup/formfieldgroup.component.d.ts +18 -19
- package/dist/components/formfieldgroup/formfieldgroup.component.js +0 -15
- package/dist/components/formfieldwrapper/formfieldwrapper.component.d.ts +16 -8
- package/dist/components/formfieldwrapper/formfieldwrapper.component.js +0 -4
- package/dist/components/icon/icon.component.d.ts +16 -41
- package/dist/components/icon/icon.component.js +0 -39
- package/dist/components/iconprovider/iconprovider.component.d.ts +14 -24
- package/dist/components/iconprovider/iconprovider.component.js +0 -23
- package/dist/components/illustration/illustration.component.d.ts +16 -32
- package/dist/components/illustration/illustration.component.js +0 -30
- package/dist/components/illustrationprovider/illustrationprovider.component.d.ts +14 -24
- package/dist/components/illustrationprovider/illustrationprovider.component.js +0 -23
- package/dist/components/input/input.component.d.ts +21 -16
- package/dist/components/input/input.component.js +0 -11
- package/dist/components/inputchip/inputchip.component.d.ts +19 -13
- package/dist/components/inputchip/inputchip.component.js +0 -7
- package/dist/components/link/link.component.d.ts +18 -12
- package/dist/components/link/link.component.js +1 -9
- package/dist/components/linkbutton/linkbutton.component.d.ts +19 -12
- package/dist/components/linkbutton/linkbutton.component.js +1 -8
- package/dist/components/linksimple/linksimple.component.d.ts +17 -10
- package/dist/components/linksimple/linksimple.component.js +0 -7
- package/dist/components/list/list.component.d.ts +17 -7
- package/dist/components/list/list.component.js +0 -5
- package/dist/components/listbox/listbox.component.d.ts +21 -16
- package/dist/components/listbox/listbox.component.js +1 -11
- package/dist/components/listheader/listheader.component.d.ts +14 -6
- package/dist/components/listheader/listheader.component.js +0 -3
- package/dist/components/listitem/listitem.component.d.ts +20 -18
- package/dist/components/listitem/listitem.component.js +0 -13
- package/dist/components/marker/marker.component.d.ts +15 -16
- package/dist/components/marker/marker.component.js +0 -15
- package/dist/components/menubar/menubar.component.d.ts +12 -19
- package/dist/components/menubar/menubar.component.js +2 -20
- package/dist/components/menuitem/menuitem.component.d.ts +18 -19
- package/dist/components/menuitem/menuitem.component.js +1 -15
- package/dist/components/menuitemcheckbox/menuitemcheckbox.component.d.ts +19 -30
- package/dist/components/menuitemcheckbox/menuitemcheckbox.component.js +1 -25
- package/dist/components/menuitemradio/menuitemradio.component.d.ts +18 -31
- package/dist/components/menuitemradio/menuitemradio.component.js +1 -26
- package/dist/components/menupopover/menupopover.component.d.ts +17 -39
- package/dist/components/menupopover/menupopover.component.js +4 -38
- package/dist/components/menusection/menusection.component.d.ts +16 -12
- package/dist/components/menusection/menusection.component.js +0 -8
- package/dist/components/navmenuitem/navmenuitem.component.d.ts +47 -16
- package/dist/components/navmenuitem/navmenuitem.component.js +146 -20
- package/dist/components/navmenuitem/navmenuitem.constants.d.ts +1 -0
- package/dist/components/navmenuitem/navmenuitem.constants.js +1 -0
- package/dist/components/navmenuitem/navmenuitem.styles.js +16 -5
- package/dist/components/optgroup/optgroup.component.d.ts +17 -7
- package/dist/components/optgroup/optgroup.component.js +1 -3
- package/dist/components/option/option.component.d.ts +17 -19
- package/dist/components/option/option.component.js +1 -15
- package/dist/components/password/password.component.d.ts +18 -17
- package/dist/components/password/password.component.js +0 -11
- package/dist/components/popover/popover.component.d.ts +20 -52
- package/dist/components/popover/popover.component.js +1 -47
- package/dist/components/presence/presence.component.d.ts +17 -10
- package/dist/components/presence/presence.component.js +1 -7
- package/dist/components/progressbar/progressbar.component.d.ts +17 -13
- package/dist/components/progressbar/progressbar.component.js +0 -9
- package/dist/components/progressspinner/progressspinner.component.d.ts +14 -19
- package/dist/components/progressspinner/progressspinner.component.js +0 -17
- package/dist/components/radio/radio.component.d.ts +19 -41
- package/dist/components/radio/radio.component.js +1 -37
- package/dist/components/radiogroup/radiogroup.component.d.ts +12 -5
- package/dist/components/radiogroup/radiogroup.component.js +0 -4
- package/dist/components/responsivesettingsprovider/responsivesettingsprovider.component.d.ts +11 -29
- package/dist/components/responsivesettingsprovider/responsivesettingsprovider.component.js +0 -29
- package/dist/components/screenreaderannouncer/screenreaderannouncer.component.d.ts +12 -51
- package/dist/components/screenreaderannouncer/screenreaderannouncer.component.js +0 -51
- package/dist/components/searchfield/searchfield.component.d.ts +16 -24
- package/dist/components/searchfield/searchfield.component.js +0 -20
- package/dist/components/searchpopover/searchpopover.component.d.ts +16 -20
- package/dist/components/searchpopover/searchpopover.component.js +0 -16
- package/dist/components/select/select.component.d.ts +23 -19
- package/dist/components/select/select.component.js +1 -14
- package/dist/components/selectlistbox/selectlistbox.component.d.ts +12 -8
- package/dist/components/selectlistbox/selectlistbox.component.js +0 -7
- package/dist/components/sidenavigation/sidenavigation.component.d.ts +64 -44
- package/dist/components/sidenavigation/sidenavigation.component.js +241 -43
- package/dist/components/sidenavigation/sidenavigation.constants.d.ts +6 -1
- package/dist/components/sidenavigation/sidenavigation.constants.js +6 -1
- package/dist/components/sidenavigation/sidenavigation.context.d.ts +6 -1
- package/dist/components/sidenavigation/sidenavigation.context.js +36 -11
- package/dist/components/sidenavigation/sidenavigation.types.d.ts +3 -2
- package/dist/components/sidenavigation/sidenavigationbase.d.ts +8 -0
- package/dist/components/sidenavigation/sidenavigationbase.js +7 -0
- package/dist/components/skeleton/skeleton.component.d.ts +14 -15
- package/dist/components/skeleton/skeleton.component.js +0 -13
- package/dist/components/slider/slider.component.d.ts +17 -15
- package/dist/components/slider/slider.component.js +0 -11
- package/dist/components/spatialnavigationprovider/spatialnavigationprovider.component.d.ts +15 -215
- package/dist/components/spatialnavigationprovider/spatialnavigationprovider.component.js +1 -215
- package/dist/components/spinner/spinner.component.d.ts +15 -27
- package/dist/components/spinner/spinner.component.js +0 -25
- package/dist/components/staticcheckbox/staticcheckbox.component.d.ts +16 -21
- package/dist/components/staticcheckbox/staticcheckbox.component.js +0 -17
- package/dist/components/staticchip/staticchip.component.d.ts +17 -8
- package/dist/components/staticchip/staticchip.component.js +0 -5
- package/dist/components/staticradio/staticradio.component.d.ts +15 -19
- package/dist/components/staticradio/staticradio.component.js +0 -16
- package/dist/components/statictoggle/statictoggle.component.d.ts +16 -21
- package/dist/components/statictoggle/statictoggle.component.js +0 -17
- package/dist/components/stepper/stepper.component.d.ts +13 -5
- package/dist/components/stepper/stepper.component.js +0 -3
- package/dist/components/stepperconnector/stepperconnector.component.d.ts +13 -6
- package/dist/components/stepperconnector/stepperconnector.component.js +0 -4
- package/dist/components/stepperitem/stepperitem.component.d.ts +16 -14
- package/dist/components/stepperitem/stepperitem.component.js +1 -10
- package/dist/components/tab/tab.component.d.ts +20 -23
- package/dist/components/tab/tab.component.js +1 -16
- package/dist/components/tablist/tablist.component.d.ts +18 -30
- package/dist/components/tablist/tablist.component.js +0 -24
- package/dist/components/text/text.component.d.ts +12 -13
- package/dist/components/text/text.component.js +0 -12
- package/dist/components/textarea/textarea.component.d.ts +17 -39
- package/dist/components/textarea/textarea.component.js +0 -34
- package/dist/components/themeprovider/themeprovider.component.d.ts +13 -27
- package/dist/components/themeprovider/themeprovider.component.js +0 -25
- package/dist/components/timepicker/timepicker.component.d.ts +17 -19
- package/dist/components/timepicker/timepicker.component.js +0 -14
- package/dist/components/toast/toast.component.d.ts +20 -12
- package/dist/components/toast/toast.component.js +1 -7
- package/dist/components/toggle/toggle.component.d.ts +18 -24
- package/dist/components/toggle/toggle.component.js +1 -21
- package/dist/components/toggletip/toggletip.component.d.ts +18 -28
- package/dist/components/toggletip/toggletip.component.js +1 -24
- package/dist/components/tooltip/tooltip.component.d.ts +16 -16
- package/dist/components/tooltip/tooltip.component.js +0 -13
- package/dist/components/typewriter/typewriter.component.d.ts +18 -34
- package/dist/components/typewriter/typewriter.component.js +1 -31
- package/dist/components/verticaltablist/verticaltablist.component.d.ts +17 -30
- package/dist/components/verticaltablist/verticaltablist.component.js +0 -26
- package/dist/components/virtualizedlist/virtualizedlist.component.d.ts +16 -58
- package/dist/components/virtualizedlist/virtualizedlist.component.js +0 -55
- package/dist/custom-elements.json +334 -191
- package/dist/models/provider/provider.component.d.ts +2 -2
- package/dist/models/provider/provider.component.js +13 -0
- package/dist/react/accordion/index.d.ts +15 -5
- package/dist/react/accordionbutton/index.d.ts +14 -26
- package/dist/react/accordionbutton/index.js +0 -22
- package/dist/react/accordiongroup/index.d.ts +12 -16
- package/dist/react/accordiongroup/index.js +0 -14
- package/dist/react/alertchip/index.d.ts +15 -11
- package/dist/react/alertchip/index.js +0 -7
- package/dist/react/animation/index.d.ts +14 -6
- package/dist/react/animation/index.js +0 -5
- package/dist/react/announcementdialog/index.d.ts +18 -25
- package/dist/react/announcementdialog/index.js +1 -20
- package/dist/react/appheader/index.d.ts +13 -12
- package/dist/react/appheader/index.js +0 -9
- package/dist/react/avatar/index.d.ts +14 -34
- package/dist/react/avatar/index.js +1 -31
- package/dist/react/avatarbutton/index.d.ts +15 -14
- package/dist/react/avatarbutton/index.js +1 -10
- package/dist/react/badge/index.d.ts +16 -20
- package/dist/react/badge/index.js +1 -17
- package/dist/react/banner/index.d.ts +17 -17
- package/dist/react/banner/index.js +1 -13
- package/dist/react/brandvisual/index.d.ts +15 -12
- package/dist/react/brandvisual/index.js +0 -10
- package/dist/react/bullet/index.d.ts +15 -16
- package/dist/react/bullet/index.js +0 -15
- package/dist/react/button/index.d.ts +21 -52
- package/dist/react/button/index.js +1 -47
- package/dist/react/buttongroup/index.d.ts +17 -20
- package/dist/react/buttongroup/index.js +0 -17
- package/dist/react/buttonlink/index.d.ts +19 -16
- package/dist/react/buttonlink/index.js +1 -11
- package/dist/react/buttonsimple/index.d.ts +16 -25
- package/dist/react/buttonsimple/index.js +0 -22
- package/dist/react/calendar/index.d.ts +17 -11
- package/dist/react/calendar/index.js +0 -8
- package/dist/react/card/index.d.ts +18 -17
- package/dist/react/card/index.js +0 -13
- package/dist/react/cardbutton/index.d.ts +20 -14
- package/dist/react/cardbutton/index.js +0 -9
- package/dist/react/cardcheckbox/index.d.ts +20 -19
- package/dist/react/cardcheckbox/index.js +0 -14
- package/dist/react/cardradio/index.d.ts +20 -20
- package/dist/react/cardradio/index.js +0 -15
- package/dist/react/checkbox/index.d.ts +22 -26
- package/dist/react/checkbox/index.js +1 -22
- package/dist/react/chip/index.d.ts +20 -13
- package/dist/react/chip/index.js +0 -9
- package/dist/react/coachmark/index.d.ts +22 -22
- package/dist/react/coachmark/index.js +1 -18
- package/dist/react/combobox/index.d.ts +27 -37
- package/dist/react/combobox/index.js +1 -32
- package/dist/react/controltypeprovider/index.d.ts +19 -11
- package/dist/react/controltypeprovider/index.js +0 -10
- package/dist/react/datepicker/index.d.ts +20 -14
- package/dist/react/datepicker/index.js +0 -9
- package/dist/react/dialog/index.d.ts +25 -40
- package/dist/react/dialog/index.js +1 -35
- package/dist/react/divider/index.d.ts +23 -25
- package/dist/react/divider/index.js +0 -23
- package/dist/react/filterchip/index.d.ts +20 -9
- package/dist/react/filterchip/index.js +0 -5
- package/dist/react/formfieldgroup/index.d.ts +18 -19
- package/dist/react/formfieldgroup/index.js +0 -15
- package/dist/react/formfieldwrapper/index.d.ts +16 -8
- package/dist/react/formfieldwrapper/index.js +0 -4
- package/dist/react/icon/index.d.ts +16 -41
- package/dist/react/icon/index.js +0 -39
- package/dist/react/iconprovider/index.d.ts +14 -24
- package/dist/react/iconprovider/index.js +0 -23
- package/dist/react/illustration/index.d.ts +16 -32
- package/dist/react/illustration/index.js +0 -30
- package/dist/react/illustrationprovider/index.d.ts +14 -24
- package/dist/react/illustrationprovider/index.js +0 -23
- package/dist/react/input/index.d.ts +21 -16
- package/dist/react/input/index.js +0 -11
- package/dist/react/inputchip/index.d.ts +19 -13
- package/dist/react/inputchip/index.js +0 -7
- package/dist/react/link/index.d.ts +18 -12
- package/dist/react/link/index.js +1 -9
- package/dist/react/linkbutton/index.d.ts +19 -12
- package/dist/react/linkbutton/index.js +1 -8
- package/dist/react/linksimple/index.d.ts +17 -10
- package/dist/react/linksimple/index.js +0 -7
- package/dist/react/list/index.d.ts +17 -7
- package/dist/react/list/index.js +0 -5
- package/dist/react/listbox/index.d.ts +21 -16
- package/dist/react/listbox/index.js +1 -11
- package/dist/react/listheader/index.d.ts +14 -6
- package/dist/react/listheader/index.js +0 -3
- package/dist/react/listitem/index.d.ts +20 -18
- package/dist/react/listitem/index.js +0 -13
- package/dist/react/marker/index.d.ts +15 -16
- package/dist/react/marker/index.js +0 -15
- package/dist/react/menubar/index.d.ts +12 -19
- package/dist/react/menubar/index.js +0 -19
- package/dist/react/menuitem/index.d.ts +18 -19
- package/dist/react/menuitem/index.js +1 -15
- package/dist/react/menuitemcheckbox/index.d.ts +19 -30
- package/dist/react/menuitemcheckbox/index.js +1 -25
- package/dist/react/menuitemradio/index.d.ts +18 -31
- package/dist/react/menuitemradio/index.js +1 -26
- package/dist/react/menupopover/index.d.ts +16 -38
- package/dist/react/menupopover/index.js +0 -34
- package/dist/react/menusection/index.d.ts +16 -12
- package/dist/react/menusection/index.js +0 -8
- package/dist/react/navmenuitem/index.d.ts +19 -16
- package/dist/react/navmenuitem/index.js +3 -12
- package/dist/react/optgroup/index.d.ts +17 -7
- package/dist/react/optgroup/index.js +1 -3
- package/dist/react/option/index.d.ts +17 -19
- package/dist/react/option/index.js +1 -15
- package/dist/react/password/index.d.ts +18 -17
- package/dist/react/password/index.js +0 -11
- package/dist/react/popover/index.d.ts +20 -52
- package/dist/react/popover/index.js +1 -47
- package/dist/react/presence/index.d.ts +17 -10
- package/dist/react/presence/index.js +1 -7
- package/dist/react/progressbar/index.d.ts +17 -13
- package/dist/react/progressbar/index.js +0 -9
- package/dist/react/progressspinner/index.d.ts +14 -19
- package/dist/react/progressspinner/index.js +0 -17
- package/dist/react/radio/index.d.ts +19 -41
- package/dist/react/radio/index.js +1 -37
- package/dist/react/radiogroup/index.d.ts +12 -5
- package/dist/react/radiogroup/index.js +0 -4
- package/dist/react/responsivesettingsprovider/index.d.ts +11 -29
- package/dist/react/responsivesettingsprovider/index.js +0 -29
- package/dist/react/screenreaderannouncer/index.d.ts +12 -51
- package/dist/react/screenreaderannouncer/index.js +0 -51
- package/dist/react/searchfield/index.d.ts +16 -24
- package/dist/react/searchfield/index.js +0 -20
- package/dist/react/searchpopover/index.d.ts +16 -20
- package/dist/react/searchpopover/index.js +0 -16
- package/dist/react/select/index.d.ts +23 -19
- package/dist/react/select/index.js +1 -14
- package/dist/react/selectlistbox/index.d.ts +12 -8
- package/dist/react/selectlistbox/index.js +0 -7
- package/dist/react/sidenavigation/index.d.ts +21 -41
- package/dist/react/sidenavigation/index.js +1 -35
- package/dist/react/skeleton/index.d.ts +14 -15
- package/dist/react/skeleton/index.js +0 -13
- package/dist/react/slider/index.d.ts +17 -15
- package/dist/react/slider/index.js +0 -11
- package/dist/react/spatialnavigationprovider/index.d.ts +15 -215
- package/dist/react/spatialnavigationprovider/index.js +1 -214
- package/dist/react/spinner/index.d.ts +15 -27
- package/dist/react/spinner/index.js +0 -25
- package/dist/react/staticcheckbox/index.d.ts +16 -21
- package/dist/react/staticcheckbox/index.js +0 -17
- package/dist/react/staticchip/index.d.ts +17 -8
- package/dist/react/staticchip/index.js +0 -5
- package/dist/react/staticradio/index.d.ts +15 -19
- package/dist/react/staticradio/index.js +0 -16
- package/dist/react/statictoggle/index.d.ts +16 -21
- package/dist/react/statictoggle/index.js +0 -17
- package/dist/react/stepper/index.d.ts +13 -5
- package/dist/react/stepper/index.js +0 -3
- package/dist/react/stepperconnector/index.d.ts +13 -6
- package/dist/react/stepperconnector/index.js +0 -4
- package/dist/react/stepperitem/index.d.ts +16 -14
- package/dist/react/stepperitem/index.js +1 -10
- package/dist/react/tab/index.d.ts +20 -23
- package/dist/react/tab/index.js +1 -16
- package/dist/react/tablist/index.d.ts +18 -30
- package/dist/react/tablist/index.js +0 -24
- package/dist/react/text/index.d.ts +12 -13
- package/dist/react/text/index.js +0 -12
- package/dist/react/textarea/index.d.ts +17 -39
- package/dist/react/textarea/index.js +0 -34
- package/dist/react/themeprovider/index.d.ts +13 -27
- package/dist/react/themeprovider/index.js +0 -25
- package/dist/react/timepicker/index.d.ts +17 -19
- package/dist/react/timepicker/index.js +0 -14
- package/dist/react/toast/index.d.ts +20 -12
- package/dist/react/toast/index.js +1 -7
- package/dist/react/toggle/index.d.ts +18 -24
- package/dist/react/toggle/index.js +1 -21
- package/dist/react/toggletip/index.d.ts +18 -28
- package/dist/react/toggletip/index.js +1 -24
- package/dist/react/tooltip/index.d.ts +16 -16
- package/dist/react/tooltip/index.js +0 -13
- package/dist/react/typewriter/index.d.ts +18 -34
- package/dist/react/typewriter/index.js +1 -31
- package/dist/react/verticaltablist/index.d.ts +17 -30
- package/dist/react/verticaltablist/index.js +0 -26
- package/dist/react/virtualizedlist/index.d.ts +16 -58
- package/dist/react/virtualizedlist/index.js +0 -55
- package/package.json +1 -1
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
"declarations": [
|
|
614
614
|
{
|
|
615
615
|
"kind": "class",
|
|
616
|
-
"description": "
|
|
616
|
+
"description": "",
|
|
617
617
|
"name": "AccordionButton",
|
|
618
618
|
"cssProperties": [
|
|
619
619
|
{
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"module": "/src/models"
|
|
980
980
|
},
|
|
981
981
|
"tagName": "mdc-accordionbutton",
|
|
982
|
-
"jsDoc": "/**\n *
|
|
982
|
+
"jsDoc": "/**\n * @tagname mdc-accordionbutton\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot default - The default slot contains the body section of the accordion. User can place anything inside this body slot.\n *\n * @event shown - (React: onShown) This event is triggered when the accordion button is toggled (expanded or collapsed).\n *\n * @cssproperty --mdc-accordionbutton-border-color - The border color of the accordion button.\n * @cssproperty --mdc-accordionbutton-hover-color - The hover background color of the accordion button header.\n * @cssproperty --mdc-accordionbutton-active-color - The active background color of the accordion button header.\n * @cssproperty --mdc-accordionbutton-disabled-color - The disabled text color of the accordion button.\n *\n * @csspart body-section - The body section of the accordion button.\n * @csspart header-button-section - The header button section of the accordion button.\n * @csspart header-section - The header section of the accordion button.\n * @csspart leading-header - The leading header of the accordion button.\n * @csspart leading-header-text - The leading header text of the accordion button.\n * @csspart trailing-header - The trailing header of the accordion button.\n * @csspart toggle-icon - The expand/collapse toggle icon of the accordion button.\n */",
|
|
983
983
|
"customElement": true
|
|
984
984
|
}
|
|
985
985
|
],
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
"declarations": [
|
|
1001
1001
|
{
|
|
1002
1002
|
"kind": "class",
|
|
1003
|
-
"description": "
|
|
1003
|
+
"description": "",
|
|
1004
1004
|
"name": "AccordionGroup",
|
|
1005
1005
|
"cssProperties": [
|
|
1006
1006
|
{
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"module": "/src/models"
|
|
1131
1131
|
},
|
|
1132
1132
|
"tagName": "mdc-accordiongroup",
|
|
1133
|
-
"jsDoc": "/**\n *
|
|
1133
|
+
"jsDoc": "/**\n * @tagname mdc-accordiongroup\n *\n * @slot default - The default slot can contain the `accordion` or `accordionbutton` components.\n *\n * @cssproperty --mdc-accordiongroup-items-border-color - The border color applied to all child accordion items and their separators.\n */",
|
|
1134
1134
|
"customElement": true
|
|
1135
1135
|
}
|
|
1136
1136
|
],
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"declarations": [
|
|
1152
1152
|
{
|
|
1153
1153
|
"kind": "class",
|
|
1154
|
-
"description": "
|
|
1154
|
+
"description": "",
|
|
1155
1155
|
"name": "AlertChip",
|
|
1156
1156
|
"cssProperties": [
|
|
1157
1157
|
{
|
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
1782
1782
|
},
|
|
1783
1783
|
"tagName": "mdc-alertchip",
|
|
1784
|
-
"jsDoc": "/**\n *
|
|
1784
|
+
"jsDoc": "/**\n * @tagname mdc-alertchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the label text\n * @cssproperty --mdc-chip-icon-color - The color of the icon\n * @cssproperty --mdc-chip-border-color - The border color of the alertchip\n * @cssproperty --mdc-chip-background-color - The background color of the alertchip\n *\n * @csspart icon - The alert icon\n * @csspart label - The text label of the alertchip\n *\n * @event click - (React: onClick) This event is dispatched when the alertchip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the alertchip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the alertchip.\n * @event focus - (React: onFocus) This event is dispatched when the alertchip receives focus.\n */",
|
|
1785
1785
|
"customElement": true,
|
|
1786
1786
|
"slots": [
|
|
1787
1787
|
{
|
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
"declarations": [
|
|
1813
1813
|
{
|
|
1814
1814
|
"kind": "class",
|
|
1815
|
-
"description": "
|
|
1815
|
+
"description": "",
|
|
1816
1816
|
"name": "Animation",
|
|
1817
1817
|
"members": [
|
|
1818
1818
|
{
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"module": "/src/models"
|
|
2059
2059
|
},
|
|
2060
2060
|
"tagName": "mdc-animation",
|
|
2061
|
-
"jsDoc": "/**\n *
|
|
2061
|
+
"jsDoc": "/**\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
|
2062
2062
|
"customElement": true
|
|
2063
2063
|
}
|
|
2064
2064
|
],
|
|
@@ -2079,7 +2079,7 @@
|
|
|
2079
2079
|
"declarations": [
|
|
2080
2080
|
{
|
|
2081
2081
|
"kind": "class",
|
|
2082
|
-
"description": "
|
|
2082
|
+
"description": "",
|
|
2083
2083
|
"name": "AnnouncementDialog",
|
|
2084
2084
|
"cssProperties": [
|
|
2085
2085
|
{
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
"module": "/src/components/dialog/dialog.component"
|
|
2975
2975
|
},
|
|
2976
2976
|
"tagName": "mdc-announcementdialog",
|
|
2977
|
-
"jsDoc": "/**\n *
|
|
2977
|
+
"jsDoc": "/**\n * @tagname mdc-announcementdialog\n *\n * @dependency mdc-illustration\n * @dependency mdc-text\n *\n * @event shown - (React: onShown) Dispatched when the dialog is shown\n * @event hidden - (React: onHidden) Dispatched when the dialog is hidden\n * @event created - (React: onCreated) Dispatched when the dialog is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) Dispatched when the dialog is destroyed (removed from the DOM)\n * @event close - (React: onClose) Dispatched when the Close Button is clicked or Escape key is pressed\n * (this does not hide the dialog)\n *\n * @cssproperty --mdc-announcementdialog-illustration-background-color - background color of the illustration section\n * @cssproperty --mdc-dialog-primary-background-color - primary background color of the dialog\n * @cssproperty --mdc-dialog-border-color - border color of the dialog\n * @cssproperty --mdc-dialog-header-text-color - text color of the header/title of the dialog\n * @cssproperty --mdc-dialog-description-text-color - text color of the below header description of the dialog\n * @cssproperty --mdc-dialog-elevation-3 - elevation of the dialog\n * @cssproperty --mdc-dialog-width - width of the dialog\n * @cssproperty --mdc-dialog-height - height of the dialog\n *\n * @csspart body - The main body container that holds the illustration and content sections\n * @csspart illustration-container - The container for the illustration section\n * @csspart content-container - The container for the content section\n * @csspart header-text - The header text\n *\n * @slot header-prefix - Slot for the dialog header content. This can be used to pass custom header content.\n * @slot dialog-body - Slot for the dialog body content\n * @slot illustration-container - Slot for the illustration container section\n * @slot content-container - Slot for the content (header, description, etc) section\n * @slot description-container - Slot for the description in the content (below header) - pass in Text, Links etc as needed.\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred\n */",
|
|
2978
2978
|
"customElement": true
|
|
2979
2979
|
}
|
|
2980
2980
|
],
|
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
"declarations": [
|
|
2996
2996
|
{
|
|
2997
2997
|
"kind": "class",
|
|
2998
|
-
"description": "
|
|
2998
|
+
"description": "",
|
|
2999
2999
|
"name": "Appheader",
|
|
3000
3000
|
"cssProperties": [
|
|
3001
3001
|
{
|
|
@@ -3041,7 +3041,7 @@
|
|
|
3041
3041
|
"module": "/src/models"
|
|
3042
3042
|
},
|
|
3043
3043
|
"tagName": "mdc-appheader",
|
|
3044
|
-
"jsDoc": "/**\n *
|
|
3044
|
+
"jsDoc": "/**\n * @tagname mdc-appheader\n *\n * @slot leading - Content for the leading section (left-aligned).\n * @slot center - Content for the center section (center-aligned).\n * @slot trailing - Content for the trailing section (right-aligned).\n *\n * @cssproperty --mdc-appheader-height - Height of the app header. Default is 4rem (64px).\n *\n * @csspart container - The main header container.\n * @csspart leading-section - The leading section wrapper (left side).\n * @csspart center-section - The center section wrapper (middle).\n * @csspart trailing-section - The trailing section wrapper (right side).\n */",
|
|
3045
3045
|
"customElement": true
|
|
3046
3046
|
}
|
|
3047
3047
|
],
|
|
@@ -3062,7 +3062,7 @@
|
|
|
3062
3062
|
"declarations": [
|
|
3063
3063
|
{
|
|
3064
3064
|
"kind": "class",
|
|
3065
|
-
"description": "
|
|
3065
|
+
"description": "",
|
|
3066
3066
|
"name": "Avatar",
|
|
3067
3067
|
"cssProperties": [
|
|
3068
3068
|
{
|
|
@@ -3219,7 +3219,7 @@
|
|
|
3219
3219
|
"module": "/src/models"
|
|
3220
3220
|
},
|
|
3221
3221
|
"tagName": "mdc-avatar",
|
|
3222
|
-
"jsDoc": "/**\n *
|
|
3222
|
+
"jsDoc": "/**\n * @tagname mdc-avatar\n *\n * @dependency mdc-icon\n * @dependency mdc-presence\n * @dependency mdc-text\n *\n * @cssproperty --mdc-avatar-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-avatar-default-foreground-color - Allows customization of the default foreground color.\n * @cssproperty --mdc-avatar-loading-indicator-background-color -\n * Allows customization of the loading indicator background color.\n * @cssproperty --mdc-avatar-loading-indicator-foreground-color -\n * Allows customization of the loading indicator foreground color.\n * @cssproperty --mdc-avatar-loading-overlay-background-color -\n * Allows customization of the loading overlay background color.\n *\n * @csspart photo - The photo of the avatar.\n * @csspart presence - The presence indicator of the avatar.\n * @csspart loading-wrapper - The wrapper for the loading indicator.\n * @csspart loader - The loading indicator of the avatar.\n */",
|
|
3223
3223
|
"customElement": true,
|
|
3224
3224
|
"attributes": [
|
|
3225
3225
|
{
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
"declarations": [
|
|
3332
3332
|
{
|
|
3333
3333
|
"kind": "class",
|
|
3334
|
-
"description": "
|
|
3334
|
+
"description": "",
|
|
3335
3335
|
"name": "AvatarButton",
|
|
3336
3336
|
"cssProperties": [
|
|
3337
3337
|
{
|
|
@@ -4123,7 +4123,7 @@
|
|
|
4123
4123
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
4124
4124
|
},
|
|
4125
4125
|
"tagName": "mdc-avatarbutton",
|
|
4126
|
-
"jsDoc": "/**\n *
|
|
4126
|
+
"jsDoc": "/**\n * @tagname mdc-avatarbutton\n *\n * @dependency mdc-avatar\n *\n * @event click - (React: onClick) Dispatched when the avatar button is clicked.\n * @event keydown - (React: onKeyDown) Dispatched when a key is pressed on the avatar button.\n * @event keyup - (React: onKeyUp) Dispatched when a key is released on the avatar button.\n * @event focus - (React: onFocus) Dispatched when the avatar button receives focus.\n *\n * @cssproperty --mdc-avatarbutton-overlay-background-color-rest - Background color of the overlay in rest state.\n * @cssproperty --mdc-avatarbutton-overlay-background-color-hover - Background color of the overlay in hover state.\n * @cssproperty --mdc-avatarbutton-overlay-background-color-active - Background color of the overlay in active state.\n * @cssproperty --mdc-avatarbutton-default-background-color - Default background color of the avatar.\n * @cssproperty --mdc-avatarbutton-default-foreground-color - Default foreground color of the avatar.\n * @cssproperty --mdc-avatarbutton-loading-indicator-background-color - Background color of the loading indicator.\n * @cssproperty --mdc-avatarbutton-loading-indicator-foreground-color - Foreground color of the loading indicator.\n * @cssproperty --mdc-avatarbutton-loading-overlay-background-color - Background color of the loading overlay.\n *\n * @csspart overlay - The overlay part of the avatar button.\n * @csspart content - The main content of the avatar.\n * @csspart photo - The photo part of the avatar.\n * @csspart presence - The presence indicator part of the avatar.\n * @csspart loading-wrapper - The wrapper for the loading indicator of the avatar.\n * @csspart loader - The loading indicator part of the avatar.\n */",
|
|
4127
4127
|
"customElement": true,
|
|
4128
4128
|
"slots": [
|
|
4129
4129
|
{
|
|
@@ -4154,7 +4154,7 @@
|
|
|
4154
4154
|
"declarations": [
|
|
4155
4155
|
{
|
|
4156
4156
|
"kind": "class",
|
|
4157
|
-
"description": "
|
|
4157
|
+
"description": "",
|
|
4158
4158
|
"name": "Badge",
|
|
4159
4159
|
"cssProperties": [
|
|
4160
4160
|
{
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
"module": "/src/models"
|
|
4466
4466
|
},
|
|
4467
4467
|
"tagName": "mdc-badge",
|
|
4468
|
-
"jsDoc": "/**\n *
|
|
4468
|
+
"jsDoc": "/**\n * @tagname mdc-badge\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-badge-primary-foreground-color - The foreground color of the primary badge.\n * @cssproperty --mdc-badge-primary-background-color - The background color of the primary badge.\n * @cssproperty --mdc-badge-secondary-foreground-color - The foreground color of the secondary badge.\n * @cssproperty --mdc-badge-secondary-background-color - The background color of the secondary badge.\n * @cssproperty --mdc-badge-success-foreground-color - The foreground color of the success badge.\n * @cssproperty --mdc-badge-success-background-color - The background color of the success badge.\n * @cssproperty --mdc-badge-warning-foreground-color - The foreground color of the warning badge.\n * @cssproperty --mdc-badge-warning-background-color - The background color of the warning badge.\n * @cssproperty --mdc-badge-error-foreground-color - The foreground color of the error badge.\n * @cssproperty --mdc-badge-error-background-color - The background color of the error badge.\n * @cssproperty --mdc-badge-overlay-background-color - The background color of the badge overlay.\n * @cssproperty --mdc-badge-dot-width - The width of the dot badge. Default is 0.75rem (12px).\n * @cssproperty --mdc-badge-dot-height - The height of the dot badge. Default is 0.75rem (12px).\n *\n * @csspart badge-dot - The dot notification badge.\n * @csspart badge-icon - The icon badge.\n * @csspart badge-overlay - The overlay badge.\n * @csspart badge-text - The text badge.\n */",
|
|
4469
4469
|
"customElement": true
|
|
4470
4470
|
}
|
|
4471
4471
|
],
|
|
@@ -4486,7 +4486,7 @@
|
|
|
4486
4486
|
"declarations": [
|
|
4487
4487
|
{
|
|
4488
4488
|
"kind": "class",
|
|
4489
|
-
"description": "
|
|
4489
|
+
"description": "",
|
|
4490
4490
|
"name": "Banner",
|
|
4491
4491
|
"cssProperties": [
|
|
4492
4492
|
{
|
|
@@ -4627,7 +4627,7 @@
|
|
|
4627
4627
|
"module": "/src/models"
|
|
4628
4628
|
},
|
|
4629
4629
|
"tagName": "mdc-banner",
|
|
4630
|
-
"jsDoc": "/**\n *
|
|
4630
|
+
"jsDoc": "/**\n * @tagname mdc-banner\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot content - Complete content override. When used, it replaces all default banner content including icon, label, secondary label, and actions.\n * @slot leading-icon - Custom icon content. Overrides the default variant-based icon.\n * @slot leading-text - Custom text content. Overrides the label and secondaryLabel properties.\n * @slot trailing-actions - Custom action buttons and controls. Use this for dismiss buttons, reset buttons, or any other actions.\n *\n * @csspart leading - The leading section containing the icon and text.\n * @csspart leading-icon - The icon displayed for variants or custom icon slot.\n * @csspart leading-text - The leading section containing label and secondary label text.\n * @csspart trailing - The trailing section containing action buttons and controls.\n * @csspart leading-label - The label text of the banner.\n * @csspart leading-secondary-label - The secondary label text of the banner.\n *\n * @cssproperty --mdc-banner-background-color - Background color of the banner.\n * @cssproperty --mdc-banner-border-color - Border color of the banner.\n * @cssproperty --mdc-banner-border-width - Border width of the banner.\n * @cssproperty --mdc-banner-icon-color - Color of the icon in the banner.\n * @cssproperty --mdc-banner-elevation - Elevation/shadow of the banner.\n * @cssproperty --mdc-banner-padding - Padding inside the banner.\n * @cssproperty --mdc-banner-gap - Gap between banner elements.\n */",
|
|
4631
4631
|
"customElement": true
|
|
4632
4632
|
}
|
|
4633
4633
|
],
|
|
@@ -4648,7 +4648,7 @@
|
|
|
4648
4648
|
"declarations": [
|
|
4649
4649
|
{
|
|
4650
4650
|
"kind": "class",
|
|
4651
|
-
"description": "
|
|
4651
|
+
"description": "",
|
|
4652
4652
|
"name": "Brandvisual",
|
|
4653
4653
|
"cssParts": [
|
|
4654
4654
|
{
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
"module": "/src/models"
|
|
4814
4814
|
},
|
|
4815
4815
|
"tagName": "mdc-brandvisual",
|
|
4816
|
-
"jsDoc": "/**\n *
|
|
4816
|
+
"jsDoc": "/**\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n * @csspart brandvisual - Set styles for the brandvisual svg container\n * @csspart brandvisualImage - Set styles for the brandvisual image container\n */",
|
|
4817
4817
|
"customElement": true
|
|
4818
4818
|
}
|
|
4819
4819
|
],
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
"declarations": [
|
|
4835
4835
|
{
|
|
4836
4836
|
"kind": "class",
|
|
4837
|
-
"description": "
|
|
4837
|
+
"description": "",
|
|
4838
4838
|
"name": "Bullet",
|
|
4839
4839
|
"cssProperties": [
|
|
4840
4840
|
{
|
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
"module": "/src/models"
|
|
4877
4877
|
},
|
|
4878
4878
|
"tagName": "mdc-bullet",
|
|
4879
|
-
"jsDoc": "/**\n *
|
|
4879
|
+
"jsDoc": "/**\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - Background color of the bullet.\n * @cssproperty --mdc-bullet-size - Height of the bullet.\n */",
|
|
4880
4880
|
"customElement": true
|
|
4881
4881
|
}
|
|
4882
4882
|
],
|
|
@@ -4897,7 +4897,7 @@
|
|
|
4897
4897
|
"declarations": [
|
|
4898
4898
|
{
|
|
4899
4899
|
"kind": "class",
|
|
4900
|
-
"description": "
|
|
4900
|
+
"description": "",
|
|
4901
4901
|
"name": "Button",
|
|
4902
4902
|
"cssProperties": [
|
|
4903
4903
|
{
|
|
@@ -5698,7 +5698,7 @@
|
|
|
5698
5698
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
5699
5699
|
},
|
|
5700
5700
|
"tagName": "mdc-button",
|
|
5701
|
-
"jsDoc": "/**\n *
|
|
5701
|
+
"jsDoc": "/**\n * @tagname mdc-button\n *\n * @dependency mdc-icon\n *\n * @slot - Text label of the button.\n * @slot prefix - Content to be displayed before the text label.\n * @slot postfix - Content to be displayed after the text label.\n *\n * @csspart button-text - Text label of the button, passed in default slot\n * @csspart prefix - Content before the text label, passed in `prefix` slot\n * @csspart postfix - Content after the text label, passed in `postfix` slot\n * @csspart prefix-icon - Icon element displayed before the text label when `prefix-icon` attribute is set\n * @csspart postfix-icon - Icon element displayed after the text label when `postfix-icon` attribute is set\n *\n * @cssproperty --mdc-button-height - Height for button size\n * @cssproperty --mdc-button-background - Background of the button\n * @cssproperty --mdc-button-border-color - Border color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n * @cssproperty --mdc-button-prefix-icon-size - Size of the prefix icon\n * @cssproperty --mdc-button-postfix-icon-size - Size of the postfix icon\n * @cssproperty --mdc-button-line-height - Line height of the button text\n *\n */",
|
|
5702
5702
|
"customElement": true,
|
|
5703
5703
|
"events": [
|
|
5704
5704
|
{
|
|
@@ -5757,7 +5757,7 @@
|
|
|
5757
5757
|
"declarations": [
|
|
5758
5758
|
{
|
|
5759
5759
|
"kind": "class",
|
|
5760
|
-
"description": "
|
|
5760
|
+
"description": "",
|
|
5761
5761
|
"name": "ButtonGroup",
|
|
5762
5762
|
"cssProperties": [
|
|
5763
5763
|
{
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
"module": "/src/models"
|
|
5875
5875
|
},
|
|
5876
5876
|
"tagName": "mdc-buttongroup",
|
|
5877
|
-
"jsDoc": "/**\n *
|
|
5877
|
+
"jsDoc": "/**\n * @tagname mdc-buttongroup\n *\n * @slot default - This is a default/unnamed slot, which contains the buttons\n *\n * @cssproperty --mdc-buttongroup-border-radius - The border radius of the buttongroup\n * @cssproperty --mdc-buttongroup-border-color - The border color of the buttongroup\n * @cssproperty --mdc-buttongroup-divider-color - The color of the divider between buttons within the buttongroup\n *\n * @csspart container - The container of the buttongroup.\n */",
|
|
5878
5878
|
"customElement": true
|
|
5879
5879
|
}
|
|
5880
5880
|
],
|
|
@@ -5895,7 +5895,7 @@
|
|
|
5895
5895
|
"declarations": [
|
|
5896
5896
|
{
|
|
5897
5897
|
"kind": "class",
|
|
5898
|
-
"description": "
|
|
5898
|
+
"description": "",
|
|
5899
5899
|
"name": "ButtonLink",
|
|
5900
5900
|
"cssProperties": [
|
|
5901
5901
|
{
|
|
@@ -6711,7 +6711,7 @@
|
|
|
6711
6711
|
"module": "/src/components/linksimple/linksimple.component"
|
|
6712
6712
|
},
|
|
6713
6713
|
"tagName": "mdc-buttonlink",
|
|
6714
|
-
"jsDoc": "/**\n *
|
|
6714
|
+
"jsDoc": "/**\n * @tagname mdc-buttonlink\n *\n * @dependency mdc-icon\n *\n * @slot default - The default slot for buttonlink text content.\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @csspart anchor - The anchor element that wraps the buttonlink content.\n * @csspart prefix-icon - The prefix icon element.\n * @csspart button-text - The slot containing the buttonlink text.\n * @csspart postfix-icon - The postfix icon element.\n *\n * @cssproperty --mdc-button-height - Height of the buttonlink\n * @cssproperty --mdc-button-background - Background color of the buttonlink\n * @cssproperty --mdc-button-border-color - Border color of the buttonlink\n * @cssproperty --mdc-button-text-color - Text color of the buttonlink\n * @cssproperty --mdc-button-line-height - Line height of the buttonlink text\n * @cssproperty --mdc-button-prefix-icon-size - Size of the prefix icon\n * @cssproperty --mdc-button-postfix-icon-size - Size of the postfix icon\n */",
|
|
6715
6715
|
"customElement": true
|
|
6716
6716
|
}
|
|
6717
6717
|
],
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
"declarations": [
|
|
6733
6733
|
{
|
|
6734
6734
|
"kind": "class",
|
|
6735
|
-
"description": "
|
|
6735
|
+
"description": "",
|
|
6736
6736
|
"name": "Buttonsimple",
|
|
6737
6737
|
"cssProperties": [
|
|
6738
6738
|
{
|
|
@@ -7165,7 +7165,7 @@
|
|
|
7165
7165
|
"module": "/src/models"
|
|
7166
7166
|
},
|
|
7167
7167
|
"tagName": "mdc-buttonsimple",
|
|
7168
|
-
"jsDoc": "/**\n *
|
|
7168
|
+
"jsDoc": "/**\n * @tagname mdc-buttonsimple\n *\n * @slot - Text label of the button.\n *\n * @event click - (React: onClick) This event is dispatched when the button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the button.\n * @event focus - (React: onFocus) This event is dispatched when the button receives focus.\n *\n * @cssproperty --mdc-button-height - Height of the button\n * @cssproperty --mdc-button-background - Background color of the button\n * @cssproperty --mdc-button-border-color - Border color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n */",
|
|
7169
7169
|
"customElement": true
|
|
7170
7170
|
}
|
|
7171
7171
|
],
|
|
@@ -7186,7 +7186,7 @@
|
|
|
7186
7186
|
"declarations": [
|
|
7187
7187
|
{
|
|
7188
7188
|
"kind": "class",
|
|
7189
|
-
"description": "
|
|
7189
|
+
"description": "",
|
|
7190
7190
|
"name": "Calendar",
|
|
7191
7191
|
"cssProperties": [
|
|
7192
7192
|
{
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
"module": "/src/models"
|
|
7755
7755
|
},
|
|
7756
7756
|
"tagName": "mdc-calendar",
|
|
7757
|
-
"jsDoc": "/**\n *
|
|
7757
|
+
"jsDoc": "/**\n * @tagname mdc-calendar\n *\n * @dependency mdc-button\n *\n * @event date-selected - Fires when a date or date range is selected.\n * @event month-changed - Fires when the displayed month changes.\n *\n * @cssproperty --mdc-calendar-background-color - Background color of the calendar.\n * @cssproperty --mdc-calendar-text-color - Text color of the calendar.\n * @cssproperty --mdc-calendar-day-selected-bg - Background color of selected days.\n * @cssproperty --mdc-calendar-day-selected-text-color - Text color of selected days.\n * @cssproperty --mdc-calendar-day-today-border-color - Border color for today's date.\n * @cssproperty --mdc-calendar-day-hover-bg - Background color on hover.\n * @cssproperty --mdc-calendar-range-bg - Background color for days within a range.\n * @cssproperty --mdc-calendar-day-outside-month-text-color - Text color for days outside the current month.\n * @cssproperty --mdc-calendar-day-disabled-text-color - Text color for disabled days.\n */",
|
|
7758
7758
|
"customElement": true
|
|
7759
7759
|
}
|
|
7760
7760
|
],
|
|
@@ -7775,7 +7775,7 @@
|
|
|
7775
7775
|
"declarations": [
|
|
7776
7776
|
{
|
|
7777
7777
|
"kind": "class",
|
|
7778
|
-
"description": "
|
|
7778
|
+
"description": "",
|
|
7779
7779
|
"name": "Card",
|
|
7780
7780
|
"cssProperties": [
|
|
7781
7781
|
{
|
|
@@ -8093,7 +8093,7 @@
|
|
|
8093
8093
|
"module": "/src/models"
|
|
8094
8094
|
},
|
|
8095
8095
|
"tagName": "mdc-card",
|
|
8096
|
-
"jsDoc": "/**\n *
|
|
8096
|
+
"jsDoc": "/**\n * @tagname mdc-card\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot title - This slot is for passing the title of the card in the header section\n * @slot subtitle - This slot is for passing the subtitle of the card in the header section\n * @slot icon-button - This slot supports action icon buttons in the header section (maximum of 3 buttons)\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
|
|
8097
8097
|
"customElement": true,
|
|
8098
8098
|
"attributes": [
|
|
8099
8099
|
{
|
|
@@ -8232,7 +8232,7 @@
|
|
|
8232
8232
|
"declarations": [
|
|
8233
8233
|
{
|
|
8234
8234
|
"kind": "class",
|
|
8235
|
-
"description": "
|
|
8235
|
+
"description": "",
|
|
8236
8236
|
"name": "CardButton",
|
|
8237
8237
|
"cssProperties": [
|
|
8238
8238
|
{
|
|
@@ -8895,7 +8895,7 @@
|
|
|
8895
8895
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
8896
8896
|
},
|
|
8897
8897
|
"tagName": "mdc-cardbutton",
|
|
8898
|
-
"jsDoc": "/**\n *
|
|
8898
|
+
"jsDoc": "/**\n * @tagname mdc-cardbutton\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot image - This slot is for overriding the image content of the card\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot title - This slot is for passing the title of the card in the header section\n * @slot subtitle - This slot is for passing the subtitle of the card in the header section\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It fires the click event when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It fires the click event when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
|
|
8899
8899
|
"customElement": true,
|
|
8900
8900
|
"attributes": [
|
|
8901
8901
|
{
|
|
@@ -9175,7 +9175,7 @@
|
|
|
9175
9175
|
"declarations": [
|
|
9176
9176
|
{
|
|
9177
9177
|
"kind": "class",
|
|
9178
|
-
"description": "
|
|
9178
|
+
"description": "",
|
|
9179
9179
|
"name": "CardCheckbox",
|
|
9180
9180
|
"cssProperties": [
|
|
9181
9181
|
{
|
|
@@ -9905,7 +9905,7 @@
|
|
|
9905
9905
|
"module": "/src/components/card/card.component"
|
|
9906
9906
|
},
|
|
9907
9907
|
"tagName": "mdc-cardcheckbox",
|
|
9908
|
-
"jsDoc": "/**\n *
|
|
9908
|
+
"jsDoc": "/**\n * @tagname mdc-cardcheckbox\n *\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot title - This slot is for passing the title of the card in the header section\n * @slot subtitle - This slot is for passing the subtitle of the card in the header section\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
|
|
9909
9909
|
"customElement": true
|
|
9910
9910
|
}
|
|
9911
9911
|
],
|
|
@@ -9926,7 +9926,7 @@
|
|
|
9926
9926
|
"declarations": [
|
|
9927
9927
|
{
|
|
9928
9928
|
"kind": "class",
|
|
9929
|
-
"description": "
|
|
9929
|
+
"description": "",
|
|
9930
9930
|
"name": "CardRadio",
|
|
9931
9931
|
"cssProperties": [
|
|
9932
9932
|
{
|
|
@@ -10701,7 +10701,7 @@
|
|
|
10701
10701
|
"module": "/src/components/card/card.component"
|
|
10702
10702
|
},
|
|
10703
10703
|
"tagName": "mdc-cardradio",
|
|
10704
|
-
"jsDoc": "/**\n *
|
|
10704
|
+
"jsDoc": "/**\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot title - This slot is for passing the title of the card in the header section\n * @slot subtitle - This slot is for passing the subtitle of the card in the header section\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It selects the card and unselects others in the same group.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It selects the card when enter key or arrow keys are used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It selects the card when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n * @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n */",
|
|
10705
10705
|
"customElement": true
|
|
10706
10706
|
}
|
|
10707
10707
|
],
|
|
@@ -10722,7 +10722,7 @@
|
|
|
10722
10722
|
"declarations": [
|
|
10723
10723
|
{
|
|
10724
10724
|
"kind": "class",
|
|
10725
|
-
"description": "
|
|
10725
|
+
"description": "",
|
|
10726
10726
|
"name": "Checkbox",
|
|
10727
10727
|
"cssParts": [
|
|
10728
10728
|
{
|
|
@@ -11478,7 +11478,7 @@
|
|
|
11478
11478
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
11479
11479
|
},
|
|
11480
11480
|
"tagName": "mdc-checkbox",
|
|
11481
|
-
"jsDoc": "/**\n *
|
|
11481
|
+
"jsDoc": "/**\n * @tagname mdc-checkbox\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event change - (React: onChange) Event that gets dispatched when the checkbox state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the checkbox receives focus.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart checkbox-input - The native checkbox input element that provides the interactive functionality.\n * @csspart text-container - The container for the label and helper text elements.\n * @csspart static-checkbox - The staticcheckbox that provides the visual checkbox appearance.\n *\n * @cssstate checked - Active when the checkbox is checked.\n */",
|
|
11482
11482
|
"cssCustomStates": [
|
|
11483
11483
|
{
|
|
11484
11484
|
"name": "checked",
|
|
@@ -11613,7 +11613,7 @@
|
|
|
11613
11613
|
"declarations": [
|
|
11614
11614
|
{
|
|
11615
11615
|
"kind": "class",
|
|
11616
|
-
"description": "
|
|
11616
|
+
"description": "",
|
|
11617
11617
|
"name": "Chip",
|
|
11618
11618
|
"cssProperties": [
|
|
11619
11619
|
{
|
|
@@ -12252,7 +12252,7 @@
|
|
|
12252
12252
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
12253
12253
|
},
|
|
12254
12254
|
"tagName": "mdc-chip",
|
|
12255
|
-
"jsDoc": "/**\n *
|
|
12255
|
+
"jsDoc": "/**\n * @tagname mdc-chip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n * @csspart icon - The icon part of the chip.\n * @csspart label - The label part of the chip.\n *\n * @event click - (React: onClick) This event is dispatched when the chip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the chip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the chip.\n * @event focus - (React: onFocus) This event is dispatched when the chip receives focus.\n */",
|
|
12256
12256
|
"customElement": true,
|
|
12257
12257
|
"slots": [
|
|
12258
12258
|
{
|
|
@@ -12283,7 +12283,7 @@
|
|
|
12283
12283
|
"declarations": [
|
|
12284
12284
|
{
|
|
12285
12285
|
"kind": "class",
|
|
12286
|
-
"description": "
|
|
12286
|
+
"description": "",
|
|
12287
12287
|
"name": "Coachmark",
|
|
12288
12288
|
"cssProperties": [
|
|
12289
12289
|
{
|
|
@@ -13651,7 +13651,7 @@
|
|
|
13651
13651
|
"module": "/src/components/popover/popover.component"
|
|
13652
13652
|
},
|
|
13653
13653
|
"tagName": "mdc-coachmark",
|
|
13654
|
-
"jsDoc": "/**\n *
|
|
13654
|
+
"jsDoc": "/**\n * @tagname mdc-coachmark\n *\n * @dependency mdc-popover\n *\n * @event shown - (React: onShown) This event is dispatched when the coachmark is shown\n * @event hidden - (React: onHidden) This event is dispatched when the coachmark is hidden\n * @event created - (React: onCreated) This event is dispatched when the coachmark is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the coachmark is\n * destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n *\n * @slot - Default slot for modal container\n */",
|
|
13655
13655
|
"customElement": true,
|
|
13656
13656
|
"cssParts": [
|
|
13657
13657
|
{
|
|
@@ -13698,7 +13698,7 @@
|
|
|
13698
13698
|
"declarations": [
|
|
13699
13699
|
{
|
|
13700
13700
|
"kind": "class",
|
|
13701
|
-
"description": "
|
|
13701
|
+
"description": "",
|
|
13702
13702
|
"name": "Combobox",
|
|
13703
13703
|
"cssProperties": [
|
|
13704
13704
|
{
|
|
@@ -14786,7 +14786,7 @@
|
|
|
14786
14786
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
14787
14787
|
},
|
|
14788
14788
|
"tagName": "mdc-combobox",
|
|
14789
|
-
"jsDoc": "/**\n *
|
|
14789
|
+
"jsDoc": "/**\n * @tagname mdc-combobox\n *\n * @dependency mdc-buttonsimple\n * @dependency mdc-icon\n * @dependency mdc-input\n * @dependency mdc-listitem\n * @dependency mdc-popover\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @event click - (React: onClick) This event is dispatched when the combobox is clicked.\n * @event change - (React: onChange) This event is dispatched when the combobox is changed.\n * @event input - (React: onInput) This event is dispatched when the combobox is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the combobox.\n * @event focus - (React: onFocus) This event is dispatched when the combobox receives focus.\n *\n * @cssproperty --mdc-combobox-border-color - The border color of the combobox\n * @cssproperty --mdc-combobox-height - The height of the combobox trigger control\n * @cssproperty --mdc-combobox-icon-color - The icon color of the combobox\n * @cssproperty --mdc-combobox-listbox-height - The height of the listbox inside the combobox\n * @cssproperty --mdc-combobox-listbox-width - The width of the listbox inside the combobox\n * @cssproperty --mdc-combobox-width - The width of the combobox\n * @cssproperty --mdc-combobox-hover-background-color - The background color of the combobox when hovered\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart internal-native-input - The internal native input element of the combobox.\n * @csspart input-text - The input element of the combobox.\n * @csspart no-result-text - The no result text element of the combobox.\n * @csspart combobox-base - The base container element of the combobox.\n * @csspart combobox-button - The button element of the combobox.\n * @csspart combobox-button-icon - The icon element of the button of the combobox.\n */",
|
|
14790
14790
|
"customElement": true
|
|
14791
14791
|
}
|
|
14792
14792
|
],
|
|
@@ -14807,7 +14807,7 @@
|
|
|
14807
14807
|
"declarations": [
|
|
14808
14808
|
{
|
|
14809
14809
|
"kind": "class",
|
|
14810
|
-
"description": "
|
|
14810
|
+
"description": "",
|
|
14811
14811
|
"name": "ControlTypeProvider",
|
|
14812
14812
|
"members": [
|
|
14813
14813
|
{
|
|
@@ -14858,7 +14858,7 @@
|
|
|
14858
14858
|
"module": "/src/models"
|
|
14859
14859
|
},
|
|
14860
14860
|
"tagName": "mdc-controltypeprovider",
|
|
14861
|
-
"jsDoc": "/**\n *
|
|
14861
|
+
"jsDoc": "/**\n * @tagname mdc-controltypeprovider\n *\n */",
|
|
14862
14862
|
"customElement": true
|
|
14863
14863
|
}
|
|
14864
14864
|
],
|
|
@@ -14879,7 +14879,7 @@
|
|
|
14879
14879
|
"declarations": [
|
|
14880
14880
|
{
|
|
14881
14881
|
"kind": "class",
|
|
14882
|
-
"description": "
|
|
14882
|
+
"description": "",
|
|
14883
14883
|
"name": "DatePicker",
|
|
14884
14884
|
"cssProperties": [
|
|
14885
14885
|
{
|
|
@@ -15177,6 +15177,24 @@
|
|
|
15177
15177
|
"module": "utils/mixins/FormInternalsMixin.js"
|
|
15178
15178
|
}
|
|
15179
15179
|
},
|
|
15180
|
+
{
|
|
15181
|
+
"kind": "method",
|
|
15182
|
+
"name": "clampValueToRange",
|
|
15183
|
+
"privacy": "private",
|
|
15184
|
+
"return": {
|
|
15185
|
+
"type": {
|
|
15186
|
+
"text": "string"
|
|
15187
|
+
}
|
|
15188
|
+
},
|
|
15189
|
+
"parameters": [
|
|
15190
|
+
{
|
|
15191
|
+
"name": "value",
|
|
15192
|
+
"type": {
|
|
15193
|
+
"text": "string"
|
|
15194
|
+
}
|
|
15195
|
+
}
|
|
15196
|
+
]
|
|
15197
|
+
},
|
|
15180
15198
|
{
|
|
15181
15199
|
"kind": "method",
|
|
15182
15200
|
"name": "commitValue",
|
|
@@ -15305,6 +15323,19 @@
|
|
|
15305
15323
|
}
|
|
15306
15324
|
}
|
|
15307
15325
|
},
|
|
15326
|
+
{
|
|
15327
|
+
"kind": "method",
|
|
15328
|
+
"name": "getFieldRange",
|
|
15329
|
+
"privacy": "private",
|
|
15330
|
+
"parameters": [
|
|
15331
|
+
{
|
|
15332
|
+
"name": "field",
|
|
15333
|
+
"type": {
|
|
15334
|
+
"text": "'month' | 'day' | 'year'"
|
|
15335
|
+
}
|
|
15336
|
+
}
|
|
15337
|
+
]
|
|
15338
|
+
},
|
|
15308
15339
|
{
|
|
15309
15340
|
"kind": "method",
|
|
15310
15341
|
"name": "getFieldValue",
|
|
@@ -15323,6 +15354,56 @@
|
|
|
15323
15354
|
}
|
|
15324
15355
|
]
|
|
15325
15356
|
},
|
|
15357
|
+
{
|
|
15358
|
+
"kind": "method",
|
|
15359
|
+
"name": "getNextSpinbuttonValue",
|
|
15360
|
+
"privacy": "private",
|
|
15361
|
+
"return": {
|
|
15362
|
+
"type": {
|
|
15363
|
+
"text": "number"
|
|
15364
|
+
}
|
|
15365
|
+
},
|
|
15366
|
+
"parameters": [
|
|
15367
|
+
{
|
|
15368
|
+
"name": "currentValue",
|
|
15369
|
+
"type": {
|
|
15370
|
+
"text": "number"
|
|
15371
|
+
}
|
|
15372
|
+
},
|
|
15373
|
+
{
|
|
15374
|
+
"name": "range",
|
|
15375
|
+
"type": {
|
|
15376
|
+
"text": "ReturnType<DatePicker['getFieldRange']>"
|
|
15377
|
+
}
|
|
15378
|
+
},
|
|
15379
|
+
{
|
|
15380
|
+
"name": "increment",
|
|
15381
|
+
"type": {
|
|
15382
|
+
"text": "boolean"
|
|
15383
|
+
}
|
|
15384
|
+
}
|
|
15385
|
+
]
|
|
15386
|
+
},
|
|
15387
|
+
{
|
|
15388
|
+
"kind": "method",
|
|
15389
|
+
"name": "getParsedMax",
|
|
15390
|
+
"privacy": "private",
|
|
15391
|
+
"return": {
|
|
15392
|
+
"type": {
|
|
15393
|
+
"text": "Date | undefined"
|
|
15394
|
+
}
|
|
15395
|
+
}
|
|
15396
|
+
},
|
|
15397
|
+
{
|
|
15398
|
+
"kind": "method",
|
|
15399
|
+
"name": "getParsedMin",
|
|
15400
|
+
"privacy": "private",
|
|
15401
|
+
"return": {
|
|
15402
|
+
"type": {
|
|
15403
|
+
"text": "Date | undefined"
|
|
15404
|
+
}
|
|
15405
|
+
}
|
|
15406
|
+
},
|
|
15326
15407
|
{
|
|
15327
15408
|
"kind": "method",
|
|
15328
15409
|
"name": "getSpinbuttonInput",
|
|
@@ -15722,7 +15803,13 @@
|
|
|
15722
15803
|
"type": {
|
|
15723
15804
|
"text": "void"
|
|
15724
15805
|
}
|
|
15725
|
-
}
|
|
15806
|
+
},
|
|
15807
|
+
"parameters": [
|
|
15808
|
+
{
|
|
15809
|
+
"name": "value",
|
|
15810
|
+
"default": "this.value"
|
|
15811
|
+
}
|
|
15812
|
+
]
|
|
15726
15813
|
},
|
|
15727
15814
|
{
|
|
15728
15815
|
"kind": "field",
|
|
@@ -16469,7 +16556,7 @@
|
|
|
16469
16556
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
16470
16557
|
},
|
|
16471
16558
|
"tagName": "mdc-datepicker",
|
|
16472
|
-
"jsDoc": "/**\n *
|
|
16559
|
+
"jsDoc": "/**\n * @tagname mdc-datepicker\n *\n * @dependency mdc-button\n * @dependency mdc-calendar\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event input - (React: onInput) This event is dispatched when the date value changes.\n * @event change - (React: onChange) This event is dispatched when the date value is committed.\n * @event focus - (React: onFocus) This event is dispatched when the datepicker receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the datepicker loses focus.\n *\n * @slot label - Slot for the label element.\n * @slot toggletip - Slot for the toggletip info icon button.\n * @slot help-icon - Slot for the helper/validation icon.\n * @slot help-text - Slot for the helper/validation text.\n *\n * @cssproperty --mdc-datepicker-background-color - Background color of the datepicker input.\n * @cssproperty --mdc-datepicker-border-color - Border color of the datepicker input.\n * @cssproperty --mdc-datepicker-text-color - Text color of the datepicker input.\n * @cssproperty --mdc-datepicker-height - The height of the datepicker trigger control.\n * @cssproperty --mdc-datepicker-width - Width of the datepicker component.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element.\n * @csspart info-icon-btn - The info icon button element.\n * @csspart label-toggletip - The toggletip element.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart help-text-container - The container for helper/validation elements.\n * @csspart container - The outer container for the input and popover.\n * @csspart base-container - The input container with border and background.\n * @csspart spinbutton-group - The container for spinbutton elements.\n * @csspart spinbutton - A spinbutton input element.\n * @csspart separator - The separator between spinbuttons.\n * @csspart icon-container - The calendar/dropdown button container.\n * @csspart native-input - The hidden native input for form participation.\n * @csspart select-text - The selected value display text (default variant).\n */",
|
|
16473
16560
|
"customElement": true
|
|
16474
16561
|
}
|
|
16475
16562
|
],
|
|
@@ -16490,7 +16577,7 @@
|
|
|
16490
16577
|
"declarations": [
|
|
16491
16578
|
{
|
|
16492
16579
|
"kind": "class",
|
|
16493
|
-
"description": "
|
|
16580
|
+
"description": "",
|
|
16494
16581
|
"name": "Dialog",
|
|
16495
16582
|
"cssProperties": [
|
|
16496
16583
|
{
|
|
@@ -17091,7 +17178,7 @@
|
|
|
17091
17178
|
"module": "/src/models"
|
|
17092
17179
|
},
|
|
17093
17180
|
"tagName": "mdc-dialog",
|
|
17094
|
-
"jsDoc": "/**\n *
|
|
17181
|
+
"jsDoc": "/**\n * @tagname mdc-dialog\n *\n * @dependency mdc-button\n * @dependency mdc-text\n *\n * @event shown - (React: onShown) Dispatched when the dialog is shown\n * @event hidden - (React: onHidden) Dispatched when the dialog is hidden\n * @event created - (React: onCreated) Dispatched when the dialog is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) Dispatched when the dialog is destroyed (removed from the DOM)\n * @event close - (React: onClose) Dispatched when the Close Button is clicked or Escape key is pressed\n * (this does not hide the dialog)\n *\n * @cssproperty --mdc-dialog-primary-background-color - primary background color of the dialog\n * @cssproperty --mdc-dialog-border-color - border color of the dialog\n * @cssproperty --mdc-dialog-header-text-color - text color of the header/title of the dialog\n * @cssproperty --mdc-dialog-description-text-color - text color of the below header description of the dialog\n * @cssproperty --mdc-dialog-elevation-3 - elevation of the dialog\n * @cssproperty --mdc-dialog-width - width of the dialog\n * @cssproperty --mdc-dialog-height - height of the dialog\n * @cssproperty --mdc-dialog-backdrop-color - background color of the backdrop (if backdrop is enabled)\n *\n * @csspart body - The body section of the dialog.\n * @csspart description-text - The description text of the dialog.\n * @csspart dialog-close-btn - The close button of the dialog.\n * @csspart header - The header of the dialog.\n * @csspart header-section - The header section of the dialog.\n * @csspart header-text - The header text of the dialog.\n *\n * @slot header-prefix - Slot for the dialog header content. This can be used to pass custom header content.\n * @slot dialog-body - Slot for the dialog body content\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-secondary - This slot is for passing secondary variant of `mdc-button` component\n * within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of\n * `mdc-button` component within the footer section.\n * @slot footer - This slot is for passing custom footer content. Only use this if really needed,\n * using the footer-link and footer-button slots is preferred\n */",
|
|
17095
17182
|
"customElement": true
|
|
17096
17183
|
}
|
|
17097
17184
|
],
|
|
@@ -17112,7 +17199,7 @@
|
|
|
17112
17199
|
"declarations": [
|
|
17113
17200
|
{
|
|
17114
17201
|
"kind": "class",
|
|
17115
|
-
"description": "
|
|
17202
|
+
"description": "",
|
|
17116
17203
|
"name": "Divider",
|
|
17117
17204
|
"cssProperties": [
|
|
17118
17205
|
{
|
|
@@ -17343,7 +17430,7 @@
|
|
|
17343
17430
|
"module": "/src/models"
|
|
17344
17431
|
},
|
|
17345
17432
|
"tagName": "mdc-divider",
|
|
17346
|
-
"jsDoc": "/**\n *
|
|
17433
|
+
"jsDoc": "/**\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - Background color of the divider line.\n * @cssproperty --mdc-divider-width - Width (thickness) of the divider line.\n * @cssproperty --mdc-divider-horizontal-gradient - Gradient for horizontal dividers.\n * @cssproperty --mdc-divider-vertical-gradient - Gradient for vertical dividers.\n * @cssproperty --mdc-divider-text-size - Font size of the text label in text dividers.\n * @cssproperty --mdc-divider-text-color - Font color of the text label in text dividers.\n * @cssproperty --mdc-divider-text-margin - Left and right margin of the text label.\n * @cssproperty --mdc-divider-text-line-height - Line height of the text label.\n * @cssproperty --mdc-divider-grabber-button-background-color-normal - Background color of the grabber button in rest state.\n * @cssproperty --mdc-divider-grabber-button-background-color-hover - Background color of the grabber button in hover state.\n * @cssproperty --mdc-divider-grabber-button-background-color-pressed - Background color of the grabber button in pressed state.\n * @cssproperty --mdc-divider-grabber-button-border-color - Border color of the grabber button.\n * @cssproperty --mdc-divider-grabber-button-border-radius - Border radius of the grabber button.\n *\n * @slot - Content for the divider. Use `mdc-text` for text labels or `mdc-button` for grabber buttons.\n */",
|
|
17347
17434
|
"customElement": true
|
|
17348
17435
|
}
|
|
17349
17436
|
],
|
|
@@ -17364,7 +17451,7 @@
|
|
|
17364
17451
|
"declarations": [
|
|
17365
17452
|
{
|
|
17366
17453
|
"kind": "class",
|
|
17367
|
-
"description": "
|
|
17454
|
+
"description": "",
|
|
17368
17455
|
"name": "FilterChip",
|
|
17369
17456
|
"cssProperties": [
|
|
17370
17457
|
{
|
|
@@ -18077,7 +18164,7 @@
|
|
|
18077
18164
|
"module": "/src/components/chip/chip.component"
|
|
18078
18165
|
},
|
|
18079
18166
|
"tagName": "mdc-filterchip",
|
|
18080
|
-
"jsDoc": "/**\n *
|
|
18167
|
+
"jsDoc": "/**\n * @tagname mdc-filterchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @csspart label - The label part of the chip.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n * @event click - (React: onClick) This event is dispatched when the chip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the chip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the chip.\n * @event focus - (React: onFocus) This event is dispatched when the chip receives focus.\n */",
|
|
18081
18168
|
"customElement": true,
|
|
18082
18169
|
"slots": [
|
|
18083
18170
|
{
|
|
@@ -18108,7 +18195,7 @@
|
|
|
18108
18195
|
"declarations": [
|
|
18109
18196
|
{
|
|
18110
18197
|
"kind": "class",
|
|
18111
|
-
"description": "
|
|
18198
|
+
"description": "",
|
|
18112
18199
|
"name": "FormfieldGroup",
|
|
18113
18200
|
"cssProperties": [
|
|
18114
18201
|
{
|
|
@@ -18535,7 +18622,7 @@
|
|
|
18535
18622
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
18536
18623
|
},
|
|
18537
18624
|
"tagName": "mdc-formfieldgroup",
|
|
18538
|
-
"jsDoc": "/**\n *
|
|
18625
|
+
"jsDoc": "/**\n * @tagname mdc-formfieldgroup\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot default - This is a default slot for checkbox or toggle components.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart group-header - This contains the label and help text for the group\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n */",
|
|
18539
18626
|
"customElement": true,
|
|
18540
18627
|
"attributes": [
|
|
18541
18628
|
{
|
|
@@ -18697,7 +18784,7 @@
|
|
|
18697
18784
|
"declarations": [
|
|
18698
18785
|
{
|
|
18699
18786
|
"kind": "class",
|
|
18700
|
-
"description": "
|
|
18787
|
+
"description": "",
|
|
18701
18788
|
"name": "FormfieldWrapper",
|
|
18702
18789
|
"cssProperties": [
|
|
18703
18790
|
{
|
|
@@ -19079,7 +19166,7 @@
|
|
|
19079
19166
|
"module": "/src/models"
|
|
19080
19167
|
},
|
|
19081
19168
|
"tagName": "mdc-formfieldwrapper",
|
|
19082
|
-
"jsDoc": "/**\n *
|
|
19169
|
+
"jsDoc": "/**\n * @tagname mdc-formfieldwrapper\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n */",
|
|
19083
19170
|
"customElement": true
|
|
19084
19171
|
}
|
|
19085
19172
|
],
|
|
@@ -19100,7 +19187,7 @@
|
|
|
19100
19187
|
"declarations": [
|
|
19101
19188
|
{
|
|
19102
19189
|
"kind": "class",
|
|
19103
|
-
"description": "
|
|
19190
|
+
"description": "",
|
|
19104
19191
|
"name": "Icon",
|
|
19105
19192
|
"cssProperties": [
|
|
19106
19193
|
{
|
|
@@ -19327,7 +19414,7 @@
|
|
|
19327
19414
|
"module": "/src/models"
|
|
19328
19415
|
},
|
|
19329
19416
|
"tagName": "mdc-icon",
|
|
19330
|
-
"jsDoc": "/**\n *
|
|
19417
|
+
"jsDoc": "/**\n * @tagname mdc-icon\n *\n * @cssproperty --mdc-icon-fill-color - Allows customization of the default fill color.\n * @cssproperty --mdc-icon-size - Allows customization of the icon size.\n * @cssproperty --mdc-icon-border-radius - Allows customization of the icon border radius.\n *\n * @csspart icon - The svg inside the icon element.\n */",
|
|
19331
19418
|
"customElement": true
|
|
19332
19419
|
}
|
|
19333
19420
|
],
|
|
@@ -19348,7 +19435,7 @@
|
|
|
19348
19435
|
"declarations": [
|
|
19349
19436
|
{
|
|
19350
19437
|
"kind": "class",
|
|
19351
|
-
"description": "
|
|
19438
|
+
"description": "",
|
|
19352
19439
|
"name": "IconProvider",
|
|
19353
19440
|
"slots": [
|
|
19354
19441
|
{
|
|
@@ -19523,7 +19610,7 @@
|
|
|
19523
19610
|
"module": "/src/models"
|
|
19524
19611
|
},
|
|
19525
19612
|
"tagName": "mdc-iconprovider",
|
|
19526
|
-
"jsDoc": "/**\n *
|
|
19613
|
+
"jsDoc": "/**\n * @tagname mdc-iconprovider\n *\n * @slot - children\n */",
|
|
19527
19614
|
"customElement": true
|
|
19528
19615
|
}
|
|
19529
19616
|
],
|
|
@@ -19544,7 +19631,7 @@
|
|
|
19544
19631
|
"declarations": [
|
|
19545
19632
|
{
|
|
19546
19633
|
"kind": "class",
|
|
19547
|
-
"description": "
|
|
19634
|
+
"description": "",
|
|
19548
19635
|
"name": "Illustration",
|
|
19549
19636
|
"cssProperties": [
|
|
19550
19637
|
{
|
|
@@ -19701,7 +19788,7 @@
|
|
|
19701
19788
|
"module": "/src/models"
|
|
19702
19789
|
},
|
|
19703
19790
|
"tagName": "mdc-illustration",
|
|
19704
|
-
"jsDoc": "/**\n *
|
|
19791
|
+
"jsDoc": "/**\n * @tagname mdc-illustration\n *\n * @cssproperty --mdc-illustration-size - Allows customization of the illustration size.\n *\n * @csspart illustration - The svg inside the illustration element.\n */",
|
|
19705
19792
|
"customElement": true
|
|
19706
19793
|
}
|
|
19707
19794
|
],
|
|
@@ -19722,7 +19809,7 @@
|
|
|
19722
19809
|
"declarations": [
|
|
19723
19810
|
{
|
|
19724
19811
|
"kind": "class",
|
|
19725
|
-
"description": "
|
|
19812
|
+
"description": "",
|
|
19726
19813
|
"name": "IllustrationProvider",
|
|
19727
19814
|
"slots": [
|
|
19728
19815
|
{
|
|
@@ -19857,7 +19944,7 @@
|
|
|
19857
19944
|
"module": "/src/models"
|
|
19858
19945
|
},
|
|
19859
19946
|
"tagName": "mdc-illustrationprovider",
|
|
19860
|
-
"jsDoc": "/**\n *
|
|
19947
|
+
"jsDoc": "/**\n * @tagname mdc-illustrationprovider\n *\n * @slot - children\n */",
|
|
19861
19948
|
"customElement": true
|
|
19862
19949
|
}
|
|
19863
19950
|
],
|
|
@@ -19878,7 +19965,7 @@
|
|
|
19878
19965
|
"declarations": [
|
|
19879
19966
|
{
|
|
19880
19967
|
"kind": "class",
|
|
19881
|
-
"description": "
|
|
19968
|
+
"description": "",
|
|
19882
19969
|
"name": "Input",
|
|
19883
19970
|
"cssProperties": [
|
|
19884
19971
|
{
|
|
@@ -21217,7 +21304,7 @@
|
|
|
21217
21304
|
"module": "/src/components/formfieldwrapper"
|
|
21218
21305
|
},
|
|
21219
21306
|
"tagName": "mdc-input",
|
|
21220
|
-
"jsDoc": "/**\n *
|
|
21307
|
+
"jsDoc": "/**\n * @tagname mdc-input\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-height - Height for the input container\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n * @csspart input-footer - The footer element that contains the helper text and character counter.\n * @csspart character-counter - The character counter element.\n */",
|
|
21221
21308
|
"customElement": true
|
|
21222
21309
|
}
|
|
21223
21310
|
],
|
|
@@ -21238,7 +21325,7 @@
|
|
|
21238
21325
|
"declarations": [
|
|
21239
21326
|
{
|
|
21240
21327
|
"kind": "class",
|
|
21241
|
-
"description": "
|
|
21328
|
+
"description": "",
|
|
21242
21329
|
"name": "InputChip",
|
|
21243
21330
|
"cssProperties": [
|
|
21244
21331
|
{
|
|
@@ -21439,7 +21526,7 @@
|
|
|
21439
21526
|
"module": "/src/models"
|
|
21440
21527
|
},
|
|
21441
21528
|
"tagName": "mdc-inputchip",
|
|
21442
|
-
"jsDoc": "/**\n *
|
|
21529
|
+
"jsDoc": "/**\n * @tagname mdc-inputchip\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event remove - This event is dispatched when the close button is activated. It bubbles and is composed.\n *\n * @slot prefix - A slot for prefix content such as avatars.\n *\n * @csspart label - The label part of the chip.\n * @csspart icon - The icon part of the chip.\n * @csspart close-icon - The close icon part of the chip.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n */",
|
|
21443
21530
|
"customElement": true
|
|
21444
21531
|
}
|
|
21445
21532
|
],
|
|
@@ -21460,7 +21547,7 @@
|
|
|
21460
21547
|
"declarations": [
|
|
21461
21548
|
{
|
|
21462
21549
|
"kind": "class",
|
|
21463
|
-
"description": "
|
|
21550
|
+
"description": "",
|
|
21464
21551
|
"name": "Link",
|
|
21465
21552
|
"cssParts": [
|
|
21466
21553
|
{
|
|
@@ -21981,7 +22068,7 @@
|
|
|
21981
22068
|
"module": "/src/components/linksimple/linksimple.component"
|
|
21982
22069
|
},
|
|
21983
22070
|
"tagName": "mdc-link",
|
|
21984
|
-
"jsDoc": "/**\n *
|
|
22071
|
+
"jsDoc": "/**\n * @tagname mdc-link\n *\n * @dependency mdc-icon\n *\n * @event click - (React: onClick) Fired when the user activates the Link using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the Link has focus.\n * @event focus - (React: onFocus) Fired when the Link receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the Link loses keyboard or mouse focus.\n *\n * @csspart anchor - The anchor element that wraps the link content.\n * @csspart text - The element that wraps the link text.\n * @csspart icon - The icon element.\n */",
|
|
21985
22072
|
"customElement": true,
|
|
21986
22073
|
"cssProperties": [
|
|
21987
22074
|
{
|
|
@@ -22076,7 +22163,7 @@
|
|
|
22076
22163
|
"declarations": [
|
|
22077
22164
|
{
|
|
22078
22165
|
"kind": "class",
|
|
22079
|
-
"description": "
|
|
22166
|
+
"description": "",
|
|
22080
22167
|
"name": "LinkButton",
|
|
22081
22168
|
"cssProperties": [
|
|
22082
22169
|
{
|
|
@@ -22734,7 +22821,7 @@
|
|
|
22734
22821
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
22735
22822
|
},
|
|
22736
22823
|
"tagName": "mdc-linkbutton",
|
|
22737
|
-
"jsDoc": "/**\n *
|
|
22824
|
+
"jsDoc": "/**\n * @tagname mdc-linkbutton\n *\n * @dependency mdc-icon\n *\n * @slot - Text label of the linkbutton.\n *\n * @event click - (React: onClick) This event is dispatched when the linkbutton is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the linkbutton.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the linkbutton.\n * @event focus - (React: onFocus) This event is dispatched when the linkbutton receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the linkbutton loses focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the linkbutton.\n * @cssproperty --mdc-link-color-active - Color of the linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the linkbutton’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted linkbutton’s child content in the normal state.\n * @cssproperty --mdc-button-height - Height for button size\n */",
|
|
22738
22825
|
"customElement": true
|
|
22739
22826
|
}
|
|
22740
22827
|
],
|
|
@@ -22755,7 +22842,7 @@
|
|
|
22755
22842
|
"declarations": [
|
|
22756
22843
|
{
|
|
22757
22844
|
"kind": "class",
|
|
22758
|
-
"description": "
|
|
22845
|
+
"description": "",
|
|
22759
22846
|
"name": "Linksimple",
|
|
22760
22847
|
"cssProperties": [
|
|
22761
22848
|
{
|
|
@@ -23130,7 +23217,7 @@
|
|
|
23130
23217
|
"module": "/src/models"
|
|
23131
23218
|
},
|
|
23132
23219
|
"tagName": "mdc-linksimple",
|
|
23133
|
-
"jsDoc": "/**\n *
|
|
23220
|
+
"jsDoc": "/**\n * @tagname mdc-linksimple\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the link.\n * @cssproperty --mdc-link-color-active - Color of the link’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the link’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the link’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the link’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted link’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted link’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted link’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted link’s child content in the normal state.\n *\n * @csspart anchor - The anchor element that wraps the linksimple content.\n */",
|
|
23134
23221
|
"customElement": true
|
|
23135
23222
|
}
|
|
23136
23223
|
],
|
|
@@ -23151,7 +23238,7 @@
|
|
|
23151
23238
|
"declarations": [
|
|
23152
23239
|
{
|
|
23153
23240
|
"kind": "class",
|
|
23154
|
-
"description": "
|
|
23241
|
+
"description": "",
|
|
23155
23242
|
"name": "List",
|
|
23156
23243
|
"cssParts": [
|
|
23157
23244
|
{
|
|
@@ -23389,7 +23476,7 @@
|
|
|
23389
23476
|
"module": "/src/models"
|
|
23390
23477
|
},
|
|
23391
23478
|
"tagName": "mdc-list",
|
|
23392
|
-
"jsDoc": "/**\n *
|
|
23479
|
+
"jsDoc": "/**\n * @tagname mdc-list\n *\n * @slot default - This is a default/unnamed slot, where listitems can be placed.\n * @slot list-header - This slot is used to pass a header for the list, which can be a `mdc-listheader` component.\n *\n * @csspart container - The container slot around the list items\n */",
|
|
23393
23480
|
"customElement": true
|
|
23394
23481
|
}
|
|
23395
23482
|
],
|
|
@@ -23410,7 +23497,7 @@
|
|
|
23410
23497
|
"declarations": [
|
|
23411
23498
|
{
|
|
23412
23499
|
"kind": "class",
|
|
23413
|
-
"description": "
|
|
23500
|
+
"description": "",
|
|
23414
23501
|
"name": "ListBox",
|
|
23415
23502
|
"cssProperties": [
|
|
23416
23503
|
{
|
|
@@ -23690,7 +23777,7 @@
|
|
|
23690
23777
|
"module": "/src/models"
|
|
23691
23778
|
},
|
|
23692
23779
|
"tagName": "mdc-listbox",
|
|
23693
|
-
"jsDoc": "/**\n *
|
|
23780
|
+
"jsDoc": "/**\n * @tagname mdc-listbox\n *\n * @dependency mdc-list\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-option\n * @dependency mdc-optgroup\n *\n * @cssproperty --mdc-listbox-max-height - max height of the listbox\n *\n * @slot default - This is a default/unnamed slot, where options and optgroups are placed\n *\n * @csspart container - The container of the listbox\n *\n * @event change - (React: onChange) This event is emitted when the selected item changed\n */",
|
|
23694
23781
|
"customElement": true
|
|
23695
23782
|
}
|
|
23696
23783
|
],
|
|
@@ -23711,7 +23798,7 @@
|
|
|
23711
23798
|
"declarations": [
|
|
23712
23799
|
{
|
|
23713
23800
|
"kind": "class",
|
|
23714
|
-
"description": "
|
|
23801
|
+
"description": "",
|
|
23715
23802
|
"name": "Listheader",
|
|
23716
23803
|
"cssProperties": [
|
|
23717
23804
|
{
|
|
@@ -23827,7 +23914,7 @@
|
|
|
23827
23914
|
"module": "/src/models"
|
|
23828
23915
|
},
|
|
23829
23916
|
"tagName": "mdc-listheader",
|
|
23830
|
-
"jsDoc": "/**\n *
|
|
23917
|
+
"jsDoc": "/**\n * @tagname mdc-listheader\n *\n * @slot default - to pass in actionable content like buttons or links\n *\n * @cssproperty --mdc-listheader-height - height of the header\n * @cssproperty --mdc-listheader-padding - padding around the header content\n * @cssproperty --mdc-listheader-gap - gap between content\n *\n * @csspart header-text - The header text of list header\n * @csspart postfix-icon - The postfix icon of list header\n * @csspart prefix-icon - The prefix icon of list header\n */",
|
|
23831
23918
|
"customElement": true
|
|
23832
23919
|
}
|
|
23833
23920
|
],
|
|
@@ -23848,7 +23935,7 @@
|
|
|
23848
23935
|
"declarations": [
|
|
23849
23936
|
{
|
|
23850
23937
|
"kind": "class",
|
|
23851
|
-
"description": "
|
|
23938
|
+
"description": "",
|
|
23852
23939
|
"name": "ListItem",
|
|
23853
23940
|
"cssProperties": [
|
|
23854
23941
|
{
|
|
@@ -24451,7 +24538,7 @@
|
|
|
24451
24538
|
"module": "/src/models"
|
|
24452
24539
|
},
|
|
24453
24540
|
"tagName": "mdc-listitem",
|
|
24454
|
-
"jsDoc": "/**\n *
|
|
24541
|
+
"jsDoc": "/**\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n * @slot content - content slot can be used to override the content completely. Be aware that\n * this will override the default content of the list item.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n * @cssproperty --mdc-listitem-padding-left-right - Allows customization of padding left and right.\n * @cssproperty --mdc-listitem-padding-top-bottom - Allows customization of padding top and bottom.\n * @cssproperty --mdc-listitem-cursor - Allows customization of the cursor.\n * @cssproperty --mdc-listitem-width - Allows customization of the width of the list item.\n * @cssproperty --mdc-listitem-height - Allows customization of the height of the list item.\n *\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-text - Allows customization of the trailing text part.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the listitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the listitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the listitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the listitem is destroyed (removed from the DOM)\n */",
|
|
24455
24542
|
"customElement": true
|
|
24456
24543
|
}
|
|
24457
24544
|
],
|
|
@@ -24472,7 +24559,7 @@
|
|
|
24472
24559
|
"declarations": [
|
|
24473
24560
|
{
|
|
24474
24561
|
"kind": "class",
|
|
24475
|
-
"description": "
|
|
24562
|
+
"description": "",
|
|
24476
24563
|
"name": "Marker",
|
|
24477
24564
|
"cssProperties": [
|
|
24478
24565
|
{
|
|
@@ -24522,7 +24609,7 @@
|
|
|
24522
24609
|
"module": "/src/models"
|
|
24523
24610
|
},
|
|
24524
24611
|
"tagName": "mdc-marker",
|
|
24525
|
-
"jsDoc": "/**\n *
|
|
24612
|
+
"jsDoc": "/**\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Background color for solid variant markers.\n * @cssproperty --mdc-marker-striped-color - Stripe color for striped variant markers.\n * @cssproperty --mdc-marker-striped-background-color - Background color for striped variant markers.\n * @cssproperty --mdc-marker-width - Width (thickness) of the marker line.\n */",
|
|
24526
24613
|
"customElement": true
|
|
24527
24614
|
}
|
|
24528
24615
|
],
|
|
@@ -24543,7 +24630,7 @@
|
|
|
24543
24630
|
"declarations": [
|
|
24544
24631
|
{
|
|
24545
24632
|
"kind": "class",
|
|
24546
|
-
"description": "
|
|
24633
|
+
"description": "",
|
|
24547
24634
|
"name": "MenuBar",
|
|
24548
24635
|
"slots": [
|
|
24549
24636
|
{
|
|
@@ -24861,7 +24948,7 @@
|
|
|
24861
24948
|
"module": "/src/models"
|
|
24862
24949
|
},
|
|
24863
24950
|
"tagName": "mdc-menubar",
|
|
24864
|
-
"jsDoc": "/**\n *
|
|
24951
|
+
"jsDoc": "/**\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
|
|
24865
24952
|
"customElement": true
|
|
24866
24953
|
}
|
|
24867
24954
|
],
|
|
@@ -24882,7 +24969,7 @@
|
|
|
24882
24969
|
"declarations": [
|
|
24883
24970
|
{
|
|
24884
24971
|
"kind": "class",
|
|
24885
|
-
"description": "
|
|
24972
|
+
"description": "",
|
|
24886
24973
|
"name": "MenuItem",
|
|
24887
24974
|
"cssParts": [
|
|
24888
24975
|
{
|
|
@@ -25695,7 +25782,7 @@
|
|
|
25695
25782
|
"module": "/src/components/listitem/listitem.component"
|
|
25696
25783
|
},
|
|
25697
25784
|
"tagName": "mdc-menuitem",
|
|
25698
|
-
"jsDoc": "/**\n *
|
|
25785
|
+
"jsDoc": "/**\n * @tagname mdc-menuitem\n *\n * @dependency mdc-text\n * @dependency mdc-icon\n *\n * @slot leading-controls - slot for menu item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item primary label.\n * @slot leading-text-secondary-label - slot for menu item secondary label.\n * @slot leading-text-tertiary-label - slot for menu item tertiary label.\n * @slot trailing-text-side-header - slot for menu item side header text.\n * @slot trailing-text-subline - slot for menu item subline text.\n * @slot trailing-controls - slot for menu item controls to appear of trailing end.\n *\n * @event click - (React: onClick) This event is dispatched when the menuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the menuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the menuitem.\n * @event focus - (React: onFocus) This event is dispatched when the menuitem receives focus.\n * @event enabled - (React: onEnabled) This event is dispatched after the menuitem is enabled\n * @event disabled - (React: onDisabled) This event is dispatched after the menuitem is disabled\n * @event created - (React: onCreated) This event is dispatched after the menuitem is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched after the menuitem is destroyed (removed from the DOM)\n *\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-arrow - Allows customization of leading arrow icon.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-arrow - Allows customization of trailing arrow icon.\n * @csspart trailing-text - Allows customization of the trailing text part.\n */",
|
|
25699
25786
|
"customElement": true,
|
|
25700
25787
|
"cssProperties": [
|
|
25701
25788
|
{
|
|
@@ -25814,7 +25901,7 @@
|
|
|
25814
25901
|
"declarations": [
|
|
25815
25902
|
{
|
|
25816
25903
|
"kind": "class",
|
|
25817
|
-
"description": "
|
|
25904
|
+
"description": "",
|
|
25818
25905
|
"name": "MenuItemCheckbox",
|
|
25819
25906
|
"cssProperties": [
|
|
25820
25907
|
{
|
|
@@ -26905,7 +26992,7 @@
|
|
|
26905
26992
|
"module": "/src/components/menuitem/menuitem.component"
|
|
26906
26993
|
},
|
|
26907
26994
|
"tagName": "mdc-menuitemcheckbox",
|
|
26908
|
-
"jsDoc": "/**\n *
|
|
26995
|
+
"jsDoc": "/**\n * @tagname mdc-menuitemcheckbox\n *\n * @dependency mdc-staticcheckbox\n * @dependency mdc-statictoggle\n * @dependency mdc-icon\n *\n * @slot leading-controls - slot for menu item checkbox controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item checkbox primary label.\n * @slot leading-text-secondary-label - slot for menu item checkbox secondary label.\n * @slot leading-text-tertiary-label - slot for menu item checkbox tertiary label.\n * @slot trailing-text-side-header - slot for menu item checkbox side header text.\n * @slot trailing-text-subline - slot for menu item checkbox subline text.\n * @slot trailing-controls - slot for menu item checkbox controls to appear of trailing end.\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemcheckbox changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemcheckbox is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemcheckbox receives focus.\n *\n * @cssproperty --mdc-listitem-padding-left-and-right - Controls the padding on the left and right of the menuitemcheckbox.\n *\n * @csspart checkmark-icon - Allows customization of the checkmark icon.\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-arrow - Allows customization of leading arrow icon.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-arrow - Allows customization of trailing arrow icon.\n * @csspart trailing-text - Allows customization of the trailing text part.\n */",
|
|
26909
26996
|
"customElement": true
|
|
26910
26997
|
}
|
|
26911
26998
|
],
|
|
@@ -26926,7 +27013,7 @@
|
|
|
26926
27013
|
"declarations": [
|
|
26927
27014
|
{
|
|
26928
27015
|
"kind": "class",
|
|
26929
|
-
"description": "
|
|
27016
|
+
"description": "",
|
|
26930
27017
|
"name": "MenuItemRadio",
|
|
26931
27018
|
"cssProperties": [
|
|
26932
27019
|
{
|
|
@@ -28028,7 +28115,7 @@
|
|
|
28028
28115
|
"module": "/src/components/menuitem/menuitem.component"
|
|
28029
28116
|
},
|
|
28030
28117
|
"tagName": "mdc-menuitemradio",
|
|
28031
|
-
"jsDoc": "/**\n *
|
|
28118
|
+
"jsDoc": "/**\n * @tagname mdc-menuitemradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n * @dependency mdc-tooltip\n *\n * @slot leading-controls - slot for menu item radio controls to appear of leading end.\n * @slot leading-text-primary-label - slot for menu item radio primary label.\n * @slot leading-text-secondary-label - slot for menu item radio secondary label.\n * @slot leading-text-tertiary-label - slot for menu item radio tertiary label.\n * @slot trailing-text-side-header - slot for menu item radio side header text.\n * @slot trailing-text-subline - slot for menu item radio subline text.\n * @slot trailing-controls - slot for menu item radio controls to appear of trailing end.\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemradio changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemradio is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemradio receives focus.\n *\n * @cssproperty --mdc-listitem-padding-left-and-right - Controls the padding on the left and right of the menuitemradio.\n *\n * @csspart checkmark-icon - Allows customization of the checkmark icon.\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-arrow - Allows customization of leading arrow icon.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-arrow - Allows customization of trailing arrow icon.\n * @csspart trailing-text - Allows customization of the trailing text part.\n */",
|
|
28032
28119
|
"customElement": true
|
|
28033
28120
|
}
|
|
28034
28121
|
],
|
|
@@ -28049,7 +28136,7 @@
|
|
|
28049
28136
|
"declarations": [
|
|
28050
28137
|
{
|
|
28051
28138
|
"kind": "class",
|
|
28052
|
-
"description": "
|
|
28139
|
+
"description": "",
|
|
28053
28140
|
"name": "MenuPopover",
|
|
28054
28141
|
"cssParts": [
|
|
28055
28142
|
{
|
|
@@ -28937,7 +29024,7 @@
|
|
|
28937
29024
|
"kind": "field",
|
|
28938
29025
|
"name": "togglePopoverVisible",
|
|
28939
29026
|
"privacy": "public",
|
|
28940
|
-
"description": "Toggles the visibility of the popover.\nThis method checks if the trigger element has the `soft-disabled` attribute.\nIf it does, the popover will not be toggled.\nIf the popover is currently visible, it hides the popover; otherwise, it shows the popover.",
|
|
29027
|
+
"description": "Toggles the visibility of the popover.\nThis method checks if the trigger element has the `disabled` or `soft-disabled` attribute.\nIf it does, the popover will not be toggled.\nIf the popover is currently visible, it hides the popover; otherwise, it shows the popover.",
|
|
28941
29028
|
"return": {
|
|
28942
29029
|
"type": {
|
|
28943
29030
|
"text": ""
|
|
@@ -29588,7 +29675,7 @@
|
|
|
29588
29675
|
"module": "/src/components/popover/popover.component"
|
|
29589
29676
|
},
|
|
29590
29677
|
"tagName": "mdc-menupopover",
|
|
29591
|
-
"jsDoc": "/**\n *
|
|
29678
|
+
"jsDoc": "/**\n * @tagname mdc-menupopover\n *\n * @slot - Default slot for the menu popover content\n *\n * @event change - (React: onChange) This event is dispatched when a `menuitemcheckbox`, or `menuitemradio` changes.\n * @event action - (React: onAction) This event is dispatched when a menuItem selected and the menu closes.\n *\n * @slot default - Contains the menu items to be displayed in the popover\n *\n * @csspart popover-close - The close button of the menupopover.\n * @csspart popover-content - The content of the menupopover.\n * @csspart popover-hover-bridge - The hover bridge of the menupopover.\n */",
|
|
29592
29679
|
"customElement": true,
|
|
29593
29680
|
"cssProperties": [
|
|
29594
29681
|
{
|
|
@@ -29707,7 +29794,7 @@
|
|
|
29707
29794
|
"declarations": [
|
|
29708
29795
|
{
|
|
29709
29796
|
"kind": "class",
|
|
29710
|
-
"description": "
|
|
29797
|
+
"description": "",
|
|
29711
29798
|
"name": "MenuSection",
|
|
29712
29799
|
"cssProperties": [
|
|
29713
29800
|
{
|
|
@@ -29868,7 +29955,7 @@
|
|
|
29868
29955
|
"module": "/src/models"
|
|
29869
29956
|
},
|
|
29870
29957
|
"tagName": "mdc-menusection",
|
|
29871
|
-
"jsDoc": "/**\n *
|
|
29958
|
+
"jsDoc": "/**\n * @tagname mdc-menusection\n *\n * @slot - Default slot for inserting `menuitem`, `menuitemcheckbox`, or `menuitemradio`\n *\n * @event change - (React: onChange) This event is dispatched when a `menuitemcheckbox`, or `menuitemradio` changes.\n * @event action - (React: onAction) This event is dispatched when a `menuitem` selected.\n *\n * @csspart header - The header of the menusection.\n * @csspart align-header - The header of the menusection when it is aligned to the start.\n * @csspart container - The container of the menusection.\n * @csspart divider - The divider of the menusection.\n *\n * @cssproperty --mdc-menusection-divider-margin-block - Sets the margin block of the divider.\n * @cssproperty --mdc-menusection-gap - Sets the gap between items in the menusection.\n * @cssproperty --mdc-menusection-divider-width - Sets the width of the divider.\n * @cssproperty --mdc-menusection-header-padding - Sets the padding of the header, if present.\n */",
|
|
29872
29959
|
"customElement": true
|
|
29873
29960
|
}
|
|
29874
29961
|
],
|
|
@@ -29889,7 +29976,7 @@
|
|
|
29889
29976
|
"declarations": [
|
|
29890
29977
|
{
|
|
29891
29978
|
"kind": "class",
|
|
29892
|
-
"description": "
|
|
29979
|
+
"description": "",
|
|
29893
29980
|
"name": "NavMenuItem",
|
|
29894
29981
|
"cssProperties": [
|
|
29895
29982
|
{
|
|
@@ -29920,6 +30007,10 @@
|
|
|
29920
30007
|
"description": "Text color of the navmenuitem in its normal state.",
|
|
29921
30008
|
"name": "--mdc-navmenuitem-color"
|
|
29922
30009
|
},
|
|
30010
|
+
{
|
|
30011
|
+
"description": "Notch color of the navmenuitem (if applicable) when active.",
|
|
30012
|
+
"name": "--mdc-navmenuitem-notch-color"
|
|
30013
|
+
},
|
|
29923
30014
|
{
|
|
29924
30015
|
"description": "Text color of the navmenuitem when disabled.",
|
|
29925
30016
|
"name": "--mdc-navmenuitem-disabled-color"
|
|
@@ -30067,13 +30158,17 @@
|
|
|
30067
30158
|
"name": "text-container"
|
|
30068
30159
|
},
|
|
30069
30160
|
{
|
|
30070
|
-
"description": "The trailing arrow of the navmenuitem.",
|
|
30161
|
+
"description": "The trailing arrow of the navmenuitem when it has a flyout menu.",
|
|
30071
30162
|
"name": "trailing-arrow",
|
|
30072
30163
|
"inheritedFrom": {
|
|
30073
30164
|
"name": "MenuItem",
|
|
30074
30165
|
"module": "src/components/menuitem/menuitem.component.ts"
|
|
30075
30166
|
}
|
|
30076
30167
|
},
|
|
30168
|
+
{
|
|
30169
|
+
"description": "The trailing arrow of the navmenuitem when it has a dropdown menu.",
|
|
30170
|
+
"name": "trailing-arrow-dropdown"
|
|
30171
|
+
},
|
|
30077
30172
|
{
|
|
30078
30173
|
"description": "Allows customization of the leading part.",
|
|
30079
30174
|
"name": "leading",
|
|
@@ -30198,6 +30293,17 @@
|
|
|
30198
30293
|
"module": "components/listitem/listitem.component.js"
|
|
30199
30294
|
}
|
|
30200
30295
|
},
|
|
30296
|
+
{
|
|
30297
|
+
"kind": "method",
|
|
30298
|
+
"name": "closeDropdown",
|
|
30299
|
+
"privacy": "public",
|
|
30300
|
+
"return": {
|
|
30301
|
+
"type": {
|
|
30302
|
+
"text": "void"
|
|
30303
|
+
}
|
|
30304
|
+
},
|
|
30305
|
+
"description": "Closes the dropdown if it is open."
|
|
30306
|
+
},
|
|
30201
30307
|
{
|
|
30202
30308
|
"kind": "field",
|
|
30203
30309
|
"name": "counter",
|
|
@@ -30501,6 +30607,17 @@
|
|
|
30501
30607
|
"attribute": "nav-id",
|
|
30502
30608
|
"reflects": true
|
|
30503
30609
|
},
|
|
30610
|
+
{
|
|
30611
|
+
"kind": "method",
|
|
30612
|
+
"name": "openDropdown",
|
|
30613
|
+
"privacy": "public",
|
|
30614
|
+
"return": {
|
|
30615
|
+
"type": {
|
|
30616
|
+
"text": "void"
|
|
30617
|
+
}
|
|
30618
|
+
},
|
|
30619
|
+
"description": "Opens the dropdown if it is closed."
|
|
30620
|
+
},
|
|
30504
30621
|
{
|
|
30505
30622
|
"kind": "method",
|
|
30506
30623
|
"name": "removeTooltip",
|
|
@@ -31208,7 +31325,7 @@
|
|
|
31208
31325
|
"module": "/src/components/menuitem/menuitem.component"
|
|
31209
31326
|
},
|
|
31210
31327
|
"tagName": "mdc-navmenuitem",
|
|
31211
|
-
"jsDoc": "/**\n *
|
|
31328
|
+
"jsDoc": "/**\n * @tagname mdc-navmenuitem\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-badge\n * @dependency mdc-tooltip\n *\n * @event click - (React: onClick) This event is dispatched when the navmenuitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the navmenuitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the navmenuitem.\n * @event focus - (React: onFocus) This event is dispatched when the navmenuitem receives focus.\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navmenuitem changes.\n *\n * @cssproperty --mdc-navmenuitem-in-sidenav-expanded-width - Width of the navmenuitem when expanded.\n * @cssproperty --mdc-navmenuitem-in-sidenav-expanded-margin-left - Left margin of the navmenuitem, when expanded.\n * @cssproperty --mdc-navmenuitem-in-sidenav-expanded-margin-right - Right margin of the navmenuitem, when expanded.\n * @cssproperty --mdc-navmenuitem-in-sidenav-collapsed-width - Width of the navmenuitem when collapsed.\n * @cssproperty --mdc-navmenuitem-in-sidenav-collapsed-margin-left - Left margin of the navmenuitem, when collapsed.\n * @cssproperty --mdc-navmenuitem-in-sidenav-collapsed-margin-right - Right margin of the navmenuitem, when collapsed.\n * @cssproperty --mdc-navmenuitem-color - Text color of the navmenuitem in its normal state.\n * @cssproperty --mdc-navmenuitem-notch-color - Notch color of the navmenuitem (if applicable) when active.\n * @cssproperty --mdc-navmenuitem-disabled-color - Text color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-rest-active-background-color - Background color of the active nav item in its rest state.\n * @cssproperty --mdc-navmenuitem-hover-background-color - Background color of the navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-hover-active-background-color - Background color of the active navmenuitem when hovered.\n * @cssproperty --mdc-navmenuitem-pressed-background-color - Background color of the navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-pressed-active-background-color - Background color of the active navmenuitem when pressed.\n * @cssproperty --mdc-navmenuitem-disabled-background-color - Background color of the navmenuitem when disabled.\n * @cssproperty --mdc-navmenuitem-disabled-active-background-color - Background color of the active navmenuitem when disabled.\n *\n * @csspart arrow - The arrow of the navmenuitem.\n * @csspart badge - The badge of the navmenuitem.\n * @csspart icon-container - The container of the icon.\n * @csspart text-container - The container of the text.\n * @csspart trailing-arrow - The trailing arrow of the navmenuitem when it has a flyout menu.\n * @csspart trailing-arrow-dropdown - The trailing arrow of the navmenuitem when it has a dropdown menu.\n */",
|
|
31212
31329
|
"customElement": true,
|
|
31213
31330
|
"slots": [
|
|
31214
31331
|
{
|
|
@@ -31295,7 +31412,7 @@
|
|
|
31295
31412
|
"declarations": [
|
|
31296
31413
|
{
|
|
31297
31414
|
"kind": "class",
|
|
31298
|
-
"description": "
|
|
31415
|
+
"description": "",
|
|
31299
31416
|
"name": "OptGroup",
|
|
31300
31417
|
"cssProperties": [
|
|
31301
31418
|
{
|
|
@@ -31418,7 +31535,7 @@
|
|
|
31418
31535
|
"module": "/src/models"
|
|
31419
31536
|
},
|
|
31420
31537
|
"tagName": "mdc-optgroup",
|
|
31421
|
-
"jsDoc": "/**\n *
|
|
31538
|
+
"jsDoc": "/**\n * @tagname mdc-optgroup\n *\n * @dependency mdc-text\n *\n * @slot default - This is a default slot for mdc-option elements.\n *\n * @cssproperty --mdc-optgroup-disabled-color - Allows customization of the disabled option color.\n *\n * @csspart header-text - The header text of the optgroup.\n */",
|
|
31422
31539
|
"customElement": true
|
|
31423
31540
|
}
|
|
31424
31541
|
],
|
|
@@ -31439,7 +31556,7 @@
|
|
|
31439
31556
|
"declarations": [
|
|
31440
31557
|
{
|
|
31441
31558
|
"kind": "class",
|
|
31442
|
-
"description": "
|
|
31559
|
+
"description": "",
|
|
31443
31560
|
"name": "Option",
|
|
31444
31561
|
"cssProperties": [
|
|
31445
31562
|
{
|
|
@@ -32432,7 +32549,7 @@
|
|
|
32432
32549
|
"module": "/src/components/listitem/listitem.component"
|
|
32433
32550
|
},
|
|
32434
32551
|
"tagName": "mdc-option",
|
|
32435
|
-
"jsDoc": "/**\n *
|
|
32552
|
+
"jsDoc": "/**\n * @tagname mdc-option\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) This event is dispatched when the option is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the option.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the option.\n * @event focus - (React: onFocus) This event is dispatched when the option receives focus.\n *\n * @cssproperty --mdc-listitem-column-gap - gap between columns in the option\n * @cssproperty --mdc-option-icon-width - width of the icon in the option\n *\n * @csspart leading - Allows customization of the leading part.\n * @csspart leading-text - Allows customization of the leading text part.\n * @csspart trailing - Allows customization of the trailing part.\n * @csspart trailing-text - Allows customization of the trailing text part.\n */",
|
|
32436
32553
|
"customElement": true,
|
|
32437
32554
|
"slots": [
|
|
32438
32555
|
{
|
|
@@ -32519,7 +32636,7 @@
|
|
|
32519
32636
|
"declarations": [
|
|
32520
32637
|
{
|
|
32521
32638
|
"kind": "class",
|
|
32522
|
-
"description": "
|
|
32639
|
+
"description": "",
|
|
32523
32640
|
"name": "Password",
|
|
32524
32641
|
"cssProperties": [
|
|
32525
32642
|
{
|
|
@@ -34160,7 +34277,7 @@
|
|
|
34160
34277
|
"module": "/src/components/input/input.component"
|
|
34161
34278
|
},
|
|
34162
34279
|
"tagName": "mdc-password",
|
|
34163
|
-
"jsDoc": "/**\n *
|
|
34280
|
+
"jsDoc": "/**\n * @tagname mdc-password\n *\n * @event input - (React: onInput) This event is dispatched when the value of the password field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the password field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the password receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the password loses focus.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @csspart input-container - The container that wraps the input field, leading icon, prefix text, and trailing button.\n * @csspart input-section - The container that wraps the input field and prefix text.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element.\n * @csspart label - The label element.\n * @csspart helper-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart toggletip - The toggletip icon button element.\n * @csspart toggletip-text - The toggletip text element.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n */",
|
|
34164
34281
|
"customElement": true
|
|
34165
34282
|
}
|
|
34166
34283
|
],
|
|
@@ -34181,7 +34298,7 @@
|
|
|
34181
34298
|
"declarations": [
|
|
34182
34299
|
{
|
|
34183
34300
|
"kind": "class",
|
|
34184
|
-
"description": "
|
|
34301
|
+
"description": "",
|
|
34185
34302
|
"name": "Popover",
|
|
34186
34303
|
"cssProperties": [
|
|
34187
34304
|
{
|
|
@@ -35177,7 +35294,7 @@
|
|
|
35177
35294
|
"module": "/src/models"
|
|
35178
35295
|
},
|
|
35179
35296
|
"tagName": "mdc-popover",
|
|
35180
|
-
"jsDoc": "/**\n *
|
|
35297
|
+
"jsDoc": "/**\n * @tagname mdc-popover\n *\n * @dependency mdc-button\n *\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n * @event created - (React: onCreated) This event is dispatched when the popover is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the popover is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n * @cssproperty --mdc-popover-max-width - max width of the popover\n * @cssproperty --mdc-popover-max-height - max height of the popover\n * @cssproperty --mdc-popover-width - width of the popover\n * @cssproperty --mdc-popover-backdrop-color - background color of the backdrop (if backdrop is enabled)\n *\n * @slot - Default slot for the popover content\n *\n * @csspart popover-close - The close button of the popover.\n * @csspart popover-content - The content of the popover.\n * @csspart popover-hover-bridge - The hover bridge of the popover.\n */",
|
|
35181
35298
|
"customElement": true
|
|
35182
35299
|
}
|
|
35183
35300
|
],
|
|
@@ -35218,7 +35335,7 @@
|
|
|
35218
35335
|
"declarations": [
|
|
35219
35336
|
{
|
|
35220
35337
|
"kind": "class",
|
|
35221
|
-
"description": "
|
|
35338
|
+
"description": "",
|
|
35222
35339
|
"name": "Presence",
|
|
35223
35340
|
"cssProperties": [
|
|
35224
35341
|
{
|
|
@@ -35444,7 +35561,7 @@
|
|
|
35444
35561
|
"module": "/src/models"
|
|
35445
35562
|
},
|
|
35446
35563
|
"tagName": "mdc-presence",
|
|
35447
|
-
"jsDoc": "/**\n *
|
|
35564
|
+
"jsDoc": "/**\n * @tagname mdc-presence\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-presence-active-background-color - The background color of the presence type active.\n * @cssproperty --mdc-presence-away-background-color - The background color of the presence type away.\n * @cssproperty --mdc-presence-away-calling-background-color - The background color of the presence type away-calling.\n * @cssproperty --mdc-presence-busy-background-color - The background color of the presence type busy.\n * @cssproperty --mdc-presence-dnd-background-color - The background color of the presence type dnd.\n * @cssproperty --mdc-presence-meeting-background-color - The background color of the presence type meeting.\n * @cssproperty --mdc-presence-on-call-background-color - The background color of the presence type on-call.\n * @cssproperty --mdc-presence-on-device-background-color - The background color of the presence type on-device.\n * @cssproperty --mdc-presence-on-mobile-background-color - The background color of the presence type on-mobile.\n * @cssproperty --mdc-presence-pause-background-color - The background color of the presence type pause.\n * @cssproperty --mdc-presence-pto-background-color - The background color of the presence type pto.\n * @cssproperty --mdc-presence-presenting-background-color - The background color of the presence type presenting.\n * @cssproperty --mdc-presence-quiet-background-color - The background color of the presence type quiet.\n * @cssproperty --mdc-presence-scheduled-background-color - The background color of the presence type scheduled.\n * @cssproperty --mdc-presence-overlay-background-color - The background color of the presence type overlay.\n *\n * @csspart presence-content - The presence content.\n * @csspart mdc-presence-icon - The presence icon.\n * @csspart mdc-presence-icon__active - The presence icon for active.\n * @csspart mdc-presence-icon__away - The presence icon for away.\n * @csspart mdc-presence-icon__away-calling - The presence icon for away-calling.\n * @csspart mdc-presence-icon__busy - The presence icon for busy.\n * @csspart mdc-presence-icon__dnd - The presence icon for dnd.\n * @csspart mdc-presence-icon__meeting - The presence icon for meeting.\n * @csspart mdc-presence-icon__on-call - The presence icon for on-call.\n * @csspart mdc-presence-icon__on-device - The presence icon for on-device.\n * @csspart mdc-presence-icon__on-mobile - The presence icon for on-mobile.\n * @csspart mdc-presence-icon__pause - The presence icon for pause.\n * @csspart mdc-presence-icon__pto - The presence icon for pto.\n * @csspart mdc-presence-icon__presenting - The presence icon for presenting.\n * @csspart mdc-presence-icon__quiet - The presence icon for quiet.\n * @csspart mdc-presence-icon__scheduled - The presence icon for scheduled.\n */",
|
|
35448
35565
|
"customElement": true
|
|
35449
35566
|
}
|
|
35450
35567
|
],
|
|
@@ -35465,7 +35582,7 @@
|
|
|
35465
35582
|
"declarations": [
|
|
35466
35583
|
{
|
|
35467
35584
|
"kind": "class",
|
|
35468
|
-
"description": "
|
|
35585
|
+
"description": "",
|
|
35469
35586
|
"name": "Progressbar",
|
|
35470
35587
|
"cssProperties": [
|
|
35471
35588
|
{
|
|
@@ -36145,7 +36262,7 @@
|
|
|
36145
36262
|
"module": "/src/components/formfieldwrapper"
|
|
36146
36263
|
},
|
|
36147
36264
|
"tagName": "mdc-progressbar",
|
|
36148
|
-
"jsDoc": "/**\n *
|
|
36265
|
+
"jsDoc": "/**\n * @tagname mdc-progressbar\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart help-text - The helper/validation text element.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-progressbar-background-color - Background color of the remaining progressbar portion.\n * @cssproperty --mdc-progressbar-progress-background-color - Background color of the elapsed progressbar portion.\n * @cssproperty --mdc-progressbar-height - The height of the progressbar.\n * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.\n */",
|
|
36149
36266
|
"customElement": true
|
|
36150
36267
|
}
|
|
36151
36268
|
],
|
|
@@ -36166,7 +36283,7 @@
|
|
|
36166
36283
|
"declarations": [
|
|
36167
36284
|
{
|
|
36168
36285
|
"kind": "class",
|
|
36169
|
-
"description": "
|
|
36286
|
+
"description": "",
|
|
36170
36287
|
"name": "Progressspinner",
|
|
36171
36288
|
"cssProperties": [
|
|
36172
36289
|
{
|
|
@@ -36728,7 +36845,7 @@
|
|
|
36728
36845
|
"module": "/src/components/progressbar/progressbar.component"
|
|
36729
36846
|
},
|
|
36730
36847
|
"tagName": "mdc-progressspinner",
|
|
36731
|
-
"jsDoc": "/**\n *
|
|
36848
|
+
"jsDoc": "/**\n * @tagname mdc-progressspinner\n *\n * @cssproperty --mdc-spinner-size - The size of the spinner.\n * @cssproperty --mdc-track-color - The color of the spinner track.\n * @cssproperty --mdc-progress-color - The color of the spinner progress.\n * @cssproperty --mdc-progress-success-color - The color of the spinner when in success state.\n * @cssproperty --mdc-progress-error-color - The color of the spinner when in error state.\n *\n * @csspart error-icon - The error icon of the progressspinner.\n * @csspart spinner-base - The base of the progressspinner.\n * @csspart spinner-container - The container of the progressspinner.\n * @csspart spinner-progress - The progress of the progressspinner.\n * @csspart spinner-track - The track of the progressspinner.\n * @csspart success-icon - The success icon of the progressspinner.\n */",
|
|
36732
36849
|
"customElement": true,
|
|
36733
36850
|
"attributes": [
|
|
36734
36851
|
{
|
|
@@ -36976,7 +37093,7 @@
|
|
|
36976
37093
|
"declarations": [
|
|
36977
37094
|
{
|
|
36978
37095
|
"kind": "class",
|
|
36979
|
-
"description": "
|
|
37096
|
+
"description": "",
|
|
36980
37097
|
"name": "Radio",
|
|
36981
37098
|
"cssParts": [
|
|
36982
37099
|
{
|
|
@@ -37721,7 +37838,7 @@
|
|
|
37721
37838
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
37722
37839
|
},
|
|
37723
37840
|
"tagName": "mdc-radio",
|
|
37724
|
-
"jsDoc": "/**\n *
|
|
37841
|
+
"jsDoc": "/**\n * @tagname mdc-radio\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-staticradio\n * @dependency mdc-toggletip\n *\n * @event input - (React: onInput) Event that gets dispatched when the radio state changes (before the change event).\n * @event change - (React: onChange) Event that gets dispatched when the radio state changes (after the input event).\n * @event focus - (React: onFocus) Event that gets dispatched when the radio receives focus.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart radio-indicator - The staticradio that provides the visual radio appearance.\n *\n * @slot indicator - Slot for the radio indicator element. If not provided, a default styled radio will be rendered.\n * @slot label - Slot for the label of the radio.\n */",
|
|
37725
37842
|
"customElement": true,
|
|
37726
37843
|
"cssProperties": [
|
|
37727
37844
|
{
|
|
@@ -37816,7 +37933,7 @@
|
|
|
37816
37933
|
"declarations": [
|
|
37817
37934
|
{
|
|
37818
37935
|
"kind": "class",
|
|
37819
|
-
"description": "
|
|
37936
|
+
"description": "",
|
|
37820
37937
|
"name": "RadioGroup",
|
|
37821
37938
|
"members": [
|
|
37822
37939
|
{
|
|
@@ -38230,7 +38347,7 @@
|
|
|
38230
38347
|
"module": "/src/components/formfieldgroup"
|
|
38231
38348
|
},
|
|
38232
38349
|
"tagName": "mdc-radiogroup",
|
|
38233
|
-
"jsDoc": "/**\n *
|
|
38350
|
+
"jsDoc": "/**\n * @tagname mdc-radiogroup\n *\n */",
|
|
38234
38351
|
"customElement": true,
|
|
38235
38352
|
"slots": [
|
|
38236
38353
|
{
|
|
@@ -38441,7 +38558,7 @@
|
|
|
38441
38558
|
"declarations": [
|
|
38442
38559
|
{
|
|
38443
38560
|
"kind": "class",
|
|
38444
|
-
"description": "
|
|
38561
|
+
"description": "",
|
|
38445
38562
|
"name": "ResponsiveSettingsProvider",
|
|
38446
38563
|
"members": [
|
|
38447
38564
|
{
|
|
@@ -38516,7 +38633,7 @@
|
|
|
38516
38633
|
"module": "/src/models"
|
|
38517
38634
|
},
|
|
38518
38635
|
"tagName": "mdc-responsivesettingsprovider",
|
|
38519
|
-
"jsDoc": "/**\n *
|
|
38636
|
+
"jsDoc": "/**\n * @tagname mdc-responsivesettingsprovider\n */",
|
|
38520
38637
|
"customElement": true
|
|
38521
38638
|
}
|
|
38522
38639
|
],
|
|
@@ -38537,7 +38654,7 @@
|
|
|
38537
38654
|
"declarations": [
|
|
38538
38655
|
{
|
|
38539
38656
|
"kind": "class",
|
|
38540
|
-
"description": "
|
|
38657
|
+
"description": "",
|
|
38541
38658
|
"name": "ScreenreaderAnnouncer",
|
|
38542
38659
|
"members": [
|
|
38543
38660
|
{
|
|
@@ -38716,7 +38833,7 @@
|
|
|
38716
38833
|
"module": "/src/models"
|
|
38717
38834
|
},
|
|
38718
38835
|
"tagName": "mdc-screenreaderannouncer",
|
|
38719
|
-
"jsDoc": "/**\n *
|
|
38836
|
+
"jsDoc": "/**\n * @tagname mdc-screenreaderannouncer\n */",
|
|
38720
38837
|
"customElement": true
|
|
38721
38838
|
}
|
|
38722
38839
|
],
|
|
@@ -38737,7 +38854,7 @@
|
|
|
38737
38854
|
"declarations": [
|
|
38738
38855
|
{
|
|
38739
38856
|
"kind": "class",
|
|
38740
|
-
"description": "
|
|
38857
|
+
"description": "",
|
|
38741
38858
|
"name": "Searchfield",
|
|
38742
38859
|
"cssProperties": [
|
|
38743
38860
|
{
|
|
@@ -40000,7 +40117,7 @@
|
|
|
40000
40117
|
"module": "/src/components/input/input.component"
|
|
40001
40118
|
},
|
|
40002
40119
|
"tagName": "mdc-searchfield",
|
|
40003
|
-
"jsDoc": "/**\n *
|
|
40120
|
+
"jsDoc": "/**\n * @tagname mdc-searchfield\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n * @event chipRemove - (React: onChipRemove) This event is dispatched when a chip filter is removed. The removed chip element is available in event.detail.chip. In `uncontrolled` mode (default) the chip is removed from the DOM automatically; in `controlled` mode only the event is fired and the consumer is responsible for removing the chip.\n *\n * @slot filters - Slot for chip filters rendered inline with the input text\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n * @csspart searchfield-container - The inline flow container for chips and the input field.\n */",
|
|
40004
40121
|
"customElement": true,
|
|
40005
40122
|
"attributes": [
|
|
40006
40123
|
{
|
|
@@ -40438,7 +40555,7 @@
|
|
|
40438
40555
|
"declarations": [
|
|
40439
40556
|
{
|
|
40440
40557
|
"kind": "class",
|
|
40441
|
-
"description": "
|
|
40558
|
+
"description": "",
|
|
40442
40559
|
"name": "Searchpopover",
|
|
40443
40560
|
"cssProperties": [
|
|
40444
40561
|
{
|
|
@@ -42250,7 +42367,7 @@
|
|
|
42250
42367
|
"module": "/src/components/searchfield/searchfield.component"
|
|
42251
42368
|
},
|
|
42252
42369
|
"tagName": "mdc-searchpopover",
|
|
42253
|
-
"jsDoc": "/**\n *
|
|
42370
|
+
"jsDoc": "/**\n * @tagname mdc-searchpopover\n *\n * @event input - (React: onInput) This event is dispatched when the value of the input field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the input field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the input receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the input loses focus.\n * @event clear - (React: onClear) This event is dispatched when the input text is cleared.\n * @event chipRemove - (React: onChipRemove) This event is dispatched when a chip filter is removed. The removed chip element is available in event.detail.chip.\n * In **controlled** mode (`control-type=\"controlled\"`), the chip is NOT removed from the DOM automatically — the consumer is responsible for removing it.\n * In **uncontrolled** mode (default), the chip is removed from the DOM automatically.\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n *\n * @slot default - Default slot (=children) for the popover content\n * @slot filters - Slot for input chips\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n * @slot input - Slot for the input element. If not provided, the input field will be rendered.\n * @slot input-leading-icon - Slot for the leading icon before the input field. If not provided, the `leadingIcon` property will be used to render the leading icon.\n * @slot input-prefix-text - Slot for the prefix text before the input field. If not provided, the `prefixText` property will be used to render the prefix text.\n * @slot trailing-button - Slot for the trailing button to clear the input field. If not provided, the clear button will be rendered when `trailingButton` property is set to true.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-input-text-color - Text color for the input field\n * @cssproperty --mdc-input-border-color - Border color for the input container\n * @cssproperty --mdc-input-background-color - Background color for the input field\n * @cssproperty --mdc-input-support-text-color - Text color for the help text\n * @cssproperty --mdc-input-selection-text-color - Text color for the selected text\n * @cssproperty --mdc-input-selection-background-color - Background color for the selected text\n * @cssproperty --mdc-searchpopover-width - Width of the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-width - Width of the popover within the searchpopover component\n * @cssproperty --mdc-searchpopover-popover-height - Height of the popover within the searchpopover component\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart leading-icon - The leading icon element that is displayed before the input field.\n * @csspart prefix-text - The prefix text element that is displayed before the input field.\n * @csspart input-container - The container for the input field, leading icon, prefix text, and trailing button elements.\n * @csspart input-section - The container for the input field, leading icon, and prefix text elements.\n * @csspart input-text - The input field element.\n * @csspart trailing-button - The trailing button element that is displayed to clear the input field when the `trailingButton` property is set to true.\n * @csspart popover-content - The popover content element.\n */",
|
|
42254
42371
|
"customElement": true
|
|
42255
42372
|
}
|
|
42256
42373
|
],
|
|
@@ -42271,7 +42388,7 @@
|
|
|
42271
42388
|
"declarations": [
|
|
42272
42389
|
{
|
|
42273
42390
|
"kind": "class",
|
|
42274
|
-
"description": "
|
|
42391
|
+
"description": "",
|
|
42275
42392
|
"name": "Select",
|
|
42276
42393
|
"cssProperties": [
|
|
42277
42394
|
{
|
|
@@ -43660,7 +43777,7 @@
|
|
|
43660
43777
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
43661
43778
|
},
|
|
43662
43779
|
"tagName": "mdc-select",
|
|
43663
|
-
"jsDoc": "/**\n *
|
|
43780
|
+
"jsDoc": "/**\n * @tagname mdc-select\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event click - (React: onClick) This event is dispatched when the select is clicked.\n * @event change - (React: onChange) This event is dispatched when the select is changed.\n * @event input - (React: onInput) This event is dispatched when the select is changed.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the select.\n * @event focus - (React: onFocus) This event is dispatched when the select receives focus.\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-height - The height of the select trigger control.\n * @cssproperty --mdc-select-width - The width of the select.\n * @cssproperty --mdc-select-listbox-height - The height of the listbox inside the select.\n * @cssproperty --mdc-select-listbox-width - The width of the listbox inside the select (default: `--mdc-select-width`).\n */",
|
|
43664
43781
|
"customElement": true
|
|
43665
43782
|
}
|
|
43666
43783
|
],
|
|
@@ -43681,7 +43798,7 @@
|
|
|
43681
43798
|
"declarations": [
|
|
43682
43799
|
{
|
|
43683
43800
|
"kind": "class",
|
|
43684
|
-
"description": "
|
|
43801
|
+
"description": "",
|
|
43685
43802
|
"name": "Selectlistbox",
|
|
43686
43803
|
"slots": [
|
|
43687
43804
|
{
|
|
@@ -43695,7 +43812,7 @@
|
|
|
43695
43812
|
"module": "/src/models"
|
|
43696
43813
|
},
|
|
43697
43814
|
"tagName": "mdc-selectlistbox",
|
|
43698
|
-
"jsDoc": "/**\n *
|
|
43815
|
+
"jsDoc": "/**\n * @tagname mdc-selectlistbox\n *\n * @slot default - This is a default/unnamed slot, which can be used to insert mdc-option components.\n */",
|
|
43699
43816
|
"customElement": true
|
|
43700
43817
|
}
|
|
43701
43818
|
],
|
|
@@ -43716,7 +43833,7 @@
|
|
|
43716
43833
|
"declarations": [
|
|
43717
43834
|
{
|
|
43718
43835
|
"kind": "class",
|
|
43719
|
-
"description": "
|
|
43836
|
+
"description": "",
|
|
43720
43837
|
"name": "SideNavigation",
|
|
43721
43838
|
"cssProperties": [
|
|
43722
43839
|
{
|
|
@@ -43908,6 +44025,17 @@
|
|
|
43908
44025
|
}
|
|
43909
44026
|
]
|
|
43910
44027
|
},
|
|
44028
|
+
{
|
|
44029
|
+
"kind": "field",
|
|
44030
|
+
"name": "submenuType",
|
|
44031
|
+
"type": {
|
|
44032
|
+
"text": "SideNavigationSubmenuType"
|
|
44033
|
+
},
|
|
44034
|
+
"description": "Determines how sibling submenus are displayed. There are 2 types of submenus supported:\n\n- `flyout`: Submenus are shown with `mdc-menupopover`.\n- `dropdown`: A parent `mdc-navmenuitem` can render its submenu inside a sibling\n `div[data-trigger=\"<navmenuitem-id>\"]` while the sidenavigation is expanded. In collapsed mode,\n dropdown submenus are converted to flyout menus.",
|
|
44035
|
+
"default": "flyout",
|
|
44036
|
+
"attribute": "submenu-type",
|
|
44037
|
+
"reflects": true
|
|
44038
|
+
},
|
|
43911
44039
|
{
|
|
43912
44040
|
"kind": "method",
|
|
43913
44041
|
"name": "updateContext",
|
|
@@ -43991,14 +44119,29 @@
|
|
|
43991
44119
|
"default": "false",
|
|
43992
44120
|
"description": "Hides the divider between the scrollable and fixed sections when set to true.",
|
|
43993
44121
|
"fieldName": "hideFixedSectionDivider"
|
|
44122
|
+
},
|
|
44123
|
+
{
|
|
44124
|
+
"name": "submenu-type",
|
|
44125
|
+
"type": {
|
|
44126
|
+
"text": "SideNavigationSubmenuType"
|
|
44127
|
+
},
|
|
44128
|
+
"description": "Determines how sibling submenus are displayed. There are 2 types of submenus supported:\n\n- `flyout`: Submenus are shown with `mdc-menupopover`.\n- `dropdown`: A parent `mdc-navmenuitem` can render its submenu inside a sibling\n `div[data-trigger=\"<navmenuitem-id>\"]` while the sidenavigation is expanded. In collapsed mode,\n dropdown submenus are converted to flyout menus.",
|
|
44129
|
+
"default": "flyout",
|
|
44130
|
+
"fieldName": "submenuType"
|
|
44131
|
+
}
|
|
44132
|
+
],
|
|
44133
|
+
"mixins": [
|
|
44134
|
+
{
|
|
44135
|
+
"name": "KeyToActionMixin",
|
|
44136
|
+
"module": "/src/utils/mixins/KeyToActionMixin"
|
|
43994
44137
|
}
|
|
43995
44138
|
],
|
|
43996
44139
|
"superclass": {
|
|
43997
|
-
"name": "
|
|
43998
|
-
"module": "/src/
|
|
44140
|
+
"name": "SideNavigationBase",
|
|
44141
|
+
"module": "/src/components/sidenavigation/sidenavigationbase"
|
|
43999
44142
|
},
|
|
44000
44143
|
"tagName": "mdc-sidenavigation",
|
|
44001
|
-
"jsDoc": "/**\n *
|
|
44144
|
+
"jsDoc": "/**\n * @tagname mdc-sidenavigation\n *\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-divider\n * @dependency mdc-menubar\n *\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navmenuitem changes.\n *\n * @slot scrollable-section - Slot for the scrollable content area of the side navigation.\n * @slot scrollable-menubar - Slot for the menubar inside the scrollable section.\n * @slot fixed-section - Slot for the fixed content area of the side navigation.\n * @slot fixed-menubar - Slot for the menubar inside the fixed section.\n * @slot brand-logo - Slot for the brand logo (e.g., icon or img).\n *\n * @csspart side-navigation-container - The main container wrapping the entire side navigation.\n * @csspart scrollable-section - The scrollable section of the side navigation.\n * @csspart scrollable-menubar - The menubar inside the scrollable section.\n * @csspart separator - The divider between the scrollable and fixed sections.\n * @csspart fixed-section - The fixed section of the side navigation.\n * @csspart fixed-menubar - The menubar inside the fixed section.\n * @csspart brand-logo-container - The container wrapping the brand logo and footer text.\n * @csspart footer-text - The footer text label in the fixed section.\n * @csspart vertical-divider - The vertical divider between the scrollable and fixed sections.\n * @csspart vertical-divider-button - The button inside the vertical divider used to toggle expand/collapse.\n *\n * @event toggle - (React: onToggle) Dispatched when the grabber button is clicked to expand/collapse the sidenavigation.\n * @event activechange - (React: onActiveChange) Dispatched when the active state of a nested navmenuitem changes.\n *\n * @cssproperty --mdc-sidenavigation-expanded-width - width of the sideNavigation when expanded\n * @cssproperty --mdc-sidenavigation-expanded-left-padding - padding for the left side of navmenuitems, when expanded\n * @cssproperty --mdc-sidenavigation-expanded-right-padding - padding for the right side of navmenuitems, when expanded\n * @cssproperty --mdc-sidenavigation-collapsed-width - width of the sideNavigation when collapsed\n * @cssproperty --mdc-sidenavigation-collapsed-left-padding - padding for the left side of navmenuitems, when collapsed\n * @cssproperty --mdc-sidenavigation-collapsed-right-padding - padding for the right side of navmenuitems, when collapsed\n * @cssproperty --mdc-sidenavigation-top-padding - padding for the top of the scrollable section - note: if setting to 0 focus ring might be cut off\n * @cssproperty --mdc-sidenavigation-bottom-padding - padding for the bottom of the scrollable section\n * @cssproperty --mdc-sidenavigation-vertical-divider-button-z-index - z-index of the vertical divider button\n */",
|
|
44002
44145
|
"customElement": true
|
|
44003
44146
|
}
|
|
44004
44147
|
],
|
|
@@ -44019,7 +44162,7 @@
|
|
|
44019
44162
|
"declarations": [
|
|
44020
44163
|
{
|
|
44021
44164
|
"kind": "class",
|
|
44022
|
-
"description": "
|
|
44165
|
+
"description": "",
|
|
44023
44166
|
"name": "Skeleton",
|
|
44024
44167
|
"cssProperties": [
|
|
44025
44168
|
{
|
|
@@ -44080,7 +44223,7 @@
|
|
|
44080
44223
|
"module": "/src/models"
|
|
44081
44224
|
},
|
|
44082
44225
|
"tagName": "mdc-skeleton",
|
|
44083
|
-
"jsDoc": "/**\n *
|
|
44226
|
+
"jsDoc": "/**\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
|
|
44084
44227
|
"customElement": true
|
|
44085
44228
|
}
|
|
44086
44229
|
],
|
|
@@ -44101,7 +44244,7 @@
|
|
|
44101
44244
|
"declarations": [
|
|
44102
44245
|
{
|
|
44103
44246
|
"kind": "class",
|
|
44104
|
-
"description": "
|
|
44247
|
+
"description": "",
|
|
44105
44248
|
"name": "Slider",
|
|
44106
44249
|
"cssProperties": [
|
|
44107
44250
|
{
|
|
@@ -44904,7 +45047,7 @@
|
|
|
44904
45047
|
"module": "/src/models"
|
|
44905
45048
|
},
|
|
44906
45049
|
"tagName": "mdc-slider",
|
|
44907
|
-
"jsDoc": "/**\n *
|
|
45050
|
+
"jsDoc": "/**\n * @tagname mdc-slider\n *\n * @dependency mdc-icon\n *\n * @csspart slider-tooltip - The tooltip of the slider\n * @csspart slider-track - The track of the slider\n * @csspart slider-wrapper - The wrapper around the slider input(s)\n * @csspart slider-ticks - The container for the tick marks\n * @csspart slider-tick - The individual tick marks\n * @csspart slider-input - The input element of the slider\n * @csspart slider-label - The label of the slider\n *\n * @event input - Fired when the slider value changes\n * @event change - Fired when the slider value is committed\n *\n * @cssproperty --mdc-slider-thumb-color - The color of the slider thumb\n * @cssproperty --mdc-slider-thumb-border-color - The color of the slider thumb border\n * @cssproperty --mdc-slider-thumb-size - The size of the slider thumb\n * @cssproperty --mdc-slider-input-size - The height of the slider input\n * @cssproperty --mdc-slider-tick-size - The size of the slider tick marks\n * @cssproperty --mdc-slider-track-height - The height of the slider track\n * @cssproperty --mdc-slider-tick-color - The color of the slider tick marks\n * @cssproperty --mdc-slider-progress-color - The color of the slider progress\n * @cssproperty --mdc-slider-track-color - The color of the slider track\n * @cssproperty --mdc-slider-tooltip-left - The left position of the slider tooltip\n * @cssproperty --mdc-slider-tick-left - The left position of the slider tick marks\n */",
|
|
44908
45051
|
"customElement": true
|
|
44909
45052
|
}
|
|
44910
45053
|
],
|
|
@@ -44925,7 +45068,7 @@
|
|
|
44925
45068
|
"declarations": [
|
|
44926
45069
|
{
|
|
44927
45070
|
"kind": "class",
|
|
44928
|
-
"description": "Spatial navigation focus manager\n\n[Spatial navigation](https://en.wikipedia.org/wiki/Spatial_navigation) lets users move focus among\nelements on a 2D plane, common on TVs and game consoles with remotes or gamepads.\n\nIt should have only one instance, and it should be placed at the root of the application.\n\n## Focus management\n\nThe provider listens to keyboard events and moves focus among elements based on arrow key input.\nYou can influence or override this behavior.\n\n### Steps\n\nSpatial navigation goes through the following steps after each keydown:\n\n1. Handle `keydown` in the capture phase.\n - When the active element has a `data-spatial-{direction}` attribute, call the provider's own `keydown` handler (see step 3).\n Falls back to component navigation provider did not handle the event.\n - When the active element's parent is scrollable and it is not fully visible in the given direction, and it does not\n have a `data-spatial-noscroll` attribute, prevent all navigation and scroll in the given direction half-size of the\n scroll view.\n2. Component own `keydown` handler executed (bubble phase) (e.g., list moves focus internally) it it was not\n prevented.\n3. Spatial Navigation Provider's `keydown` handler executed (bubble phase)\n - If a key event was not prevented in step 1. emit `navbeforeprocess` to check if any component wants to handle\n the key event itself. If `navbeforeprocess` event is prevented, stop here.\n - If the component did not handle `keydown`, it calculates the next focusable item\n - If the active element has a `data-spatial-{direction}` attribute,\n - Evaluate the attribute value, try element ID, and falls back to css selector if needed\n - If it is focusable, move the focus there.\n - If it is not focusable and contains focusable elements, calculate the next focused item within that element subtree.\n - Otherwise calculate the next focused item based on the direction and distances.\n - If there is no next item, it emits `navnotarget` event\n - Otherwise emit `navbeforefocus`,\n - If this event is prevented, nothing happens\n - Otherwise the focus moves to the next element\n\n### Determine next focus\n\nThe provider uses multiple ways to determine the next focused element. The order defined in the \"Steps\" section.\n\n#### Calculated focus\n\nBy default, the next focus target is computed from element positions:\n\n1. Find the nearest focus area (scrollable container or active focus trap) relative to the current element.\n2. Collect focusable elements in that area.\n3. Compute distances from the current element to candidates using the W3C \"find the shortest\n distance\" algorithm: https://www.w3.org/TR/css-nav-1/#find-the-shortest-distance\n4. If no candidates are found, repeat from step 1, skipping areas already checked.\n5. Focus on the closest candidate.\n\nElements with `data-spatial-focusable` are treated as focusable even if they do otherwise not be\n(e.g., `tabindex=\"-1\"`).\n\nElements with `data-spatial-exclude` are excluded (with its subtree) from the navigation, even if they\nare focusable.\n\nNote: The algorithm is distance-based, so the UI should be designed to focusable elements are\npredictably reachable. Relative element positions should remain stable; responsive layouts can\nmake navigation unpredictable. This is less of an issue on fixed-size TV UIs but can show unexpected\nbehavior in Storybook when resizing. See the \"Limitations\" section.\n\n#### Overwrite the next element\n\nOverride calculated navigation by adding one of these attributes to a focusable element:\n\n- `data-spatial-up`\n- `data-spatial-down`\n- `data-spatial-left`\n- `data-spatial-right`\n\nEach attribute value must be the id of the element to focus when the corresponding key is pressed.\n\n#### Element internal navigation\n\nComplex components (List, Combobox, Tree, etc.) may handle their own navigation. For example, a List moves\nfocus internally on Down until the last item, after which Down should fall back to provider navigation.\n\nTo prevent the provider from handling a key, listen to `navbeforeprocess` and call `event.preventDefault()`.\nThis event fires after the component handles `keydown`.\n\n### Cancel focus change\n\nBefore focusing a computed target, the provider dispatches `navbeforefocus` on the current element. Call\n`event.preventDefault()` on this event to cancel the focus change.\n\n## Enter action\n\nPressing Enter triggers `.click()` on the currently focused element.\n\nYou can prevent this by listening to `navbeforeprocess` and calling `event.preventDefault()`.\n\n## Escape/Back action\n\nPressing Escape tries to find a focusable element with `data-spatial-go-back` and clicks it. If none exists,\nthe provider calls `history.back()`.\n\nYou can prevent this by listening to `navbeforeprocess` and calling `event.preventDefault()`.\n\nYou can also intercept the back click by listening to `navback` and calling `event.preventDefault()`.\n\n## Control data attributes\n\nSupported data attributes:\n\n| Attribute | Value | Default | Description |\n|------------------------------|------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------|\n| `data-spatial-left` | empty string / id / selector | N/A | Prevent native navigation in the Left direction, focus it if it's focusable otherwise limit the search in the selected container. |\n| `data-spatial-up` | empty string / id / selector | N/A | Prevent native navigation in Up direction, focus it if it's focusable otherwise limit the search in the selected container. |\n| `data-spatial-right` | empty string / id / selector | N/A | Prevent native navigation in the Right direction, focus it if it's focusable otherwise limit the search in the selected container. |\n| `data-spatial-down` | empty string / id / selector | N/A | Prevent native navigation in Down direction, focus it if it's focusable otherwise limit the search in the selected container. |\n| `data-spatial-go-back` | N/A | N/A | First focusable element with this attribute is clicked on Back/Escape |\n| `data-spatial-focusable` | N/A | N/A | Treat element as focusable even if it normally is not (e.g., `tabindex=\"-1\"`) |\n| `data-spatial-exclude` | N/A | N/A | Exclude focusable element (and its subtree) from the navigation |\n| `data-spatial-noscroll` | N/A | N/A | Prevent scroll for active element in scrollable area even if the is not fit in view |\n| `data-spatial-scroll-parent` | N/A | N/A | When the focusable item in not a direct child of the scrollable aria use this attribute to mark scrollable area element |\n\n## Event emitting order\n\nOn a navigation key press, events fire in this order:\n\n1. `navbeforeprocess` on the currently focused element.\n2. If not prevented:\na. Arrow keys: `navbeforefocus` on the currently focused element.\nb. Enter: `.click()` on the currently focused element.\nc. Escape/Back: `navback` on the provider, then `.click()` on the go-back element or `history.back()`.\n3. If no target is found in the requested direction: `navnotarget` on the provider.\n\n## Handle complex components\n\n### Generic components\n\nComponents that handle navigation internally should prevent the provider from acting. Handle `navbeforeprocess`\nand call `event.preventDefault()` for keys you process yourself.\n\n### Form inputs\n\nNative inputs often submit on Enter, which is not desirable here. Enter should toggle or activate the control\n(e.g., check/uncheck). Provide a dedicated submit button users can navigate to and press Enter on.\n\n### Utilities for complex components\n\n#### KeyToActionMixin\n\nMaps key events to action names. Call `getActionForKeyEvent` to get the action for a keyboard event. Also provides\n`getKeyboardNavMode` to check whether navigation is spatial or default.\n\n#### KeyDownHandledMixin\n\nNotify the provider when a component handled `keydown` internally. Call `keyDownEventHandled` whenever you process\nkeydown yourself.\n\n## Platform specific behaviors\n\nConsider remote/gamepad constraints. Often focus alone is not enough, and users press Enter to \"enter\" an interactive mode:\n- Select: Enter opens options rather than arrow keys opening a popover.\n- Text inputs: see the next section.\n- Slider: Enter to start adjusting, arrow keys to change value, Enter/Escape to stop.\n\n### Text inputs\n\nOn TV-like platforms without physical keyboards, Enter/focus on an input should open a virtual keyboard instead of submitting\nthe form. Users must close the keyboard (Escape) to continue spatial navigation.\n\nIf navigation keys are mapped to letters (e.g., `w/a/s/d`), they should navigate, not change input values. Inputs should\nbe edited via the virtual keyboard.\n\nNote: Stories do not emulate virtual keyboards, so letter-based navigation may change input values in Storybook.\n\n## Debugging\n\n### Storybook toolbar\n\nEnable \"Spatial navigation\" in the toolbar. Key mapping:\n- Up - ArrowUp\n- Left - ArrowLeft\n- Down - ArrowDown\n- Right - ArrowRight\n- Enter - Enter\n- Escape - Escape\n\nWith wrapper: wraps the component in a 3x3 grid with surrounding buttons for testing.\nWithout a wrapper: renders the component alone.\n\n### Visual debugger\n\nWith spatial navigation enabled, press Shift + navigation key to visualize calculations:\n\n- Star: next active element\n- `#{number}`: candidate order by distance\n- `D: {distance}`: computed distance\n\n## Limitations\n\n### Completeness\n\nThe algorithm cannot guarantee reachability to all elements using the four directions. Some components can be isolated.\n\nWorkarounds:\n- Use data attributes to explicitly link navigation targets.\n- Arrange DOM to improve spatial consistency:\n- Group focusable elements using dedicated components (lists, menus, etc.).\n- Avoid complex grid-like layouts with variable-sized items.\n- Avoid overlap along horizontal or vertical axes.\n- Avoid nested focusable elements where possible.\n- Tune algorithm weights to match your UI layout.\n\n### Nested providers\n\nOnly one provider instance is supported in the application at a time.",
|
|
45071
|
+
"description": "",
|
|
44929
45072
|
"name": "SpatialNavigationProvider",
|
|
44930
45073
|
"members": [
|
|
44931
45074
|
{
|
|
@@ -45087,7 +45230,7 @@
|
|
|
45087
45230
|
"module": "/src/models"
|
|
45088
45231
|
},
|
|
45089
45232
|
"tagName": "mdc-spatialnavigationprovider",
|
|
45090
|
-
"jsDoc": "/**\n * Spatial navigation focus manager\n *\n * [Spatial navigation](https://en.wikipedia.org/wiki/Spatial_navigation) lets users move focus among\n * elements on a 2D plane, common on TVs and game consoles with remotes or gamepads.\n *\n * It should have only one instance, and it should be placed at the root of the application.\n *\n * ## Focus management\n *\n * The provider listens to keyboard events and moves focus among elements based on arrow key input.\n * You can influence or override this behavior.\n *\n * ### Steps\n *\n * Spatial navigation goes through the following steps after each keydown:\n *\n * 1. Handle `keydown` in the capture phase.\n * - When the active element has a `data-spatial-{direction}` attribute, call the provider's own `keydown` handler (see step 3).\n * Falls back to component navigation provider did not handle the event.\n * - When the active element's parent is scrollable and it is not fully visible in the given direction, and it does not\n * have a `data-spatial-noscroll` attribute, prevent all navigation and scroll in the given direction half-size of the\n * scroll view.\n * 2. Component own `keydown` handler executed (bubble phase) (e.g., list moves focus internally) it it was not\n * prevented.\n * 3. Spatial Navigation Provider's `keydown` handler executed (bubble phase)\n * - If a key event was not prevented in step 1. emit `navbeforeprocess` to check if any component wants to handle\n * the key event itself. If `navbeforeprocess` event is prevented, stop here.\n * - If the component did not handle `keydown`, it calculates the next focusable item\n * - If the active element has a `data-spatial-{direction}` attribute,\n * - Evaluate the attribute value, try element ID, and falls back to css selector if needed\n * - If it is focusable, move the focus there.\n * - If it is not focusable and contains focusable elements, calculate the next focused item within that element subtree.\n * - Otherwise calculate the next focused item based on the direction and distances.\n * - If there is no next item, it emits `navnotarget` event\n * - Otherwise emit `navbeforefocus`,\n * - If this event is prevented, nothing happens\n * - Otherwise the focus moves to the next element\n *\n * ### Determine next focus\n *\n * The provider uses multiple ways to determine the next focused element. The order defined in the \"Steps\" section.\n *\n * #### Calculated focus\n *\n * By default, the next focus target is computed from element positions:\n *\n * 1. Find the nearest focus area (scrollable container or active focus trap) relative to the current element.\n * 2. Collect focusable elements in that area.\n * 3. Compute distances from the current element to candidates using the W3C \"find the shortest\n * distance\" algorithm: https://www.w3.org/TR/css-nav-1/#find-the-shortest-distance\n * 4. If no candidates are found, repeat from step 1, skipping areas already checked.\n * 5. Focus on the closest candidate.\n *\n * Elements with `data-spatial-focusable` are treated as focusable even if they do otherwise not be\n * (e.g., `tabindex=\"-1\"`).\n *\n * Elements with `data-spatial-exclude` are excluded (with its subtree) from the navigation, even if they\n * are focusable.\n *\n * Note: The algorithm is distance-based, so the UI should be designed to focusable elements are\n * predictably reachable. Relative element positions should remain stable; responsive layouts can\n * make navigation unpredictable. This is less of an issue on fixed-size TV UIs but can show unexpected\n * behavior in Storybook when resizing. See the \"Limitations\" section.\n *\n * #### Overwrite the next element\n *\n * Override calculated navigation by adding one of these attributes to a focusable element:\n *\n * - `data-spatial-up`\n * - `data-spatial-down`\n * - `data-spatial-left`\n * - `data-spatial-right`\n *\n * Each attribute value must be the id of the element to focus when the corresponding key is pressed.\n *\n * #### Element internal navigation\n *\n * Complex components (List, Combobox, Tree, etc.) may handle their own navigation. For example, a List moves\n * focus internally on Down until the last item, after which Down should fall back to provider navigation.\n *\n * To prevent the provider from handling a key, listen to `navbeforeprocess` and call `event.preventDefault()`.\n * This event fires after the component handles `keydown`.\n *\n * ### Cancel focus change\n *\n * Before focusing a computed target, the provider dispatches `navbeforefocus` on the current element. Call\n * `event.preventDefault()` on this event to cancel the focus change.\n *\n * ## Enter action\n *\n * Pressing Enter triggers `.click()` on the currently focused element.\n *\n * You can prevent this by listening to `navbeforeprocess` and calling `event.preventDefault()`.\n *\n * ## Escape/Back action\n *\n * Pressing Escape tries to find a focusable element with `data-spatial-go-back` and clicks it. If none exists,\n * the provider calls `history.back()`.\n *\n * You can prevent this by listening to `navbeforeprocess` and calling `event.preventDefault()`.\n *\n * You can also intercept the back click by listening to `navback` and calling `event.preventDefault()`.\n *\n * ## Control data attributes\n *\n * Supported data attributes:\n *\n * | Attribute | Value | Default | Description |\n * |------------------------------|------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------|\n * | `data-spatial-left` | empty string / id / selector | N/A | Prevent native navigation in the Left direction, focus it if it's focusable otherwise limit the search in the selected container. |\n * | `data-spatial-up` | empty string / id / selector | N/A | Prevent native navigation in Up direction, focus it if it's focusable otherwise limit the search in the selected container. |\n * | `data-spatial-right` | empty string / id / selector | N/A | Prevent native navigation in the Right direction, focus it if it's focusable otherwise limit the search in the selected container. |\n * | `data-spatial-down` | empty string / id / selector | N/A | Prevent native navigation in Down direction, focus it if it's focusable otherwise limit the search in the selected container. |\n * | `data-spatial-go-back` | N/A | N/A | First focusable element with this attribute is clicked on Back/Escape |\n * | `data-spatial-focusable` | N/A | N/A | Treat element as focusable even if it normally is not (e.g., `tabindex=\"-1\"`) |\n * | `data-spatial-exclude` | N/A | N/A | Exclude focusable element (and its subtree) from the navigation |\n * | `data-spatial-noscroll` | N/A | N/A | Prevent scroll for active element in scrollable area even if the is not fit in view |\n * | `data-spatial-scroll-parent` | N/A | N/A | When the focusable item in not a direct child of the scrollable aria use this attribute to mark scrollable area element |\n *\n * ## Event emitting order\n *\n * On a navigation key press, events fire in this order:\n *\n * 1. `navbeforeprocess` on the currently focused element.\n * 2. If not prevented:\n * a. Arrow keys: `navbeforefocus` on the currently focused element.\n * b. Enter: `.click()` on the currently focused element.\n * c. Escape/Back: `navback` on the provider, then `.click()` on the go-back element or `history.back()`.\n * 3. If no target is found in the requested direction: `navnotarget` on the provider.\n *\n * ## Handle complex components\n *\n * ### Generic components\n *\n * Components that handle navigation internally should prevent the provider from acting. Handle `navbeforeprocess`\n * and call `event.preventDefault()` for keys you process yourself.\n *\n * ### Form inputs\n *\n * Native inputs often submit on Enter, which is not desirable here. Enter should toggle or activate the control\n * (e.g., check/uncheck). Provide a dedicated submit button users can navigate to and press Enter on.\n *\n * ### Utilities for complex components\n *\n * #### KeyToActionMixin\n *\n * Maps key events to action names. Call `getActionForKeyEvent` to get the action for a keyboard event. Also provides\n * `getKeyboardNavMode` to check whether navigation is spatial or default.\n *\n * #### KeyDownHandledMixin\n *\n * Notify the provider when a component handled `keydown` internally. Call `keyDownEventHandled` whenever you process\n * keydown yourself.\n *\n * ## Platform specific behaviors\n *\n * Consider remote/gamepad constraints. Often focus alone is not enough, and users press Enter to \"enter\" an interactive mode:\n * - Select: Enter opens options rather than arrow keys opening a popover.\n * - Text inputs: see the next section.\n * - Slider: Enter to start adjusting, arrow keys to change value, Enter/Escape to stop.\n *\n * ### Text inputs\n *\n * On TV-like platforms without physical keyboards, Enter/focus on an input should open a virtual keyboard instead of submitting\n * the form. Users must close the keyboard (Escape) to continue spatial navigation.\n *\n * If navigation keys are mapped to letters (e.g., `w/a/s/d`), they should navigate, not change input values. Inputs should\n * be edited via the virtual keyboard.\n *\n * Note: Stories do not emulate virtual keyboards, so letter-based navigation may change input values in Storybook.\n *\n * ## Debugging\n *\n * ### Storybook toolbar\n *\n * Enable \"Spatial navigation\" in the toolbar. Key mapping:\n * - Up - ArrowUp\n * - Left - ArrowLeft\n * - Down - ArrowDown\n * - Right - ArrowRight\n * - Enter - Enter\n * - Escape - Escape\n *\n * With wrapper: wraps the component in a 3x3 grid with surrounding buttons for testing.\n * Without a wrapper: renders the component alone.\n *\n * ### Visual debugger\n *\n * With spatial navigation enabled, press Shift + navigation key to visualize calculations:\n *\n * - Star: next active element\n * - `#{number}`: candidate order by distance\n * - `D: {distance}`: computed distance\n *\n * ## Limitations\n *\n * ### Completeness\n *\n * The algorithm cannot guarantee reachability to all elements using the four directions. Some components can be isolated.\n *\n * Workarounds:\n * - Use data attributes to explicitly link navigation targets.\n * - Arrange DOM to improve spatial consistency:\n * - Group focusable elements using dedicated components (lists, menus, etc.).\n * - Avoid complex grid-like layouts with variable-sized items.\n * - Avoid overlap along horizontal or vertical axes.\n * - Avoid nested focusable elements where possible.\n * - Tune algorithm weights to match your UI layout.\n *\n * ### Nested providers\n *\n * Only one provider instance is supported in the application at a time.\n *\n * @event navbeforeprocess - (React: onNavBeforeProcess) This event dispatched before spatial navigation process any key event.\n * It can be canceled to prevent any action from spatial navigation, e.g.: back, click or calculating the next candidate.\n * @event navbeforefocus - (React: onNavBeforeFocus) This event is dispatched before the focus is changing to the next element.\n * It can be canceled to prevent the focus change. @see https://www.w3.org/TR/css-nav-1/#event-type-navbeforefocus\n * @event navback - (React: onNavBack) This event dispatched a back navigation triggered by the user.\n * The event's detail contains the goBackElement if any. It is cancelable to prevent click\n * action on the goBackElement.\n * @event navnotarget - (React: onNavNoTarget) This event is dispatched when there is no target to focus in the current focus area and\n * in the given direction .\n *\n * @tagname mdc-spatialnavigationprovider\n */",
|
|
45233
|
+
"jsDoc": "/**\n * @tagname mdc-spatialnavigationprovider\n * @event navbeforeprocess - (React: onNavBeforeProcess) This event dispatched before spatial navigation process any key event.\n * It can be canceled to prevent any action from spatial navigation, e.g.: back, click or calculating the next candidate.\n * @event navbeforefocus - (React: onNavBeforeFocus) This event is dispatched before the focus is changing to the next element.\n * It can be canceled to prevent the focus change. @see https://www.w3.org/TR/css-nav-1/#event-type-navbeforefocus\n * @event navback - (React: onNavBack) This event dispatched a back navigation triggered by the user.\n * The event's detail contains the goBackElement if any. It is cancelable to prevent click\n * action on the goBackElement.\n * @event navnotarget - (React: onNavNoTarget) This event is dispatched when there is no target to focus in the current focus area and\n * in the given direction .\n *\n */",
|
|
45091
45234
|
"customElement": true
|
|
45092
45235
|
}
|
|
45093
45236
|
],
|
|
@@ -45108,7 +45251,7 @@
|
|
|
45108
45251
|
"declarations": [
|
|
45109
45252
|
{
|
|
45110
45253
|
"kind": "class",
|
|
45111
|
-
"description": "
|
|
45254
|
+
"description": "",
|
|
45112
45255
|
"name": "Spinner",
|
|
45113
45256
|
"cssProperties": [
|
|
45114
45257
|
{
|
|
@@ -45226,7 +45369,7 @@
|
|
|
45226
45369
|
"module": "/src/models"
|
|
45227
45370
|
},
|
|
45228
45371
|
"tagName": "mdc-spinner",
|
|
45229
|
-
"jsDoc": "/**\n *
|
|
45372
|
+
"jsDoc": "/**\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
|
|
45230
45373
|
"customElement": true
|
|
45231
45374
|
}
|
|
45232
45375
|
],
|
|
@@ -45247,7 +45390,7 @@
|
|
|
45247
45390
|
"declarations": [
|
|
45248
45391
|
{
|
|
45249
45392
|
"kind": "class",
|
|
45250
|
-
"description": "
|
|
45393
|
+
"description": "",
|
|
45251
45394
|
"name": "StaticCheckbox",
|
|
45252
45395
|
"cssProperties": [
|
|
45253
45396
|
{
|
|
@@ -45406,7 +45549,7 @@
|
|
|
45406
45549
|
"module": "/src/models"
|
|
45407
45550
|
},
|
|
45408
45551
|
"tagName": "mdc-staticcheckbox",
|
|
45409
|
-
"jsDoc": "/**\n *
|
|
45552
|
+
"jsDoc": "/**\n * @tagname mdc-staticcheckbox\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-staticcheckbox-border-color - Border color of the checkbox.\n * @cssproperty --mdc-staticcheckbox-background-color - Background color of the checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-color - Icon color of the checkbox.\n * @cssproperty --mdc-staticcheckbox-size - Size of the checkbox.\n *\n * @csspart icon-container - The container for the checkbox icon.\n * @csspart checkbox-icon - The checkbox icon element.\n *\n * @slot - Default slot for label text.\n */",
|
|
45410
45553
|
"customElement": true
|
|
45411
45554
|
}
|
|
45412
45555
|
],
|
|
@@ -45427,7 +45570,7 @@
|
|
|
45427
45570
|
"declarations": [
|
|
45428
45571
|
{
|
|
45429
45572
|
"kind": "class",
|
|
45430
|
-
"description": "
|
|
45573
|
+
"description": "",
|
|
45431
45574
|
"name": "StaticChip",
|
|
45432
45575
|
"cssProperties": [
|
|
45433
45576
|
{
|
|
@@ -45546,7 +45689,7 @@
|
|
|
45546
45689
|
"module": "/src/models"
|
|
45547
45690
|
},
|
|
45548
45691
|
"tagName": "mdc-staticchip",
|
|
45549
|
-
"jsDoc": "/**\n *
|
|
45692
|
+
"jsDoc": "/**\n * @tagname mdc-staticchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the static chip.\n * @cssproperty --mdc-chip-border-color - The border color of the static chip.\n * @cssproperty --mdc-chip-background-color - The background color of the static chip.\n *\n * @csspart label - The label of the static chip.\n * @csspart icon - The icon of the static chip.\n */",
|
|
45550
45693
|
"customElement": true
|
|
45551
45694
|
}
|
|
45552
45695
|
],
|
|
@@ -45567,7 +45710,7 @@
|
|
|
45567
45710
|
"declarations": [
|
|
45568
45711
|
{
|
|
45569
45712
|
"kind": "class",
|
|
45570
|
-
"description": "
|
|
45713
|
+
"description": "",
|
|
45571
45714
|
"name": "StaticRadio",
|
|
45572
45715
|
"cssProperties": [
|
|
45573
45716
|
{
|
|
@@ -45706,7 +45849,7 @@
|
|
|
45706
45849
|
"module": "/src/models"
|
|
45707
45850
|
},
|
|
45708
45851
|
"tagName": "mdc-staticradio",
|
|
45709
|
-
"jsDoc": "/**\n *
|
|
45852
|
+
"jsDoc": "/**\n * @tagname mdc-staticradio\n *\n * @cssproperty --mdc-staticradio-inner-circle-size - Size of the inner circle when checked.\n * @cssproperty --mdc-staticradio-outer-circle-size - Size of the outer circle border.\n * @cssproperty --mdc-staticradio-inner-circle-background-color - Background color of the inner circle when checked.\n * @cssproperty --mdc-staticradio-outer-circle-border-color - Border color of the outer circle.\n * @cssproperty --mdc-staticradio-outer-circle-background-color - Background color of the outer circle.\n *\n * @csspart radio-icon - The radio icon element.\n *\n * @slot - Default slot for the label of the radio.\n */",
|
|
45710
45853
|
"customElement": true
|
|
45711
45854
|
}
|
|
45712
45855
|
],
|
|
@@ -45727,7 +45870,7 @@
|
|
|
45727
45870
|
"declarations": [
|
|
45728
45871
|
{
|
|
45729
45872
|
"kind": "class",
|
|
45730
|
-
"description": "
|
|
45873
|
+
"description": "",
|
|
45731
45874
|
"name": "StaticToggle",
|
|
45732
45875
|
"cssProperties": [
|
|
45733
45876
|
{
|
|
@@ -45898,7 +46041,7 @@
|
|
|
45898
46041
|
"module": "/src/models"
|
|
45899
46042
|
},
|
|
45900
46043
|
"tagName": "mdc-statictoggle",
|
|
45901
|
-
"jsDoc": "/**\n *
|
|
46044
|
+
"jsDoc": "/**\n * @tagname mdc-statictoggle\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-statictoggle-width - Width of the static toggle.\n * @cssproperty --mdc-statictoggle-height - Height of the static toggle.\n * @cssproperty --mdc-statictoggle-border-radius - Border radius of the static toggle.\n * @cssproperty --mdc-statictoggle-border-color - Border color of the static toggle.\n * @cssproperty --mdc-statictoggle-background-color - Background color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-color - Icon color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-background-color - Icon background color of the static toggle.\n *\n * @csspart slider - The slider part of the toggle.\n * @csspart toggle-icon - The icon part of the toggle.\n *\n * @slot - Default slot for slotted content (typically used by parent `mdc-toggle` for the checkbox input).\n */",
|
|
45902
46045
|
"customElement": true
|
|
45903
46046
|
}
|
|
45904
46047
|
],
|
|
@@ -45919,7 +46062,7 @@
|
|
|
45919
46062
|
"declarations": [
|
|
45920
46063
|
{
|
|
45921
46064
|
"kind": "class",
|
|
45922
|
-
"description": "
|
|
46065
|
+
"description": "",
|
|
45923
46066
|
"name": "Stepper",
|
|
45924
46067
|
"slots": [
|
|
45925
46068
|
{
|
|
@@ -45995,7 +46138,7 @@
|
|
|
45995
46138
|
"module": "/src/models"
|
|
45996
46139
|
},
|
|
45997
46140
|
"tagName": "mdc-stepper",
|
|
45998
|
-
"jsDoc": "/**\n *
|
|
46141
|
+
"jsDoc": "/**\n * @tagname mdc-stepper\n *\n * @slot default - Pass the list of `mdc-stepperitem` and `mdc-stepperconnector` elements to be rendered inside the stepper.\n *\n */",
|
|
45999
46142
|
"customElement": true
|
|
46000
46143
|
}
|
|
46001
46144
|
],
|
|
@@ -46016,7 +46159,7 @@
|
|
|
46016
46159
|
"declarations": [
|
|
46017
46160
|
{
|
|
46018
46161
|
"kind": "class",
|
|
46019
|
-
"description": "
|
|
46162
|
+
"description": "",
|
|
46020
46163
|
"name": "StepperConnector",
|
|
46021
46164
|
"cssProperties": [
|
|
46022
46165
|
{
|
|
@@ -46083,7 +46226,7 @@
|
|
|
46083
46226
|
"module": "/src/models"
|
|
46084
46227
|
},
|
|
46085
46228
|
"tagName": "mdc-stepperconnector",
|
|
46086
|
-
"jsDoc": "/**\n *
|
|
46229
|
+
"jsDoc": "/**\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
|
|
46087
46230
|
"customElement": true
|
|
46088
46231
|
}
|
|
46089
46232
|
],
|
|
@@ -46104,7 +46247,7 @@
|
|
|
46104
46247
|
"declarations": [
|
|
46105
46248
|
{
|
|
46106
46249
|
"kind": "class",
|
|
46107
|
-
"description": "
|
|
46250
|
+
"description": "",
|
|
46108
46251
|
"name": "StepperItem",
|
|
46109
46252
|
"cssProperties": [
|
|
46110
46253
|
{
|
|
@@ -46388,7 +46531,7 @@
|
|
|
46388
46531
|
"module": "/src/models"
|
|
46389
46532
|
},
|
|
46390
46533
|
"tagName": "mdc-stepperitem",
|
|
46391
|
-
"jsDoc": "/**\n *
|
|
46534
|
+
"jsDoc": "/**\n * @tagname mdc-stepperitem\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) This event is dispatched when the stepperitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the stepperitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the stepperitem.\n *\n * @csspart status-container - The container for the status icon or step number.\n * @csspart label-container - The container for the label and help text.\n * @csspart help-text-container - The container for the help text and error icon when applicable.\n * @csspart status-icon - The icon representing the status of the stepper item.\n * @csspart step-number - The text representing the step number.\n * @csspart label - The text representing the label of the stepper item.\n * @csspart help-text - The text providing additional information about the stepper item.\n * @csspart help-icon - The icon representing an error in the stepper item.\n *\n * @cssproperty --mdc-stepperitem-status-container-background - The background color of the status container.\n * @cssproperty --mdc-stepperitem-status-container-border-color - The border color of the status container.\n * @cssproperty --mdc-stepperitem-label-color - The color of the label text.\n * @cssproperty --mdc-stepperitem-help-text-color - The color of the optional label text.\n * @cssproperty --mdc-stepperitem-label-container-background - The background color of the label container.\n */",
|
|
46392
46535
|
"customElement": true
|
|
46393
46536
|
}
|
|
46394
46537
|
],
|
|
@@ -46409,7 +46552,7 @@
|
|
|
46409
46552
|
"declarations": [
|
|
46410
46553
|
{
|
|
46411
46554
|
"kind": "class",
|
|
46412
|
-
"description": "
|
|
46555
|
+
"description": "",
|
|
46413
46556
|
"name": "Tab",
|
|
46414
46557
|
"cssProperties": [
|
|
46415
46558
|
{
|
|
@@ -47189,7 +47332,7 @@
|
|
|
47189
47332
|
"module": "/src/components/buttonsimple/buttonsimple.component"
|
|
47190
47333
|
},
|
|
47191
47334
|
"tagName": "mdc-tab",
|
|
47192
|
-
"jsDoc": "/**\n *
|
|
47335
|
+
"jsDoc": "/**\n * @tagname mdc-tab\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) This event is dispatched when the tab is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the tab.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the tab.\n * @event focus - (React: onFocus) This event is dispatched when the tab receives focus.\n * @event activechange - (React: onActiveChange) This event is dispatched when the active state of the tab changes\n * <br />\n * Event Data: `detail: { tabId: this.tabId, active }`\n * <br />\n * Note: the activechange event is used by the tab list component to react to the change in state of the tab,\n * so this event won't be needed if the tab list is used.\n *\n * @cssproperty --mdc-tab-height - The height of the tab.\n * @cssproperty --mdc-tab-padding-left - The left padding of the tab.\n * @cssproperty --mdc-tab-padding-right - The right padding of the tab.\n * @cssproperty --mdc-tab-content-gap - The gap between the icon and text in the tab.\n * @cssproperty --mdc-tab-background-color - The background color of the tab.\n * @cssproperty --mdc-tab-color - The text color of the tab.\n * @cssproperty --mdc-tab-border-radius - The border radius of the tab.\n * @cssproperty --mdc-tab-content-justification - The justification of the content in the tab.\n *\n * @cssproperty --mdc-tab-line-active-indicator-height - The height of the active indicator line.\n * @cssproperty --mdc-tab-line-active-indicator-width - The width of the active indicator line.\n *\n * @cssproperty --mdc-tab-line-border-bottom-left-radius - The border bottom left radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-bottom-right-radius - The border bottom right radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-top-left-radius - The border top left radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-top-right-radius - The border top right radius of the active indicator line.\n *\n * @csspart container - The container of the tab.\n * @csspart regular-icon - The icon of the tab, if inactive.\n * @csspart filled-icon - The icon of the tab, if active.\n * @csspart indicator - The indicator of the tab.\n * @csspart text - The text of the tab.\n *\n * @slot prefix - The slot for the content before the text, typically used for the icon.\n * @slot postfix - The slot for the content after the text, typically used for the badge or chip.\n */",
|
|
47193
47336
|
"customElement": true
|
|
47194
47337
|
}
|
|
47195
47338
|
],
|
|
@@ -47210,7 +47353,7 @@
|
|
|
47210
47353
|
"declarations": [
|
|
47211
47354
|
{
|
|
47212
47355
|
"kind": "class",
|
|
47213
|
-
"description": "
|
|
47356
|
+
"description": "",
|
|
47214
47357
|
"name": "TabList",
|
|
47215
47358
|
"cssProperties": [
|
|
47216
47359
|
{
|
|
@@ -47461,7 +47604,7 @@
|
|
|
47461
47604
|
"module": "/src/models"
|
|
47462
47605
|
},
|
|
47463
47606
|
"tagName": "mdc-tablist",
|
|
47464
|
-
"jsDoc": "/**\n *
|
|
47607
|
+
"jsDoc": "/**\n * @tagname mdc-tablist\n *\n * @dependency mdc-tab\n * @dependency mdc-button\n *\n * @event change - (React: onChange) This event is dispatched when the tab is selected.\n * Event that fires when user changes the active tab.\n * The function sent as the argument will receive the fired event\n * and the new tab id can be fetched from event.detail.tabId.\n *\n * `(event: CustomEvent) => handleTabChange(event.detail.tabId);`\n *\n * @slot Default slot for mdc-tab elements.\n *\n * @cssproperty --mdc-tablist-gap - Gap between tabs\n * @cssproperty --mdc-tablist-width - Width of the tablist\n * @cssproperty --mdc-tablist-arrow-button-margin - Margin value for the arrow button\n *\n * @csspart container - The tablist container.\n */",
|
|
47465
47608
|
"customElement": true
|
|
47466
47609
|
}
|
|
47467
47610
|
],
|
|
@@ -47482,7 +47625,7 @@
|
|
|
47482
47625
|
"declarations": [
|
|
47483
47626
|
{
|
|
47484
47627
|
"kind": "class",
|
|
47485
|
-
"description": "
|
|
47628
|
+
"description": "",
|
|
47486
47629
|
"name": "Text",
|
|
47487
47630
|
"cssParts": [
|
|
47488
47631
|
{
|
|
@@ -47580,7 +47723,7 @@
|
|
|
47580
47723
|
"module": "/src/models"
|
|
47581
47724
|
},
|
|
47582
47725
|
"tagName": "mdc-text",
|
|
47583
|
-
"jsDoc": "/**\n *
|
|
47726
|
+
"jsDoc": "/**\n * @tagname mdc-text\n * @slot - Default slot for text content\n *\n * @csspart text - The text element\n */",
|
|
47584
47727
|
"customElement": true
|
|
47585
47728
|
}
|
|
47586
47729
|
],
|
|
@@ -47601,7 +47744,7 @@
|
|
|
47601
47744
|
"declarations": [
|
|
47602
47745
|
{
|
|
47603
47746
|
"kind": "class",
|
|
47604
|
-
"description": "
|
|
47747
|
+
"description": "",
|
|
47605
47748
|
"name": "Textarea",
|
|
47606
47749
|
"cssProperties": [
|
|
47607
47750
|
{
|
|
@@ -48857,7 +49000,7 @@
|
|
|
48857
49000
|
"module": "/src/components/formfieldwrapper"
|
|
48858
49001
|
},
|
|
48859
49002
|
"tagName": "mdc-textarea",
|
|
48860
|
-
"jsDoc": "/**\n *
|
|
49003
|
+
"jsDoc": "/**\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart textarea - The textarea element.\n * @csspart textarea-container - The container element that wraps the textarea and resize button.\n * @csspart textarea-footer - The footer element that contains the character counter.\n * @csspart character-counter - The character counter element.\n * @csspart resize-button - The resize button element (shown when `resizable` is true).\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
|
|
48861
49004
|
"customElement": true
|
|
48862
49005
|
}
|
|
48863
49006
|
],
|
|
@@ -48878,7 +49021,7 @@
|
|
|
48878
49021
|
"declarations": [
|
|
48879
49022
|
{
|
|
48880
49023
|
"kind": "class",
|
|
48881
|
-
"description": "
|
|
49024
|
+
"description": "",
|
|
48882
49025
|
"name": "ThemeProvider",
|
|
48883
49026
|
"cssProperties": [
|
|
48884
49027
|
{
|
|
@@ -48959,7 +49102,7 @@
|
|
|
48959
49102
|
"module": "/src/models"
|
|
48960
49103
|
},
|
|
48961
49104
|
"tagName": "mdc-themeprovider",
|
|
48962
|
-
"jsDoc": "/**\n *
|
|
49105
|
+
"jsDoc": "/**\n * @tagname mdc-themeprovider\n *\n * @slot - children\n *\n * @cssproperty --mdc-themeprovider-color-default - Option to override the default color,\n * default: color-theme-text-primary-normal\n * @cssproperty --mdc-themeprovider-font-family - Option to override the font family,\n * default: `Momentum` (from momentum-design/fonts)\n * @cssproperty --mdc-themeprovider-font-weight - Option to override the font weight, default: `400`\n * default: `-0.25px` (this is to match the old CiscoSans)\n * @cssproperty --mdc-themeprovider-scrollbar-track-color - Option to override the color of the scrollbar track.\n * @cssproperty --mdc-themeprovider-scrollbar-thumb-color - Option to override the color of the scrollbar thumb.\n */",
|
|
48963
49106
|
"customElement": true
|
|
48964
49107
|
}
|
|
48965
49108
|
],
|
|
@@ -48980,7 +49123,7 @@
|
|
|
48980
49123
|
"declarations": [
|
|
48981
49124
|
{
|
|
48982
49125
|
"kind": "class",
|
|
48983
|
-
"description": "
|
|
49126
|
+
"description": "",
|
|
48984
49127
|
"name": "TimePicker",
|
|
48985
49128
|
"cssProperties": [
|
|
48986
49129
|
{
|
|
@@ -50215,7 +50358,7 @@
|
|
|
50215
50358
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
50216
50359
|
},
|
|
50217
50360
|
"tagName": "mdc-timepicker",
|
|
50218
|
-
"jsDoc": "/**\n *
|
|
50361
|
+
"jsDoc": "/**\n * @tagname mdc-timepicker\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-option\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event input - (React: onInput) This event is dispatched when the time value changes.\n * @event change - (React: onChange) This event is dispatched when the time value is committed.\n * @event focus - (React: onFocus) This event is dispatched when the timepicker receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the timepicker loses focus.\n *\n * @slot label - Slot for the label element.\n * @slot toggletip - Slot for the toggletip info icon button.\n * @slot help-icon - Slot for the helper/validation icon.\n * @slot help-text - Slot for the helper/validation text.\n *\n * @cssproperty --mdc-timepicker-background-color - Background color of the timepicker input.\n * @cssproperty --mdc-timepicker-border-color - Border color of the timepicker input.\n * @cssproperty --mdc-timepicker-text-color - Text color of the timepicker input.\n * @cssproperty --mdc-timepicker-height - The height of the timepicker trigger control.\n * @cssproperty --mdc-timepicker-width - Width of the timepicker component.\n * @cssproperty --mdc-timepicker-listbox-height - The max-height of the dropdown listbox. Default shows ~6 items.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element.\n * @csspart info-icon-btn - The info icon button element.\n * @csspart label-toggletip - The toggletip element.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart help-text-container - The container for helper/validation elements.\n * @csspart container - The outer container for the input and popover.\n * @csspart base-container - The input container with border and background.\n * @csspart spinbutton-group - The container for spinbutton elements.\n * @csspart spinbutton - A spinbutton input element.\n * @csspart separator - The colon separator between spinbuttons.\n * @csspart period - The AM/PM period spinbutton.\n * @csspart icon-container - The dropdown arrow button container.\n * @csspart leading-icon - The prefix icon element displayed before spinbuttons.\n * @csspart native-input - The hidden native input for form participation.\n * @csspart listbox - The dropdown list container.\n */",
|
|
50219
50362
|
"customElement": true
|
|
50220
50363
|
}
|
|
50221
50364
|
],
|
|
@@ -50236,7 +50379,7 @@
|
|
|
50236
50379
|
"declarations": [
|
|
50237
50380
|
{
|
|
50238
50381
|
"kind": "class",
|
|
50239
|
-
"description": "
|
|
50382
|
+
"description": "",
|
|
50240
50383
|
"name": "Toast",
|
|
50241
50384
|
"cssProperties": [
|
|
50242
50385
|
{
|
|
@@ -50605,7 +50748,7 @@
|
|
|
50605
50748
|
"module": "/src/models"
|
|
50606
50749
|
},
|
|
50607
50750
|
"tagName": "mdc-toast",
|
|
50608
|
-
"jsDoc": "/**\n *
|
|
50751
|
+
"jsDoc": "/**\n * @tagname mdc-toast\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-button\n *\n * @slot content-prefix - Slot for custom content before the icon (only for custom variant).\n * @slot toast-body-normal - Slot for the main body content of the toast.\n * @slot toast-body-detailed - Slot for additional detailed content, shown when expanded.\n * @slot footer - Slot for custom footer content. Prefer using footer-button-primary and footer-button-secondary slots.\n * @slot footer-button-primary - Slot for passing the primary variant of `mdc-button` in the footer.\n * @slot footer-button-secondary - Slot for passing the secondary variant of `mdc-button` in the footer.\n *\n * @event close - (React: onClose) Dispatched when the Close Button is clicked using mouse or keyboard.\n *\n * @csspart content-container - The container for the toast's main content, including icon, text, and close button.\n * @csspart toast-prefix-icon - The icon shown at the start of the toast, styled by variant.\n * @csspart toast-content - The container for the header and body content of the toast.\n * @csspart toast-header - The header text of the toast.\n * @csspart footer - The container for the toast's footer, including toggle and action buttons.\n * @csspart footer-button-toggle - The toggle button for showing/hiding detailed content.\n * @csspart toast-close-btn - The close button for the toast.\n * @csspart has-footer-buttons - Applied to the footer when it contains buttons or a toggle button.\n *\n * @cssproperty --mdc-toast-background-color - Background color of the toast.\n * @cssproperty --mdc-toast-border-color - Border color of the toast.\n * @cssproperty --mdc-toast-header-text-color - Color of the header text in the toast.\n * @cssproperty --mdc-toast-icon-color - Color of the icon in the toast.\n * @cssproperty --mdc-toast-elevation-3 - Elevation effect applied to the toast.\n * @cssproperty --mdc-toast-width - Width of the toast.\n * @cssproperty --mdc-toast-padding - Padding inside the toast.\n */",
|
|
50609
50752
|
"customElement": true
|
|
50610
50753
|
}
|
|
50611
50754
|
],
|
|
@@ -50626,7 +50769,7 @@
|
|
|
50626
50769
|
"declarations": [
|
|
50627
50770
|
{
|
|
50628
50771
|
"kind": "class",
|
|
50629
|
-
"description": "
|
|
50772
|
+
"description": "",
|
|
50630
50773
|
"name": "Toggle",
|
|
50631
50774
|
"cssParts": [
|
|
50632
50775
|
{
|
|
@@ -51415,7 +51558,7 @@
|
|
|
51415
51558
|
"module": "/src/components/formfieldwrapper"
|
|
51416
51559
|
},
|
|
51417
51560
|
"tagName": "mdc-toggle",
|
|
51418
|
-
"jsDoc": "/**\n *
|
|
51561
|
+
"jsDoc": "/**\n * @tagname mdc-toggle\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart text-container - The container for the label and helper text elements.\n * @csspart static-toggle - The statictoggle that provides the visual toggle switch appearance.\n * @csspart toggle-input - The native input element with switch role that provides the interactive functionality.\n */",
|
|
51419
51562
|
"customElement": true,
|
|
51420
51563
|
"slots": [
|
|
51421
51564
|
{
|
|
@@ -51544,7 +51687,7 @@
|
|
|
51544
51687
|
"declarations": [
|
|
51545
51688
|
{
|
|
51546
51689
|
"kind": "class",
|
|
51547
|
-
"description": "
|
|
51690
|
+
"description": "",
|
|
51548
51691
|
"name": "ToggleTip",
|
|
51549
51692
|
"cssProperties": [
|
|
51550
51693
|
{
|
|
@@ -52971,7 +53114,7 @@
|
|
|
52971
53114
|
"module": "/src/components/popover/popover.component"
|
|
52972
53115
|
},
|
|
52973
53116
|
"tagName": "mdc-toggletip",
|
|
52974
|
-
"jsDoc": "/**\n *
|
|
53117
|
+
"jsDoc": "/**\n * @tagname mdc-toggletip\n *\n * @dependency mdc-screenreaderannouncer\n * @dependency mdc-button\n *\n * @event shown - (React: onShown) This event is dispatched when the toggletip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the toggletip is hidden\n * @event created - (React: onCreated) This event is dispatched when the toggletip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the toggletip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-toggletip-max-width - The maximum width of the toggletip.\n * @cssproperty --mdc-toggletip-text-color - The text color of the toggletip.\n * @cssproperty --mdc-toggletip-text-color-contrast - The text color of the toggletip when the color is contrast.\n *\n * @slot - Default slot for the toggletip content\n */",
|
|
52975
53118
|
"customElement": true,
|
|
52976
53119
|
"cssParts": [
|
|
52977
53120
|
{
|
|
@@ -53018,7 +53161,7 @@
|
|
|
53018
53161
|
"declarations": [
|
|
53019
53162
|
{
|
|
53020
53163
|
"kind": "class",
|
|
53021
|
-
"description": "
|
|
53164
|
+
"description": "",
|
|
53022
53165
|
"name": "Tooltip",
|
|
53023
53166
|
"cssProperties": [
|
|
53024
53167
|
{
|
|
@@ -54513,7 +54656,7 @@
|
|
|
54513
54656
|
"module": "/src/components/popover/popover.component"
|
|
54514
54657
|
},
|
|
54515
54658
|
"tagName": "mdc-tooltip",
|
|
54516
|
-
"jsDoc": "/**\n *
|
|
54659
|
+
"jsDoc": "/**\n * @tagname mdc-tooltip\n *\n * @event shown - (React: onShown) This event is dispatched when the tooltip is shown\n * @event hidden - (React: onHidden) This event is dispatched when the tooltip is hidden\n * @event created - (React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-tooltip-max-width - The maximum width of the tooltip.\n * @cssproperty --mdc-tooltip-padding - The padding of the tooltip.\n * @cssproperty --mdc-tooltip-text-color - The text color of the tooltip.\n * @cssproperty --mdc-tooltip-text-color-contrast - The text color of the tooltip when the color is contrast.\n *\n */",
|
|
54517
54660
|
"customElement": true,
|
|
54518
54661
|
"slots": [
|
|
54519
54662
|
{
|
|
@@ -54570,7 +54713,7 @@
|
|
|
54570
54713
|
"declarations": [
|
|
54571
54714
|
{
|
|
54572
54715
|
"kind": "class",
|
|
54573
|
-
"description": "
|
|
54716
|
+
"description": "",
|
|
54574
54717
|
"name": "Typewriter",
|
|
54575
54718
|
"cssParts": [
|
|
54576
54719
|
{
|
|
@@ -54889,7 +55032,7 @@
|
|
|
54889
55032
|
"module": "/src/models"
|
|
54890
55033
|
},
|
|
54891
55034
|
"tagName": "mdc-typewriter",
|
|
54892
|
-
"jsDoc": "/**\n *
|
|
55035
|
+
"jsDoc": "/**\n * @tagname mdc-typewriter\n * @dependency mdc-text\n *\n * @slot - Default slot for text content\n *\n * @csspart container - Container for the text element\n * @csspart text - The text element (forwarded to mdc-text)\n * @csspart typewriter-hidden - The hidden typewriter text\n *\n * @event typing-complete - (React: onTypingComplete) Fired when the typewriter finishes typing all content.\n * Detail: \\{ finalContent: string \\}\n * @event change - (React: onChange) Fired when the content of the typewriter changes.\n * Detail: \\{ content: string, isTyping: boolean \\}\n */",
|
|
54893
55036
|
"customElement": true
|
|
54894
55037
|
}
|
|
54895
55038
|
],
|
|
@@ -54910,7 +55053,7 @@
|
|
|
54910
55053
|
"declarations": [
|
|
54911
55054
|
{
|
|
54912
55055
|
"kind": "class",
|
|
54913
|
-
"description": "
|
|
55056
|
+
"description": "",
|
|
54914
55057
|
"name": "Verticaltablist",
|
|
54915
55058
|
"slots": [
|
|
54916
55059
|
{
|
|
@@ -55167,7 +55310,7 @@
|
|
|
55167
55310
|
"module": "/src/components/list/list.component"
|
|
55168
55311
|
},
|
|
55169
55312
|
"tagName": "mdc-verticaltablist",
|
|
55170
|
-
"jsDoc": "/**\n *
|
|
55313
|
+
"jsDoc": "/**\n * @tagname mdc-verticaltablist\n *\n * @dependency mdc-tab\n *\n * @event change - (React: onChange) This event is dispatched when the tab is selected.\n * Event that fires when user changes the active tab.\n * The function sent as the argument will receive the fired event\n * and the new tab id can be fetched from event.detail.tabId.\n *\n * `(event: CustomEvent) => handleTabChange(event.detail.tabId);`\n *\n * @slot Default slot for mdc-tab elements.\n */",
|
|
55171
55314
|
"customElement": true,
|
|
55172
55315
|
"attributes": [
|
|
55173
55316
|
{
|
|
@@ -55251,7 +55394,7 @@
|
|
|
55251
55394
|
"declarations": [
|
|
55252
55395
|
{
|
|
55253
55396
|
"kind": "class",
|
|
55254
|
-
"description": "
|
|
55397
|
+
"description": "",
|
|
55255
55398
|
"name": "VirtualizedList",
|
|
55256
55399
|
"cssParts": [
|
|
55257
55400
|
{
|
|
@@ -55815,7 +55958,7 @@
|
|
|
55815
55958
|
"module": "/src/components/list/list.component"
|
|
55816
55959
|
},
|
|
55817
55960
|
"tagName": "mdc-virtualizedlist",
|
|
55818
|
-
"jsDoc": "/**\n *
|
|
55961
|
+
"jsDoc": "/**\n * @tagname mdc-virtualizedlist\n *\n * @event scroll - (React: onScroll) Event that gets called when user scrolls inside of list.\n * @event virtualitemschange - (React: onVirtualItemsChange) Event that gets called when the virtual items change.\n *\n * @slot default - This is a default/unnamed slot, where listitems can be placed.\n * @slot list-header - This slot is used to pass a header for the list, which can be a `mdc-listheader` component.\n *\n * @csspart container - The container of the virtualized list.\n * @csspart scroll - The scrollable area of the virtualized list.\n */",
|
|
55819
55962
|
"customElement": true
|
|
55820
55963
|
}
|
|
55821
55964
|
],
|