@momentum-design/components 0.117.1 → 0.117.3
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 +275 -269
- package/dist/browser/index.js.map +3 -3
- package/dist/components/accordionbutton/accordionbutton.constants.d.ts +3 -2
- package/dist/components/animation/animation.component.js +1 -1
- package/dist/components/badge/badge.component.d.ts +1 -1
- package/dist/components/cardcheckbox/cardcheckbox.constants.d.ts +3 -2
- package/dist/components/checkbox/checkbox.component.d.ts +1 -1
- package/dist/components/checkbox/checkbox.constants.d.ts +3 -2
- package/dist/components/checkbox/checkbox.styles.js +5 -0
- package/dist/components/combobox/combobox.component.d.ts +1 -1
- package/dist/components/combobox/combobox.constants.d.ts +3 -2
- package/dist/components/dialog/dialog.constants.d.ts +2 -1
- package/dist/components/filterchip/filterchip.constants.d.ts +4 -2
- package/dist/components/formfieldwrapper/formfieldwrapper.component.js +1 -0
- package/dist/components/formfieldwrapper/formfieldwrapper.constants.d.ts +2 -1
- package/dist/components/formfieldwrapper/formfieldwrapper.styles.js +4 -0
- package/dist/components/formfieldwrapper/formfieldwrapper.utils.d.ts +1 -1
- package/dist/components/input/input.component.d.ts +1 -1
- package/dist/components/input/input.constants.d.ts +2 -1
- package/dist/components/inputchip/inputchip.constants.d.ts +2 -1
- package/dist/components/menuitem/menuitem.constants.d.ts +3 -2
- package/dist/components/navmenuitem/navmenuitem.constants.d.ts +2 -1
- package/dist/components/option/option.component.js +4 -7
- package/dist/components/password/password.constants.d.ts +3 -2
- package/dist/components/presence/presence.utils.d.ts +1 -1
- package/dist/components/progressspinner/progressspinner.constants.d.ts +3 -2
- package/dist/components/progressspinner/progressspinner.constants.js +2 -2
- package/dist/components/radio/radio.component.d.ts +1 -1
- package/dist/components/radio/radio.styles.js +3 -0
- package/dist/components/searchfield/searchfield.constants.d.ts +2 -1
- package/dist/components/select/select.component.d.ts +39 -46
- package/dist/components/select/select.component.js +155 -156
- package/dist/components/select/select.constants.d.ts +3 -2
- package/dist/components/statictoggle/statictoggle.constants.d.ts +3 -2
- package/dist/components/stepperitem/stepperitem.constants.d.ts +4 -3
- package/dist/components/textarea/textarea.component.d.ts +1 -1
- package/dist/components/textarea/textarea.styles.js +1 -0
- package/dist/components/toast/toast.component.js +16 -21
- package/dist/components/toast/toast.constants.d.ts +7 -6
- package/dist/components/toggle/toggle.component.d.ts +1 -1
- package/dist/components/toggle/toggle.constants.d.ts +3 -2
- package/dist/components/toggle/toggle.styles.js +5 -0
- package/dist/custom-elements.json +116 -84
- package/dist/react/accordion/index.d.ts +2 -3
- package/dist/react/accordionbutton/index.d.ts +2 -3
- package/dist/react/alertchip/index.d.ts +5 -4
- package/dist/react/animation/index.d.ts +4 -9
- package/dist/react/avatarbutton/index.d.ts +5 -4
- package/dist/react/brandvisual/index.d.ts +3 -6
- package/dist/react/button/index.d.ts +5 -4
- package/dist/react/buttonlink/index.d.ts +5 -4
- package/dist/react/buttonsimple/index.d.ts +5 -4
- package/dist/react/cardbutton/index.d.ts +5 -4
- package/dist/react/cardcheckbox/index.d.ts +6 -7
- package/dist/react/cardradio/index.d.ts +6 -7
- package/dist/react/checkbox/index.d.ts +3 -2
- package/dist/react/chip/index.d.ts +5 -4
- package/dist/react/coachmark/index.d.ts +5 -12
- package/dist/react/combobox/index.d.ts +6 -15
- package/dist/react/dialog/index.d.ts +6 -15
- package/dist/react/filterchip/index.d.ts +5 -4
- package/dist/react/input/index.d.ts +6 -5
- package/dist/react/inputchip/index.d.ts +2 -1
- package/dist/react/link/index.d.ts +5 -4
- package/dist/react/linkbutton/index.d.ts +5 -4
- package/dist/react/linksimple/index.d.ts +5 -4
- package/dist/react/listbox/index.d.ts +2 -1
- package/dist/react/listitem/index.d.ts +9 -8
- package/dist/react/menuitem/index.d.ts +9 -8
- package/dist/react/menuitemcheckbox/index.d.ts +11 -9
- package/dist/react/menuitemradio/index.d.ts +11 -9
- package/dist/react/menupopover/index.d.ts +8 -14
- package/dist/react/menusection/index.d.ts +3 -2
- package/dist/react/navmenuitem/index.d.ts +11 -12
- package/dist/react/option/index.d.ts +9 -8
- package/dist/react/password/index.d.ts +6 -5
- package/dist/react/popover/index.d.ts +5 -12
- package/dist/react/radio/index.d.ts +3 -2
- package/dist/react/searchfield/index.d.ts +6 -5
- package/dist/react/select/index.d.ts +7 -5
- package/dist/react/select/index.js +1 -0
- package/dist/react/sidenavigation/index.d.ts +3 -11
- package/dist/react/slider/index.d.ts +3 -4
- package/dist/react/stepperitem/index.d.ts +4 -3
- package/dist/react/tab/index.d.ts +7 -8
- package/dist/react/tablist/index.d.ts +2 -3
- package/dist/react/textarea/index.d.ts +6 -5
- package/dist/react/toast/index.d.ts +2 -1
- package/dist/react/toggle/index.d.ts +3 -2
- package/dist/react/toggletip/index.d.ts +5 -12
- package/dist/react/tooltip/index.d.ts +5 -12
- package/dist/react/typewriter/index.d.ts +3 -2
- package/dist/react/virtualizedlist/index.d.ts +2 -1
- package/dist/utils/controllers/ElementStore.d.ts +1 -1
- package/dist/utils/mixins/ListNavigationMixin.js +2 -1
- package/dist/utils/provider/index.d.ts +2 -4
- package/dist/utils/tag-name/index.d.ts +3 -1
- package/package.json +1 -1
@@ -34416,7 +34416,7 @@
|
|
34416
34416
|
"declarations": [
|
34417
34417
|
{
|
34418
34418
|
"kind": "class",
|
34419
|
-
"description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n\nIf you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.",
|
34419
|
+
"description": "The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\nIt is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n\nEvery mdc-option should have a `value` attribute set to ensure proper form submission.\n\nTo set a default option, use the `selected` attribute on the `mdc-option` element.\nYou can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n\n**Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n\nIf you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.",
|
34420
34420
|
"name": "Select",
|
34421
34421
|
"cssProperties": [
|
34422
34422
|
{
|
@@ -34512,7 +34512,8 @@
|
|
34512
34512
|
"type": {
|
34513
34513
|
"text": "Placement"
|
34514
34514
|
},
|
34515
|
-
"description": "The
|
34515
|
+
"description": "The placement of the popover within Select component.\nThis defines the position of the popover relative to the select input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
|
34516
|
+
"default": "'bottom-start'",
|
34516
34517
|
"attribute": "placement",
|
34517
34518
|
"reflects": true
|
34518
34519
|
},
|
@@ -34542,7 +34543,7 @@
|
|
34542
34543
|
"kind": "field",
|
34543
34544
|
"name": "strategy",
|
34544
34545
|
"type": {
|
34545
|
-
"text": "
|
34546
|
+
"text": "PopoverStrategy"
|
34546
34547
|
},
|
34547
34548
|
"description": "The strategy of the popover within Select.\nThis determines how the popover is positioned in the DOM.\n\nIn case `boundary` is set to something other than 'clippingAncestors',\nit might be necessary to set the `strategy` to 'fixed' to ensure that the popover\nis not getting clipped by scrollable containers enclosing the select.",
|
34548
34549
|
"default": "absolute",
|
@@ -34570,52 +34571,6 @@
|
|
34570
34571
|
"attribute": "backdrop-append-to",
|
34571
34572
|
"reflects": true
|
34572
34573
|
},
|
34573
|
-
{
|
34574
|
-
"kind": "method",
|
34575
|
-
"name": "getAllValidOptions",
|
34576
|
-
"privacy": "private",
|
34577
|
-
"return": {
|
34578
|
-
"type": {
|
34579
|
-
"text": "Array<Option>"
|
34580
|
-
}
|
34581
|
-
}
|
34582
|
-
},
|
34583
|
-
{
|
34584
|
-
"kind": "method",
|
34585
|
-
"name": "getFirstValidOption",
|
34586
|
-
"privacy": "private",
|
34587
|
-
"return": {
|
34588
|
-
"type": {
|
34589
|
-
"text": "Option | null"
|
34590
|
-
}
|
34591
|
-
}
|
34592
|
-
},
|
34593
|
-
{
|
34594
|
-
"kind": "method",
|
34595
|
-
"name": "getLastValidOption",
|
34596
|
-
"privacy": "private",
|
34597
|
-
"return": {
|
34598
|
-
"type": {
|
34599
|
-
"text": "Option | null"
|
34600
|
-
}
|
34601
|
-
}
|
34602
|
-
},
|
34603
|
-
{
|
34604
|
-
"kind": "method",
|
34605
|
-
"name": "getFirstSelectedOption",
|
34606
|
-
"privacy": "private",
|
34607
|
-
"return": {
|
34608
|
-
"type": {
|
34609
|
-
"text": "Option | null"
|
34610
|
-
}
|
34611
|
-
}
|
34612
|
-
},
|
34613
|
-
{
|
34614
|
-
"kind": "method",
|
34615
|
-
"name": "modifyListBoxWrapper",
|
34616
|
-
"privacy": "private",
|
34617
|
-
"description": "Modifies the listbox wrapper to ensure it has the correct attributes\nand IDs for accessibility.\n\nOnce [ariaOwnsElements](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements) is supported in browsers,\nthis an be removed and mdc-option can be used directly in the select component with a listbox in a different\nshadow root and aria-owns attribute to connect them."
|
34618
|
-
},
|
34619
34574
|
{
|
34620
34575
|
"kind": "method",
|
34621
34576
|
"name": "handleOptionsClick",
|
@@ -34656,27 +34611,6 @@
|
|
34656
34611
|
],
|
34657
34612
|
"description": "Sets the selected option in the component state and updates the input element's value.\nThis method ensures that only the selected option is marked as selected in the DOM,\nand updates the tabindex for all options accordingly.\nIt also updates the validity of the input element based on the selected option.\nThis method is called when an option is selected."
|
34658
34613
|
},
|
34659
|
-
{
|
34660
|
-
"kind": "method",
|
34661
|
-
"name": "updateTabIndexForAllOptions",
|
34662
|
-
"privacy": "private",
|
34663
|
-
"return": {
|
34664
|
-
"type": {
|
34665
|
-
"text": "void"
|
34666
|
-
}
|
34667
|
-
},
|
34668
|
-
"parameters": [
|
34669
|
-
{
|
34670
|
-
"name": "option",
|
34671
|
-
"optional": true,
|
34672
|
-
"type": {
|
34673
|
-
"text": "Option | null"
|
34674
|
-
},
|
34675
|
-
"description": "The option which tabIndex should be set to 0."
|
34676
|
-
}
|
34677
|
-
],
|
34678
|
-
"description": "Updates the tabindex of all options.\nSets the tabindex of the selected option to '0' and others to '-1'."
|
34679
|
-
},
|
34680
34614
|
{
|
34681
34615
|
"kind": "method",
|
34682
34616
|
"name": "updateSelectedInChildOptions",
|
@@ -34786,34 +34720,123 @@
|
|
34786
34720
|
},
|
34787
34721
|
{
|
34788
34722
|
"kind": "method",
|
34789
|
-
"name": "
|
34723
|
+
"name": "getCurrentIndex",
|
34790
34724
|
"privacy": "private",
|
34791
34725
|
"return": {
|
34792
34726
|
"type": {
|
34793
|
-
"text": "
|
34727
|
+
"text": ""
|
34794
34728
|
}
|
34795
34729
|
},
|
34796
34730
|
"parameters": [
|
34797
34731
|
{
|
34798
|
-
"name": "
|
34732
|
+
"name": "target",
|
34799
34733
|
"type": {
|
34800
|
-
"text": "
|
34734
|
+
"text": "EventTarget | null"
|
34801
34735
|
},
|
34802
|
-
"description": "The
|
34736
|
+
"description": "The target element that triggered the event."
|
34803
34737
|
}
|
34804
34738
|
],
|
34805
|
-
"description": "
|
34739
|
+
"description": "Retrieves the current index of the item that triggered the event.",
|
34740
|
+
"inheritedFrom": {
|
34741
|
+
"name": "ListNavigationMixin",
|
34742
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
34743
|
+
}
|
34806
34744
|
},
|
34807
34745
|
{
|
34808
34746
|
"kind": "method",
|
34809
|
-
"name": "
|
34810
|
-
"privacy": "
|
34747
|
+
"name": "resetTabIndexes",
|
34748
|
+
"privacy": "protected",
|
34749
|
+
"parameters": [
|
34750
|
+
{
|
34751
|
+
"name": "index",
|
34752
|
+
"type": {
|
34753
|
+
"text": "number"
|
34754
|
+
},
|
34755
|
+
"description": "The index of the currently focused item."
|
34756
|
+
}
|
34757
|
+
],
|
34758
|
+
"description": "Reset all tabindex to -1 and set the tabindex of the current item to 0",
|
34759
|
+
"inheritedFrom": {
|
34760
|
+
"name": "ListNavigationMixin",
|
34761
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
34762
|
+
}
|
34763
|
+
},
|
34764
|
+
{
|
34765
|
+
"kind": "method",
|
34766
|
+
"name": "resetTabIndexAndSetFocus",
|
34767
|
+
"privacy": "protected",
|
34768
|
+
"parameters": [
|
34769
|
+
{
|
34770
|
+
"name": "newIndex",
|
34771
|
+
"type": {
|
34772
|
+
"text": "number"
|
34773
|
+
},
|
34774
|
+
"description": "The index of the new item to focus."
|
34775
|
+
},
|
34776
|
+
{
|
34777
|
+
"name": "oldIndex",
|
34778
|
+
"optional": true,
|
34779
|
+
"type": {
|
34780
|
+
"text": "number"
|
34781
|
+
},
|
34782
|
+
"description": "The index of the currently focused item."
|
34783
|
+
},
|
34784
|
+
{
|
34785
|
+
"name": "focusNewItem",
|
34786
|
+
"default": "true",
|
34787
|
+
"description": "Call focus() on the new item or not. It should be false during firstUpdate"
|
34788
|
+
}
|
34789
|
+
],
|
34790
|
+
"description": "Resets the tabindex of the currently focused item and sets focus to a new item.",
|
34811
34791
|
"return": {
|
34812
34792
|
"type": {
|
34813
|
-
"text": "
|
34793
|
+
"text": ""
|
34814
34794
|
}
|
34815
34795
|
},
|
34816
|
-
"
|
34796
|
+
"inheritedFrom": {
|
34797
|
+
"name": "ListNavigationMixin",
|
34798
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
34799
|
+
}
|
34800
|
+
},
|
34801
|
+
{
|
34802
|
+
"kind": "method",
|
34803
|
+
"name": "resolveDirectionKey",
|
34804
|
+
"privacy": "private",
|
34805
|
+
"parameters": [
|
34806
|
+
{
|
34807
|
+
"name": "key",
|
34808
|
+
"type": {
|
34809
|
+
"text": "string"
|
34810
|
+
},
|
34811
|
+
"description": "The key pressed by the user."
|
34812
|
+
},
|
34813
|
+
{
|
34814
|
+
"name": "isRtl",
|
34815
|
+
"type": {
|
34816
|
+
"text": "boolean"
|
34817
|
+
},
|
34818
|
+
"description": "A boolean indicating if the layout is right-to-left (RTL)."
|
34819
|
+
}
|
34820
|
+
],
|
34821
|
+
"description": "Resolves the key pressed by the user based on the direction of the layout.\nThis method is used to handle keyboard navigation in a right-to-left (RTL) layout.\nIt checks if the layout is RTL and adjusts the arrow keys accordingly.\nFor example, in RTL, the left arrow key behaves like the right arrow key and vice versa.",
|
34822
|
+
"return": {
|
34823
|
+
"type": {
|
34824
|
+
"text": ""
|
34825
|
+
}
|
34826
|
+
},
|
34827
|
+
"inheritedFrom": {
|
34828
|
+
"name": "ListNavigationMixin",
|
34829
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
34830
|
+
}
|
34831
|
+
},
|
34832
|
+
{
|
34833
|
+
"kind": "method",
|
34834
|
+
"name": "shouldLoop",
|
34835
|
+
"privacy": "private",
|
34836
|
+
"inheritedFrom": {
|
34837
|
+
"name": "ListNavigationMixin",
|
34838
|
+
"module": "utils/mixins/ListNavigationMixin.js"
|
34839
|
+
}
|
34817
34840
|
},
|
34818
34841
|
{
|
34819
34842
|
"kind": "field",
|
@@ -35192,7 +35215,8 @@
|
|
35192
35215
|
"type": {
|
35193
35216
|
"text": "Placement"
|
35194
35217
|
},
|
35195
|
-
"description": "The
|
35218
|
+
"description": "The placement of the popover within Select component.\nThis defines the position of the popover relative to the select input field.\n\nPossible values:\n - 'top-start'\n - 'bottom-start'",
|
35219
|
+
"default": "'bottom-start'",
|
35196
35220
|
"fieldName": "placement"
|
35197
35221
|
},
|
35198
35222
|
{
|
@@ -35216,7 +35240,7 @@
|
|
35216
35240
|
{
|
35217
35241
|
"name": "strategy",
|
35218
35242
|
"type": {
|
35219
|
-
"text": "
|
35243
|
+
"text": "PopoverStrategy"
|
35220
35244
|
},
|
35221
35245
|
"description": "The strategy of the popover within Select.\nThis determines how the popover is positioned in the DOM.\n\nIn case `boundary` is set to something other than 'clippingAncestors',\nit might be necessary to set the `strategy` to 'fixed' to ensure that the popover\nis not getting clipped by scrollable containers enclosing the select.",
|
35222
35246
|
"default": "absolute",
|
@@ -35404,6 +35428,14 @@
|
|
35404
35428
|
}
|
35405
35429
|
],
|
35406
35430
|
"mixins": [
|
35431
|
+
{
|
35432
|
+
"name": "ListNavigationMixin",
|
35433
|
+
"module": "/src/utils/mixins/ListNavigationMixin"
|
35434
|
+
},
|
35435
|
+
{
|
35436
|
+
"name": "CaptureDestroyEventForChildElement",
|
35437
|
+
"module": "/src/utils/mixins/lifecycle/CaptureDestroyEventForChildElement"
|
35438
|
+
},
|
35407
35439
|
{
|
35408
35440
|
"name": "AutoFocusOnMountMixin",
|
35409
35441
|
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
@@ -35422,7 +35454,7 @@
|
|
35422
35454
|
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
35423
35455
|
},
|
35424
35456
|
"tagName": "mdc-select",
|
35425
|
-
"jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * If you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\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 * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\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 */",
|
35457
|
+
"jsDoc": "/**\n * The mdc-select component is a dropdown selection control that allows users to pick an option from a predefined list.\n * It is designed to work with `mdc-option` for individual options and `mdc-optgroup` for grouping related options.\n *\n * Every mdc-option should have a `value` attribute set to ensure proper form submission.\n *\n * To set a default option, use the `selected` attribute on the `mdc-option` element.\n * You can also set the `value` attribute on the `mdc-select` element to match the value of the desired option. The component will select the corresponding option automatically.\n *\n * **Note:** Make sure to add `mdc-selectlistbox` as a child of `mdc-select` and wrap options/optgroup in it to ensure proper accessibility functionality. Read more about it in SelectListBox documentation.\n *\n * If you need to use `mdc-tooltip` with any options, make sure to place the tooltip component outside the `mdc-select` element.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-select\n *\n * @slot default - This is a default/unnamed slot for Selectlistbox including options and/or option group.\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 * @cssproperty --mdc-select-background-color - The background color of the combobox of select.\n * @cssproperty --mdc-select-background-color-hover - The background color of the combobox of select when hovered.\n * @cssproperty --mdc-select-background-color-active - The background color of the combobox of select when active.\n * @cssproperty --mdc-select-background-color-disabled - The background color of the combobox of select when disabled.\n * @cssproperty --mdc-select-text-color - The text color of the select.\n * @cssproperty --mdc-select-text-color-selected - The text color of the selected option in the select.\n * @cssproperty --mdc-select-text-color-disabled - The text color of the select when disabled.\n * @cssproperty --mdc-select-border-color - The border color of the select.\n * @cssproperty --mdc-select-border-color-disabled - The border color of the select when disabled.\n * @cssproperty --mdc-select-border-color-success - The border color of the select when in success state.\n * @cssproperty --mdc-select-border-color-warning - The border color of the select when in warning state.\n * @cssproperty --mdc-select-border-color-error - The border color of the select when in error state.\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 */",
|
35426
35458
|
"customElement": true
|
35427
35459
|
}
|
35428
35460
|
],
|
@@ -40210,7 +40242,7 @@
|
|
40210
40242
|
"module": "/src/models"
|
40211
40243
|
},
|
40212
40244
|
"tagName": "mdc-toast",
|
40213
|
-
"jsDoc": "/**\n * `mdc-toast` is a lightweight, non-blocking alert used to inform users about application processes.\n * It supports success, warning, error, and custom messages, and is designed to be controlled externally.\n
|
40245
|
+
"jsDoc": "/**\n * `mdc-toast` is a lightweight, non-blocking alert used to inform users about application processes.\n * It supports success, warning, error, and custom messages, and is designed to be controlled externally.\n *\n * **Note**: When using `slot=\"toast-body-normal\"` and `slot=\"toast-body-detailed\"`, it's strongly recommended to wrap the content with `<mdc-text tagname=\"span\">`.\n * If not used, ensure your custom content is styled appropriately to match the design and alignment expectations of the toast component.\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 * @tagname mdc-toast\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 *\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 */",
|
40214
40246
|
"customElement": true
|
40215
40247
|
}
|
40216
40248
|
],
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/accordion';
|
3
|
+
import type { Events as EventsInherited } from '../../components/accordionbutton/accordionbutton.types';
|
3
4
|
/**
|
4
5
|
* An accordion contains a header and body section with a focusable heading that can be expanded or collapsed.
|
5
6
|
*
|
@@ -50,8 +51,6 @@ import Component from '../../components/accordion';
|
|
50
51
|
* @csspart body-section - The body section of the accordion.
|
51
52
|
*/
|
52
53
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
53
|
-
onShown: EventName<
|
54
|
-
expanded: boolean;
|
55
|
-
}>>;
|
54
|
+
onShown: EventName<EventsInherited["onShownEvent"]>;
|
56
55
|
}>;
|
57
56
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/accordionbutton';
|
3
|
+
import type { Events } from '../../components/accordionbutton/accordionbutton.types';
|
3
4
|
/**
|
4
5
|
* An accordion button contains a header and body section with optional slots inside the heading which are focusable.
|
5
6
|
*
|
@@ -47,8 +48,6 @@ import Component from '../../components/accordionbutton';
|
|
47
48
|
* @csspart body-section - The body section of the accordion button.
|
48
49
|
*/
|
49
50
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
50
|
-
onShown: EventName<
|
51
|
-
expanded: boolean;
|
52
|
-
}>>;
|
51
|
+
onShown: EventName<Events["onShownEvent"]>;
|
53
52
|
}>;
|
54
53
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/alertchip';
|
3
|
+
import type { Events as EventsInherited } from '../../components/buttonsimple/buttonsimple.types';
|
3
4
|
/**
|
4
5
|
* mdc-alertchip component is an interactive chip that consumers can use to represent an alert.
|
5
6
|
*
|
@@ -27,9 +28,9 @@ import Component from '../../components/alertchip';
|
|
27
28
|
* @event focus - (React: onFocus) This event is dispatched when the chip receives focus.
|
28
29
|
*/
|
29
30
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
30
|
-
onClick: EventName<
|
31
|
-
onKeyDown: EventName<
|
32
|
-
onKeyUp: EventName<
|
33
|
-
onFocus: EventName<
|
31
|
+
onClick: EventName<EventsInherited["onClickEvent"]>;
|
32
|
+
onKeyDown: EventName<EventsInherited["onKeyDownEvent"]>;
|
33
|
+
onKeyUp: EventName<EventsInherited["onKeyUpEvent"]>;
|
34
|
+
onFocus: EventName<EventsInherited["onFocusEvent"]>;
|
34
35
|
}>;
|
35
36
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/animation';
|
3
|
+
import type { Events } from '../../components/animation/animation.types';
|
3
4
|
/**
|
4
5
|
* The `mdc-animation` component is a wrapper around the Lottie animation library.
|
5
6
|
* It fetches the animation data dynamically based on the provided name and renders it.
|
@@ -13,14 +14,8 @@ import Component from '../../components/animation';
|
|
13
14
|
* @event error - (React: onError) This event is dispatched when animation loading failed
|
14
15
|
*/
|
15
16
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
16
|
-
onLoad: EventName<
|
17
|
-
|
18
|
-
|
19
|
-
onComplete: EventName<import("../../utils/types").TypedCustomEvent<Component, {
|
20
|
-
name: "meeting" | "success" | "audio_video" | "calling" | "alert_32px_loop" | "hello_32px" | "processing_32px_end" | "processing_32px_loop" | "processing_32px_start" | "responding_32px_end" | "responding_32px_loop" | "responding_32px_start" | "contacts" | "discoverability_badge" | "heart_opacity_test" | "personal_insight" | "celebrate" | "clap_dark" | "clap_light" | "clap_medium_dark" | "clap_medium_light" | "clap_medium" | "clap_yellow" | "fire" | "haha" | "heart" | "on_video_celebrate" | "on_video_clap_dark" | "on_video_clap_light" | "on_video_clap_medium_dark" | "on_video_clap_medium_light" | "on_video_clap_medium" | "on_video_clap_yellow" | "on_video_fire" | "on_video_haha" | "on_video_heart" | "on_video_prayer_dark" | "on_video_prayer_light" | "on_video_prayer_medium_dark" | "on_video_prayer_medium_light" | "on_video_prayer_medium" | "on_video_prayer_yellow" | "on_video_raise_hand_dark" | "on_video_raise_hand_light" | "on_video_raise_hand_medium_dark" | "on_video_raise_hand_medium_light" | "on_video_raise_hand_medium" | "on_video_raise_hand_yellow" | "on_video_sad" | "on_video_slow_down" | "on_video_smile" | "on_video_speed_up" | "on_video_thumb_down_dark" | "on_video_thumb_down_light" | "on_video_thumb_down_medium_dark" | "on_video_thumb_down_medium_light" | "on_video_thumb_down_medium" | "on_video_thumb_down_yellow" | "on_video_thumb_up_dark" | "on_video_thumb_up_light" | "on_video_thumb_up_medium_dark" | "on_video_thumb_up_medium_light" | "on_video_thumb_up_medium" | "on_video_thumb_up_yellow" | "on_video_wow" | "prayer_dark" | "prayer_light" | "prayer_medium_dark" | "prayer_medium_light" | "prayer_medium" | "prayer_yellow" | "raise_hand_dark" | "raise_hand_light" | "raise_hand_medium_dark" | "raise_hand_medium_light" | "raise_hand_medium" | "raise_hand_yellow" | "sad" | "slow_down" | "smile" | "speed_up" | "thumb_down_dark" | "thumb_down_light" | "thumb_down_medium_dark" | "thumb_down_medium_light" | "thumb_down_medium" | "thumb_down_yellow" | "thumb_up_dark" | "thumb_up_light" | "thumb_up_medium_dark" | "thumb_up_medium_light" | "thumb_up_medium" | "thumb_up_yellow" | "wow" | "space" | "teams" | "webex_logo_loop" | "welcome";
|
21
|
-
}>>;
|
22
|
-
onError: EventName<import("../../utils/types").TypedCustomEvent<Component, {
|
23
|
-
error: Error;
|
24
|
-
}>>;
|
17
|
+
onLoad: EventName<Events["onLoadEvent"]>;
|
18
|
+
onComplete: EventName<Events["onCompleteEvent"]>;
|
19
|
+
onError: EventName<Events["onErrorEvent"]>;
|
25
20
|
}>;
|
26
21
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/avatarbutton';
|
3
|
+
import type { Events as EventsInherited } from '../../components/buttonsimple/buttonsimple.types';
|
3
4
|
/**
|
4
5
|
* The `mdc-avatarbutton` component is an interactable version of the `mdc-avatar` component.
|
5
6
|
*
|
@@ -29,9 +30,9 @@ import Component from '../../components/avatarbutton';
|
|
29
30
|
* @csspart loader - The loading indicator part of the avatar.
|
30
31
|
*/
|
31
32
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
32
|
-
onClick: EventName<
|
33
|
-
onKeyDown: EventName<
|
34
|
-
onKeyUp: EventName<
|
35
|
-
onFocus: EventName<
|
33
|
+
onClick: EventName<EventsInherited["onClickEvent"]>;
|
34
|
+
onKeyDown: EventName<EventsInherited["onKeyDownEvent"]>;
|
35
|
+
onKeyUp: EventName<EventsInherited["onKeyUpEvent"]>;
|
36
|
+
onFocus: EventName<EventsInherited["onFocusEvent"]>;
|
36
37
|
}>;
|
37
38
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/brandvisual';
|
3
|
+
import type { Events } from '../../components/brandvisual/brandvisual.types';
|
3
4
|
/**
|
4
5
|
* The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are
|
5
6
|
* displayed correctly within applications.
|
@@ -18,11 +19,7 @@ import Component from '../../components/brandvisual';
|
|
18
19
|
*
|
19
20
|
*/
|
20
21
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
21
|
-
onLoad: EventName<
|
22
|
-
name: "device-deskphone-eighteightsevenfour" | "device-deskphone-eighteightsevenone" | "device-deskphone-eighteightseventwo" | "device-deskphone-eighteightsevenzero" | "device-deskphone-nineeightfiveone" | "device-deskphone-nineeightfourone" | "device-deskphone-nineeightsevenone" | "device-deskphone-nineeightsixone" | "device-deskpro-gtwo" | "device-dx-sixfivezero" | "device-ip-conference-phone-seveneightthreethree" | "device-ip-phone-eighteightfiveone-plus-multiple-screen" | "device-ip-phone-eighteightfiveone-plus-screen" | "device-ip-phone-eighteightfiveone" | "device-ip-phone-eighteightfourfive" | "device-ip-phone-eighteightfourone" | "device-ip-phone-eighteightoneone" | "device-ip-phone-eighteightsixfive-plus-screen" | "device-ip-phone-eighteightsixfive" | "device-ip-phone-eighteightsixone" | "device-ip-phone-seveneightfourone" | "device-ip-phone-seveneightoneone" | "device-ip-phone-seveneightsixone" | "device-ip-phone-seveneighttwoone" | "device-ip-phone-sixeightfiveone" | "device-ip-phone-sixeightsevenone" | "device-ip-phone-sixeightsixone" | "device-ip-phone-sixeighttwoone" | "device-ip-phone-sixninezeroone" | "device-thumbnails-deskphone-eighteightsevenfour" | "device-thumbnails-deskphone-eighteightsevenone" | "device-thumbnails-deskphone-eighteightseventwo" | "device-thumbnails-deskphone-eighteightsevenzero" | "device-thumbnails-deskphone-nineeightfiveone" | "device-thumbnails-deskphone-nineeightfourone" | "device-thumbnails-deskphone-nineeightsevenone" | "device-thumbnails-deskphone-nineeightsixone" | "device-thumbnails-deskpro-gtwo" | "device-thumbnails-dx-sixfivezero" | "device-thumbnails-ip-conference-phone-seveneightthreethree" | "device-thumbnails-ip-phone-eighteightfiveone-plus-multiple-screen" | "device-thumbnails-ip-phone-eighteightfiveone-plus-screen" | "device-thumbnails-ip-phone-eighteightfiveone" | "device-thumbnails-ip-phone-eighteightfourfive" | "device-thumbnails-ip-phone-eighteightfourone" | "device-thumbnails-ip-phone-eighteightoneone" | "device-thumbnails-ip-phone-eighteightsixfive-plus-screen" | "device-thumbnails-ip-phone-eighteightsixfive" | "device-thumbnails-ip-phone-eighteightsixone" | "device-thumbnails-ip-phone-seveneightfourone" | "device-thumbnails-ip-phone-seveneightoneone" | "device-thumbnails-ip-phone-seveneightsixone" | "device-thumbnails-ip-phone-seveneighttwoone" | "device-thumbnails-ip-phone-sixeightfiveone" | "device-thumbnails-ip-phone-sixeightsevenone" | "device-thumbnails-ip-phone-sixeightsixone" | "device-thumbnails-ip-phone-sixeighttwoone" | "device-thumbnails-ip-phone-sixninezeroone" | "operation-pop-background-dark" | "operation-pop-background-light" | "webex-background-dark" | "webex-background-light" | "alphalink" | "amazon-q-color" | "apple-business-chat-color" | "cisco-ai-assistant-bw-gradient" | "cisco-ai-assistant-bw-outline" | "cisco-ai-assistant-color-gradient" | "cisco-logo-dark-bw" | "cisco-logo-light-bw" | "cisco-logo-light-color" | "cisco-wordmark-finesse" | "citynet-horizontal" | "citynet-mark" | "creative-direction-logo-dark-bw-horizontal" | "creative-direction-logo-dark-bw-mark" | "creative-direction-logo-dark-bw-vertical" | "creative-direction-logo-dark-color-horizontal" | "creative-direction-logo-dark-color-mark" | "creative-direction-logo-dark-color-vertical" | "creative-direction-logo-light-bw-horizontal" | "creative-direction-logo-light-bw-mark" | "creative-direction-logo-light-bw-vertical" | "creative-direction-logo-light-color-horizontal" | "creative-direction-logo-light-color-mark" | "creative-direction-logo-light-color-vertical" | "device-deskphone-eighteightsevenfive" | "device-deskphone-eighteightsixsix" | "device-deskpro" | "device-generic-mobile" | "device-phoenix" | "device-telepresence-dxeightzero" | "device-telepresence-dxsevenzero" | "device-telepresence-ixfivezerozerozero" | "device-telepresence-mxeightzerozero-dual" | "device-telepresence-mxeightzerozero-speakertrack" | "device-telepresence-mxeightzerozero" | "device-telepresence-mxsevenzerozero" | "device-telepresence-mxtwozerozero-gtwo" | "device-telepresence-sxeightzero" | "device-telepresence-sxonezero" | "device-thumbnails-deskphone-eighteightsevenfive" | "device-thumbnails-deskphone-eighteightsixsix" | "device-thumbnails-deskpro" | "device-thumbnails-generic-mobile" | "device-thumbnails-phoenix" | "device-thumbnails-telepresence-dxeightzero" | "device-thumbnails-telepresence-dxsevenzero" | "device-thumbnails-telepresence-ixfivezerozerozero" | "device-thumbnails-telepresence-mxeightzerozero-dual" | "device-thumbnails-telepresence-mxeightzerozero-speakertrack" | "device-thumbnails-telepresence-mxeightzerozero" | "device-thumbnails-telepresence-mxsevenzerozero" | "device-thumbnails-telepresence-mxtwozerozero-gtwo" | "device-thumbnails-telepresence-sxeightzero" | "device-thumbnails-telepresence-sxonezero" | "device-thumbnails-webex-board-fivefive" | "device-thumbnails-webex-codec-plus" | "device-thumbnails-webex-room-bar" | "device-thumbnails-webex-room-fivefive" | "device-thumbnails-webex-room-kit-mini" | "device-thumbnails-webex-room-kit-plus" | "device-thumbnails-webex-room-kit-psixzero" | "device-thumbnails-webex-room-kit" | "device-thumbnails-webex-room-sevenzero-dual" | "device-thumbnails-webex-room-sevenzero" | "device-thumbnails-webex-share-ninesix-with-spark" | "device-thumbnails-webex-share-with-macbook" | "device-thumbnails-webex-share" | "device-webex-board-fivefive" | "device-webex-codec-plus" | "device-webex-room-bar" | "device-webex-room-fivefive" | "device-webex-room-kit-mini" | "device-webex-room-kit-plus" | "device-webex-room-kit-psixzero" | "device-webex-room-kit" | "device-webex-room-sevenzero-dual" | "device-webex-room-sevenzero" | "device-webex-share-ninesix-with-spark" | "device-webex-share-with-macbook" | "device-webex-share" | "excelcom-horizontal" | "excelcom-mark" | "fedramp-logo" | "glean-color" | "google-meet-color" | "iq-horizontal" | "iq-mark" | "jira-color" | "momentum-design-logo-dark-bw-horizontal" | "momentum-design-logo-dark-bw-mark" | "momentum-design-logo-dark-bw-vertical" | "momentum-design-logo-dark-color-horizontal" | "momentum-design-logo-dark-color-mark" | "momentum-design-logo-dark-color-vertical" | "momentum-design-logo-light-bw-horizontal" | "momentum-design-logo-light-bw-mark" | "momentum-design-logo-light-bw-vertical" | "momentum-design-logo-light-color-horizontal" | "momentum-design-logo-light-color-mark" | "momentum-design-logo-light-color-vertical" | "ms-teams-color" | "northland-horizontal" | "northland-mark" | "salesforce-color" | "slack-color" | "slido-color" | "social-alexa-bw" | "social-alexa-color" | "social-facebook-bw" | "social-facebook-color" | "social-fbmessenger-bw" | "social-fbmessenger-color" | "social-instagram" | "social-line-bw" | "social-line-color" | "social-microsoft-bw" | "social-microsoft-color" | "social-rcs-bw" | "social-rcs-color" | "social-telegram-bw" | "social-telegram-color" | "social-viber-bw" | "social-viber-color" | "social-wechat-bw" | "social-wechat-color" | "social-whatsapp-bw" | "social-whatsapp-color" | "social-x" | "swiftmatch-bw" | "swiftmatch-color" | "switchconnect-horizontal" | "switchconnect-mark" | "telus-horizontal" | "telus-mark" | "verizon-horizontal" | "verizon-mark" | "videotron-horizontal" | "videotron-mark" | "voicepilot-mark" | "voxon-horizontal" | "voxon-mark" | "webex-app-icon-color-container" | "webex-app-icon-meet-container" | "webex-app-icon-play-container" | "webex-app-icon-record-container" | "webex-app-icon-wda-container" | "webex-design-logo-dark-bw-gradient" | "webex-design-logo-dark-bw-outline" | "webex-design-logo-light-bw-gradient" | "webex-design-logo-light-bw-outline" | "webex-graphic-element-graphic-five" | "webex-graphic-element-graphic-four" | "webex-graphic-element-graphic-one" | "webex-graphic-element-graphic-three" | "webex-graphic-element-graphic-two" | "webex-graphic-element-wx-graphic" | "webex-logo-lockup-dark-bw-gradient-horizontal-bycisco" | "webex-logo-lockup-dark-bw-gradient-horizontal" | "webex-logo-lockup-dark-bw-gradient-vertical-bycisco" | "webex-logo-lockup-dark-bw-gradient-vertical" | "webex-logo-lockup-dark-bw-outline-horizontal-bycisco" | "webex-logo-lockup-dark-bw-outline-horizontal" | "webex-logo-lockup-dark-bw-outline-vertical-bycisco" | "webex-logo-lockup-dark-bw-outline-vertical" | "webex-logo-lockup-dark-color-gradient-horizontal-bycisco" | "webex-logo-lockup-dark-color-gradient-horizontal" | "webex-logo-lockup-dark-color-gradient-vertical-bycisco" | "webex-logo-lockup-dark-color-gradient-vertical" | "webex-logo-lockup-light-bw-gradient-horizontal-bycisco" | "webex-logo-lockup-light-bw-gradient-horizontal" | "webex-logo-lockup-light-bw-gradient-vertical-bycisco" | "webex-logo-lockup-light-bw-gradient-vertical" | "webex-logo-lockup-light-bw-outline-horizontal-bycisco" | "webex-logo-lockup-light-bw-outline-horizontal" | "webex-logo-lockup-light-bw-outline-vertical-bycisco" | "webex-logo-lockup-light-bw-outline-vertical" | "webex-logo-lockup-light-color-gradient-horizontal-bycisco" | "webex-logo-lockup-light-color-gradient-horizontal" | "webex-logo-lockup-light-color-gradient-vertical-bycisco" | "webex-logo-lockup-light-color-gradient-vertical" | "webex-partnership-logo-lockup-dark-apple" | "webex-partnership-logo-lockup-dark-box" | "webex-partnership-logo-lockup-dark-microsoft" | "webex-partnership-logo-lockup-dark-ms-teams" | "webex-partnership-logo-lockup-dark-okta" | "webex-partnership-logo-lockup-light-apple" | "webex-partnership-logo-lockup-light-box" | "webex-partnership-logo-lockup-light-microsoft" | "webex-partnership-logo-lockup-light-ms-teams" | "webex-partnership-logo-lockup-light-okta" | "webex-suite-icons-dark-bw-outline-events" | "webex-suite-icons-dark-bw-outline-vidcast" | "webex-suite-icons-dark-bw-outline-webex" | "webex-suite-icons-dark-color-gradient-events" | "webex-suite-icons-dark-color-gradient-vidcast" | "webex-suite-icons-dark-color-gradient-webex" | "webex-suite-icons-light-bw-outline-events" | "webex-suite-icons-light-bw-outline-vidcast" | "webex-suite-icons-light-bw-outline-webex" | "webex-suite-icons-light-color-gradient-events" | "webex-suite-icons-light-color-gradient-vidcast" | "webex-suite-icons-light-color-gradient-webex" | "webex-suite-tiles-dark-assist" | "webex-suite-tiles-dark-bot" | "webex-suite-tiles-dark-campaign" | "webex-suite-tiles-dark-engage" | "webex-suite-tiles-light-assist" | "webex-suite-tiles-light-bot" | "webex-suite-tiles-light-campaign" | "webex-suite-tiles-light-engage" | "webex-suite-wordmark-dark-account" | "webex-suite-wordmark-dark-adoption-methodology" | "webex-suite-wordmark-dark-ai-agent-studio" | "webex-suite-wordmark-dark-ambassador" | "webex-suite-wordmark-dark-analyzer" | "webex-suite-wordmark-dark-app-hub" | "webex-suite-wordmark-dark-assist" | "webex-suite-wordmark-dark-campaign-management" | "webex-suite-wordmark-dark-campaign-manager" | "webex-suite-wordmark-dark-campaign" | "webex-suite-wordmark-dark-connect-integrations" | "webex-suite-wordmark-dark-connect" | "webex-suite-wordmark-dark-contact-center" | "webex-suite-wordmark-dark-control-hub" | "webex-suite-wordmark-dark-cx-studio" | "webex-suite-wordmark-dark-directory-connector" | "webex-suite-wordmark-dark-ediscovery" | "webex-suite-wordmark-dark-engage" | "webex-suite-wordmark-dark-events" | "webex-suite-wordmark-dark-flow-designer" | "webex-suite-wordmark-dark-for-developers" | "webex-suite-wordmark-dark-global-service-status" | "webex-suite-wordmark-dark-interact" | "webex-suite-wordmark-dark-notify" | "webex-suite-wordmark-dark-partner-hub" | "webex-suite-wordmark-dark-placeholder" | "webex-suite-wordmark-dark-reach" | "webex-suite-wordmark-dark-settings" | "webex-suite-wordmark-dark-suite-settings" | "webex-suite-wordmark-dark-support" | "webex-suite-wordmark-dark-the-bridge" | "webex-suite-wordmark-dark-topic-analytics" | "webex-suite-wordmark-dark-user-hub" | "webex-suite-wordmark-dark-vidcast" | "webex-suite-wordmark-dark-view" | "webex-suite-wordmark-dark-whiteboard" | "webex-suite-wordmark-light-account" | "webex-suite-wordmark-light-adoption-methodology" | "webex-suite-wordmark-light-ai-agent-studio" | "webex-suite-wordmark-light-ambassador" | "webex-suite-wordmark-light-analyzer" | "webex-suite-wordmark-light-app-hub" | "webex-suite-wordmark-light-assist" | "webex-suite-wordmark-light-campaign-management" | "webex-suite-wordmark-light-campaign-manager" | "webex-suite-wordmark-light-campaign" | "webex-suite-wordmark-light-connect-integrations" | "webex-suite-wordmark-light-connect" | "webex-suite-wordmark-light-contact-center" | "webex-suite-wordmark-light-control-hub" | "webex-suite-wordmark-light-cx-studio" | "webex-suite-wordmark-light-directory-connector" | "webex-suite-wordmark-light-ediscovery" | "webex-suite-wordmark-light-engage" | "webex-suite-wordmark-light-events" | "webex-suite-wordmark-light-flow-designer" | "webex-suite-wordmark-light-for-developers" | "webex-suite-wordmark-light-global-service-status" | "webex-suite-wordmark-light-interact" | "webex-suite-wordmark-light-notify" | "webex-suite-wordmark-light-partner-hub" | "webex-suite-wordmark-light-placeholder" | "webex-suite-wordmark-light-reach" | "webex-suite-wordmark-light-settings" | "webex-suite-wordmark-light-suite-settings" | "webex-suite-wordmark-light-support" | "webex-suite-wordmark-light-the-bridge" | "webex-suite-wordmark-light-topic-analytics" | "webex-suite-wordmark-light-user-hub" | "webex-suite-wordmark-light-vidcast" | "webex-suite-wordmark-light-view" | "webex-suite-wordmark-light-whiteboard" | "webex-symbol-common-color-gradient" | "webex-symbol-dark-bw-gradient" | "webex-symbol-dark-bw-outline" | "webex-symbol-light-bw-gradient" | "webex-symbol-light-bw-outline" | "webex-wordmark-dark-horizontal-bycisco" | "webex-wordmark-dark-vertical-bycisco-center" | "webex-wordmark-dark-vertical-bycisco-right" | "webex-wordmark-dark-wordmark" | "webex-wordmark-light-horizontal-bycisco" | "webex-wordmark-light-vertical-bycisco-center" | "webex-wordmark-light-vertical-bycisco-right" | "webex-wordmark-light-wordmark" | "xtel-horizontal" | "xtel-mark" | "zoom-color";
|
23
|
-
}>>;
|
24
|
-
onError: EventName<import("../../utils/types").TypedCustomEvent<Component, {
|
25
|
-
error: Error;
|
26
|
-
}>>;
|
22
|
+
onLoad: EventName<Events["onLoadEvent"]>;
|
23
|
+
onError: EventName<Events["onErrorEvent"]>;
|
27
24
|
}>;
|
28
25
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/button';
|
3
|
+
import type { Events as EventsInherited } from '../../components/buttonsimple/buttonsimple.types';
|
3
4
|
/**
|
4
5
|
* `mdc-button` is a component that can be configured in various ways to suit different use cases.
|
5
6
|
*
|
@@ -39,9 +40,9 @@ import Component from '../../components/button';
|
|
39
40
|
* @csspart postfix - Content after the text label, passed in `postfix` slot
|
40
41
|
*/
|
41
42
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
42
|
-
onClick: EventName<
|
43
|
-
onKeyDown: EventName<
|
44
|
-
onKeyUp: EventName<
|
45
|
-
onFocus: EventName<
|
43
|
+
onClick: EventName<EventsInherited["onClickEvent"]>;
|
44
|
+
onKeyDown: EventName<EventsInherited["onKeyDownEvent"]>;
|
45
|
+
onKeyUp: EventName<EventsInherited["onKeyUpEvent"]>;
|
46
|
+
onFocus: EventName<EventsInherited["onFocusEvent"]>;
|
46
47
|
}>;
|
47
48
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/buttonlink';
|
3
|
+
import type { Events as EventsInherited } from '../../components/linksimple/linksimple.types';
|
3
4
|
/**
|
4
5
|
* `mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural
|
5
6
|
* features of `mdc-button`. This includes support for variants, sizing, and optional
|
@@ -27,9 +28,9 @@ import Component from '../../components/buttonlink';
|
|
27
28
|
*
|
28
29
|
*/
|
29
30
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
30
|
-
onClick: EventName<
|
31
|
-
onKeyDown: EventName<
|
32
|
-
onFocus: EventName<
|
33
|
-
onBlur: EventName<
|
31
|
+
onClick: EventName<EventsInherited["onClickEvent"]>;
|
32
|
+
onKeyDown: EventName<EventsInherited["onKeyDownEvent"]>;
|
33
|
+
onFocus: EventName<EventsInherited["onFocusEvent"]>;
|
34
|
+
onBlur: EventName<EventsInherited["onBlurEvent"]>;
|
34
35
|
}>;
|
35
36
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/buttonsimple';
|
3
|
+
import type { Events } from '../../components/buttonsimple/buttonsimple.types';
|
3
4
|
/**
|
4
5
|
* `mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.
|
5
6
|
* It is used as an internal component and is not intended to be used directly by consumers.
|
@@ -13,9 +14,9 @@ import Component from '../../components/buttonsimple';
|
|
13
14
|
* @tagname mdc-buttonsimple
|
14
15
|
*/
|
15
16
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
16
|
-
onClick: EventName<
|
17
|
-
onKeyDown: EventName<
|
18
|
-
onKeyUp: EventName<
|
19
|
-
onFocus: EventName<
|
17
|
+
onClick: EventName<Events["onClickEvent"]>;
|
18
|
+
onKeyDown: EventName<Events["onKeyDownEvent"]>;
|
19
|
+
onKeyUp: EventName<Events["onKeyUpEvent"]>;
|
20
|
+
onFocus: EventName<Events["onFocusEvent"]>;
|
20
21
|
}>;
|
21
22
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/cardbutton';
|
3
|
+
import type { Events as EventsInherited } from '../../components/buttonsimple/buttonsimple.types';
|
3
4
|
/**
|
4
5
|
* cardbutton component looks like a card and behaves as a button component.
|
5
6
|
*
|
@@ -38,9 +39,9 @@ import Component from '../../components/cardbutton';
|
|
38
39
|
* @cssproperty --mdc-card-width - The width of the card
|
39
40
|
*/
|
40
41
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
41
|
-
onClick: EventName<
|
42
|
-
onKeyDown: EventName<
|
43
|
-
onKeyUp: EventName<
|
44
|
-
onFocus: EventName<
|
42
|
+
onClick: EventName<EventsInherited["onClickEvent"]>;
|
43
|
+
onKeyDown: EventName<EventsInherited["onKeyDownEvent"]>;
|
44
|
+
onKeyUp: EventName<EventsInherited["onKeyUpEvent"]>;
|
45
|
+
onFocus: EventName<EventsInherited["onFocusEvent"]>;
|
45
46
|
}>;
|
46
47
|
export default reactWrapper;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type EventName } from '@lit/react';
|
2
2
|
import Component from '../../components/cardcheckbox';
|
3
|
+
import type { Events } from '../../components/cardcheckbox/cardcheckbox.types';
|
3
4
|
/**
|
4
5
|
* cardcheckbox component extends `mdc-card` and supports checkbox selection interaction addtionally.
|
5
6
|
*
|
@@ -48,12 +49,10 @@ import Component from '../../components/cardcheckbox';
|
|
48
49
|
* @event change - (React: onChange) Event that gets dispatched when the card's checked state changes.
|
49
50
|
*/
|
50
51
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
51
|
-
onChange: EventName<
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
onKeyUp: EventName<import("../../utils/types").OverrideEventTarget<KeyboardEvent, Component>>;
|
57
|
-
onFocus: EventName<import("../../utils/types").OverrideEventTarget<FocusEvent, Component>>;
|
52
|
+
onChange: EventName<Events["onChangeEvent"]>;
|
53
|
+
onClick: EventName<Events["onClickEvent"]>;
|
54
|
+
onKeyDown: EventName<Events["onKeyDownEvent"]>;
|
55
|
+
onKeyUp: EventName<Events["onKeyUpEvent"]>;
|
56
|
+
onFocus: EventName<Events["onFocusEvent"]>;
|
58
57
|
}>;
|
59
58
|
export default reactWrapper;
|