igniteui-webcomponents 7.1.1 → 7.1.2

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.
Files changed (192) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +13 -11
  3. package/animations/easings.d.ts +1 -1
  4. package/animations/easings.js +1 -1
  5. package/animations/easings.js.map +1 -1
  6. package/components/button-group/button-group.js +2 -2
  7. package/components/button-group/button-group.js.map +1 -1
  8. package/components/button-group/themes/dark/button-group.bootstrap.css.js +1 -1
  9. package/components/button-group/themes/dark/button-group.bootstrap.css.js.map +1 -1
  10. package/components/button-group/themes/dark/button-group.fluent.css.js +1 -1
  11. package/components/button-group/themes/dark/button-group.fluent.css.js.map +1 -1
  12. package/components/button-group/themes/dark/button-group.indigo.css.js +1 -1
  13. package/components/button-group/themes/dark/button-group.indigo.css.js.map +1 -1
  14. package/components/button-group/themes/dark/button-group.material.css.js +1 -1
  15. package/components/button-group/themes/dark/button-group.material.css.js.map +1 -1
  16. package/components/button-group/themes/dark/button-group.shared.css.js +1 -1
  17. package/components/button-group/themes/dark/button-group.shared.css.js.map +1 -1
  18. package/components/button-group/themes/light/button-group.bootstrap.css.js +1 -1
  19. package/components/button-group/themes/light/button-group.bootstrap.css.js.map +1 -1
  20. package/components/button-group/themes/light/button-group.fluent.css.js +1 -1
  21. package/components/button-group/themes/light/button-group.fluent.css.js.map +1 -1
  22. package/components/button-group/themes/light/button-group.indigo.css.js +1 -1
  23. package/components/button-group/themes/light/button-group.indigo.css.js.map +1 -1
  24. package/components/button-group/themes/light/button-group.material.css.js +1 -1
  25. package/components/button-group/themes/light/button-group.material.css.js.map +1 -1
  26. package/components/button-group/themes/light/button-group.shared.css.js +1 -1
  27. package/components/button-group/themes/light/button-group.shared.css.js.map +1 -1
  28. package/components/button-group/themes/shared/button/button.bootstrap.css.js +1 -1
  29. package/components/button-group/themes/shared/button/button.bootstrap.css.js.map +1 -1
  30. package/components/button-group/themes/shared/button/button.common.css.js +1 -1
  31. package/components/button-group/themes/shared/button/button.common.css.js.map +1 -1
  32. package/components/button-group/themes/shared/button/button.fluent.css.js +1 -1
  33. package/components/button-group/themes/shared/button/button.fluent.css.js.map +1 -1
  34. package/components/button-group/themes/shared/button/button.indigo.css.js +1 -1
  35. package/components/button-group/themes/shared/button/button.indigo.css.js.map +1 -1
  36. package/components/button-group/themes/shared/button/button.material.css.js +1 -1
  37. package/components/button-group/themes/shared/button/button.material.css.js.map +1 -1
  38. package/components/calendar/calendar.js +3 -3
  39. package/components/calendar/calendar.js.map +1 -1
  40. package/components/calendar/helpers.js +2 -2
  41. package/components/calendar/helpers.js.map +1 -1
  42. package/components/carousel/carousel.js +2 -2
  43. package/components/carousel/carousel.js.map +1 -1
  44. package/components/chat/chat-message.js +1 -0
  45. package/components/chat/chat-message.js.map +1 -1
  46. package/components/chat/themes/dark/chat.bootstrap.css.js +1 -1
  47. package/components/chat/themes/dark/chat.bootstrap.css.js.map +1 -1
  48. package/components/chat/themes/dark/chat.fluent.css.js +1 -1
  49. package/components/chat/themes/dark/chat.fluent.css.js.map +1 -1
  50. package/components/chat/themes/dark/chat.indigo.css.js +1 -1
  51. package/components/chat/themes/dark/chat.indigo.css.js.map +1 -1
  52. package/components/chat/themes/dark/chat.material.css.js +1 -1
  53. package/components/chat/themes/dark/chat.material.css.js.map +1 -1
  54. package/components/chat/themes/light/chat.bootstrap.css.js +1 -1
  55. package/components/chat/themes/light/chat.bootstrap.css.js.map +1 -1
  56. package/components/chat/themes/light/chat.fluent.css.js +1 -1
  57. package/components/chat/themes/light/chat.fluent.css.js.map +1 -1
  58. package/components/chat/themes/light/chat.indigo.css.js +1 -1
  59. package/components/chat/themes/light/chat.indigo.css.js.map +1 -1
  60. package/components/chat/themes/light/chat.material.css.js +1 -1
  61. package/components/chat/themes/light/chat.material.css.js.map +1 -1
  62. package/components/chat/themes/light/chat.shared.css.js +1 -1
  63. package/components/chat/themes/light/chat.shared.css.js.map +1 -1
  64. package/components/chat/themes/message.base.css.js +1 -1
  65. package/components/chat/themes/message.base.css.js.map +1 -1
  66. package/components/chat/themes/message.js +0 -14
  67. package/components/chat/themes/message.js.map +1 -1
  68. package/components/chat/themes/shared/chat-message/chat-message.common.css.js +1 -1
  69. package/components/chat/themes/shared/chat-message/chat-message.common.css.js.map +1 -1
  70. package/components/chat/themes/shared/chat-message/chat-message.indigo.css.js +1 -1
  71. package/components/chat/themes/shared/chat-message/chat-message.indigo.css.js.map +1 -1
  72. package/components/chip/chip.d.ts +1 -0
  73. package/components/chip/chip.js +3 -1
  74. package/components/chip/chip.js.map +1 -1
  75. package/components/chip/themes/chip.base.css.js +1 -1
  76. package/components/chip/themes/chip.base.css.js.map +1 -1
  77. package/components/chip/themes/shared/chip.common.css.js +1 -1
  78. package/components/chip/themes/shared/chip.common.css.js.map +1 -1
  79. package/components/combo/combo-header.js.map +1 -1
  80. package/components/combo/combo-item.d.ts +6 -2
  81. package/components/combo/combo-item.js +5 -4
  82. package/components/combo/combo-item.js.map +1 -1
  83. package/components/combo/combo-list.js.map +1 -1
  84. package/components/combo/combo.d.ts +92 -81
  85. package/components/combo/combo.js +327 -281
  86. package/components/combo/combo.js.map +1 -1
  87. package/components/combo/controllers/data.d.ts +50 -13
  88. package/components/combo/controllers/data.js +49 -28
  89. package/components/combo/controllers/data.js.map +1 -1
  90. package/components/combo/controllers/navigation.d.ts +19 -18
  91. package/components/combo/controllers/navigation.js +73 -90
  92. package/components/combo/controllers/navigation.js.map +1 -1
  93. package/components/combo/operations/filter.d.ts +2 -2
  94. package/components/combo/operations/filter.js.map +1 -1
  95. package/components/combo/operations/group.d.ts +2 -2
  96. package/components/combo/operations/group.js.map +1 -1
  97. package/components/common/context.d.ts +1 -1
  98. package/components/common/context.js +1 -1
  99. package/components/common/context.js.map +1 -1
  100. package/components/common/controllers/drag.js +2 -2
  101. package/components/common/controllers/drag.js.map +1 -1
  102. package/components/common/controllers/key-bindings.d.ts +100 -18
  103. package/components/common/controllers/key-bindings.js +54 -47
  104. package/components/common/controllers/key-bindings.js.map +1 -1
  105. package/components/common/controllers/root-click.js +3 -3
  106. package/components/common/controllers/root-click.js.map +1 -1
  107. package/components/common/controllers/slot.d.ts +1 -1
  108. package/components/common/controllers/slot.js.map +1 -1
  109. package/components/common/mixins/combo-box.d.ts +24 -19
  110. package/components/common/mixins/combo-box.js +26 -23
  111. package/components/common/mixins/combo-box.js.map +1 -1
  112. package/components/common/util.d.ts +40 -2
  113. package/components/common/util.js +5 -2
  114. package/components/common/util.js.map +1 -1
  115. package/components/date-picker/date-picker.d.ts +3 -3
  116. package/components/date-picker/date-picker.js +10 -10
  117. package/components/date-picker/date-picker.js.map +1 -1
  118. package/components/date-range-picker/date-range-picker.d.ts +3 -3
  119. package/components/date-range-picker/date-range-picker.js +9 -9
  120. package/components/date-range-picker/date-range-picker.js.map +1 -1
  121. package/components/date-time-input/date-time-input.js +1 -1
  122. package/components/date-time-input/date-time-input.js.map +1 -1
  123. package/components/date-time-input/datetime-mask-parser.d.ts +1 -2
  124. package/components/date-time-input/datetime-mask-parser.js +1 -2
  125. package/components/date-time-input/datetime-mask-parser.js.map +1 -1
  126. package/components/dropdown/dropdown.d.ts +2 -2
  127. package/components/dropdown/dropdown.js +6 -6
  128. package/components/dropdown/dropdown.js.map +1 -1
  129. package/components/dropdown/themes/shared/item/dropdown-item.common.css.js +1 -1
  130. package/components/dropdown/themes/shared/item/dropdown-item.common.css.js.map +1 -1
  131. package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js +1 -1
  132. package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js.map +1 -1
  133. package/components/progress/themes/circular/dark/circular.progress.indigo.css.js +1 -1
  134. package/components/progress/themes/circular/dark/circular.progress.indigo.css.js.map +1 -1
  135. package/components/progress/themes/circular/dark/circular.progress.shared.css.js +1 -1
  136. package/components/progress/themes/circular/dark/circular.progress.shared.css.js.map +1 -1
  137. package/components/progress/themes/circular/light/circular.progress.indigo.css.js +1 -1
  138. package/components/progress/themes/circular/light/circular.progress.indigo.css.js.map +1 -1
  139. package/components/progress/themes/circular/light/circular.progress.shared.css.js +1 -1
  140. package/components/progress/themes/circular/light/circular.progress.shared.css.js.map +1 -1
  141. package/components/progress/themes/circular/shared/circular.progress.common.css.js +1 -1
  142. package/components/progress/themes/circular/shared/circular.progress.common.css.js.map +1 -1
  143. package/components/progress/themes/linear/linear.progress.base.css.js +1 -1
  144. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  145. package/components/radio/radio.js +1 -1
  146. package/components/radio/radio.js.map +1 -1
  147. package/components/rating/rating.d.ts +57 -28
  148. package/components/rating/rating.js +123 -120
  149. package/components/rating/rating.js.map +1 -1
  150. package/components/resize-container/resize-controller.js +2 -3
  151. package/components/resize-container/resize-controller.js.map +1 -1
  152. package/components/select/select.d.ts +3 -3
  153. package/components/select/select.js +10 -10
  154. package/components/select/select.js.map +1 -1
  155. package/components/splitter/types.d.ts +1 -1
  156. package/components/splitter/types.js.map +1 -1
  157. package/components/stepper/common/state.d.ts +1 -1
  158. package/components/stepper/common/state.js.map +1 -1
  159. package/components/stepper/stepper.js +3 -3
  160. package/components/stepper/stepper.js.map +1 -1
  161. package/components/tabs/tabs.js +3 -3
  162. package/components/tabs/tabs.js.map +1 -1
  163. package/components/tile-manager/tile.js +2 -2
  164. package/components/tile-manager/tile.js.map +1 -1
  165. package/components/tree/themes/shared/item.indigo.css.js +1 -1
  166. package/components/tree/themes/shared/item.indigo.css.js.map +1 -1
  167. package/components/tree/tree-item.js +2 -3
  168. package/components/tree/tree-item.js.map +1 -1
  169. package/custom-elements.json +1690 -966
  170. package/igniteui-webcomponents.css-data.json +1 -1
  171. package/igniteui-webcomponents.html-data.json +1 -1
  172. package/package.json +1 -1
  173. package/skills/README.md +3 -0
  174. package/skills/igniteui-wc-choose-components/SKILL.md +53 -0
  175. package/skills/igniteui-wc-generate-from-image-design/SKILL.md +228 -0
  176. package/skills/igniteui-wc-generate-from-image-design/references/component-mapping.md +130 -0
  177. package/skills/igniteui-wc-generate-from-image-design/references/gotchas.md +147 -0
  178. package/skills/igniteui-wc-integrate-with-framework/SKILL.md +22 -1
  179. package/skills/igniteui-wc-integrate-with-framework/references/angular.md +2 -0
  180. package/skills/igniteui-wc-integrate-with-framework/references/react.md +2 -0
  181. package/skills/igniteui-wc-integrate-with-framework/references/vanilla-js.md +2 -0
  182. package/skills/igniteui-wc-integrate-with-framework/references/vue.md +2 -0
  183. package/web-types.json +2 -2
  184. package/components/chat/themes/shared/chat-message/chat-message.bootstrap.css.d.ts +0 -1
  185. package/components/chat/themes/shared/chat-message/chat-message.bootstrap.css.js +0 -3
  186. package/components/chat/themes/shared/chat-message/chat-message.bootstrap.css.js.map +0 -1
  187. package/components/chat/themes/shared/chat-message/chat-message.fluent.css.d.ts +0 -1
  188. package/components/chat/themes/shared/chat-message/chat-message.fluent.css.js +0 -3
  189. package/components/chat/themes/shared/chat-message/chat-message.fluent.css.js.map +0 -1
  190. package/components/combo/controllers/selection.d.ts +0 -33
  191. package/components/combo/controllers/selection.js +0 -169
  192. package/components/combo/controllers/selection.js.map +0 -1
@@ -2652,41 +2652,41 @@
2652
2652
  "exports": [
2653
2653
  {
2654
2654
  "kind": "js",
2655
- "name": "addSlotController",
2655
+ "name": "InferSlotNames",
2656
2656
  "declaration": {
2657
- "name": "addSlotController",
2657
+ "name": "InferSlotNames",
2658
2658
  "module": "src/components/common/controllers/slot.ts"
2659
2659
  }
2660
2660
  },
2661
2661
  {
2662
2662
  "kind": "js",
2663
- "name": "DefaultSlot",
2663
+ "name": "SlotChangeCallback",
2664
2664
  "declaration": {
2665
- "name": "DefaultSlot",
2665
+ "name": "SlotChangeCallback",
2666
2666
  "module": "src/components/common/controllers/slot.ts"
2667
2667
  }
2668
2668
  },
2669
2669
  {
2670
2670
  "kind": "js",
2671
- "name": "setSlots",
2671
+ "name": "SlotChangeCallbackParameters",
2672
2672
  "declaration": {
2673
- "name": "setSlots",
2673
+ "name": "SlotChangeCallbackParameters",
2674
2674
  "module": "src/components/common/controllers/slot.ts"
2675
2675
  }
2676
2676
  },
2677
2677
  {
2678
2678
  "kind": "js",
2679
- "name": "InferSlotNames",
2679
+ "name": "SlotController",
2680
2680
  "declaration": {
2681
- "name": "InferSlotNames",
2681
+ "name": "SlotController",
2682
2682
  "module": "src/components/common/controllers/slot.ts"
2683
2683
  }
2684
2684
  },
2685
2685
  {
2686
2686
  "kind": "js",
2687
- "name": "SlotController",
2687
+ "name": "SlotControllerOptions",
2688
2688
  "declaration": {
2689
- "name": "SlotController",
2689
+ "name": "SlotControllerOptions",
2690
2690
  "module": "src/components/common/controllers/slot.ts"
2691
2691
  }
2692
2692
  },
@@ -2700,25 +2700,25 @@
2700
2700
  },
2701
2701
  {
2702
2702
  "kind": "js",
2703
- "name": "SlotChangeCallback",
2703
+ "name": "addSlotController",
2704
2704
  "declaration": {
2705
- "name": "SlotChangeCallback",
2705
+ "name": "addSlotController",
2706
2706
  "module": "src/components/common/controllers/slot.ts"
2707
2707
  }
2708
2708
  },
2709
2709
  {
2710
2710
  "kind": "js",
2711
- "name": "SlotChangeCallbackParameters",
2711
+ "name": "DefaultSlot",
2712
2712
  "declaration": {
2713
- "name": "SlotChangeCallbackParameters",
2713
+ "name": "DefaultSlot",
2714
2714
  "module": "src/components/common/controllers/slot.ts"
2715
2715
  }
2716
2716
  },
2717
2717
  {
2718
2718
  "kind": "js",
2719
- "name": "SlotControllerOptions",
2719
+ "name": "setSlots",
2720
2720
  "declaration": {
2721
- "name": "SlotControllerOptions",
2721
+ "name": "setSlots",
2722
2722
  "module": "src/components/common/controllers/slot.ts"
2723
2723
  }
2724
2724
  }
@@ -3232,9 +3232,9 @@
3232
3232
  "kind": "variable",
3233
3233
  "name": "ctrlKey",
3234
3234
  "type": {
3235
- "text": "'Ctrl'"
3235
+ "text": "'Control'"
3236
3236
  },
3237
- "default": "'Ctrl'"
3237
+ "default": "'Control'"
3238
3238
  },
3239
3239
  {
3240
3240
  "kind": "variable",
@@ -3252,9 +3252,18 @@
3252
3252
  },
3253
3253
  "default": "'Shift'"
3254
3254
  },
3255
+ {
3256
+ "kind": "variable",
3257
+ "name": "MODIFIER_EVENT_KEYS",
3258
+ "type": {
3259
+ "text": "Record<string, string>"
3260
+ },
3261
+ "default": "{ alt: 'altKey', control: 'ctrlKey', meta: 'metaKey', shift: 'shiftKey', }",
3262
+ "description": "Maps internal modifier names to their corresponding `KeyboardEvent` boolean property names.\nNeeded because `ctrlKey` in the DOM is the property for the `'control'` modifier (not `'controlKey'`)."
3263
+ },
3255
3264
  {
3256
3265
  "kind": "class",
3257
- "description": "",
3266
+ "description": "A controller for managing key bindings on a host element. It allows you to register handlers for specific key combinations,\nwith support for modifier keys and event options such as `preventDefault` and `stopPropagation`.\n\nThe controller listens for keyboard events on the host element (or an optionally specified element) and invokes the appropriate handlers\nwhen the registered key combinations are detected.",
3258
3267
  "name": "KeyBindingController",
3259
3268
  "members": [
3260
3269
  {
@@ -3372,7 +3381,7 @@
3372
3381
  }
3373
3382
  }
3374
3383
  ],
3375
- "description": "Checks and executes any event modifiers that are present in the matched binding."
3384
+ "description": "Applies the event modifiers specified in the binding options to the provided keyboard event.\nIf `preventDefault` is set, it calls `event.preventDefault()`.\nIf `stopPropagation` is set, it calls `event.stopPropagation()`."
3376
3385
  },
3377
3386
  {
3378
3387
  "kind": "method",
@@ -3396,7 +3405,8 @@
3396
3405
  "text": "KeyboardEvent"
3397
3406
  }
3398
3407
  }
3399
- ]
3408
+ ],
3409
+ "description": "Determines whether the provided keyboard event matches the specified key binding,\ntaking into account the event type and the binding's trigger options."
3400
3410
  },
3401
3411
  {
3402
3412
  "kind": "method",
@@ -3414,12 +3424,48 @@
3414
3424
  "text": "KeyboardEvent"
3415
3425
  }
3416
3426
  }
3417
- ]
3427
+ ],
3428
+ "description": "Determines whether the provided event should be ignored based on the controller's configuration and the event's context.\nThe method checks if the event's key is among the allowed keys, if the event originated from within the controller's scope,\nand if it matches any of the skip conditions defined in the controller's options."
3429
+ },
3430
+ {
3431
+ "kind": "method",
3432
+ "name": "_handleGlobalBlur",
3433
+ "privacy": "private",
3434
+ "return": {
3435
+ "type": {
3436
+ "text": "void"
3437
+ }
3438
+ },
3439
+ "description": "Handles the global blur event to clear the internal state of pressed keys.\n\nThis is necessary to prevent \"stuck\" keys when the user switches to another application\nor tab while holding down a key."
3440
+ },
3441
+ {
3442
+ "kind": "method",
3443
+ "name": "_handleKeyEvent",
3444
+ "privacy": "private",
3445
+ "return": {
3446
+ "type": {
3447
+ "text": "void"
3448
+ }
3449
+ },
3450
+ "parameters": [
3451
+ {
3452
+ "name": "event",
3453
+ "type": {
3454
+ "text": "KeyboardEvent"
3455
+ }
3456
+ }
3457
+ ],
3458
+ "description": "Handles keyboard events on the observed element.\n\nIt checks if the event should be skipped based on the controller's configuration,\nand if not, it determines if there is a registered handler for the combination of pressed keys and active modifiers.\n\nIf a matching handler is found, it applies the specified event modifiers and invokes the handler.\nIt also manages the internal state of currently pressed keys to accurately detect key combinations."
3418
3459
  },
3419
3460
  {
3420
3461
  "kind": "method",
3421
3462
  "name": "set",
3422
3463
  "privacy": "public",
3464
+ "return": {
3465
+ "type": {
3466
+ "text": "this"
3467
+ }
3468
+ },
3423
3469
  "parameters": [
3424
3470
  {
3425
3471
  "name": "key",
@@ -3441,12 +3487,17 @@
3441
3487
  }
3442
3488
  }
3443
3489
  ],
3444
- "description": "Registers a keybinding handler."
3490
+ "description": "Registers a key binding with the specified key(s), handler function, and optional configuration.\n\nThe `key` parameter can be a single key or an array of keys, and can include modifier keys (e.g., 'ctrl+s', ['shift', 'a']).\nThe `handler` is a function that will be called when the specified key combination is detected.\nThe `bindingOptions` allow you to customize the behavior of the binding, such as which event types trigger the handler,\nwhether it should fire on auto-repeated keydown events, and whether to call `preventDefault` or `stopPropagation`.\n\nThe method returns the controller instance to allow for method chaining."
3445
3491
  },
3446
3492
  {
3447
3493
  "kind": "method",
3448
3494
  "name": "setActivateHandler",
3449
3495
  "privacy": "public",
3496
+ "return": {
3497
+ "type": {
3498
+ "text": "this"
3499
+ }
3500
+ },
3450
3501
  "parameters": [
3451
3502
  {
3452
3503
  "name": "handler",
@@ -3462,7 +3513,7 @@
3462
3513
  }
3463
3514
  }
3464
3515
  ],
3465
- "description": "Register a handler function which is called when the target receives a key\nwhich \"activates\" it.\n\nIn the browser context this is usually either an Enter and Space bar keypress."
3516
+ "description": "Registers the provided handler function to be called when either the Enter key or Space bar is pressed.\n\nThis is a common pattern for activating buttons or interactive elements, and this method provides a convenient way to set up such bindings.\n\nThe method accepts optional `KeyBindingOptions` which are applied to both the Enter key and Space bar bindings.\nIt returns the controller instance to allow for method chaining."
3466
3517
  },
3467
3518
  {
3468
3519
  "kind": "method",
@@ -3490,7 +3541,7 @@
3490
3541
  "name": "addKeybindings",
3491
3542
  "return": {
3492
3543
  "type": {
3493
- "text": "KeyBindingController"
3544
+ "text": ""
3494
3545
  }
3495
3546
  },
3496
3547
  "parameters": [
@@ -3498,17 +3549,19 @@
3498
3549
  "name": "element",
3499
3550
  "type": {
3500
3551
  "text": "ReactiveControllerHost & Element"
3501
- }
3552
+ },
3553
+ "description": "The host element to which the controller will be attached."
3502
3554
  },
3503
3555
  {
3504
3556
  "name": "options",
3505
3557
  "optional": true,
3506
3558
  "type": {
3507
3559
  "text": "KeyBindingControllerOptions"
3508
- }
3560
+ },
3561
+ "description": "Optional configuration for the controller."
3509
3562
  }
3510
3563
  ],
3511
- "description": "Creates a keybinding controller and adds to it to the passed `element`\nwith the provided `options`."
3564
+ "description": "Controller factory function which creates a KeyBindingController instance and attaches it to the provided host."
3512
3565
  }
3513
3566
  ],
3514
3567
  "exports": [
@@ -3642,41 +3695,41 @@
3642
3695
  },
3643
3696
  {
3644
3697
  "kind": "js",
3645
- "name": "addKeybindings",
3698
+ "name": "MODIFIER_EVENT_KEYS",
3646
3699
  "declaration": {
3647
- "name": "addKeybindings",
3700
+ "name": "MODIFIER_EVENT_KEYS",
3648
3701
  "module": "src/components/common/controllers/key-bindings.ts"
3649
3702
  }
3650
3703
  },
3651
3704
  {
3652
3705
  "kind": "js",
3653
- "name": "KeyBindingHandler",
3706
+ "name": "addKeybindings",
3654
3707
  "declaration": {
3655
- "name": "KeyBindingHandler",
3708
+ "name": "addKeybindings",
3656
3709
  "module": "src/components/common/controllers/key-bindings.ts"
3657
3710
  }
3658
3711
  },
3659
3712
  {
3660
3713
  "kind": "js",
3661
- "name": "KeyBindingObserverCleanup",
3714
+ "name": "KeyBindingController",
3662
3715
  "declaration": {
3663
- "name": "KeyBindingObserverCleanup",
3716
+ "name": "KeyBindingController",
3664
3717
  "module": "src/components/common/controllers/key-bindings.ts"
3665
3718
  }
3666
3719
  },
3667
3720
  {
3668
3721
  "kind": "js",
3669
- "name": "KeyBindingSkipCallback",
3722
+ "name": "KeyBindingHandler",
3670
3723
  "declaration": {
3671
- "name": "KeyBindingSkipCallback",
3724
+ "name": "KeyBindingHandler",
3672
3725
  "module": "src/components/common/controllers/key-bindings.ts"
3673
3726
  }
3674
3727
  },
3675
3728
  {
3676
3729
  "kind": "js",
3677
- "name": "KeyBindingTrigger",
3730
+ "name": "KeyBindingObserverCleanup",
3678
3731
  "declaration": {
3679
- "name": "KeyBindingTrigger",
3732
+ "name": "KeyBindingObserverCleanup",
3680
3733
  "module": "src/components/common/controllers/key-bindings.ts"
3681
3734
  }
3682
3735
  },
@@ -3690,9 +3743,17 @@
3690
3743
  },
3691
3744
  {
3692
3745
  "kind": "js",
3693
- "name": "KeyBindingController",
3746
+ "name": "KeyBindingSkipCallback",
3694
3747
  "declaration": {
3695
- "name": "KeyBindingController",
3748
+ "name": "KeyBindingSkipCallback",
3749
+ "module": "src/components/common/controllers/key-bindings.ts"
3750
+ }
3751
+ },
3752
+ {
3753
+ "kind": "js",
3754
+ "name": "KeyBindingTrigger",
3755
+ "declaration": {
3756
+ "name": "KeyBindingTrigger",
3696
3757
  "module": "src/components/common/controllers/key-bindings.ts"
3697
3758
  }
3698
3759
  }
@@ -8262,7 +8323,7 @@
8262
8323
  {
8263
8324
  "kind": "class",
8264
8325
  "description": "",
8265
- "name": "IgcBaseComboBoxLikeComponent",
8326
+ "name": "IgcBaseComboBoxComponent",
8266
8327
  "members": [
8267
8328
  {
8268
8329
  "kind": "field",
@@ -8280,6 +8341,157 @@
8280
8341
  },
8281
8342
  "privacy": "protected"
8282
8343
  },
8344
+ {
8345
+ "kind": "field",
8346
+ "name": "open",
8347
+ "type": {
8348
+ "text": "boolean"
8349
+ },
8350
+ "privacy": "public",
8351
+ "default": "false",
8352
+ "description": "Sets the open state of the component.",
8353
+ "attribute": "open",
8354
+ "reflects": true
8355
+ },
8356
+ {
8357
+ "kind": "method",
8358
+ "name": "_emitClosing",
8359
+ "privacy": "protected",
8360
+ "return": {
8361
+ "type": {
8362
+ "text": "boolean"
8363
+ }
8364
+ }
8365
+ },
8366
+ {
8367
+ "kind": "method",
8368
+ "name": "_emitClosed",
8369
+ "privacy": "protected",
8370
+ "return": {
8371
+ "type": {
8372
+ "text": "boolean"
8373
+ }
8374
+ }
8375
+ },
8376
+ {
8377
+ "kind": "method",
8378
+ "name": "_emitOpening",
8379
+ "privacy": "protected",
8380
+ "return": {
8381
+ "type": {
8382
+ "text": "boolean"
8383
+ }
8384
+ }
8385
+ },
8386
+ {
8387
+ "kind": "method",
8388
+ "name": "_emitOpened",
8389
+ "privacy": "protected",
8390
+ "return": {
8391
+ "type": {
8392
+ "text": "boolean"
8393
+ }
8394
+ }
8395
+ },
8396
+ {
8397
+ "kind": "method",
8398
+ "name": "_handleAnchorClick",
8399
+ "privacy": "protected",
8400
+ "return": {
8401
+ "type": {
8402
+ "text": "void"
8403
+ }
8404
+ }
8405
+ },
8406
+ {
8407
+ "kind": "method",
8408
+ "name": "_hide",
8409
+ "privacy": "protected",
8410
+ "return": {
8411
+ "type": {
8412
+ "text": "Promise<boolean>"
8413
+ }
8414
+ },
8415
+ "parameters": [
8416
+ {
8417
+ "name": "emitEvent",
8418
+ "default": "false"
8419
+ }
8420
+ ]
8421
+ },
8422
+ {
8423
+ "kind": "method",
8424
+ "name": "_show",
8425
+ "privacy": "protected",
8426
+ "return": {
8427
+ "type": {
8428
+ "text": "Promise<boolean>"
8429
+ }
8430
+ },
8431
+ "parameters": [
8432
+ {
8433
+ "name": "emitEvent",
8434
+ "default": "false"
8435
+ }
8436
+ ]
8437
+ },
8438
+ {
8439
+ "kind": "method",
8440
+ "name": "show",
8441
+ "privacy": "public",
8442
+ "return": {
8443
+ "type": {
8444
+ "text": "Promise<boolean>"
8445
+ }
8446
+ },
8447
+ "description": "Shows the component."
8448
+ },
8449
+ {
8450
+ "kind": "method",
8451
+ "name": "hide",
8452
+ "privacy": "public",
8453
+ "return": {
8454
+ "type": {
8455
+ "text": "Promise<boolean>"
8456
+ }
8457
+ },
8458
+ "description": "Hides the component."
8459
+ },
8460
+ {
8461
+ "kind": "method",
8462
+ "name": "toggle",
8463
+ "privacy": "public",
8464
+ "return": {
8465
+ "type": {
8466
+ "text": "Promise<boolean>"
8467
+ }
8468
+ },
8469
+ "description": "Toggles the open state of the component."
8470
+ }
8471
+ ],
8472
+ "attributes": [
8473
+ {
8474
+ "name": "open",
8475
+ "type": {
8476
+ "text": "boolean"
8477
+ },
8478
+ "default": "false",
8479
+ "description": "Sets the open state of the component.",
8480
+ "fieldName": "open",
8481
+ "attribute": "open"
8482
+ }
8483
+ ],
8484
+ "superclass": {
8485
+ "name": "LitElement",
8486
+ "package": "lit"
8487
+ },
8488
+ "customElement": true
8489
+ },
8490
+ {
8491
+ "kind": "class",
8492
+ "description": "",
8493
+ "name": "IgcComboBoxBaseLikeComponent",
8494
+ "members": [
8283
8495
  {
8284
8496
  "kind": "field",
8285
8497
  "name": "keepOpenOnSelect",
@@ -8304,6 +8516,30 @@
8304
8516
  "attribute": "keep-open-on-outside-click",
8305
8517
  "reflects": true
8306
8518
  },
8519
+ {
8520
+ "kind": "field",
8521
+ "name": "emitEvent",
8522
+ "type": {
8523
+ "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
8524
+ },
8525
+ "privacy": "public",
8526
+ "inheritedFrom": {
8527
+ "name": "IgcBaseComboBoxComponent",
8528
+ "module": "src/components/common/mixins/combo-box.ts"
8529
+ }
8530
+ },
8531
+ {
8532
+ "kind": "field",
8533
+ "name": "_rootClickController",
8534
+ "type": {
8535
+ "text": "RootClickController"
8536
+ },
8537
+ "privacy": "protected",
8538
+ "inheritedFrom": {
8539
+ "name": "IgcBaseComboBoxComponent",
8540
+ "module": "src/components/common/mixins/combo-box.ts"
8541
+ }
8542
+ },
8307
8543
  {
8308
8544
  "kind": "field",
8309
8545
  "name": "open",
@@ -8314,54 +8550,121 @@
8314
8550
  "default": "false",
8315
8551
  "description": "Sets the open state of the component.",
8316
8552
  "attribute": "open",
8317
- "reflects": true
8553
+ "reflects": true,
8554
+ "inheritedFrom": {
8555
+ "name": "IgcBaseComboBoxComponent",
8556
+ "module": "src/components/common/mixins/combo-box.ts"
8557
+ }
8318
8558
  },
8319
8559
  {
8320
8560
  "kind": "method",
8321
- "name": "emitClosing",
8322
- "privacy": "protected"
8561
+ "name": "_emitClosing",
8562
+ "privacy": "protected",
8563
+ "return": {
8564
+ "type": {
8565
+ "text": "boolean"
8566
+ }
8567
+ },
8568
+ "inheritedFrom": {
8569
+ "name": "IgcBaseComboBoxComponent",
8570
+ "module": "src/components/common/mixins/combo-box.ts"
8571
+ }
8323
8572
  },
8324
8573
  {
8325
8574
  "kind": "method",
8326
- "name": "emitClosed",
8327
- "privacy": "protected"
8575
+ "name": "_emitClosed",
8576
+ "privacy": "protected",
8577
+ "return": {
8578
+ "type": {
8579
+ "text": "boolean"
8580
+ }
8581
+ },
8582
+ "inheritedFrom": {
8583
+ "name": "IgcBaseComboBoxComponent",
8584
+ "module": "src/components/common/mixins/combo-box.ts"
8585
+ }
8328
8586
  },
8329
8587
  {
8330
8588
  "kind": "method",
8331
- "name": "emitOpening",
8332
- "privacy": "protected"
8589
+ "name": "_emitOpening",
8590
+ "privacy": "protected",
8591
+ "return": {
8592
+ "type": {
8593
+ "text": "boolean"
8594
+ }
8595
+ },
8596
+ "inheritedFrom": {
8597
+ "name": "IgcBaseComboBoxComponent",
8598
+ "module": "src/components/common/mixins/combo-box.ts"
8599
+ }
8333
8600
  },
8334
8601
  {
8335
8602
  "kind": "method",
8336
- "name": "emitOpened",
8337
- "privacy": "protected"
8603
+ "name": "_emitOpened",
8604
+ "privacy": "protected",
8605
+ "return": {
8606
+ "type": {
8607
+ "text": "boolean"
8608
+ }
8609
+ },
8610
+ "inheritedFrom": {
8611
+ "name": "IgcBaseComboBoxComponent",
8612
+ "module": "src/components/common/mixins/combo-box.ts"
8613
+ }
8338
8614
  },
8339
8615
  {
8340
8616
  "kind": "method",
8341
- "name": "handleAnchorClick",
8342
- "privacy": "protected"
8617
+ "name": "_handleAnchorClick",
8618
+ "privacy": "protected",
8619
+ "return": {
8620
+ "type": {
8621
+ "text": "void"
8622
+ }
8623
+ },
8624
+ "inheritedFrom": {
8625
+ "name": "IgcBaseComboBoxComponent",
8626
+ "module": "src/components/common/mixins/combo-box.ts"
8627
+ }
8343
8628
  },
8344
8629
  {
8345
8630
  "kind": "method",
8346
8631
  "name": "_hide",
8347
8632
  "privacy": "protected",
8633
+ "return": {
8634
+ "type": {
8635
+ "text": "Promise<boolean>"
8636
+ }
8637
+ },
8348
8638
  "parameters": [
8349
8639
  {
8350
8640
  "name": "emitEvent",
8351
8641
  "default": "false"
8352
8642
  }
8353
- ]
8643
+ ],
8644
+ "inheritedFrom": {
8645
+ "name": "IgcBaseComboBoxComponent",
8646
+ "module": "src/components/common/mixins/combo-box.ts"
8647
+ }
8354
8648
  },
8355
8649
  {
8356
8650
  "kind": "method",
8357
8651
  "name": "_show",
8358
8652
  "privacy": "protected",
8653
+ "return": {
8654
+ "type": {
8655
+ "text": "Promise<boolean>"
8656
+ }
8657
+ },
8359
8658
  "parameters": [
8360
8659
  {
8361
8660
  "name": "emitEvent",
8362
8661
  "default": "false"
8363
8662
  }
8364
- ]
8663
+ ],
8664
+ "inheritedFrom": {
8665
+ "name": "IgcBaseComboBoxComponent",
8666
+ "module": "src/components/common/mixins/combo-box.ts"
8667
+ }
8365
8668
  },
8366
8669
  {
8367
8670
  "kind": "method",
@@ -8372,7 +8675,11 @@
8372
8675
  "text": "Promise<boolean>"
8373
8676
  }
8374
8677
  },
8375
- "description": "Shows the component."
8678
+ "description": "Shows the component.",
8679
+ "inheritedFrom": {
8680
+ "name": "IgcBaseComboBoxComponent",
8681
+ "module": "src/components/common/mixins/combo-box.ts"
8682
+ }
8376
8683
  },
8377
8684
  {
8378
8685
  "kind": "method",
@@ -8383,7 +8690,11 @@
8383
8690
  "text": "Promise<boolean>"
8384
8691
  }
8385
8692
  },
8386
- "description": "Hides the component."
8693
+ "description": "Hides the component.",
8694
+ "inheritedFrom": {
8695
+ "name": "IgcBaseComboBoxComponent",
8696
+ "module": "src/components/common/mixins/combo-box.ts"
8697
+ }
8387
8698
  },
8388
8699
  {
8389
8700
  "kind": "method",
@@ -8394,7 +8705,11 @@
8394
8705
  "text": "Promise<boolean>"
8395
8706
  }
8396
8707
  },
8397
- "description": "Toggles the open state of the component."
8708
+ "description": "Toggles the open state of the component.",
8709
+ "inheritedFrom": {
8710
+ "name": "IgcBaseComboBoxComponent",
8711
+ "module": "src/components/common/mixins/combo-box.ts"
8712
+ }
8398
8713
  }
8399
8714
  ],
8400
8715
  "attributes": [
@@ -8426,18 +8741,26 @@
8426
8741
  "default": "false",
8427
8742
  "description": "Sets the open state of the component.",
8428
8743
  "fieldName": "open",
8429
- "attribute": "open"
8744
+ "attribute": "open",
8745
+ "inheritedFrom": {
8746
+ "name": "IgcBaseComboBoxComponent",
8747
+ "module": "src/components/common/mixins/combo-box.ts"
8748
+ }
8430
8749
  }
8431
8750
  ],
8432
8751
  "superclass": {
8433
- "name": "LitElement",
8434
- "package": "lit"
8435
- },
8436
- "customElement": true
8752
+ "name": "IgcBaseComboBoxComponent",
8753
+ "module": "src/components/common/mixins/combo-box.ts"
8754
+ }
8437
8755
  },
8438
8756
  {
8439
8757
  "kind": "function",
8440
8758
  "name": "getItems",
8759
+ "return": {
8760
+ "type": {
8761
+ "text": "Generator<T>"
8762
+ }
8763
+ },
8441
8764
  "parameters": [
8442
8765
  {
8443
8766
  "name": "root",
@@ -8456,6 +8779,11 @@
8456
8779
  {
8457
8780
  "kind": "function",
8458
8781
  "name": "getActiveItems",
8782
+ "return": {
8783
+ "type": {
8784
+ "text": "Generator<T>"
8785
+ }
8786
+ },
8459
8787
  "parameters": [
8460
8788
  {
8461
8789
  "name": "root",
@@ -8474,6 +8802,11 @@
8474
8802
  {
8475
8803
  "kind": "function",
8476
8804
  "name": "getNextActiveItem",
8805
+ "return": {
8806
+ "type": {
8807
+ "text": "T"
8808
+ }
8809
+ },
8477
8810
  "parameters": [
8478
8811
  {
8479
8812
  "name": "items",
@@ -8492,6 +8825,11 @@
8492
8825
  {
8493
8826
  "kind": "function",
8494
8827
  "name": "getPreviousActiveItem",
8828
+ "return": {
8829
+ "type": {
8830
+ "text": "T"
8831
+ }
8832
+ },
8495
8833
  "parameters": [
8496
8834
  {
8497
8835
  "name": "items",
@@ -8510,6 +8848,11 @@
8510
8848
  {
8511
8849
  "kind": "function",
8512
8850
  "name": "setInitialSelectionState",
8851
+ "return": {
8852
+ "type": {
8853
+ "text": "T | null"
8854
+ }
8855
+ },
8513
8856
  "parameters": [
8514
8857
  {
8515
8858
  "name": "items",
@@ -8523,9 +8866,17 @@
8523
8866
  "exports": [
8524
8867
  {
8525
8868
  "kind": "js",
8526
- "name": "IgcBaseComboBoxLikeComponent",
8869
+ "name": "IgcBaseComboBoxComponent",
8870
+ "declaration": {
8871
+ "name": "IgcBaseComboBoxComponent",
8872
+ "module": "src/components/common/mixins/combo-box.ts"
8873
+ }
8874
+ },
8875
+ {
8876
+ "kind": "js",
8877
+ "name": "IgcComboBoxBaseLikeComponent",
8527
8878
  "declaration": {
8528
- "name": "IgcBaseComboBoxLikeComponent",
8879
+ "name": "IgcComboBoxBaseLikeComponent",
8529
8880
  "module": "src/components/common/mixins/combo-box.ts"
8530
8881
  }
8531
8882
  },
@@ -15082,17 +15433,17 @@
15082
15433
  "exports": [
15083
15434
  {
15084
15435
  "kind": "js",
15085
- "name": "DateParts",
15436
+ "name": "createDatePart",
15086
15437
  "declaration": {
15087
- "name": "DatePartType",
15438
+ "name": "createDatePart",
15088
15439
  "module": "src/components/date-time-input/datetime-mask-parser.ts"
15089
15440
  }
15090
15441
  },
15091
15442
  {
15092
15443
  "kind": "js",
15093
- "name": "createDatePart",
15444
+ "name": "DateParts",
15094
15445
  "declaration": {
15095
- "name": "createDatePart",
15446
+ "name": "DatePartType",
15096
15447
  "module": "src/components/date-time-input/datetime-mask-parser.ts"
15097
15448
  }
15098
15449
  },
@@ -17591,17 +17942,17 @@
17591
17942
  },
17592
17943
  {
17593
17944
  "kind": "js",
17594
- "name": "EaseOut",
17945
+ "name": "EaseInOut",
17595
17946
  "declaration": {
17596
- "name": "EaseOut",
17947
+ "name": "EaseInOut",
17597
17948
  "module": "src/animations/easings.ts"
17598
17949
  }
17599
17950
  },
17600
17951
  {
17601
17952
  "kind": "js",
17602
- "name": "EaseInOut",
17953
+ "name": "EaseOut",
17603
17954
  "declaration": {
17604
- "name": "EaseInOut",
17955
+ "name": "EaseOut",
17605
17956
  "module": "src/animations/easings.ts"
17606
17957
  }
17607
17958
  }
@@ -20473,6 +20824,10 @@
20473
20824
  "description": "The base wrapper of the chip.",
20474
20825
  "name": "base"
20475
20826
  },
20827
+ {
20828
+ "description": "The wrapper element around the default slot of the chip.",
20829
+ "name": "content"
20830
+ },
20476
20831
  {
20477
20832
  "description": "The prefix container of the chip.",
20478
20833
  "name": "prefix"
@@ -21516,11 +21871,11 @@
21516
21871
  "text": "RootClickController"
21517
21872
  },
21518
21873
  "privacy": "protected",
21519
- "readonly": true,
21520
21874
  "inheritedFrom": {
21521
- "name": "IgcBaseComboBoxLikeComponent",
21875
+ "name": "IgcBaseComboBoxComponent",
21522
21876
  "module": "src/components/common/mixins/combo-box.ts"
21523
- }
21877
+ },
21878
+ "readonly": true
21524
21879
  },
21525
21880
  {
21526
21881
  "kind": "field",
@@ -22274,10 +22629,15 @@
22274
22629
  },
22275
22630
  {
22276
22631
  "kind": "method",
22277
- "name": "handleAnchorClick",
22632
+ "name": "_handleAnchorClick",
22278
22633
  "privacy": "protected",
22634
+ "return": {
22635
+ "type": {
22636
+ "text": "void"
22637
+ }
22638
+ },
22279
22639
  "inheritedFrom": {
22280
- "name": "IgcBaseComboBoxLikeComponent",
22640
+ "name": "IgcBaseComboBoxComponent",
22281
22641
  "module": "src/components/common/mixins/combo-box.ts"
22282
22642
  }
22283
22643
  },
@@ -23182,6 +23542,10 @@
23182
23542
  "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
23183
23543
  },
23184
23544
  "privacy": "public",
23545
+ "inheritedFrom": {
23546
+ "name": "IgcBaseComboBoxComponent",
23547
+ "module": "src/components/common/mixins/combo-box.ts"
23548
+ },
23185
23549
  "return": {
23186
23550
  "type": {
23187
23551
  "text": "boolean"
@@ -23201,11 +23565,7 @@
23201
23565
  "text": "CustomEventInit<D>"
23202
23566
  }
23203
23567
  }
23204
- ],
23205
- "inheritedFrom": {
23206
- "name": "IgcBaseComboBoxLikeComponent",
23207
- "module": "src/components/common/mixins/combo-box.ts"
23208
- }
23568
+ ]
23209
23569
  },
23210
23570
  {
23211
23571
  "kind": "field",
@@ -23219,7 +23579,7 @@
23219
23579
  "attribute": "keep-open-on-select",
23220
23580
  "reflects": true,
23221
23581
  "inheritedFrom": {
23222
- "name": "IgcBaseComboBoxLikeComponent",
23582
+ "name": "IgcComboBoxBaseLikeComponent",
23223
23583
  "module": "src/components/common/mixins/combo-box.ts"
23224
23584
  }
23225
23585
  },
@@ -23235,7 +23595,7 @@
23235
23595
  "attribute": "keep-open-on-outside-click",
23236
23596
  "reflects": true,
23237
23597
  "inheritedFrom": {
23238
- "name": "IgcBaseComboBoxLikeComponent",
23598
+ "name": "IgcComboBoxBaseLikeComponent",
23239
23599
  "module": "src/components/common/mixins/combo-box.ts"
23240
23600
  }
23241
23601
  },
@@ -23251,43 +23611,63 @@
23251
23611
  "attribute": "open",
23252
23612
  "reflects": true,
23253
23613
  "inheritedFrom": {
23254
- "name": "IgcBaseComboBoxLikeComponent",
23614
+ "name": "IgcBaseComboBoxComponent",
23255
23615
  "module": "src/components/common/mixins/combo-box.ts"
23256
23616
  }
23257
23617
  },
23258
23618
  {
23259
23619
  "kind": "method",
23260
- "name": "emitClosing",
23620
+ "name": "_emitClosing",
23261
23621
  "privacy": "protected",
23622
+ "return": {
23623
+ "type": {
23624
+ "text": "boolean"
23625
+ }
23626
+ },
23262
23627
  "inheritedFrom": {
23263
- "name": "IgcBaseComboBoxLikeComponent",
23628
+ "name": "IgcBaseComboBoxComponent",
23264
23629
  "module": "src/components/common/mixins/combo-box.ts"
23265
23630
  }
23266
23631
  },
23267
23632
  {
23268
23633
  "kind": "method",
23269
- "name": "emitClosed",
23634
+ "name": "_emitClosed",
23270
23635
  "privacy": "protected",
23636
+ "return": {
23637
+ "type": {
23638
+ "text": "boolean"
23639
+ }
23640
+ },
23271
23641
  "inheritedFrom": {
23272
- "name": "IgcBaseComboBoxLikeComponent",
23642
+ "name": "IgcBaseComboBoxComponent",
23273
23643
  "module": "src/components/common/mixins/combo-box.ts"
23274
23644
  }
23275
23645
  },
23276
23646
  {
23277
23647
  "kind": "method",
23278
- "name": "emitOpening",
23648
+ "name": "_emitOpening",
23279
23649
  "privacy": "protected",
23650
+ "return": {
23651
+ "type": {
23652
+ "text": "boolean"
23653
+ }
23654
+ },
23280
23655
  "inheritedFrom": {
23281
- "name": "IgcBaseComboBoxLikeComponent",
23656
+ "name": "IgcBaseComboBoxComponent",
23282
23657
  "module": "src/components/common/mixins/combo-box.ts"
23283
23658
  }
23284
23659
  },
23285
23660
  {
23286
23661
  "kind": "method",
23287
- "name": "emitOpened",
23662
+ "name": "_emitOpened",
23288
23663
  "privacy": "protected",
23664
+ "return": {
23665
+ "type": {
23666
+ "text": "boolean"
23667
+ }
23668
+ },
23289
23669
  "inheritedFrom": {
23290
- "name": "IgcBaseComboBoxLikeComponent",
23670
+ "name": "IgcBaseComboBoxComponent",
23291
23671
  "module": "src/components/common/mixins/combo-box.ts"
23292
23672
  }
23293
23673
  },
@@ -23295,6 +23675,11 @@
23295
23675
  "kind": "method",
23296
23676
  "name": "_hide",
23297
23677
  "privacy": "protected",
23678
+ "return": {
23679
+ "type": {
23680
+ "text": "Promise<boolean>"
23681
+ }
23682
+ },
23298
23683
  "parameters": [
23299
23684
  {
23300
23685
  "name": "emitEvent",
@@ -23302,7 +23687,7 @@
23302
23687
  }
23303
23688
  ],
23304
23689
  "inheritedFrom": {
23305
- "name": "IgcBaseComboBoxLikeComponent",
23690
+ "name": "IgcBaseComboBoxComponent",
23306
23691
  "module": "src/components/common/mixins/combo-box.ts"
23307
23692
  }
23308
23693
  },
@@ -23310,6 +23695,11 @@
23310
23695
  "kind": "method",
23311
23696
  "name": "_show",
23312
23697
  "privacy": "protected",
23698
+ "return": {
23699
+ "type": {
23700
+ "text": "Promise<boolean>"
23701
+ }
23702
+ },
23313
23703
  "parameters": [
23314
23704
  {
23315
23705
  "name": "emitEvent",
@@ -23317,7 +23707,7 @@
23317
23707
  }
23318
23708
  ],
23319
23709
  "inheritedFrom": {
23320
- "name": "IgcBaseComboBoxLikeComponent",
23710
+ "name": "IgcBaseComboBoxComponent",
23321
23711
  "module": "src/components/common/mixins/combo-box.ts"
23322
23712
  }
23323
23713
  },
@@ -23332,7 +23722,7 @@
23332
23722
  },
23333
23723
  "description": "Shows the component.",
23334
23724
  "inheritedFrom": {
23335
- "name": "IgcBaseComboBoxLikeComponent",
23725
+ "name": "IgcBaseComboBoxComponent",
23336
23726
  "module": "src/components/common/mixins/combo-box.ts"
23337
23727
  }
23338
23728
  },
@@ -23347,7 +23737,7 @@
23347
23737
  },
23348
23738
  "description": "Hides the component.",
23349
23739
  "inheritedFrom": {
23350
- "name": "IgcBaseComboBoxLikeComponent",
23740
+ "name": "IgcBaseComboBoxComponent",
23351
23741
  "module": "src/components/common/mixins/combo-box.ts"
23352
23742
  }
23353
23743
  },
@@ -23362,7 +23752,7 @@
23362
23752
  },
23363
23753
  "description": "Toggles the open state of the component.",
23364
23754
  "inheritedFrom": {
23365
- "name": "IgcBaseComboBoxLikeComponent",
23755
+ "name": "IgcBaseComboBoxComponent",
23366
23756
  "module": "src/components/common/mixins/combo-box.ts"
23367
23757
  }
23368
23758
  }
@@ -23744,7 +24134,7 @@
23744
24134
  "fieldName": "keepOpenOnSelect",
23745
24135
  "attribute": "keep-open-on-select",
23746
24136
  "inheritedFrom": {
23747
- "name": "IgcBaseComboBoxLikeComponent",
24137
+ "name": "IgcComboBoxBaseLikeComponent",
23748
24138
  "module": "src/components/common/mixins/combo-box.ts"
23749
24139
  }
23750
24140
  },
@@ -23758,7 +24148,7 @@
23758
24148
  "fieldName": "keepOpenOnOutsideClick",
23759
24149
  "attribute": "keep-open-on-outside-click",
23760
24150
  "inheritedFrom": {
23761
- "name": "IgcBaseComboBoxLikeComponent",
24151
+ "name": "IgcComboBoxBaseLikeComponent",
23762
24152
  "module": "src/components/common/mixins/combo-box.ts"
23763
24153
  }
23764
24154
  },
@@ -23772,7 +24162,7 @@
23772
24162
  "fieldName": "open",
23773
24163
  "attribute": "open",
23774
24164
  "inheritedFrom": {
23775
- "name": "IgcBaseComboBoxLikeComponent",
24165
+ "name": "IgcBaseComboBoxComponent",
23776
24166
  "module": "src/components/common/mixins/combo-box.ts"
23777
24167
  }
23778
24168
  }
@@ -23788,7 +24178,7 @@
23788
24178
  }
23789
24179
  ],
23790
24180
  "superclass": {
23791
- "name": "IgcBaseComboBoxLikeComponent",
24181
+ "name": "IgcComboBoxBaseLikeComponent",
23792
24182
  "module": "/src/components/common/mixins/combo-box.js"
23793
24183
  },
23794
24184
  "tagName": "igc-date-range-picker",
@@ -26212,10 +26602,10 @@
26212
26602
  },
26213
26603
  {
26214
26604
  "kind": "function",
26215
- "name": "findElementFromEventPath",
26605
+ "name": "getElementFromPath",
26216
26606
  "return": {
26217
26607
  "type": {
26218
- "text": "HTMLElementTagNameMap[K] | undefined"
26608
+ "text": ""
26219
26609
  }
26220
26610
  },
26221
26611
  "parameters": [
@@ -26223,19 +26613,22 @@
26223
26613
  "name": "predicate",
26224
26614
  "type": {
26225
26615
  "text": "K"
26226
- }
26616
+ },
26617
+ "description": "A string representing a CSS selector or a function that takes an Element and returns a boolean indicating a match."
26227
26618
  },
26228
26619
  {
26229
26620
  "name": "event",
26230
26621
  "type": {
26231
26622
  "text": "Event"
26232
- }
26623
+ },
26624
+ "description": "The event whose composed path will be searched for the matching element."
26233
26625
  }
26234
- ]
26626
+ ],
26627
+ "description": "Finds the first element in the event's composed path that matches the provided predicate, which can be either a string selector or a function."
26235
26628
  },
26236
26629
  {
26237
26630
  "kind": "function",
26238
- "name": "findElementFromEventPath",
26631
+ "name": "getElementFromPath",
26239
26632
  "return": {
26240
26633
  "type": {
26241
26634
  "text": "T | undefined"
@@ -26258,7 +26651,7 @@
26258
26651
  },
26259
26652
  {
26260
26653
  "kind": "function",
26261
- "name": "findElementFromEventPath",
26654
+ "name": "getElementFromPath",
26262
26655
  "parameters": [
26263
26656
  {
26264
26657
  "name": "predicate",
@@ -26274,6 +26667,23 @@
26274
26667
  }
26275
26668
  ]
26276
26669
  },
26670
+ {
26671
+ "kind": "function",
26672
+ "name": "stopPropagation",
26673
+ "return": {
26674
+ "type": {
26675
+ "text": "void"
26676
+ }
26677
+ },
26678
+ "parameters": [
26679
+ {
26680
+ "name": "event",
26681
+ "type": {
26682
+ "text": "Event"
26683
+ }
26684
+ }
26685
+ ]
26686
+ },
26277
26687
  {
26278
26688
  "kind": "function",
26279
26689
  "name": "first",
@@ -26561,7 +26971,8 @@
26561
26971
  "text": "T | T[]"
26562
26972
  }
26563
26973
  }
26564
- ]
26974
+ ],
26975
+ "description": "Ensures the given value is wrapped in an array. If the value is already an array, it is returned as-is. If the value is undefined, an empty array is returned."
26565
26976
  },
26566
26977
  {
26567
26978
  "kind": "function",
@@ -26584,7 +26995,8 @@
26584
26995
  "text": "(value: T) => boolean"
26585
26996
  }
26586
26997
  }
26587
- ]
26998
+ ],
26999
+ "description": "Splits an array into two based on a predicate function, returning a tuple of [truthy, falsy] arrays."
26588
27000
  },
26589
27001
  {
26590
27002
  "kind": "function",
@@ -26969,25 +27381,33 @@
26969
27381
  },
26970
27382
  {
26971
27383
  "kind": "js",
26972
- "name": "findElementFromEventPath",
27384
+ "name": "getElementFromPath",
26973
27385
  "declaration": {
26974
- "name": "findElementFromEventPath",
27386
+ "name": "getElementFromPath",
26975
27387
  "module": "src/components/common/util.ts"
26976
27388
  }
26977
27389
  },
26978
27390
  {
26979
27391
  "kind": "js",
26980
- "name": "findElementFromEventPath",
27392
+ "name": "getElementFromPath",
26981
27393
  "declaration": {
26982
- "name": "findElementFromEventPath",
27394
+ "name": "getElementFromPath",
26983
27395
  "module": "src/components/common/util.ts"
26984
27396
  }
26985
27397
  },
26986
27398
  {
26987
27399
  "kind": "js",
26988
- "name": "findElementFromEventPath",
27400
+ "name": "getElementFromPath",
26989
27401
  "declaration": {
26990
- "name": "findElementFromEventPath",
27402
+ "name": "getElementFromPath",
27403
+ "module": "src/components/common/util.ts"
27404
+ }
27405
+ },
27406
+ {
27407
+ "kind": "js",
27408
+ "name": "stopPropagation",
27409
+ "declaration": {
27410
+ "name": "stopPropagation",
26991
27411
  "module": "src/components/common/util.ts"
26992
27412
  }
26993
27413
  },
@@ -39781,25 +40201,25 @@
39781
40201
  },
39782
40202
  {
39783
40203
  "kind": "js",
39784
- "name": "tileManagerContext",
40204
+ "name": "chatContext",
39785
40205
  "declaration": {
39786
- "name": "tileManagerContext",
40206
+ "name": "chatContext",
39787
40207
  "module": "src/components/common/context.ts"
39788
40208
  }
39789
40209
  },
39790
40210
  {
39791
40211
  "kind": "js",
39792
- "name": "chatContext",
40212
+ "name": "chatUserInputContext",
39793
40213
  "declaration": {
39794
- "name": "chatContext",
40214
+ "name": "chatUserInputContext",
39795
40215
  "module": "src/components/common/context.ts"
39796
40216
  }
39797
40217
  },
39798
40218
  {
39799
40219
  "kind": "js",
39800
- "name": "chatUserInputContext",
40220
+ "name": "tileManagerContext",
39801
40221
  "declaration": {
39802
- "name": "chatUserInputContext",
40222
+ "name": "tileManagerContext",
39803
40223
  "module": "src/components/common/context.ts"
39804
40224
  }
39805
40225
  }
@@ -44598,7 +45018,12 @@
44598
45018
  "kind": "method",
44599
45019
  "name": "register",
44600
45020
  "privacy": "public",
44601
- "static": true
45021
+ "static": true,
45022
+ "return": {
45023
+ "type": {
45024
+ "text": "void"
45025
+ }
45026
+ }
44602
45027
  }
44603
45028
  ],
44604
45029
  "superclass": {
@@ -44701,7 +45126,7 @@
44701
45126
  },
44702
45127
  {
44703
45128
  "kind": "method",
44704
- "name": "renderCheckbox",
45129
+ "name": "_renderCheckbox",
44705
45130
  "privacy": "private"
44706
45131
  }
44707
45132
  ],
@@ -44717,23 +45142,24 @@
44717
45142
  "attribute": "selected"
44718
45143
  },
44719
45144
  {
44720
- "name": "hide-checkbox",
45145
+ "name": "active",
44721
45146
  "type": {
44722
45147
  "text": "boolean"
44723
45148
  },
44724
45149
  "default": "false",
44725
45150
  "description": "Determines whether the item is active.",
44726
- "fieldName": "hideCheckbox",
44727
- "attribute": "hide-checkbox"
45151
+ "fieldName": "active",
45152
+ "attribute": "active"
44728
45153
  },
44729
45154
  {
44730
- "name": "active",
45155
+ "name": "hide-checkbox",
44731
45156
  "type": {
44732
45157
  "text": "boolean"
44733
45158
  },
44734
45159
  "default": "false",
44735
45160
  "description": "Determines whether the item is active.",
44736
- "fieldName": "active"
45161
+ "fieldName": "hideCheckbox",
45162
+ "attribute": "hide-checkbox"
44737
45163
  }
44738
45164
  ],
44739
45165
  "superclass": {
@@ -44787,7 +45213,12 @@
44787
45213
  "kind": "method",
44788
45214
  "name": "register",
44789
45215
  "privacy": "public",
44790
- "static": true
45216
+ "static": true,
45217
+ "return": {
45218
+ "type": {
45219
+ "text": "void"
45220
+ }
45221
+ }
44791
45222
  }
44792
45223
  ],
44793
45224
  "superclass": {
@@ -44845,6 +45276,11 @@
44845
45276
  "kind": "method",
44846
45277
  "name": "apply",
44847
45278
  "privacy": "public",
45279
+ "return": {
45280
+ "type": {
45281
+ "text": "ComboRecord<T>[]"
45282
+ }
45283
+ },
44848
45284
  "parameters": [
44849
45285
  {
44850
45286
  "name": "data",
@@ -44855,7 +45291,7 @@
44855
45291
  {
44856
45292
  "name": "controller",
44857
45293
  "type": {
44858
- "text": "DataController<T>"
45294
+ "text": "DataState<T>"
44859
45295
  }
44860
45296
  }
44861
45297
  ]
@@ -44902,7 +45338,7 @@
44902
45338
  {
44903
45339
  "name": "controller",
44904
45340
  "type": {
44905
- "text": "DataController<T>"
45341
+ "text": "DataState<T>"
44906
45342
  }
44907
45343
  }
44908
45344
  ]
@@ -44928,20 +45364,50 @@
44928
45364
  {
44929
45365
  "kind": "class",
44930
45366
  "description": "",
44931
- "name": "DataController",
45367
+ "name": "DataState",
44932
45368
  "members": [
44933
45369
  {
44934
45370
  "kind": "field",
44935
- "name": "grouping",
44936
- "privacy": "protected",
44937
- "default": "new GroupDataOperation<T>()"
45371
+ "name": "_host",
45372
+ "type": {
45373
+ "text": "ComboHost<T>"
45374
+ },
45375
+ "privacy": "private",
45376
+ "readonly": true,
45377
+ "default": "host"
44938
45378
  },
44939
45379
  {
44940
45380
  "kind": "field",
44941
- "name": "filtering",
44942
- "privacy": "protected",
45381
+ "name": "_filtering",
45382
+ "privacy": "private",
45383
+ "readonly": true,
44943
45384
  "default": "new FilterDataOperation<T>()"
44944
45385
  },
45386
+ {
45387
+ "kind": "field",
45388
+ "name": "_grouping",
45389
+ "privacy": "private",
45390
+ "readonly": true,
45391
+ "default": "new GroupDataOperation<T>()"
45392
+ },
45393
+ {
45394
+ "kind": "field",
45395
+ "name": "_compareCollator",
45396
+ "type": {
45397
+ "text": "Intl.Collator"
45398
+ },
45399
+ "privacy": "private",
45400
+ "default": "new Intl.Collator(this._host.locale)"
45401
+ },
45402
+ {
45403
+ "kind": "field",
45404
+ "name": "_dataState",
45405
+ "type": {
45406
+ "text": "ComboRecord<T>[]"
45407
+ },
45408
+ "privacy": "private",
45409
+ "default": "[]"
45410
+ },
44945
45411
  {
44946
45412
  "kind": "field",
44947
45413
  "name": "_searchTerm",
@@ -44953,28 +45419,31 @@
44953
45419
  },
44954
45420
  {
44955
45421
  "kind": "field",
44956
- "name": "_compareCollator",
45422
+ "name": "_dirty",
45423
+ "type": {
45424
+ "text": "boolean"
45425
+ },
44957
45426
  "privacy": "private",
44958
- "default": "new Intl.Collator()"
45427
+ "default": "true"
44959
45428
  },
44960
45429
  {
44961
45430
  "kind": "field",
44962
45431
  "name": "dataState",
44963
45432
  "type": {
44964
- "text": "ComboRecord<T>[]"
45433
+ "text": "Readonly<ComboRecord<T>[]>"
44965
45434
  },
44966
45435
  "privacy": "public",
44967
- "default": "[]"
44968
- },
44969
- {
44970
- "kind": "method",
44971
- "name": "runPipeline",
44972
- "privacy": "public"
45436
+ "description": "The current state of the data in the combo component.",
45437
+ "readonly": true
44973
45438
  },
44974
45439
  {
44975
45440
  "kind": "field",
44976
45441
  "name": "searchTerm",
44977
- "privacy": "public"
45442
+ "privacy": "public",
45443
+ "description": "The current search term used for filtering the data.",
45444
+ "type": {
45445
+ "text": "string"
45446
+ }
44978
45447
  },
44979
45448
  {
44980
45449
  "kind": "field",
@@ -44983,6 +45452,7 @@
44983
45452
  "text": "FilteringOptions<T>"
44984
45453
  },
44985
45454
  "privacy": "public",
45455
+ "description": "The current filtering options for the combo component.",
44986
45456
  "readonly": true
44987
45457
  },
44988
45458
  {
@@ -44992,6 +45462,7 @@
44992
45462
  "text": "GroupingOptions<T>"
44993
45463
  },
44994
45464
  "privacy": "public",
45465
+ "description": "The current grouping options for the combo component.",
44995
45466
  "readonly": true
44996
45467
  },
44997
45468
  {
@@ -45001,11 +45472,34 @@
45001
45472
  "text": "Intl.Collator"
45002
45473
  },
45003
45474
  "privacy": "public",
45475
+ "description": "The current collator used for comparing values.",
45004
45476
  "readonly": true
45005
45477
  },
45006
45478
  {
45007
45479
  "kind": "method",
45008
- "name": "index",
45480
+ "name": "_markDirty",
45481
+ "privacy": "private",
45482
+ "return": {
45483
+ "type": {
45484
+ "text": "void"
45485
+ }
45486
+ },
45487
+ "description": "Marks the data state as dirty, triggering a pipeline run before next render.\nThis batches multiple changes into a single pipeline execution."
45488
+ },
45489
+ {
45490
+ "kind": "method",
45491
+ "name": "_runPipelineIfDirty",
45492
+ "privacy": "private",
45493
+ "return": {
45494
+ "type": {
45495
+ "text": "void"
45496
+ }
45497
+ },
45498
+ "description": "Executes the data pipeline if marked dirty.\nCalled during the update lifecycle to batch changes."
45499
+ },
45500
+ {
45501
+ "kind": "method",
45502
+ "name": "_index",
45009
45503
  "privacy": "private",
45010
45504
  "return": {
45011
45505
  "type": {
@@ -45019,30 +45513,57 @@
45019
45513
  "text": "T[]"
45020
45514
  }
45021
45515
  }
45022
- ]
45516
+ ],
45517
+ "description": "Initial indexing of the data - converts raw data items into ComboRecord format with metadata."
45023
45518
  },
45024
45519
  {
45025
45520
  "kind": "method",
45026
- "name": "hostConnected",
45027
- "privacy": "public"
45521
+ "name": "_apply",
45522
+ "privacy": "private",
45523
+ "return": {
45524
+ "type": {
45525
+ "text": "ComboRecord<T>[]"
45526
+ }
45527
+ },
45528
+ "parameters": [
45529
+ {
45530
+ "name": "data",
45531
+ "type": {
45532
+ "text": "T[]"
45533
+ }
45534
+ }
45535
+ ],
45536
+ "description": "Applies the data pipeline: indexing, filtering, and grouping."
45028
45537
  },
45029
45538
  {
45030
45539
  "kind": "method",
45031
- "name": "apply",
45540
+ "name": "updateLocale",
45032
45541
  "privacy": "public",
45033
45542
  "return": {
45034
45543
  "type": {
45035
- "text": "ComboRecord<T>[]"
45544
+ "text": "void"
45036
45545
  }
45037
45546
  },
45038
45547
  "parameters": [
45039
45548
  {
45040
- "name": "data",
45549
+ "name": "locale",
45041
45550
  "type": {
45042
- "text": "T[]"
45551
+ "text": "string"
45043
45552
  }
45044
45553
  }
45045
- ]
45554
+ ],
45555
+ "description": "Updates the collator when locale changes."
45556
+ },
45557
+ {
45558
+ "kind": "method",
45559
+ "name": "invalidate",
45560
+ "privacy": "public",
45561
+ "return": {
45562
+ "type": {
45563
+ "text": "void"
45564
+ }
45565
+ },
45566
+ "description": "Marks data as dirty when host properties that affect data change."
45046
45567
  }
45047
45568
  ]
45048
45569
  }
@@ -45050,9 +45571,9 @@
45050
45571
  "exports": [
45051
45572
  {
45052
45573
  "kind": "js",
45053
- "name": "DataController",
45574
+ "name": "DataState",
45054
45575
  "declaration": {
45055
- "name": "DataController",
45576
+ "name": "DataState",
45056
45577
  "module": "src/components/combo/controllers/data.ts"
45057
45578
  }
45058
45579
  }
@@ -45069,55 +45590,59 @@
45069
45590
  "members": [
45070
45591
  {
45071
45592
  "kind": "field",
45072
- "name": "_active",
45593
+ "name": "_host",
45073
45594
  "type": {
45074
- "text": "number"
45595
+ "text": "ComboHost<T>"
45075
45596
  },
45076
45597
  "privacy": "private",
45077
- "default": "-1"
45598
+ "readonly": true,
45599
+ "default": "host"
45078
45600
  },
45079
45601
  {
45080
45602
  "kind": "field",
45081
- "name": "_config",
45603
+ "name": "_state",
45082
45604
  "type": {
45083
- "text": "ComboNavigationConfig"
45605
+ "text": "DataState<T>"
45084
45606
  },
45085
45607
  "privacy": "private",
45086
- "default": "config"
45608
+ "readonly": true,
45609
+ "default": "state"
45087
45610
  },
45088
45611
  {
45089
45612
  "kind": "field",
45090
- "name": "active",
45613
+ "name": "_config",
45091
45614
  "type": {
45092
- "text": "number"
45615
+ "text": "ComboNavigationConfig"
45093
45616
  },
45094
- "privacy": "public"
45617
+ "privacy": "private",
45618
+ "readonly": true,
45619
+ "default": "config"
45095
45620
  },
45096
45621
  {
45097
45622
  "kind": "field",
45098
- "name": "input",
45623
+ "name": "_input",
45099
45624
  "type": {
45100
- "text": "IgcInputComponent"
45625
+ "text": "IgcInputComponent | undefined"
45101
45626
  },
45102
- "privacy": "public",
45627
+ "privacy": "private",
45103
45628
  "readonly": true
45104
45629
  },
45105
45630
  {
45106
45631
  "kind": "field",
45107
- "name": "searchInput",
45632
+ "name": "_searchInput",
45108
45633
  "type": {
45109
- "text": "IgcInputComponent"
45634
+ "text": "IgcInputComponent | undefined"
45110
45635
  },
45111
- "privacy": "public",
45636
+ "privacy": "private",
45112
45637
  "readonly": true
45113
45638
  },
45114
45639
  {
45115
45640
  "kind": "field",
45116
- "name": "list",
45641
+ "name": "_list",
45117
45642
  "type": {
45118
- "text": "IgcComboListComponent"
45643
+ "text": "IgcComboListComponent | undefined"
45119
45644
  },
45120
- "privacy": "public",
45645
+ "privacy": "private",
45121
45646
  "readonly": true
45122
45647
  },
45123
45648
  {
@@ -45126,7 +45651,7 @@
45126
45651
  "type": {
45127
45652
  "text": "number"
45128
45653
  },
45129
- "privacy": "protected",
45654
+ "privacy": "private",
45130
45655
  "readonly": true
45131
45656
  },
45132
45657
  {
@@ -45135,64 +45660,27 @@
45135
45660
  "type": {
45136
45661
  "text": "number"
45137
45662
  },
45138
- "privacy": "protected",
45663
+ "privacy": "private",
45139
45664
  "readonly": true
45140
45665
  },
45141
45666
  {
45142
- "kind": "method",
45143
- "name": "_hide",
45144
- "privacy": "protected",
45145
- "return": {
45146
- "type": {
45147
- "text": "Promise<boolean>"
45148
- }
45149
- }
45150
- },
45151
- {
45152
- "kind": "method",
45153
- "name": "_show",
45154
- "privacy": "protected",
45155
- "return": {
45156
- "type": {
45157
- "text": "Promise<boolean>"
45158
- }
45159
- }
45160
- },
45161
- {
45162
- "kind": "method",
45163
- "name": "_toggleSelection",
45164
- "privacy": "protected",
45165
- "return": {
45166
- "type": {
45167
- "text": "void"
45168
- }
45667
+ "kind": "field",
45668
+ "name": "active",
45669
+ "type": {
45670
+ "text": "number"
45169
45671
  },
45170
- "parameters": [
45171
- {
45172
- "name": "index",
45173
- "type": {
45174
- "text": "number"
45175
- }
45176
- }
45177
- ]
45672
+ "privacy": "public",
45673
+ "default": "-1"
45178
45674
  },
45179
45675
  {
45180
45676
  "kind": "method",
45181
- "name": "_select",
45182
- "privacy": "protected",
45677
+ "name": "hostDisconnected",
45678
+ "privacy": "public",
45183
45679
  "return": {
45184
45680
  "type": {
45185
45681
  "text": "void"
45186
45682
  }
45187
- },
45188
- "parameters": [
45189
- {
45190
- "name": "index",
45191
- "type": {
45192
- "text": "number"
45193
- }
45194
- }
45195
- ]
45683
+ }
45196
45684
  },
45197
45685
  {
45198
45686
  "kind": "field",
@@ -45304,16 +45792,6 @@
45304
45792
  }
45305
45793
  }
45306
45794
  ]
45307
- },
45308
- {
45309
- "kind": "method",
45310
- "name": "hostDisconnected",
45311
- "privacy": "public",
45312
- "return": {
45313
- "type": {
45314
- "text": "void"
45315
- }
45316
- }
45317
45795
  }
45318
45796
  ]
45319
45797
  }
@@ -45329,271 +45807,6 @@
45329
45807
  }
45330
45808
  ]
45331
45809
  },
45332
- {
45333
- "kind": "javascript-module",
45334
- "path": "src/components/combo/controllers/selection.ts",
45335
- "declarations": [
45336
- {
45337
- "kind": "class",
45338
- "description": "",
45339
- "name": "SelectionController",
45340
- "members": [
45341
- {
45342
- "kind": "field",
45343
- "name": "_selected",
45344
- "type": {
45345
- "text": "Set<T>"
45346
- },
45347
- "privacy": "private",
45348
- "default": "new Set()"
45349
- },
45350
- {
45351
- "kind": "field",
45352
- "name": "isEmpty",
45353
- "privacy": "public",
45354
- "description": "Whether the current selection is empty",
45355
- "readonly": true
45356
- },
45357
- {
45358
- "kind": "field",
45359
- "name": "asArray",
45360
- "privacy": "public",
45361
- "description": "Returns the current selection as an array",
45362
- "readonly": true
45363
- },
45364
- {
45365
- "kind": "method",
45366
- "name": "has",
45367
- "privacy": "public",
45368
- "parameters": [
45369
- {
45370
- "name": "item",
45371
- "optional": true,
45372
- "type": {
45373
- "text": "T"
45374
- }
45375
- }
45376
- ],
45377
- "description": "Whether the current selection has the given item"
45378
- },
45379
- {
45380
- "kind": "method",
45381
- "name": "clear",
45382
- "privacy": "public",
45383
- "description": "Clears the current selection"
45384
- },
45385
- {
45386
- "kind": "method",
45387
- "name": "getSelectedValuesByKey",
45388
- "privacy": "public",
45389
- "parameters": [
45390
- {
45391
- "name": "key",
45392
- "optional": true,
45393
- "type": {
45394
- "text": "Keys<T>"
45395
- }
45396
- }
45397
- ]
45398
- },
45399
- {
45400
- "kind": "method",
45401
- "name": "getValue",
45402
- "privacy": "public",
45403
- "return": {
45404
- "type": {
45405
- "text": "ComboValue<T>[]"
45406
- }
45407
- },
45408
- "parameters": [
45409
- {
45410
- "name": "items",
45411
- "type": {
45412
- "text": "T[]"
45413
- }
45414
- },
45415
- {
45416
- "name": "key",
45417
- "type": {
45418
- "text": "Keys<T>"
45419
- }
45420
- }
45421
- ]
45422
- },
45423
- {
45424
- "kind": "method",
45425
- "name": "handleChange",
45426
- "privacy": "private",
45427
- "parameters": [
45428
- {
45429
- "name": "detail",
45430
- "type": {
45431
- "text": "IgcComboChangeEventArgs"
45432
- }
45433
- }
45434
- ]
45435
- },
45436
- {
45437
- "kind": "method",
45438
- "name": "getItemsByValueKey",
45439
- "privacy": "private",
45440
- "parameters": [
45441
- {
45442
- "name": "keys",
45443
- "type": {
45444
- "text": "Values<T>[]"
45445
- }
45446
- }
45447
- ]
45448
- },
45449
- {
45450
- "kind": "method",
45451
- "name": "selectValueKeys",
45452
- "privacy": "private",
45453
- "parameters": [
45454
- {
45455
- "name": "keys",
45456
- "type": {
45457
- "text": "Values<T>[]"
45458
- }
45459
- }
45460
- ]
45461
- },
45462
- {
45463
- "kind": "method",
45464
- "name": "deselectValueKeys",
45465
- "privacy": "private",
45466
- "parameters": [
45467
- {
45468
- "name": "keys",
45469
- "type": {
45470
- "text": "Values<T>[]"
45471
- }
45472
- }
45473
- ]
45474
- },
45475
- {
45476
- "kind": "method",
45477
- "name": "selectObjects",
45478
- "privacy": "private",
45479
- "parameters": [
45480
- {
45481
- "name": "items",
45482
- "type": {
45483
- "text": "T[]"
45484
- }
45485
- }
45486
- ]
45487
- },
45488
- {
45489
- "kind": "method",
45490
- "name": "deselectObjects",
45491
- "privacy": "private",
45492
- "parameters": [
45493
- {
45494
- "name": "items",
45495
- "type": {
45496
- "text": "T[]"
45497
- }
45498
- }
45499
- ]
45500
- },
45501
- {
45502
- "kind": "method",
45503
- "name": "selectAll",
45504
- "privacy": "private"
45505
- },
45506
- {
45507
- "kind": "method",
45508
- "name": "deselectAll",
45509
- "privacy": "private"
45510
- },
45511
- {
45512
- "kind": "method",
45513
- "name": "select",
45514
- "privacy": "public",
45515
- "parameters": [
45516
- {
45517
- "name": "items",
45518
- "optional": true,
45519
- "type": {
45520
- "text": "Item<T> | Item<T>[]"
45521
- }
45522
- },
45523
- {
45524
- "name": "emit",
45525
- "default": "false"
45526
- }
45527
- ]
45528
- },
45529
- {
45530
- "kind": "method",
45531
- "name": "deselect",
45532
- "privacy": "public",
45533
- "parameters": [
45534
- {
45535
- "name": "items",
45536
- "optional": true,
45537
- "type": {
45538
- "text": "Item<T> | Item<T>[]"
45539
- }
45540
- },
45541
- {
45542
- "name": "emit",
45543
- "default": "false"
45544
- }
45545
- ]
45546
- },
45547
- {
45548
- "kind": "method",
45549
- "name": "changeSelection",
45550
- "privacy": "public",
45551
- "parameters": [
45552
- {
45553
- "name": "index",
45554
- "type": {
45555
- "text": "number"
45556
- }
45557
- }
45558
- ]
45559
- },
45560
- {
45561
- "kind": "method",
45562
- "name": "selectByIndex",
45563
- "privacy": "public",
45564
- "parameters": [
45565
- {
45566
- "name": "index",
45567
- "type": {
45568
- "text": "number"
45569
- }
45570
- }
45571
- ]
45572
- },
45573
- {
45574
- "kind": "method",
45575
- "name": "hostConnected",
45576
- "privacy": "public"
45577
- },
45578
- {
45579
- "kind": "method",
45580
- "name": "hostDisconnected",
45581
- "privacy": "public"
45582
- }
45583
- ]
45584
- }
45585
- ],
45586
- "exports": [
45587
- {
45588
- "kind": "js",
45589
- "name": "SelectionController",
45590
- "declaration": {
45591
- "name": "SelectionController",
45592
- "module": "src/components/combo/controllers/selection.ts"
45593
- }
45594
- }
45595
- ]
45596
- },
45597
45810
  {
45598
45811
  "kind": "javascript-module",
45599
45812
  "path": "src/components/combo/validators.ts",
@@ -45778,7 +45991,12 @@
45778
45991
  "kind": "method",
45779
45992
  "name": "register",
45780
45993
  "privacy": "public",
45781
- "static": true
45994
+ "static": true,
45995
+ "return": {
45996
+ "type": {
45997
+ "text": "void"
45998
+ }
45999
+ }
45782
46000
  },
45783
46001
  {
45784
46002
  "kind": "field",
@@ -45795,27 +46013,22 @@
45795
46013
  },
45796
46014
  {
45797
46015
  "kind": "field",
45798
- "name": "_inputRef",
45799
- "privacy": "private",
45800
- "description": "The primary input of the combo component."
45801
- },
45802
- {
45803
- "kind": "field",
45804
- "name": "_searchRef",
45805
- "privacy": "private",
45806
- "description": "The search input of the combo component."
45807
- },
45808
- {
45809
- "kind": "field",
45810
- "name": "_listRef",
46016
+ "name": "_slots",
45811
46017
  "privacy": "private",
45812
- "description": "The combo virtualized dropdown list."
46018
+ "readonly": true
45813
46019
  },
45814
46020
  {
45815
46021
  "kind": "field",
45816
46022
  "name": "_rootClickController",
45817
- "privacy": "private",
45818
- "readonly": true
46023
+ "type": {
46024
+ "text": "RootClickController"
46025
+ },
46026
+ "privacy": "protected",
46027
+ "readonly": true,
46028
+ "inheritedFrom": {
46029
+ "name": "IgcBaseComboBoxComponent",
46030
+ "module": "src/components/common/mixins/combo-box.ts"
46031
+ }
45819
46032
  },
45820
46033
  {
45821
46034
  "kind": "field",
@@ -45836,6 +46049,41 @@
45836
46049
  "module": "src/components/common/mixins/forms/associated.ts"
45837
46050
  }
45838
46051
  },
46052
+ {
46053
+ "kind": "field",
46054
+ "name": "_inputRef",
46055
+ "privacy": "private",
46056
+ "readonly": true,
46057
+ "description": "The primary input of the combo component."
46058
+ },
46059
+ {
46060
+ "kind": "field",
46061
+ "name": "_searchRef",
46062
+ "privacy": "private",
46063
+ "readonly": true,
46064
+ "description": "The search input of the combo component."
46065
+ },
46066
+ {
46067
+ "kind": "field",
46068
+ "name": "_listRef",
46069
+ "privacy": "private",
46070
+ "readonly": true,
46071
+ "description": "The combo virtualized dropdown list."
46072
+ },
46073
+ {
46074
+ "kind": "field",
46075
+ "name": "_state",
46076
+ "privacy": "private",
46077
+ "readonly": true,
46078
+ "default": "new DataState<T>(this)"
46079
+ },
46080
+ {
46081
+ "kind": "field",
46082
+ "name": "_navigation",
46083
+ "privacy": "private",
46084
+ "readonly": true,
46085
+ "default": "new ComboNavigationController( this, this._state, { input: this._inputRef, search: this._searchRef, list: this._listRef, interactions: { show: () => this._show(true), hide: () => this._hide(true), toggleSelection: (index: number) => this._toggleSelection(index), select: (index: number) => this._selectByIndex(index), clearSelection: () => this._clearSelection(), }, } )"
46086
+ },
45839
46087
  {
45840
46088
  "kind": "field",
45841
46089
  "name": "_data",
@@ -45863,9 +46111,9 @@
45863
46111
  },
45864
46112
  {
45865
46113
  "kind": "field",
45866
- "name": "_groupKey",
46114
+ "name": "_placeholderSearch",
45867
46115
  "type": {
45868
- "text": "Keys<T> | undefined"
46116
+ "text": "string | undefined"
45869
46117
  },
45870
46118
  "privacy": "private"
45871
46119
  },
@@ -45889,15 +46137,12 @@
45889
46137
  },
45890
46138
  {
45891
46139
  "kind": "field",
45892
- "name": "_groupSorting",
46140
+ "name": "_selected",
45893
46141
  "type": {
45894
- "text": "GroupingDirection"
46142
+ "text": "Set<T>"
45895
46143
  },
45896
46144
  "privacy": "private",
45897
- "default": "'asc'",
45898
- "expandedType": {
45899
- "text": "'asc' | 'desc' | 'none'"
45900
- }
46145
+ "default": "new Set()"
45901
46146
  },
45902
46147
  {
45903
46148
  "kind": "field",
@@ -45910,60 +46155,54 @@
45910
46155
  },
45911
46156
  {
45912
46157
  "kind": "field",
45913
- "name": "_activeDescendant",
46158
+ "name": "_activeIndex",
46159
+ "privacy": "private",
45914
46160
  "type": {
45915
- "text": "string"
45916
- },
45917
- "privacy": "private"
46161
+ "text": "number"
46162
+ }
45918
46163
  },
45919
46164
  {
45920
46165
  "kind": "field",
45921
- "name": "_displayValue",
46166
+ "name": "_searchTerm",
46167
+ "privacy": "private",
45922
46168
  "type": {
45923
46169
  "text": "string"
45924
- },
45925
- "privacy": "private",
45926
- "default": "''"
45927
- },
45928
- {
45929
- "kind": "field",
45930
- "name": "_state",
45931
- "privacy": "protected",
45932
- "default": "new DataController<T>(this)"
45933
- },
45934
- {
45935
- "kind": "field",
45936
- "name": "_selection",
45937
- "privacy": "protected",
45938
- "default": "new SelectionController<T>(this, this._state)"
46170
+ }
45939
46171
  },
45940
46172
  {
45941
46173
  "kind": "field",
45942
- "name": "_navigation",
45943
- "privacy": "protected",
45944
- "default": "new ComboNavigationController(this, this._state, { input: this._inputRef, search: this._searchRef, list: this._listRef, })"
46174
+ "name": "_activeDescendant",
46175
+ "type": {
46176
+ "text": "string | undefined"
46177
+ },
46178
+ "privacy": "private"
45945
46179
  },
45946
46180
  {
45947
46181
  "kind": "field",
45948
- "name": "inputSuffix",
46182
+ "name": "_displayValue",
45949
46183
  "type": {
45950
- "text": "HTMLElement[]"
46184
+ "text": "string"
45951
46185
  },
45952
- "privacy": "protected"
46186
+ "privacy": "private",
46187
+ "default": "''"
45953
46188
  },
45954
46189
  {
45955
46190
  "kind": "field",
45956
- "name": "inputPrefix",
46191
+ "name": "_mainAriaLabel",
45957
46192
  "type": {
45958
- "text": "HTMLElement[]"
46193
+ "text": "string"
45959
46194
  },
45960
- "privacy": "protected"
46195
+ "privacy": "private",
46196
+ "readonly": true
45961
46197
  },
45962
46198
  {
45963
46199
  "kind": "field",
45964
46200
  "name": "data",
45965
46201
  "privacy": "public",
45966
- "description": "The data source used to generate the list of options."
46202
+ "description": "The data source used to generate the list of options.",
46203
+ "type": {
46204
+ "text": "T[]"
46205
+ }
45967
46206
  },
45968
46207
  {
45969
46208
  "kind": "field",
@@ -46015,13 +46254,16 @@
46015
46254
  "name": "locale",
46016
46255
  "privacy": "public",
46017
46256
  "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
46018
- "attribute": "locale"
46257
+ "attribute": "locale",
46258
+ "type": {
46259
+ "text": "string"
46260
+ }
46019
46261
  },
46020
46262
  {
46021
46263
  "kind": "field",
46022
46264
  "name": "label",
46023
46265
  "type": {
46024
- "text": "string"
46266
+ "text": "string | undefined"
46025
46267
  },
46026
46268
  "privacy": "public",
46027
46269
  "description": "The label attribute of the control.",
@@ -46031,7 +46273,7 @@
46031
46273
  "kind": "field",
46032
46274
  "name": "placeholder",
46033
46275
  "type": {
46034
- "text": "string"
46276
+ "text": "string | undefined"
46035
46277
  },
46036
46278
  "privacy": "public",
46037
46279
  "description": "The placeholder attribute of the control.",
@@ -46042,27 +46284,10 @@
46042
46284
  "name": "placeholderSearch",
46043
46285
  "privacy": "public",
46044
46286
  "description": "The placeholder attribute of the search input.",
46045
- "attribute": "placeholder-search"
46046
- },
46047
- {
46048
- "kind": "field",
46049
- "name": "_placeholderSearch",
46287
+ "attribute": "placeholder-search",
46050
46288
  "type": {
46051
- "text": "string | undefined"
46052
- },
46053
- "privacy": "private"
46054
- },
46055
- {
46056
- "kind": "field",
46057
- "name": "open",
46058
- "type": {
46059
- "text": "boolean"
46060
- },
46061
- "privacy": "public",
46062
- "default": "false",
46063
- "description": "Sets the open state of the component.",
46064
- "attribute": "open",
46065
- "reflects": true
46289
+ "text": "string"
46290
+ }
46066
46291
  },
46067
46292
  {
46068
46293
  "kind": "field",
@@ -46090,6 +46315,9 @@
46090
46315
  {
46091
46316
  "kind": "field",
46092
46317
  "name": "groupKey",
46318
+ "type": {
46319
+ "text": "Keys<T> | string | undefined"
46320
+ },
46093
46321
  "privacy": "public",
46094
46322
  "description": "The key in the data source used to group items in the list.",
46095
46323
  "attribute": "group-key"
@@ -46097,12 +46325,12 @@
46097
46325
  {
46098
46326
  "kind": "field",
46099
46327
  "name": "groupSorting",
46100
- "privacy": "public",
46101
- "description": "Sorts the items in each group by ascending or descending order.",
46102
- "default": "asc",
46103
46328
  "type": {
46104
46329
  "text": "\"asc\" | \"desc\" | \"none\""
46105
46330
  },
46331
+ "privacy": "public",
46332
+ "default": "'asc'",
46333
+ "description": "Sorts the items in each group by ascending or descending order.",
46106
46334
  "attribute": "group-sorting"
46107
46335
  },
46108
46336
  {
@@ -46191,14 +46419,14 @@
46191
46419
  }
46192
46420
  },
46193
46421
  {
46194
- "kind": "method",
46195
- "name": "_updateSelection",
46196
- "privacy": "protected"
46197
- },
46198
- {
46199
- "kind": "method",
46200
- "name": "toggleDirectiveChange",
46201
- "privacy": "protected"
46422
+ "kind": "field",
46423
+ "name": "selection",
46424
+ "type": {
46425
+ "text": "T[]"
46426
+ },
46427
+ "privacy": "public",
46428
+ "description": "Returns the current selection as an array of objects as provided in the `data` source.",
46429
+ "readonly": true
46202
46430
  },
46203
46431
  {
46204
46432
  "kind": "method",
@@ -46238,372 +46466,511 @@
46238
46466
  },
46239
46467
  {
46240
46468
  "kind": "method",
46241
- "name": "_setFormValue",
46469
+ "name": "_show",
46242
46470
  "privacy": "protected",
46243
46471
  "return": {
46244
46472
  "type": {
46245
- "text": "void"
46473
+ "text": "Promise<boolean>"
46246
46474
  }
46247
46475
  },
46248
46476
  "parameters": [
46249
46477
  {
46250
- "name": "value",
46251
- "type": {
46252
- "text": "FormValueType"
46253
- }
46254
- },
46255
- {
46256
- "name": "state",
46257
- "optional": true,
46258
- "type": {
46259
- "text": "FormValueType"
46260
- }
46478
+ "name": "emitEvent",
46479
+ "default": "false"
46261
46480
  }
46262
46481
  ],
46263
46482
  "inheritedFrom": {
46264
- "name": "BaseFormAssociated",
46265
- "module": "src/components/common/mixins/forms/associated.ts"
46483
+ "name": "IgcBaseComboBoxComponent",
46484
+ "module": "src/components/common/mixins/combo-box.ts"
46266
46485
  }
46267
46486
  },
46268
46487
  {
46269
46488
  "kind": "method",
46270
- "name": "resetSearchTerm",
46271
- "privacy": "protected"
46272
- },
46273
- {
46274
- "kind": "method",
46275
- "name": "updateValue",
46489
+ "name": "_hide",
46276
46490
  "privacy": "protected",
46491
+ "return": {
46492
+ "type": {
46493
+ "text": "Promise<boolean>"
46494
+ }
46495
+ },
46277
46496
  "parameters": [
46278
46497
  {
46279
- "name": "initial",
46498
+ "name": "emitEvent",
46280
46499
  "default": "false"
46281
46500
  }
46282
- ]
46501
+ ],
46502
+ "inheritedFrom": {
46503
+ "name": "IgcBaseComboBoxComponent",
46504
+ "module": "src/components/common/mixins/combo-box.ts"
46505
+ }
46283
46506
  },
46284
46507
  {
46285
46508
  "kind": "method",
46286
- "name": "focus",
46287
- "privacy": "public",
46509
+ "name": "_resolveItems",
46510
+ "privacy": "private",
46511
+ "return": {
46512
+ "type": {
46513
+ "text": "T[]"
46514
+ }
46515
+ },
46288
46516
  "parameters": [
46289
46517
  {
46290
- "name": "options",
46291
- "optional": true,
46518
+ "name": "items",
46292
46519
  "type": {
46293
- "text": "FocusOptions"
46520
+ "text": "Item<T>[]"
46294
46521
  }
46295
46522
  }
46296
46523
  ],
46297
- "description": "Sets focus on the component."
46524
+ "description": "Resolves user-provided items (value keys or object references)\nto actual objects from the data source in a single pass."
46298
46525
  },
46299
46526
  {
46300
46527
  "kind": "method",
46301
- "name": "blur",
46302
- "privacy": "public",
46303
- "description": "Removes focus from the component."
46304
- },
46305
- {
46306
- "kind": "field",
46307
- "name": "selection",
46308
- "type": {
46309
- "text": "T[]"
46528
+ "name": "_resolveItemValue",
46529
+ "privacy": "private",
46530
+ "return": {
46531
+ "type": {
46532
+ "text": "Item<T>"
46533
+ }
46310
46534
  },
46311
- "privacy": "public",
46312
- "description": "Returns the current selection as an array of objects as provided in the `data` source.",
46313
- "readonly": true
46314
- },
46315
- {
46316
- "kind": "method",
46317
- "name": "select",
46318
- "privacy": "public",
46319
46535
  "parameters": [
46320
46536
  {
46321
- "name": "items",
46322
- "optional": true,
46537
+ "name": "record",
46323
46538
  "type": {
46324
- "text": "Item<T> | Items<T>"
46325
- },
46326
- "description": "One or more items to be selected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference."
46539
+ "text": "T"
46540
+ }
46327
46541
  }
46328
46542
  ],
46329
- "description": "Selects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be selected."
46543
+ "description": "Gets the value representation of a data record\n(its value-key property, or the record itself)."
46330
46544
  },
46331
46545
  {
46332
46546
  "kind": "method",
46333
- "name": "deselect",
46334
- "privacy": "public",
46547
+ "name": "_getValues",
46548
+ "privacy": "private",
46549
+ "return": {
46550
+ "type": {
46551
+ "text": "ComboValue<T>[]"
46552
+ }
46553
+ },
46335
46554
  "parameters": [
46336
46555
  {
46337
46556
  "name": "items",
46557
+ "type": {
46558
+ "text": "Iterable<T>"
46559
+ }
46560
+ },
46561
+ {
46562
+ "name": "key",
46338
46563
  "optional": true,
46339
46564
  "type": {
46340
- "text": "Item<T> | Items<T>"
46341
- },
46342
- "description": "One or more items to be deselected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference."
46565
+ "text": "Keys<T>"
46566
+ }
46343
46567
  }
46344
46568
  ],
46345
- "description": "Deselects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be deselected."
46569
+ "description": "Maps data items to their value representations using the given key.\nWhen key is undefined, returns the items themselves."
46346
46570
  },
46347
46571
  {
46348
46572
  "kind": "method",
46349
- "name": "handleMainInput",
46350
- "privacy": "protected",
46573
+ "name": "_emitSelectionChange",
46574
+ "privacy": "private",
46575
+ "return": {
46576
+ "type": {
46577
+ "text": "boolean"
46578
+ }
46579
+ },
46351
46580
  "parameters": [
46352
46581
  {
46353
- "name": "{ detail }",
46582
+ "name": "detail",
46354
46583
  "type": {
46355
- "text": "CustomEvent<string>"
46584
+ "text": "IgcComboChangeEventArgs"
46356
46585
  }
46357
46586
  }
46358
46587
  ]
46359
46588
  },
46360
46589
  {
46361
46590
  "kind": "method",
46362
- "name": "_handleFocusIn",
46363
- "privacy": "protected"
46364
- },
46365
- {
46366
- "kind": "method",
46367
- "name": "_handleBlur",
46368
- "privacy": "protected",
46591
+ "name": "_selectItems",
46592
+ "privacy": "private",
46369
46593
  "return": {
46370
46594
  "type": {
46371
46595
  "text": "void"
46372
46596
  }
46373
46597
  },
46374
- "inheritedFrom": {
46375
- "name": "BaseFormAssociated",
46376
- "module": "src/components/common/mixins/forms/associated.ts"
46377
- }
46598
+ "parameters": [
46599
+ {
46600
+ "name": "items",
46601
+ "optional": true,
46602
+ "type": {
46603
+ "text": "Item<T> | Item<T>[]"
46604
+ }
46605
+ },
46606
+ {
46607
+ "name": "emit",
46608
+ "default": "false"
46609
+ }
46610
+ ]
46378
46611
  },
46379
46612
  {
46380
46613
  "kind": "method",
46381
- "name": "handleSearchInput",
46382
- "privacy": "protected",
46614
+ "name": "_deselectItems",
46615
+ "privacy": "private",
46616
+ "return": {
46617
+ "type": {
46618
+ "text": "void"
46619
+ }
46620
+ },
46383
46621
  "parameters": [
46384
46622
  {
46385
- "name": "{ detail }",
46623
+ "name": "items",
46624
+ "optional": true,
46386
46625
  "type": {
46387
- "text": "CustomEvent<string>"
46626
+ "text": "Item<T> | Item<T>[]"
46388
46627
  }
46628
+ },
46629
+ {
46630
+ "name": "emit",
46631
+ "default": "false"
46389
46632
  }
46390
46633
  ]
46391
46634
  },
46392
46635
  {
46393
46636
  "kind": "method",
46394
- "name": "handleOpening",
46395
- "privacy": "protected"
46637
+ "name": "_syncSelectionFromValue",
46638
+ "privacy": "private",
46639
+ "return": {
46640
+ "type": {
46641
+ "text": "void"
46642
+ }
46643
+ },
46644
+ "description": "Syncs the internal `_selected` set from the current `_formValue`.\nThis is a one-way sync: source of truth (_formValue) → view (_selected)."
46396
46645
  },
46397
46646
  {
46398
46647
  "kind": "method",
46399
- "name": "handleClosing",
46400
- "privacy": "protected",
46648
+ "name": "_findItemByValue",
46649
+ "privacy": "private",
46401
46650
  "return": {
46402
46651
  "type": {
46403
- "text": "boolean"
46652
+ "text": "T | undefined"
46404
46653
  }
46405
- }
46654
+ },
46655
+ "parameters": [
46656
+ {
46657
+ "name": "value",
46658
+ "type": {
46659
+ "text": "ComboValue<T>"
46660
+ }
46661
+ },
46662
+ {
46663
+ "name": "key",
46664
+ "optional": true,
46665
+ "type": {
46666
+ "text": "Keys<T>"
46667
+ }
46668
+ }
46669
+ ],
46670
+ "description": "Finds an item in the data array by its value (or value key).\nReturns undefined if the item is not found."
46406
46671
  },
46407
46672
  {
46408
46673
  "kind": "method",
46409
- "name": "_show",
46674
+ "name": "_syncValueFromSelection",
46410
46675
  "privacy": "protected",
46676
+ "return": {
46677
+ "type": {
46678
+ "text": "void"
46679
+ }
46680
+ },
46411
46681
  "parameters": [
46412
46682
  {
46413
- "name": "emitEvent",
46414
- "default": "true"
46683
+ "name": "initial",
46684
+ "default": "false"
46415
46685
  }
46416
46686
  ]
46417
46687
  },
46418
46688
  {
46419
46689
  "kind": "method",
46420
- "name": "show",
46421
- "privacy": "public",
46690
+ "name": "_toggleSelection",
46691
+ "privacy": "private",
46422
46692
  "return": {
46423
46693
  "type": {
46424
- "text": "Promise<boolean>"
46694
+ "text": "void"
46425
46695
  }
46426
46696
  },
46427
- "description": "Shows the list of options."
46428
- },
46429
- {
46430
- "kind": "method",
46431
- "name": "_hide",
46432
- "privacy": "protected",
46433
46697
  "parameters": [
46434
46698
  {
46435
- "name": "emitEvent",
46436
- "default": "true"
46699
+ "name": "index",
46700
+ "type": {
46701
+ "text": "number"
46702
+ }
46437
46703
  }
46438
46704
  ]
46439
46705
  },
46440
46706
  {
46441
46707
  "kind": "method",
46442
- "name": "hide",
46443
- "privacy": "public",
46708
+ "name": "_selectByIndex",
46709
+ "privacy": "private",
46444
46710
  "return": {
46445
46711
  "type": {
46446
- "text": "Promise<boolean>"
46712
+ "text": "void"
46447
46713
  }
46448
46714
  },
46449
- "description": "Hides the list of options."
46450
- },
46451
- {
46452
- "kind": "method",
46453
- "name": "_toggle",
46454
- "privacy": "protected",
46455
46715
  "parameters": [
46456
46716
  {
46457
- "name": "emit",
46458
- "default": "true"
46717
+ "name": "index",
46718
+ "type": {
46719
+ "text": "number"
46720
+ }
46459
46721
  }
46460
46722
  ]
46461
46723
  },
46462
46724
  {
46463
46725
  "kind": "method",
46464
- "name": "toggle",
46465
- "privacy": "public",
46726
+ "name": "_clearSelection",
46727
+ "privacy": "private",
46466
46728
  "return": {
46467
46729
  "type": {
46468
- "text": "Promise<boolean>"
46730
+ "text": "void"
46469
46731
  }
46470
- },
46471
- "description": "Toggles the list of options."
46732
+ }
46472
46733
  },
46473
46734
  {
46474
46735
  "kind": "method",
46475
- "name": "_getActiveDescendantId",
46736
+ "name": "_clearSingleSelection",
46476
46737
  "privacy": "private",
46738
+ "return": {
46739
+ "type": {
46740
+ "text": "void"
46741
+ }
46742
+ }
46743
+ },
46744
+ {
46745
+ "kind": "method",
46746
+ "name": "_handleMainInput",
46747
+ "privacy": "protected",
46748
+ "return": {
46749
+ "type": {
46750
+ "text": "Promise<void>"
46751
+ }
46752
+ },
46477
46753
  "parameters": [
46478
46754
  {
46479
- "name": "index",
46755
+ "name": "{\n detail,\n }",
46480
46756
  "type": {
46481
- "text": "number"
46757
+ "text": "CustomEvent<string>"
46482
46758
  }
46483
46759
  }
46484
46760
  ]
46485
46761
  },
46486
46762
  {
46487
- "kind": "field",
46488
- "name": "itemRenderer",
46489
- "type": {
46490
- "text": "ComboRenderFunction<T>"
46763
+ "kind": "method",
46764
+ "name": "_handleFocusIn",
46765
+ "privacy": "protected",
46766
+ "return": {
46767
+ "type": {
46768
+ "text": "void"
46769
+ }
46770
+ }
46771
+ },
46772
+ {
46773
+ "kind": "method",
46774
+ "name": "_handleBlur",
46775
+ "privacy": "protected",
46776
+ "return": {
46777
+ "type": {
46778
+ "text": "void"
46779
+ }
46491
46780
  },
46492
- "privacy": "protected"
46781
+ "inheritedFrom": {
46782
+ "name": "BaseFormAssociated",
46783
+ "module": "src/components/common/mixins/forms/associated.ts"
46784
+ }
46493
46785
  },
46494
46786
  {
46495
46787
  "kind": "method",
46496
- "name": "itemClickHandler",
46788
+ "name": "_handleSearchInput",
46497
46789
  "privacy": "protected",
46790
+ "return": {
46791
+ "type": {
46792
+ "text": "void"
46793
+ }
46794
+ },
46498
46795
  "parameters": [
46499
46796
  {
46500
- "name": "event",
46797
+ "name": "{ detail }",
46501
46798
  "type": {
46502
- "text": "PointerEvent"
46799
+ "text": "CustomEvent<string>"
46503
46800
  }
46504
46801
  }
46505
46802
  ]
46506
46803
  },
46507
46804
  {
46508
46805
  "kind": "method",
46509
- "name": "toggleSelect",
46510
- "privacy": "protected",
46806
+ "name": "_handleClosing",
46807
+ "privacy": "private",
46808
+ "return": {
46809
+ "type": {
46810
+ "text": "void"
46811
+ }
46812
+ }
46813
+ },
46814
+ {
46815
+ "kind": "method",
46816
+ "name": "_itemClickHandler",
46817
+ "privacy": "private",
46818
+ "return": {
46819
+ "type": {
46820
+ "text": "Promise<void>"
46821
+ }
46822
+ },
46511
46823
  "parameters": [
46512
46824
  {
46513
- "name": "index",
46825
+ "name": "event",
46514
46826
  "type": {
46515
- "text": "number"
46827
+ "text": "PointerEvent"
46516
46828
  }
46517
46829
  }
46518
46830
  ]
46519
46831
  },
46520
46832
  {
46521
46833
  "kind": "method",
46522
- "name": "selectByIndex",
46523
- "privacy": "protected",
46834
+ "name": "_handleClearIconClick",
46835
+ "privacy": "private",
46836
+ "return": {
46837
+ "type": {
46838
+ "text": "void"
46839
+ }
46840
+ },
46524
46841
  "parameters": [
46525
46842
  {
46526
- "name": "index",
46843
+ "name": "event",
46527
46844
  "type": {
46528
- "text": "number"
46845
+ "text": "PointerEvent"
46529
46846
  }
46530
46847
  }
46531
46848
  ]
46532
46849
  },
46533
46850
  {
46534
46851
  "kind": "method",
46535
- "name": "clearSingleSelection",
46536
- "privacy": "protected"
46852
+ "name": "_handleCaseSensitivity",
46853
+ "privacy": "private",
46854
+ "return": {
46855
+ "type": {
46856
+ "text": "void"
46857
+ }
46858
+ }
46537
46859
  },
46538
46860
  {
46539
46861
  "kind": "method",
46540
- "name": "handleClearIconClick",
46541
- "privacy": "protected",
46862
+ "name": "focus",
46863
+ "privacy": "public",
46864
+ "return": {
46865
+ "type": {
46866
+ "text": "void"
46867
+ }
46868
+ },
46542
46869
  "parameters": [
46543
46870
  {
46544
- "name": "e",
46871
+ "name": "options",
46872
+ "optional": true,
46545
46873
  "type": {
46546
- "text": "PointerEvent"
46874
+ "text": "FocusOptions"
46547
46875
  }
46548
46876
  }
46549
- ]
46877
+ ],
46878
+ "description": "Sets focus on the component."
46550
46879
  },
46551
46880
  {
46552
46881
  "kind": "method",
46553
- "name": "toggleCaseSensitivity",
46554
- "privacy": "protected"
46882
+ "name": "blur",
46883
+ "privacy": "public",
46884
+ "return": {
46885
+ "type": {
46886
+ "text": "void"
46887
+ }
46888
+ },
46889
+ "description": "Removes focus from the component."
46555
46890
  },
46556
46891
  {
46557
46892
  "kind": "method",
46558
- "name": "getMainAriaLabel",
46559
- "privacy": "protected"
46893
+ "name": "select",
46894
+ "privacy": "public",
46895
+ "return": {
46896
+ "type": {
46897
+ "text": "void"
46898
+ }
46899
+ },
46900
+ "parameters": [
46901
+ {
46902
+ "name": "items",
46903
+ "optional": true,
46904
+ "type": {
46905
+ "text": "Item<T> | Item<T>[]"
46906
+ },
46907
+ "description": "One or more items to be selected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference."
46908
+ }
46909
+ ],
46910
+ "description": "Selects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be selected."
46560
46911
  },
46561
46912
  {
46562
46913
  "kind": "method",
46563
- "name": "_stopPropagation",
46564
- "privacy": "private",
46914
+ "name": "deselect",
46915
+ "privacy": "public",
46916
+ "return": {
46917
+ "type": {
46918
+ "text": "void"
46919
+ }
46920
+ },
46565
46921
  "parameters": [
46566
46922
  {
46567
- "name": "e",
46923
+ "name": "items",
46924
+ "optional": true,
46568
46925
  "type": {
46569
- "text": "Event"
46570
- }
46926
+ "text": "Item<T> | Item<T>[]"
46927
+ },
46928
+ "description": "One or more items to be deselected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference."
46571
46929
  }
46572
- ]
46930
+ ],
46931
+ "description": "Deselects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be deselected."
46932
+ },
46933
+ {
46934
+ "kind": "field",
46935
+ "name": "_itemRenderer",
46936
+ "type": {
46937
+ "text": "ComboRenderFunction<T>"
46938
+ },
46939
+ "privacy": "protected"
46573
46940
  },
46574
46941
  {
46575
46942
  "kind": "method",
46576
- "name": "renderToggleIcon",
46943
+ "name": "_renderToggleIcon",
46577
46944
  "privacy": "private"
46578
46945
  },
46579
46946
  {
46580
46947
  "kind": "method",
46581
- "name": "renderClearIcon",
46948
+ "name": "_renderClearIcon",
46582
46949
  "privacy": "private"
46583
46950
  },
46584
46951
  {
46585
46952
  "kind": "method",
46586
- "name": "renderMainInput",
46953
+ "name": "_renderMainInput",
46587
46954
  "privacy": "private"
46588
46955
  },
46589
46956
  {
46590
46957
  "kind": "method",
46591
- "name": "renderSearchInput",
46958
+ "name": "_renderSearchInput",
46592
46959
  "privacy": "private"
46593
46960
  },
46594
46961
  {
46595
46962
  "kind": "method",
46596
- "name": "renderEmptyTemplate",
46963
+ "name": "_renderEmptyTemplate",
46597
46964
  "privacy": "private"
46598
46965
  },
46599
46966
  {
46600
46967
  "kind": "method",
46601
- "name": "renderList",
46968
+ "name": "_renderList",
46602
46969
  "privacy": "private"
46603
46970
  },
46604
46971
  {
46605
46972
  "kind": "method",
46606
- "name": "renderHelperText",
46973
+ "name": "_renderHelperText",
46607
46974
  "privacy": "private",
46608
46975
  "return": {
46609
46976
  "type": {
@@ -46979,6 +47346,35 @@
46979
47346
  "module": "src/components/common/mixins/forms/associated.ts"
46980
47347
  }
46981
47348
  },
47349
+ {
47350
+ "kind": "method",
47351
+ "name": "_setFormValue",
47352
+ "privacy": "protected",
47353
+ "return": {
47354
+ "type": {
47355
+ "text": "void"
47356
+ }
47357
+ },
47358
+ "parameters": [
47359
+ {
47360
+ "name": "value",
47361
+ "type": {
47362
+ "text": "FormValueType"
47363
+ }
47364
+ },
47365
+ {
47366
+ "name": "state",
47367
+ "optional": true,
47368
+ "type": {
47369
+ "text": "FormValueType"
47370
+ }
47371
+ }
47372
+ ],
47373
+ "inheritedFrom": {
47374
+ "name": "BaseFormAssociated",
47375
+ "module": "src/components/common/mixins/forms/associated.ts"
47376
+ }
47377
+ },
46982
47378
  {
46983
47379
  "kind": "method",
46984
47380
  "name": "formAssociatedCallback",
@@ -47144,7 +47540,42 @@
47144
47540
  "name": "options",
47145
47541
  "optional": true,
47146
47542
  "type": {
47147
- "text": "boolean | AddEventListenerOptions"
47543
+ "text": "boolean | AddEventListenerOptions"
47544
+ }
47545
+ }
47546
+ ],
47547
+ "inheritedFrom": {
47548
+ "name": "EventEmitterMixin",
47549
+ "module": "src/components/common/mixins/event-emitter.ts"
47550
+ }
47551
+ },
47552
+ {
47553
+ "kind": "method",
47554
+ "name": "removeEventListener",
47555
+ "privacy": "public",
47556
+ "return": {
47557
+ "type": {
47558
+ "text": "void"
47559
+ }
47560
+ },
47561
+ "parameters": [
47562
+ {
47563
+ "name": "type",
47564
+ "type": {
47565
+ "text": "K"
47566
+ }
47567
+ },
47568
+ {
47569
+ "name": "listener",
47570
+ "type": {
47571
+ "text": "(this: HTMLElement, ev: M[K]) => any"
47572
+ }
47573
+ },
47574
+ {
47575
+ "name": "options",
47576
+ "optional": true,
47577
+ "type": {
47578
+ "text": "boolean | EventListenerOptions"
47148
47579
  }
47149
47580
  }
47150
47581
  ],
@@ -47155,11 +47586,14 @@
47155
47586
  },
47156
47587
  {
47157
47588
  "kind": "method",
47158
- "name": "removeEventListener",
47589
+ "name": "emitEvent",
47590
+ "type": {
47591
+ "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
47592
+ },
47159
47593
  "privacy": "public",
47160
47594
  "return": {
47161
47595
  "type": {
47162
- "text": "void"
47596
+ "text": "boolean"
47163
47597
  }
47164
47598
  },
47165
47599
  "parameters": [
@@ -47170,51 +47604,147 @@
47170
47604
  }
47171
47605
  },
47172
47606
  {
47173
- "name": "listener",
47174
- "type": {
47175
- "text": "(this: HTMLElement, ev: M[K]) => any"
47176
- }
47177
- },
47178
- {
47179
- "name": "options",
47607
+ "name": "eventInitDict",
47180
47608
  "optional": true,
47181
47609
  "type": {
47182
- "text": "boolean | EventListenerOptions"
47610
+ "text": "CustomEventInit<D>"
47183
47611
  }
47184
47612
  }
47185
47613
  ],
47186
47614
  "inheritedFrom": {
47187
- "name": "EventEmitterMixin",
47188
- "module": "src/components/common/mixins/event-emitter.ts"
47615
+ "name": "IgcBaseComboBoxComponent",
47616
+ "module": "src/components/common/mixins/combo-box.ts"
47617
+ }
47618
+ },
47619
+ {
47620
+ "kind": "field",
47621
+ "name": "open",
47622
+ "type": {
47623
+ "text": "boolean"
47624
+ },
47625
+ "privacy": "public",
47626
+ "default": "false",
47627
+ "description": "Sets the open state of the component.",
47628
+ "attribute": "open",
47629
+ "reflects": true,
47630
+ "inheritedFrom": {
47631
+ "name": "IgcBaseComboBoxComponent",
47632
+ "module": "src/components/common/mixins/combo-box.ts"
47189
47633
  }
47190
47634
  },
47191
47635
  {
47192
47636
  "kind": "method",
47193
- "name": "emitEvent",
47194
- "privacy": "private",
47637
+ "name": "_emitClosing",
47638
+ "privacy": "protected",
47195
47639
  "return": {
47196
47640
  "type": {
47197
47641
  "text": "boolean"
47198
47642
  }
47199
47643
  },
47200
- "parameters": [
47201
- {
47202
- "name": "type",
47203
- "type": {
47204
- "text": "K"
47205
- }
47206
- },
47207
- {
47208
- "name": "eventInitDict",
47209
- "optional": true,
47210
- "type": {
47211
- "text": "CustomEventInit<D>"
47212
- }
47644
+ "inheritedFrom": {
47645
+ "name": "IgcBaseComboBoxComponent",
47646
+ "module": "src/components/common/mixins/combo-box.ts"
47647
+ }
47648
+ },
47649
+ {
47650
+ "kind": "method",
47651
+ "name": "_emitClosed",
47652
+ "privacy": "protected",
47653
+ "return": {
47654
+ "type": {
47655
+ "text": "boolean"
47213
47656
  }
47214
- ],
47657
+ },
47215
47658
  "inheritedFrom": {
47216
- "name": "EventEmitterMixin",
47217
- "module": "src/components/common/mixins/event-emitter.ts"
47659
+ "name": "IgcBaseComboBoxComponent",
47660
+ "module": "src/components/common/mixins/combo-box.ts"
47661
+ }
47662
+ },
47663
+ {
47664
+ "kind": "method",
47665
+ "name": "_emitOpening",
47666
+ "privacy": "protected",
47667
+ "return": {
47668
+ "type": {
47669
+ "text": "boolean"
47670
+ }
47671
+ },
47672
+ "inheritedFrom": {
47673
+ "name": "IgcBaseComboBoxComponent",
47674
+ "module": "src/components/common/mixins/combo-box.ts"
47675
+ }
47676
+ },
47677
+ {
47678
+ "kind": "method",
47679
+ "name": "_emitOpened",
47680
+ "privacy": "protected",
47681
+ "return": {
47682
+ "type": {
47683
+ "text": "boolean"
47684
+ }
47685
+ },
47686
+ "inheritedFrom": {
47687
+ "name": "IgcBaseComboBoxComponent",
47688
+ "module": "src/components/common/mixins/combo-box.ts"
47689
+ }
47690
+ },
47691
+ {
47692
+ "kind": "method",
47693
+ "name": "_handleAnchorClick",
47694
+ "privacy": "protected",
47695
+ "return": {
47696
+ "type": {
47697
+ "text": "void"
47698
+ }
47699
+ },
47700
+ "inheritedFrom": {
47701
+ "name": "IgcBaseComboBoxComponent",
47702
+ "module": "src/components/common/mixins/combo-box.ts"
47703
+ }
47704
+ },
47705
+ {
47706
+ "kind": "method",
47707
+ "name": "show",
47708
+ "privacy": "public",
47709
+ "return": {
47710
+ "type": {
47711
+ "text": "Promise<boolean>"
47712
+ }
47713
+ },
47714
+ "description": "Shows the component.",
47715
+ "inheritedFrom": {
47716
+ "name": "IgcBaseComboBoxComponent",
47717
+ "module": "src/components/common/mixins/combo-box.ts"
47718
+ }
47719
+ },
47720
+ {
47721
+ "kind": "method",
47722
+ "name": "hide",
47723
+ "privacy": "public",
47724
+ "return": {
47725
+ "type": {
47726
+ "text": "Promise<boolean>"
47727
+ }
47728
+ },
47729
+ "description": "Hides the component.",
47730
+ "inheritedFrom": {
47731
+ "name": "IgcBaseComboBoxComponent",
47732
+ "module": "src/components/common/mixins/combo-box.ts"
47733
+ }
47734
+ },
47735
+ {
47736
+ "kind": "method",
47737
+ "name": "toggle",
47738
+ "privacy": "public",
47739
+ "return": {
47740
+ "type": {
47741
+ "text": "Promise<boolean>"
47742
+ }
47743
+ },
47744
+ "description": "Toggles the open state of the component.",
47745
+ "inheritedFrom": {
47746
+ "name": "IgcBaseComboBoxComponent",
47747
+ "module": "src/components/common/mixins/combo-box.ts"
47218
47748
  }
47219
47749
  }
47220
47750
  ],
@@ -47293,12 +47823,15 @@
47293
47823
  "name": "locale",
47294
47824
  "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
47295
47825
  "fieldName": "locale",
47296
- "attribute": "locale"
47826
+ "attribute": "locale",
47827
+ "type": {
47828
+ "text": "string"
47829
+ }
47297
47830
  },
47298
47831
  {
47299
47832
  "name": "label",
47300
47833
  "type": {
47301
- "text": "string"
47834
+ "text": "string | undefined"
47302
47835
  },
47303
47836
  "description": "The label attribute of the control.",
47304
47837
  "fieldName": "label",
@@ -47307,7 +47840,7 @@
47307
47840
  {
47308
47841
  "name": "placeholder",
47309
47842
  "type": {
47310
- "text": "string"
47843
+ "text": "string | undefined"
47311
47844
  },
47312
47845
  "description": "The placeholder attribute of the control.",
47313
47846
  "fieldName": "placeholder",
@@ -47317,17 +47850,10 @@
47317
47850
  "name": "placeholder-search",
47318
47851
  "description": "The placeholder attribute of the search input.",
47319
47852
  "fieldName": "placeholderSearch",
47320
- "attribute": "placeholder-search"
47321
- },
47322
- {
47323
- "name": "open",
47853
+ "attribute": "placeholder-search",
47324
47854
  "type": {
47325
- "text": "boolean"
47326
- },
47327
- "default": "false",
47328
- "description": "Sets the open state of the component.",
47329
- "fieldName": "open",
47330
- "attribute": "open"
47855
+ "text": "string"
47856
+ }
47331
47857
  },
47332
47858
  {
47333
47859
  "name": "value-key",
@@ -47343,17 +47869,20 @@
47343
47869
  },
47344
47870
  {
47345
47871
  "name": "group-key",
47872
+ "type": {
47873
+ "text": "Keys<T> | string | undefined"
47874
+ },
47346
47875
  "description": "The key in the data source used to group items in the list.",
47347
47876
  "fieldName": "groupKey",
47348
47877
  "attribute": "group-key"
47349
47878
  },
47350
47879
  {
47351
47880
  "name": "group-sorting",
47352
- "description": "Sorts the items in each group by ascending or descending order.",
47353
- "default": "asc",
47354
47881
  "type": {
47355
47882
  "text": "\"asc\" | \"desc\" | \"none\""
47356
47883
  },
47884
+ "default": "'asc'",
47885
+ "description": "Sorts the items in each group by ascending or descending order.",
47357
47886
  "fieldName": "groupSorting",
47358
47887
  "attribute": "group-sorting"
47359
47888
  },
@@ -47473,6 +48002,20 @@
47473
48002
  "name": "BaseFormAssociated",
47474
48003
  "module": "src/components/common/mixins/forms/associated.ts"
47475
48004
  }
48005
+ },
48006
+ {
48007
+ "name": "open",
48008
+ "type": {
48009
+ "text": "boolean"
48010
+ },
48011
+ "default": "false",
48012
+ "description": "Sets the open state of the component.",
48013
+ "fieldName": "open",
48014
+ "attribute": "open",
48015
+ "inheritedFrom": {
48016
+ "name": "IgcBaseComboBoxComponent",
48017
+ "module": "src/components/common/mixins/combo-box.ts"
48018
+ }
47476
48019
  }
47477
48020
  ],
47478
48021
  "mixins": [
@@ -47486,8 +48029,8 @@
47486
48029
  }
47487
48030
  ],
47488
48031
  "superclass": {
47489
- "name": "LitElement",
47490
- "package": "lit"
48032
+ "name": "IgcBaseComboBoxComponent",
48033
+ "module": "/src/components/common/mixins/combo-box.js"
47491
48034
  },
47492
48035
  "tagName": "igc-combo",
47493
48036
  "customElement": true
@@ -47934,11 +48477,11 @@
47934
48477
  "text": "RootClickController"
47935
48478
  },
47936
48479
  "privacy": "protected",
47937
- "readonly": true,
47938
48480
  "inheritedFrom": {
47939
- "name": "IgcBaseComboBoxLikeComponent",
48481
+ "name": "IgcBaseComboBoxComponent",
47940
48482
  "module": "src/components/common/mixins/combo-box.ts"
47941
- }
48483
+ },
48484
+ "readonly": true
47942
48485
  },
47943
48486
  {
47944
48487
  "kind": "field",
@@ -47988,7 +48531,7 @@
47988
48531
  "attribute": "open",
47989
48532
  "reflects": true,
47990
48533
  "inheritedFrom": {
47991
- "name": "IgcBaseComboBoxLikeComponent",
48534
+ "name": "IgcBaseComboBoxComponent",
47992
48535
  "module": "src/components/common/mixins/combo-box.ts"
47993
48536
  }
47994
48537
  },
@@ -48345,7 +48888,7 @@
48345
48888
  },
48346
48889
  {
48347
48890
  "kind": "method",
48348
- "name": "handleAnchorClick",
48891
+ "name": "_handleAnchorClick",
48349
48892
  "privacy": "protected",
48350
48893
  "return": {
48351
48894
  "type": {
@@ -48353,7 +48896,7 @@
48353
48896
  }
48354
48897
  },
48355
48898
  "inheritedFrom": {
48356
- "name": "IgcBaseComboBoxLikeComponent",
48899
+ "name": "IgcBaseComboBoxComponent",
48357
48900
  "module": "src/components/common/mixins/combo-box.ts"
48358
48901
  }
48359
48902
  },
@@ -49347,6 +49890,10 @@
49347
49890
  "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
49348
49891
  },
49349
49892
  "privacy": "public",
49893
+ "inheritedFrom": {
49894
+ "name": "IgcBaseComboBoxComponent",
49895
+ "module": "src/components/common/mixins/combo-box.ts"
49896
+ },
49350
49897
  "return": {
49351
49898
  "type": {
49352
49899
  "text": "boolean"
@@ -49366,11 +49913,7 @@
49366
49913
  "text": "CustomEventInit<D>"
49367
49914
  }
49368
49915
  }
49369
- ],
49370
- "inheritedFrom": {
49371
- "name": "IgcBaseComboBoxLikeComponent",
49372
- "module": "src/components/common/mixins/combo-box.ts"
49373
- }
49916
+ ]
49374
49917
  },
49375
49918
  {
49376
49919
  "kind": "field",
@@ -49384,7 +49927,7 @@
49384
49927
  "attribute": "keep-open-on-select",
49385
49928
  "reflects": true,
49386
49929
  "inheritedFrom": {
49387
- "name": "IgcBaseComboBoxLikeComponent",
49930
+ "name": "IgcComboBoxBaseLikeComponent",
49388
49931
  "module": "src/components/common/mixins/combo-box.ts"
49389
49932
  }
49390
49933
  },
@@ -49400,43 +49943,63 @@
49400
49943
  "attribute": "keep-open-on-outside-click",
49401
49944
  "reflects": true,
49402
49945
  "inheritedFrom": {
49403
- "name": "IgcBaseComboBoxLikeComponent",
49946
+ "name": "IgcComboBoxBaseLikeComponent",
49404
49947
  "module": "src/components/common/mixins/combo-box.ts"
49405
49948
  }
49406
49949
  },
49407
49950
  {
49408
49951
  "kind": "method",
49409
- "name": "emitClosing",
49952
+ "name": "_emitClosing",
49410
49953
  "privacy": "protected",
49954
+ "return": {
49955
+ "type": {
49956
+ "text": "boolean"
49957
+ }
49958
+ },
49411
49959
  "inheritedFrom": {
49412
- "name": "IgcBaseComboBoxLikeComponent",
49960
+ "name": "IgcBaseComboBoxComponent",
49413
49961
  "module": "src/components/common/mixins/combo-box.ts"
49414
49962
  }
49415
49963
  },
49416
49964
  {
49417
49965
  "kind": "method",
49418
- "name": "emitClosed",
49966
+ "name": "_emitClosed",
49419
49967
  "privacy": "protected",
49968
+ "return": {
49969
+ "type": {
49970
+ "text": "boolean"
49971
+ }
49972
+ },
49420
49973
  "inheritedFrom": {
49421
- "name": "IgcBaseComboBoxLikeComponent",
49974
+ "name": "IgcBaseComboBoxComponent",
49422
49975
  "module": "src/components/common/mixins/combo-box.ts"
49423
49976
  }
49424
49977
  },
49425
49978
  {
49426
49979
  "kind": "method",
49427
- "name": "emitOpening",
49980
+ "name": "_emitOpening",
49428
49981
  "privacy": "protected",
49982
+ "return": {
49983
+ "type": {
49984
+ "text": "boolean"
49985
+ }
49986
+ },
49429
49987
  "inheritedFrom": {
49430
- "name": "IgcBaseComboBoxLikeComponent",
49988
+ "name": "IgcBaseComboBoxComponent",
49431
49989
  "module": "src/components/common/mixins/combo-box.ts"
49432
49990
  }
49433
49991
  },
49434
49992
  {
49435
49993
  "kind": "method",
49436
- "name": "emitOpened",
49994
+ "name": "_emitOpened",
49437
49995
  "privacy": "protected",
49996
+ "return": {
49997
+ "type": {
49998
+ "text": "boolean"
49999
+ }
50000
+ },
49438
50001
  "inheritedFrom": {
49439
- "name": "IgcBaseComboBoxLikeComponent",
50002
+ "name": "IgcBaseComboBoxComponent",
49440
50003
  "module": "src/components/common/mixins/combo-box.ts"
49441
50004
  }
49442
50005
  },
@@ -49444,6 +50007,11 @@
49444
50007
  "kind": "method",
49445
50008
  "name": "_hide",
49446
50009
  "privacy": "protected",
50010
+ "return": {
50011
+ "type": {
50012
+ "text": "Promise<boolean>"
50013
+ }
50014
+ },
49447
50015
  "parameters": [
49448
50016
  {
49449
50017
  "name": "emitEvent",
@@ -49451,7 +50019,7 @@
49451
50019
  }
49452
50020
  ],
49453
50021
  "inheritedFrom": {
49454
- "name": "IgcBaseComboBoxLikeComponent",
50022
+ "name": "IgcBaseComboBoxComponent",
49455
50023
  "module": "src/components/common/mixins/combo-box.ts"
49456
50024
  }
49457
50025
  },
@@ -49459,6 +50027,11 @@
49459
50027
  "kind": "method",
49460
50028
  "name": "_show",
49461
50029
  "privacy": "protected",
50030
+ "return": {
50031
+ "type": {
50032
+ "text": "Promise<boolean>"
50033
+ }
50034
+ },
49462
50035
  "parameters": [
49463
50036
  {
49464
50037
  "name": "emitEvent",
@@ -49466,7 +50039,7 @@
49466
50039
  }
49467
50040
  ],
49468
50041
  "inheritedFrom": {
49469
- "name": "IgcBaseComboBoxLikeComponent",
50042
+ "name": "IgcBaseComboBoxComponent",
49470
50043
  "module": "src/components/common/mixins/combo-box.ts"
49471
50044
  }
49472
50045
  },
@@ -49481,7 +50054,7 @@
49481
50054
  },
49482
50055
  "description": "Shows the component.",
49483
50056
  "inheritedFrom": {
49484
- "name": "IgcBaseComboBoxLikeComponent",
50057
+ "name": "IgcBaseComboBoxComponent",
49485
50058
  "module": "src/components/common/mixins/combo-box.ts"
49486
50059
  }
49487
50060
  },
@@ -49496,7 +50069,7 @@
49496
50069
  },
49497
50070
  "description": "Hides the component.",
49498
50071
  "inheritedFrom": {
49499
- "name": "IgcBaseComboBoxLikeComponent",
50072
+ "name": "IgcBaseComboBoxComponent",
49500
50073
  "module": "src/components/common/mixins/combo-box.ts"
49501
50074
  }
49502
50075
  },
@@ -49511,7 +50084,7 @@
49511
50084
  },
49512
50085
  "description": "Toggles the open state of the component.",
49513
50086
  "inheritedFrom": {
49514
- "name": "IgcBaseComboBoxLikeComponent",
50087
+ "name": "IgcBaseComboBoxComponent",
49515
50088
  "module": "src/components/common/mixins/combo-box.ts"
49516
50089
  }
49517
50090
  }
@@ -49562,7 +50135,7 @@
49562
50135
  "fieldName": "open",
49563
50136
  "attribute": "open",
49564
50137
  "inheritedFrom": {
49565
- "name": "IgcBaseComboBoxLikeComponent",
50138
+ "name": "IgcBaseComboBoxComponent",
49566
50139
  "module": "src/components/common/mixins/combo-box.ts"
49567
50140
  }
49568
50141
  },
@@ -49839,7 +50412,7 @@
49839
50412
  "fieldName": "keepOpenOnSelect",
49840
50413
  "attribute": "keep-open-on-select",
49841
50414
  "inheritedFrom": {
49842
- "name": "IgcBaseComboBoxLikeComponent",
50415
+ "name": "IgcComboBoxBaseLikeComponent",
49843
50416
  "module": "src/components/common/mixins/combo-box.ts"
49844
50417
  }
49845
50418
  },
@@ -49853,7 +50426,7 @@
49853
50426
  "fieldName": "keepOpenOnOutsideClick",
49854
50427
  "attribute": "keep-open-on-outside-click",
49855
50428
  "inheritedFrom": {
49856
- "name": "IgcBaseComboBoxLikeComponent",
50429
+ "name": "IgcComboBoxBaseLikeComponent",
49857
50430
  "module": "src/components/common/mixins/combo-box.ts"
49858
50431
  }
49859
50432
  }
@@ -49869,7 +50442,7 @@
49869
50442
  }
49870
50443
  ],
49871
50444
  "superclass": {
49872
- "name": "IgcBaseComboBoxLikeComponent",
50445
+ "name": "IgcComboBoxBaseLikeComponent",
49873
50446
  "module": "/src/components/common/mixins/combo-box.js"
49874
50447
  },
49875
50448
  "tagName": "igc-date-picker",
@@ -50569,11 +51142,11 @@
50569
51142
  "text": "RootClickController"
50570
51143
  },
50571
51144
  "privacy": "protected",
50572
- "readonly": true,
50573
51145
  "inheritedFrom": {
50574
- "name": "IgcBaseComboBoxLikeComponent",
51146
+ "name": "IgcBaseComboBoxComponent",
50575
51147
  "module": "src/components/common/mixins/combo-box.ts"
50576
- }
51148
+ },
51149
+ "readonly": true
50577
51150
  },
50578
51151
  {
50579
51152
  "kind": "field",
@@ -50879,6 +51452,10 @@
50879
51452
  }
50880
51453
  },
50881
51454
  "description": "Shows the component.",
51455
+ "inheritedFrom": {
51456
+ "name": "IgcBaseComboBoxComponent",
51457
+ "module": "src/components/common/mixins/combo-box.ts"
51458
+ },
50882
51459
  "parameters": [
50883
51460
  {
50884
51461
  "name": "target",
@@ -50887,11 +51464,7 @@
50887
51464
  "text": "HTMLElement | string"
50888
51465
  }
50889
51466
  }
50890
- ],
50891
- "inheritedFrom": {
50892
- "name": "IgcBaseComboBoxLikeComponent",
50893
- "module": "src/components/common/mixins/combo-box.ts"
50894
- }
51467
+ ]
50895
51468
  },
50896
51469
  {
50897
51470
  "kind": "method",
@@ -50903,6 +51476,10 @@
50903
51476
  }
50904
51477
  },
50905
51478
  "description": "Toggles the open state of the component.",
51479
+ "inheritedFrom": {
51480
+ "name": "IgcBaseComboBoxComponent",
51481
+ "module": "src/components/common/mixins/combo-box.ts"
51482
+ },
50906
51483
  "parameters": [
50907
51484
  {
50908
51485
  "name": "target",
@@ -50911,11 +51488,7 @@
50911
51488
  "text": "HTMLElement | string"
50912
51489
  }
50913
51490
  }
50914
- ],
50915
- "inheritedFrom": {
50916
- "name": "IgcBaseComboBoxLikeComponent",
50917
- "module": "src/components/common/mixins/combo-box.ts"
50918
- }
51491
+ ]
50919
51492
  },
50920
51493
  {
50921
51494
  "kind": "method",
@@ -51114,6 +51687,10 @@
51114
51687
  "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
51115
51688
  },
51116
51689
  "privacy": "public",
51690
+ "inheritedFrom": {
51691
+ "name": "IgcBaseComboBoxComponent",
51692
+ "module": "src/components/common/mixins/combo-box.ts"
51693
+ },
51117
51694
  "return": {
51118
51695
  "type": {
51119
51696
  "text": "boolean"
@@ -51133,11 +51710,7 @@
51133
51710
  "text": "CustomEventInit<D>"
51134
51711
  }
51135
51712
  }
51136
- ],
51137
- "inheritedFrom": {
51138
- "name": "IgcBaseComboBoxLikeComponent",
51139
- "module": "src/components/common/mixins/combo-box.ts"
51140
- }
51713
+ ]
51141
51714
  },
51142
51715
  {
51143
51716
  "kind": "field",
@@ -51151,7 +51724,7 @@
51151
51724
  "attribute": "keep-open-on-select",
51152
51725
  "reflects": true,
51153
51726
  "inheritedFrom": {
51154
- "name": "IgcBaseComboBoxLikeComponent",
51727
+ "name": "IgcComboBoxBaseLikeComponent",
51155
51728
  "module": "src/components/common/mixins/combo-box.ts"
51156
51729
  }
51157
51730
  },
@@ -51167,7 +51740,7 @@
51167
51740
  "attribute": "keep-open-on-outside-click",
51168
51741
  "reflects": true,
51169
51742
  "inheritedFrom": {
51170
- "name": "IgcBaseComboBoxLikeComponent",
51743
+ "name": "IgcComboBoxBaseLikeComponent",
51171
51744
  "module": "src/components/common/mixins/combo-box.ts"
51172
51745
  }
51173
51746
  },
@@ -51183,52 +51756,77 @@
51183
51756
  "attribute": "open",
51184
51757
  "reflects": true,
51185
51758
  "inheritedFrom": {
51186
- "name": "IgcBaseComboBoxLikeComponent",
51759
+ "name": "IgcBaseComboBoxComponent",
51187
51760
  "module": "src/components/common/mixins/combo-box.ts"
51188
51761
  }
51189
51762
  },
51190
51763
  {
51191
51764
  "kind": "method",
51192
- "name": "emitClosing",
51765
+ "name": "_emitClosing",
51193
51766
  "privacy": "protected",
51767
+ "return": {
51768
+ "type": {
51769
+ "text": "boolean"
51770
+ }
51771
+ },
51194
51772
  "inheritedFrom": {
51195
- "name": "IgcBaseComboBoxLikeComponent",
51773
+ "name": "IgcBaseComboBoxComponent",
51196
51774
  "module": "src/components/common/mixins/combo-box.ts"
51197
51775
  }
51198
51776
  },
51199
51777
  {
51200
51778
  "kind": "method",
51201
- "name": "emitClosed",
51779
+ "name": "_emitClosed",
51202
51780
  "privacy": "protected",
51781
+ "return": {
51782
+ "type": {
51783
+ "text": "boolean"
51784
+ }
51785
+ },
51203
51786
  "inheritedFrom": {
51204
- "name": "IgcBaseComboBoxLikeComponent",
51787
+ "name": "IgcBaseComboBoxComponent",
51205
51788
  "module": "src/components/common/mixins/combo-box.ts"
51206
51789
  }
51207
51790
  },
51208
51791
  {
51209
51792
  "kind": "method",
51210
- "name": "emitOpening",
51793
+ "name": "_emitOpening",
51211
51794
  "privacy": "protected",
51795
+ "return": {
51796
+ "type": {
51797
+ "text": "boolean"
51798
+ }
51799
+ },
51212
51800
  "inheritedFrom": {
51213
- "name": "IgcBaseComboBoxLikeComponent",
51801
+ "name": "IgcBaseComboBoxComponent",
51214
51802
  "module": "src/components/common/mixins/combo-box.ts"
51215
51803
  }
51216
51804
  },
51217
51805
  {
51218
51806
  "kind": "method",
51219
- "name": "emitOpened",
51807
+ "name": "_emitOpened",
51220
51808
  "privacy": "protected",
51809
+ "return": {
51810
+ "type": {
51811
+ "text": "boolean"
51812
+ }
51813
+ },
51221
51814
  "inheritedFrom": {
51222
- "name": "IgcBaseComboBoxLikeComponent",
51815
+ "name": "IgcBaseComboBoxComponent",
51223
51816
  "module": "src/components/common/mixins/combo-box.ts"
51224
51817
  }
51225
51818
  },
51226
51819
  {
51227
51820
  "kind": "method",
51228
- "name": "handleAnchorClick",
51821
+ "name": "_handleAnchorClick",
51229
51822
  "privacy": "protected",
51823
+ "return": {
51824
+ "type": {
51825
+ "text": "void"
51826
+ }
51827
+ },
51230
51828
  "inheritedFrom": {
51231
- "name": "IgcBaseComboBoxLikeComponent",
51829
+ "name": "IgcBaseComboBoxComponent",
51232
51830
  "module": "src/components/common/mixins/combo-box.ts"
51233
51831
  }
51234
51832
  },
@@ -51236,6 +51834,11 @@
51236
51834
  "kind": "method",
51237
51835
  "name": "_hide",
51238
51836
  "privacy": "protected",
51837
+ "return": {
51838
+ "type": {
51839
+ "text": "Promise<boolean>"
51840
+ }
51841
+ },
51239
51842
  "parameters": [
51240
51843
  {
51241
51844
  "name": "emitEvent",
@@ -51243,7 +51846,7 @@
51243
51846
  }
51244
51847
  ],
51245
51848
  "inheritedFrom": {
51246
- "name": "IgcBaseComboBoxLikeComponent",
51849
+ "name": "IgcBaseComboBoxComponent",
51247
51850
  "module": "src/components/common/mixins/combo-box.ts"
51248
51851
  }
51249
51852
  },
@@ -51251,6 +51854,11 @@
51251
51854
  "kind": "method",
51252
51855
  "name": "_show",
51253
51856
  "privacy": "protected",
51857
+ "return": {
51858
+ "type": {
51859
+ "text": "Promise<boolean>"
51860
+ }
51861
+ },
51254
51862
  "parameters": [
51255
51863
  {
51256
51864
  "name": "emitEvent",
@@ -51258,7 +51866,7 @@
51258
51866
  }
51259
51867
  ],
51260
51868
  "inheritedFrom": {
51261
- "name": "IgcBaseComboBoxLikeComponent",
51869
+ "name": "IgcBaseComboBoxComponent",
51262
51870
  "module": "src/components/common/mixins/combo-box.ts"
51263
51871
  }
51264
51872
  },
@@ -51273,7 +51881,7 @@
51273
51881
  },
51274
51882
  "description": "Hides the component.",
51275
51883
  "inheritedFrom": {
51276
- "name": "IgcBaseComboBoxLikeComponent",
51884
+ "name": "IgcBaseComboBoxComponent",
51277
51885
  "module": "src/components/common/mixins/combo-box.ts"
51278
51886
  }
51279
51887
  }
@@ -51376,7 +51984,7 @@
51376
51984
  "fieldName": "keepOpenOnSelect",
51377
51985
  "attribute": "keep-open-on-select",
51378
51986
  "inheritedFrom": {
51379
- "name": "IgcBaseComboBoxLikeComponent",
51987
+ "name": "IgcComboBoxBaseLikeComponent",
51380
51988
  "module": "src/components/common/mixins/combo-box.ts"
51381
51989
  }
51382
51990
  },
@@ -51390,7 +51998,7 @@
51390
51998
  "fieldName": "keepOpenOnOutsideClick",
51391
51999
  "attribute": "keep-open-on-outside-click",
51392
52000
  "inheritedFrom": {
51393
- "name": "IgcBaseComboBoxLikeComponent",
52001
+ "name": "IgcComboBoxBaseLikeComponent",
51394
52002
  "module": "src/components/common/mixins/combo-box.ts"
51395
52003
  }
51396
52004
  },
@@ -51404,7 +52012,7 @@
51404
52012
  "fieldName": "open",
51405
52013
  "attribute": "open",
51406
52014
  "inheritedFrom": {
51407
- "name": "IgcBaseComboBoxLikeComponent",
52015
+ "name": "IgcBaseComboBoxComponent",
51408
52016
  "module": "src/components/common/mixins/combo-box.ts"
51409
52017
  }
51410
52018
  }
@@ -51416,7 +52024,7 @@
51416
52024
  }
51417
52025
  ],
51418
52026
  "superclass": {
51419
- "name": "IgcBaseComboBoxLikeComponent",
52027
+ "name": "IgcComboBoxBaseLikeComponent",
51420
52028
  "module": "/src/components/common/mixins/combo-box.js"
51421
52029
  },
51422
52030
  "tagName": "igc-dropdown",
@@ -52091,11 +52699,11 @@
52091
52699
  "text": "RootClickController"
52092
52700
  },
52093
52701
  "privacy": "protected",
52094
- "readonly": true,
52095
52702
  "inheritedFrom": {
52096
- "name": "IgcBaseComboBoxLikeComponent",
52703
+ "name": "IgcBaseComboBoxComponent",
52097
52704
  "module": "src/components/common/mixins/combo-box.ts"
52098
- }
52705
+ },
52706
+ "readonly": true
52099
52707
  },
52100
52708
  {
52101
52709
  "kind": "field",
@@ -52487,7 +53095,7 @@
52487
53095
  },
52488
53096
  {
52489
53097
  "kind": "method",
52490
- "name": "handleAnchorClick",
53098
+ "name": "_handleAnchorClick",
52491
53099
  "privacy": "protected",
52492
53100
  "return": {
52493
53101
  "type": {
@@ -52495,7 +53103,7 @@
52495
53103
  }
52496
53104
  },
52497
53105
  "inheritedFrom": {
52498
- "name": "IgcBaseComboBoxLikeComponent",
53106
+ "name": "IgcBaseComboBoxComponent",
52499
53107
  "module": "src/components/common/mixins/combo-box.ts"
52500
53108
  }
52501
53109
  },
@@ -53483,6 +54091,10 @@
53483
54091
  "text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
53484
54092
  },
53485
54093
  "privacy": "public",
54094
+ "inheritedFrom": {
54095
+ "name": "IgcBaseComboBoxComponent",
54096
+ "module": "src/components/common/mixins/combo-box.ts"
54097
+ },
53486
54098
  "return": {
53487
54099
  "type": {
53488
54100
  "text": "boolean"
@@ -53502,11 +54114,7 @@
53502
54114
  "text": "CustomEventInit<D>"
53503
54115
  }
53504
54116
  }
53505
- ],
53506
- "inheritedFrom": {
53507
- "name": "IgcBaseComboBoxLikeComponent",
53508
- "module": "src/components/common/mixins/combo-box.ts"
53509
- }
54117
+ ]
53510
54118
  },
53511
54119
  {
53512
54120
  "kind": "field",
@@ -53520,7 +54128,7 @@
53520
54128
  "attribute": "keep-open-on-select",
53521
54129
  "reflects": true,
53522
54130
  "inheritedFrom": {
53523
- "name": "IgcBaseComboBoxLikeComponent",
54131
+ "name": "IgcComboBoxBaseLikeComponent",
53524
54132
  "module": "src/components/common/mixins/combo-box.ts"
53525
54133
  }
53526
54134
  },
@@ -53536,7 +54144,7 @@
53536
54144
  "attribute": "keep-open-on-outside-click",
53537
54145
  "reflects": true,
53538
54146
  "inheritedFrom": {
53539
- "name": "IgcBaseComboBoxLikeComponent",
54147
+ "name": "IgcComboBoxBaseLikeComponent",
53540
54148
  "module": "src/components/common/mixins/combo-box.ts"
53541
54149
  }
53542
54150
  },
@@ -53552,43 +54160,63 @@
53552
54160
  "attribute": "open",
53553
54161
  "reflects": true,
53554
54162
  "inheritedFrom": {
53555
- "name": "IgcBaseComboBoxLikeComponent",
54163
+ "name": "IgcBaseComboBoxComponent",
53556
54164
  "module": "src/components/common/mixins/combo-box.ts"
53557
54165
  }
53558
54166
  },
53559
54167
  {
53560
54168
  "kind": "method",
53561
- "name": "emitClosing",
54169
+ "name": "_emitClosing",
53562
54170
  "privacy": "protected",
54171
+ "return": {
54172
+ "type": {
54173
+ "text": "boolean"
54174
+ }
54175
+ },
53563
54176
  "inheritedFrom": {
53564
- "name": "IgcBaseComboBoxLikeComponent",
54177
+ "name": "IgcBaseComboBoxComponent",
53565
54178
  "module": "src/components/common/mixins/combo-box.ts"
53566
54179
  }
53567
54180
  },
53568
54181
  {
53569
54182
  "kind": "method",
53570
- "name": "emitClosed",
54183
+ "name": "_emitClosed",
53571
54184
  "privacy": "protected",
54185
+ "return": {
54186
+ "type": {
54187
+ "text": "boolean"
54188
+ }
54189
+ },
53572
54190
  "inheritedFrom": {
53573
- "name": "IgcBaseComboBoxLikeComponent",
54191
+ "name": "IgcBaseComboBoxComponent",
53574
54192
  "module": "src/components/common/mixins/combo-box.ts"
53575
54193
  }
53576
54194
  },
53577
54195
  {
53578
54196
  "kind": "method",
53579
- "name": "emitOpening",
54197
+ "name": "_emitOpening",
53580
54198
  "privacy": "protected",
54199
+ "return": {
54200
+ "type": {
54201
+ "text": "boolean"
54202
+ }
54203
+ },
53581
54204
  "inheritedFrom": {
53582
- "name": "IgcBaseComboBoxLikeComponent",
54205
+ "name": "IgcBaseComboBoxComponent",
53583
54206
  "module": "src/components/common/mixins/combo-box.ts"
53584
54207
  }
53585
54208
  },
53586
54209
  {
53587
54210
  "kind": "method",
53588
- "name": "emitOpened",
54211
+ "name": "_emitOpened",
53589
54212
  "privacy": "protected",
54213
+ "return": {
54214
+ "type": {
54215
+ "text": "boolean"
54216
+ }
54217
+ },
53590
54218
  "inheritedFrom": {
53591
- "name": "IgcBaseComboBoxLikeComponent",
54219
+ "name": "IgcBaseComboBoxComponent",
53592
54220
  "module": "src/components/common/mixins/combo-box.ts"
53593
54221
  }
53594
54222
  },
@@ -53596,6 +54224,11 @@
53596
54224
  "kind": "method",
53597
54225
  "name": "_hide",
53598
54226
  "privacy": "protected",
54227
+ "return": {
54228
+ "type": {
54229
+ "text": "Promise<boolean>"
54230
+ }
54231
+ },
53599
54232
  "parameters": [
53600
54233
  {
53601
54234
  "name": "emitEvent",
@@ -53603,7 +54236,7 @@
53603
54236
  }
53604
54237
  ],
53605
54238
  "inheritedFrom": {
53606
- "name": "IgcBaseComboBoxLikeComponent",
54239
+ "name": "IgcBaseComboBoxComponent",
53607
54240
  "module": "src/components/common/mixins/combo-box.ts"
53608
54241
  }
53609
54242
  },
@@ -53611,6 +54244,11 @@
53611
54244
  "kind": "method",
53612
54245
  "name": "_show",
53613
54246
  "privacy": "protected",
54247
+ "return": {
54248
+ "type": {
54249
+ "text": "Promise<boolean>"
54250
+ }
54251
+ },
53614
54252
  "parameters": [
53615
54253
  {
53616
54254
  "name": "emitEvent",
@@ -53618,7 +54256,7 @@
53618
54256
  }
53619
54257
  ],
53620
54258
  "inheritedFrom": {
53621
- "name": "IgcBaseComboBoxLikeComponent",
54259
+ "name": "IgcBaseComboBoxComponent",
53622
54260
  "module": "src/components/common/mixins/combo-box.ts"
53623
54261
  }
53624
54262
  },
@@ -53633,7 +54271,7 @@
53633
54271
  },
53634
54272
  "description": "Shows the component.",
53635
54273
  "inheritedFrom": {
53636
- "name": "IgcBaseComboBoxLikeComponent",
54274
+ "name": "IgcBaseComboBoxComponent",
53637
54275
  "module": "src/components/common/mixins/combo-box.ts"
53638
54276
  }
53639
54277
  },
@@ -53648,7 +54286,7 @@
53648
54286
  },
53649
54287
  "description": "Hides the component.",
53650
54288
  "inheritedFrom": {
53651
- "name": "IgcBaseComboBoxLikeComponent",
54289
+ "name": "IgcBaseComboBoxComponent",
53652
54290
  "module": "src/components/common/mixins/combo-box.ts"
53653
54291
  }
53654
54292
  },
@@ -53663,7 +54301,7 @@
53663
54301
  },
53664
54302
  "description": "Toggles the open state of the component.",
53665
54303
  "inheritedFrom": {
53666
- "name": "IgcBaseComboBoxLikeComponent",
54304
+ "name": "IgcBaseComboBoxComponent",
53667
54305
  "module": "src/components/common/mixins/combo-box.ts"
53668
54306
  }
53669
54307
  }
@@ -53847,7 +54485,7 @@
53847
54485
  "fieldName": "keepOpenOnSelect",
53848
54486
  "attribute": "keep-open-on-select",
53849
54487
  "inheritedFrom": {
53850
- "name": "IgcBaseComboBoxLikeComponent",
54488
+ "name": "IgcComboBoxBaseLikeComponent",
53851
54489
  "module": "src/components/common/mixins/combo-box.ts"
53852
54490
  }
53853
54491
  },
@@ -53861,7 +54499,7 @@
53861
54499
  "fieldName": "keepOpenOnOutsideClick",
53862
54500
  "attribute": "keep-open-on-outside-click",
53863
54501
  "inheritedFrom": {
53864
- "name": "IgcBaseComboBoxLikeComponent",
54502
+ "name": "IgcComboBoxBaseLikeComponent",
53865
54503
  "module": "src/components/common/mixins/combo-box.ts"
53866
54504
  }
53867
54505
  },
@@ -53875,7 +54513,7 @@
53875
54513
  "fieldName": "open",
53876
54514
  "attribute": "open",
53877
54515
  "inheritedFrom": {
53878
- "name": "IgcBaseComboBoxLikeComponent",
54516
+ "name": "IgcBaseComboBoxComponent",
53879
54517
  "module": "src/components/common/mixins/combo-box.ts"
53880
54518
  }
53881
54519
  }
@@ -53891,7 +54529,7 @@
53891
54529
  }
53892
54530
  ],
53893
54531
  "superclass": {
53894
- "name": "IgcBaseComboBoxLikeComponent",
54532
+ "name": "IgcComboBoxBaseLikeComponent",
53895
54533
  "module": "/src/components/common/mixins/combo-box.js"
53896
54534
  },
53897
54535
  "tagName": "igc-select",
@@ -58186,7 +58824,7 @@
58186
58824
  "declarations": [
58187
58825
  {
58188
58826
  "kind": "class",
58189
- "description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own",
58827
+ "description": "A rating component that allows users to view and provide ratings using customizable symbols.\nIt supports fractional values, hover previews, keyboard navigation, single-selection mode,\nand integrates with forms as a number input.",
58190
58828
  "name": "IgcRatingComponent",
58191
58829
  "cssProperties": [
58192
58830
  {
@@ -58240,6 +58878,16 @@
58240
58878
  "name": "empty"
58241
58879
  }
58242
58880
  ],
58881
+ "slots": [
58882
+ {
58883
+ "description": "Slot for projecting custom `igc-rating-symbol` elements. When used, the number of symbols determines the `max` value.",
58884
+ "name": "symbol"
58885
+ },
58886
+ {
58887
+ "description": "Slot for custom content displayed alongside the rating value.",
58888
+ "name": "value-label"
58889
+ }
58890
+ ],
58243
58891
  "members": [
58244
58892
  {
58245
58893
  "kind": "field",
@@ -58256,7 +58904,18 @@
58256
58904
  "kind": "method",
58257
58905
  "name": "register",
58258
58906
  "privacy": "public",
58259
- "static": true
58907
+ "static": true,
58908
+ "return": {
58909
+ "type": {
58910
+ "text": "void"
58911
+ }
58912
+ }
58913
+ },
58914
+ {
58915
+ "kind": "field",
58916
+ "name": "_slots",
58917
+ "privacy": "protected",
58918
+ "readonly": true
58260
58919
  },
58261
58920
  {
58262
58921
  "kind": "field",
@@ -58300,62 +58959,64 @@
58300
58959
  },
58301
58960
  {
58302
58961
  "kind": "field",
58303
- "name": "ratingSymbols",
58962
+ "name": "_symbols",
58304
58963
  "type": {
58305
58964
  "text": "IgcRatingSymbolComponent[]"
58306
58965
  },
58307
- "privacy": "protected"
58308
- },
58309
- {
58310
- "kind": "field",
58311
- "name": "container",
58312
- "type": {
58313
- "text": "HTMLElement"
58314
- },
58315
- "privacy": "protected"
58966
+ "privacy": "private",
58967
+ "default": "[]"
58316
58968
  },
58317
58969
  {
58318
58970
  "kind": "field",
58319
- "name": "valueLabel",
58971
+ "name": "_container",
58320
58972
  "type": {
58321
- "text": "Node[]"
58973
+ "text": "HTMLElement | undefined"
58322
58974
  },
58323
- "privacy": "protected"
58975
+ "privacy": "private"
58324
58976
  },
58325
58977
  {
58326
58978
  "kind": "field",
58327
- "name": "hoverValue",
58979
+ "name": "_hoverValue",
58328
58980
  "type": {
58329
58981
  "text": "number"
58330
58982
  },
58331
- "privacy": "protected",
58983
+ "privacy": "private",
58332
58984
  "default": "-1"
58333
58985
  },
58334
58986
  {
58335
58987
  "kind": "field",
58336
- "name": "hoverState",
58988
+ "name": "_hoverState",
58337
58989
  "type": {
58338
58990
  "text": "boolean"
58339
58991
  },
58340
- "privacy": "protected",
58992
+ "privacy": "private",
58341
58993
  "default": "false"
58342
58994
  },
58343
58995
  {
58344
58996
  "kind": "field",
58345
- "name": "isInteractive",
58346
- "privacy": "protected",
58997
+ "name": "_isInteractive",
58998
+ "type": {
58999
+ "text": "boolean"
59000
+ },
59001
+ "privacy": "private",
58347
59002
  "readonly": true
58348
59003
  },
58349
59004
  {
58350
59005
  "kind": "field",
58351
- "name": "hasProjectedSymbols",
58352
- "privacy": "protected",
59006
+ "name": "_hasProjectedSymbols",
59007
+ "type": {
59008
+ "text": "boolean"
59009
+ },
59010
+ "privacy": "private",
58353
59011
  "readonly": true
58354
59012
  },
58355
59013
  {
58356
59014
  "kind": "field",
58357
- "name": "valueText",
58358
- "privacy": "protected",
59015
+ "name": "_valueText",
59016
+ "type": {
59017
+ "text": "string"
59018
+ },
59019
+ "privacy": "private",
58359
59020
  "readonly": true
58360
59021
  },
58361
59022
  {
@@ -58384,7 +59045,7 @@
58384
59045
  "kind": "field",
58385
59046
  "name": "label",
58386
59047
  "type": {
58387
- "text": "string"
59048
+ "text": "string | undefined"
58388
59049
  },
58389
59050
  "privacy": "public",
58390
59051
  "description": "The label of the control.",
@@ -58394,7 +59055,7 @@
58394
59055
  "kind": "field",
58395
59056
  "name": "valueFormat",
58396
59057
  "type": {
58397
- "text": "string"
59058
+ "text": "string | undefined"
58398
59059
  },
58399
59060
  "privacy": "public",
58400
59061
  "description": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.",
@@ -58461,8 +59122,13 @@
58461
59122
  },
58462
59123
  {
58463
59124
  "kind": "method",
58464
- "name": "handleClick",
58465
- "privacy": "protected",
59125
+ "name": "_handleClick",
59126
+ "privacy": "private",
59127
+ "return": {
59128
+ "type": {
59129
+ "text": "void"
59130
+ }
59131
+ },
58466
59132
  "parameters": [
58467
59133
  {
58468
59134
  "name": "{ clientX }",
@@ -58474,8 +59140,13 @@
58474
59140
  },
58475
59141
  {
58476
59142
  "kind": "method",
58477
- "name": "handlePointerMove",
58478
- "privacy": "protected",
59143
+ "name": "_handlePointerMove",
59144
+ "privacy": "private",
59145
+ "return": {
59146
+ "type": {
59147
+ "text": "void"
59148
+ }
59149
+ },
58479
59150
  "parameters": [
58480
59151
  {
58481
59152
  "name": "{ clientX }",
@@ -58487,36 +59158,69 @@
58487
59158
  },
58488
59159
  {
58489
59160
  "kind": "method",
58490
- "name": "emitValueUpdate",
58491
- "privacy": "protected",
59161
+ "name": "_handleSlotChange",
59162
+ "privacy": "private",
59163
+ "return": {
59164
+ "type": {
59165
+ "text": "void"
59166
+ }
59167
+ },
58492
59168
  "parameters": [
58493
59169
  {
58494
- "name": "value",
59170
+ "name": "{\n slot,\n }",
58495
59171
  "type": {
58496
- "text": "number"
59172
+ "text": "SlotChangeCallbackParameters<InferSlotNames<typeof Slots>>"
58497
59173
  }
58498
59174
  }
58499
59175
  ]
58500
59176
  },
58501
59177
  {
58502
59178
  "kind": "method",
58503
- "name": "handleSlotChange",
58504
- "privacy": "protected"
59179
+ "name": "_handleHoverEnabled",
59180
+ "privacy": "private",
59181
+ "return": {
59182
+ "type": {
59183
+ "text": "void"
59184
+ }
59185
+ }
58505
59186
  },
58506
59187
  {
58507
59188
  "kind": "method",
58508
- "name": "handleHoverEnabled",
58509
- "privacy": "protected"
59189
+ "name": "_handleHoverDisabled",
59190
+ "privacy": "private",
59191
+ "return": {
59192
+ "type": {
59193
+ "text": "void"
59194
+ }
59195
+ }
58510
59196
  },
58511
59197
  {
58512
59198
  "kind": "method",
58513
- "name": "handleHoverDisabled",
58514
- "privacy": "protected"
59199
+ "name": "_emitValueUpdate",
59200
+ "privacy": "private",
59201
+ "return": {
59202
+ "type": {
59203
+ "text": "void"
59204
+ }
59205
+ },
59206
+ "parameters": [
59207
+ {
59208
+ "name": "next",
59209
+ "type": {
59210
+ "text": "number"
59211
+ }
59212
+ }
59213
+ ]
58515
59214
  },
58516
59215
  {
58517
59216
  "kind": "method",
58518
- "name": "calcNewValue",
58519
- "privacy": "protected",
59217
+ "name": "_calcNewValue",
59218
+ "privacy": "private",
59219
+ "return": {
59220
+ "type": {
59221
+ "text": "number"
59222
+ }
59223
+ },
58520
59224
  "parameters": [
58521
59225
  {
58522
59226
  "name": "x",
@@ -58528,8 +59232,13 @@
58528
59232
  },
58529
59233
  {
58530
59234
  "kind": "method",
58531
- "name": "round",
58532
- "privacy": "protected",
59235
+ "name": "_round",
59236
+ "privacy": "private",
59237
+ "return": {
59238
+ "type": {
59239
+ "text": "number"
59240
+ }
59241
+ },
58533
59242
  "parameters": [
58534
59243
  {
58535
59244
  "name": "value",
@@ -58541,8 +59250,18 @@
58541
59250
  },
58542
59251
  {
58543
59252
  "kind": "method",
58544
- "name": "clipSymbol",
58545
- "privacy": "protected",
59253
+ "name": "_updateProjectedSymbols",
59254
+ "privacy": "private",
59255
+ "return": {
59256
+ "type": {
59257
+ "text": "void"
59258
+ }
59259
+ }
59260
+ },
59261
+ {
59262
+ "kind": "method",
59263
+ "name": "_clipSymbol",
59264
+ "privacy": "private",
58546
59265
  "parameters": [
58547
59266
  {
58548
59267
  "name": "index",
@@ -58560,6 +59279,11 @@
58560
59279
  "kind": "method",
58561
59280
  "name": "stepUp",
58562
59281
  "privacy": "public",
59282
+ "return": {
59283
+ "type": {
59284
+ "text": "void"
59285
+ }
59286
+ },
58563
59287
  "parameters": [
58564
59288
  {
58565
59289
  "name": "n",
@@ -58572,6 +59296,11 @@
58572
59296
  "kind": "method",
58573
59297
  "name": "stepDown",
58574
59298
  "privacy": "public",
59299
+ "return": {
59300
+ "type": {
59301
+ "text": "void"
59302
+ }
59303
+ },
58575
59304
  "parameters": [
58576
59305
  {
58577
59306
  "name": "n",
@@ -58582,13 +59311,8 @@
58582
59311
  },
58583
59312
  {
58584
59313
  "kind": "method",
58585
- "name": "renderSymbols",
58586
- "privacy": "protected"
58587
- },
58588
- {
58589
- "kind": "method",
58590
- "name": "clipProjected",
58591
- "privacy": "protected"
59314
+ "name": "_renderSymbols",
59315
+ "privacy": "private"
58592
59316
  },
58593
59317
  {
58594
59318
  "kind": "field",
@@ -59303,7 +60027,7 @@
59303
60027
  {
59304
60028
  "name": "label",
59305
60029
  "type": {
59306
- "text": "string"
60030
+ "text": "string | undefined"
59307
60031
  },
59308
60032
  "description": "The label of the control.",
59309
60033
  "fieldName": "label",
@@ -59312,7 +60036,7 @@
59312
60036
  {
59313
60037
  "name": "value-format",
59314
60038
  "type": {
59315
- "text": "string"
60039
+ "text": "string | undefined"
59316
60040
  },
59317
60041
  "description": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.",
59318
60042
  "fieldName": "valueFormat",
@@ -68519,57 +69243,57 @@
68519
69243
  "exports": [
68520
69244
  {
68521
69245
  "kind": "js",
68522
- "name": "PanePosition",
69246
+ "name": "IgcSplitterComponentEventMap",
68523
69247
  "declaration": {
68524
- "name": "PanePosition",
69248
+ "name": "IgcSplitterComponentEventMap",
68525
69249
  "module": "src/components/splitter/types.ts"
68526
69250
  }
68527
69251
  },
68528
69252
  {
68529
69253
  "kind": "js",
68530
- "name": "SplitterPaneState",
69254
+ "name": "IgcSplitterResizeEventArgs",
68531
69255
  "declaration": {
68532
- "name": "SplitterPaneState",
69256
+ "name": "IgcSplitterResizeEventArgs",
68533
69257
  "module": "src/components/splitter/types.ts"
68534
69258
  }
68535
69259
  },
68536
69260
  {
68537
69261
  "kind": "js",
68538
- "name": "PaneResizeSnapshot",
69262
+ "name": "IgcSplitterResizeEventDetail",
68539
69263
  "declaration": {
68540
- "name": "PaneResizeSnapshot",
69264
+ "name": "IgcSplitterResizeEventDetail",
68541
69265
  "module": "src/components/splitter/types.ts"
68542
69266
  }
68543
69267
  },
68544
69268
  {
68545
69269
  "kind": "js",
68546
- "name": "SplitterResizeState",
69270
+ "name": "PanePosition",
68547
69271
  "declaration": {
68548
- "name": "SplitterResizeState",
69272
+ "name": "PanePosition",
68549
69273
  "module": "src/components/splitter/types.ts"
68550
69274
  }
68551
69275
  },
68552
69276
  {
68553
69277
  "kind": "js",
68554
- "name": "IgcSplitterResizeEventArgs",
69278
+ "name": "PaneResizeSnapshot",
68555
69279
  "declaration": {
68556
- "name": "IgcSplitterResizeEventArgs",
69280
+ "name": "PaneResizeSnapshot",
68557
69281
  "module": "src/components/splitter/types.ts"
68558
69282
  }
68559
69283
  },
68560
69284
  {
68561
69285
  "kind": "js",
68562
- "name": "IgcSplitterResizeEventDetail",
69286
+ "name": "SplitterPaneState",
68563
69287
  "declaration": {
68564
- "name": "IgcSplitterResizeEventDetail",
69288
+ "name": "SplitterPaneState",
68565
69289
  "module": "src/components/splitter/types.ts"
68566
69290
  }
68567
69291
  },
68568
69292
  {
68569
69293
  "kind": "js",
68570
- "name": "IgcSplitterComponentEventMap",
69294
+ "name": "SplitterResizeState",
68571
69295
  "declaration": {
68572
- "name": "IgcSplitterComponentEventMap",
69296
+ "name": "SplitterResizeState",
68573
69297
  "module": "src/components/splitter/types.ts"
68574
69298
  }
68575
69299
  }
@@ -70801,17 +71525,17 @@
70801
71525
  "exports": [
70802
71526
  {
70803
71527
  "kind": "js",
70804
- "name": "createStepperState",
71528
+ "name": "StepperState",
70805
71529
  "declaration": {
70806
- "name": "createStepperState",
71530
+ "name": "StepperState",
70807
71531
  "module": "src/components/stepper/common/state.ts"
70808
71532
  }
70809
71533
  },
70810
71534
  {
70811
71535
  "kind": "js",
70812
- "name": "StepperState",
71536
+ "name": "createStepperState",
70813
71537
  "declaration": {
70814
- "name": "StepperState",
71538
+ "name": "createStepperState",
70815
71539
  "module": "src/components/stepper/common/state.ts"
70816
71540
  }
70817
71541
  }