igniteui-webcomponents 7.0.1 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/components/combo/themes/shared/combo.common.css.js +1 -1
  3. package/components/combo/themes/shared/combo.common.css.js.map +1 -1
  4. package/components/combo/types.js.map +1 -1
  5. package/components/common/definitions/defineAllComponents.js +4 -0
  6. package/components/common/definitions/defineAllComponents.js.map +1 -1
  7. package/components/common/mixins/forms/form-transformers.js.map +1 -1
  8. package/components/common/util.d.ts +11 -1
  9. package/components/common/util.js +3 -0
  10. package/components/common/util.js.map +1 -1
  11. package/components/date-picker/date-picker.js.map +1 -1
  12. package/components/file-input/file-input.js.map +1 -1
  13. package/components/highlight/highlight.d.ts +130 -0
  14. package/components/highlight/highlight.js +77 -0
  15. package/components/highlight/highlight.js.map +1 -0
  16. package/components/highlight/service.d.ts +58 -0
  17. package/components/highlight/service.js +132 -0
  18. package/components/highlight/service.js.map +1 -0
  19. package/components/highlight/themes/dark/highlight.bootstrap.css.js +3 -0
  20. package/components/highlight/themes/dark/highlight.bootstrap.css.js.map +1 -0
  21. package/components/highlight/themes/dark/highlight.fluent.css.d.ts +1 -0
  22. package/components/highlight/themes/dark/highlight.fluent.css.js +3 -0
  23. package/components/highlight/themes/dark/highlight.fluent.css.js.map +1 -0
  24. package/components/highlight/themes/dark/highlight.indigo.css.d.ts +1 -0
  25. package/components/highlight/themes/dark/highlight.indigo.css.js +3 -0
  26. package/components/highlight/themes/dark/highlight.indigo.css.js.map +1 -0
  27. package/components/highlight/themes/dark/highlight.material.css.d.ts +1 -0
  28. package/components/highlight/themes/dark/highlight.material.css.js +3 -0
  29. package/components/highlight/themes/dark/highlight.material.css.js.map +1 -0
  30. package/components/highlight/themes/dark/highlight.shared.css.d.ts +1 -0
  31. package/components/highlight/themes/dark/highlight.shared.css.js +3 -0
  32. package/components/highlight/themes/dark/highlight.shared.css.js.map +1 -0
  33. package/components/highlight/themes/light/highlight.bootstrap.css.d.ts +1 -0
  34. package/components/highlight/themes/light/highlight.bootstrap.css.js +3 -0
  35. package/components/highlight/themes/light/highlight.bootstrap.css.js.map +1 -0
  36. package/components/highlight/themes/light/highlight.fluent.css.d.ts +1 -0
  37. package/components/highlight/themes/light/highlight.fluent.css.js +3 -0
  38. package/components/highlight/themes/light/highlight.fluent.css.js.map +1 -0
  39. package/components/highlight/themes/light/highlight.indigo.css.d.ts +1 -0
  40. package/components/highlight/themes/light/highlight.indigo.css.js +3 -0
  41. package/components/highlight/themes/light/highlight.indigo.css.js.map +1 -0
  42. package/components/highlight/themes/light/highlight.material.css.d.ts +1 -0
  43. package/components/highlight/themes/light/highlight.material.css.js +3 -0
  44. package/components/highlight/themes/light/highlight.material.css.js.map +1 -0
  45. package/components/highlight/themes/light/highlight.shared.css.d.ts +1 -0
  46. package/components/highlight/themes/light/highlight.shared.css.js +3 -0
  47. package/components/highlight/themes/light/highlight.shared.css.js.map +1 -0
  48. package/components/highlight/themes/shared/highlight.common.css.d.ts +1 -0
  49. package/components/highlight/themes/shared/highlight.common.css.js +3 -0
  50. package/components/highlight/themes/shared/highlight.common.css.js.map +1 -0
  51. package/components/highlight/themes/themes.d.ts +2 -0
  52. package/components/highlight/themes/themes.js +47 -0
  53. package/components/highlight/themes/themes.js.map +1 -0
  54. package/components/splitter/splitter.d.ts +240 -0
  55. package/components/splitter/splitter.js +608 -0
  56. package/components/splitter/splitter.js.map +1 -0
  57. package/components/splitter/themes/dark/splitter.bootstrap.css.d.ts +1 -0
  58. package/components/splitter/themes/dark/splitter.bootstrap.css.js +3 -0
  59. package/components/splitter/themes/dark/splitter.bootstrap.css.js.map +1 -0
  60. package/components/splitter/themes/dark/splitter.fluent.css.d.ts +1 -0
  61. package/components/splitter/themes/dark/splitter.fluent.css.js +3 -0
  62. package/components/splitter/themes/dark/splitter.fluent.css.js.map +1 -0
  63. package/components/splitter/themes/dark/splitter.indigo.css.d.ts +1 -0
  64. package/components/splitter/themes/dark/splitter.indigo.css.js +3 -0
  65. package/components/splitter/themes/dark/splitter.indigo.css.js.map +1 -0
  66. package/components/splitter/themes/dark/splitter.material.css.d.ts +1 -0
  67. package/components/splitter/themes/dark/splitter.material.css.js +3 -0
  68. package/components/splitter/themes/dark/splitter.material.css.js.map +1 -0
  69. package/components/splitter/themes/dark/splitter.shared.css.d.ts +1 -0
  70. package/components/splitter/themes/dark/splitter.shared.css.js +3 -0
  71. package/components/splitter/themes/dark/splitter.shared.css.js.map +1 -0
  72. package/components/splitter/themes/light/splitter.bootstrap.css.d.ts +1 -0
  73. package/components/splitter/themes/light/splitter.bootstrap.css.js +3 -0
  74. package/components/splitter/themes/light/splitter.bootstrap.css.js.map +1 -0
  75. package/components/splitter/themes/light/splitter.fluent.css.d.ts +1 -0
  76. package/components/splitter/themes/light/splitter.fluent.css.js +3 -0
  77. package/components/splitter/themes/light/splitter.fluent.css.js.map +1 -0
  78. package/components/splitter/themes/light/splitter.indigo.css.d.ts +1 -0
  79. package/components/splitter/themes/light/splitter.indigo.css.js +3 -0
  80. package/components/splitter/themes/light/splitter.indigo.css.js.map +1 -0
  81. package/components/splitter/themes/light/splitter.material.css.d.ts +1 -0
  82. package/components/splitter/themes/light/splitter.material.css.js +3 -0
  83. package/components/splitter/themes/light/splitter.material.css.js.map +1 -0
  84. package/components/splitter/themes/light/splitter.shared.css.d.ts +1 -0
  85. package/components/splitter/themes/light/splitter.shared.css.js +3 -0
  86. package/components/splitter/themes/light/splitter.shared.css.js.map +1 -0
  87. package/components/splitter/themes/shared/splitter.common.css.d.ts +1 -0
  88. package/components/splitter/themes/shared/splitter.common.css.js +3 -0
  89. package/components/splitter/themes/shared/splitter.common.css.js.map +1 -0
  90. package/components/splitter/themes/shared/splitter.indigo.css.d.ts +1 -0
  91. package/components/splitter/themes/shared/splitter.indigo.css.js +3 -0
  92. package/components/splitter/themes/shared/splitter.indigo.css.js.map +1 -0
  93. package/components/splitter/themes/splitter.base.css.d.ts +1 -0
  94. package/components/splitter/themes/splitter.base.css.js +3 -0
  95. package/components/splitter/themes/splitter.base.css.js.map +1 -0
  96. package/components/splitter/themes/themes.d.ts +2 -0
  97. package/components/splitter/themes/themes.js +48 -0
  98. package/components/splitter/themes/themes.js.map +1 -0
  99. package/components/splitter/types.d.ts +39 -0
  100. package/components/splitter/types.js +2 -0
  101. package/components/splitter/types.js.map +1 -0
  102. package/components/stepper/{animations.d.ts → common/animations.d.ts} +2 -2
  103. package/components/stepper/{animations.js → common/animations.js} +2 -2
  104. package/components/stepper/common/animations.js.map +1 -0
  105. package/components/stepper/common/context.d.ts +9 -0
  106. package/components/stepper/common/context.js +3 -0
  107. package/components/stepper/common/context.js.map +1 -0
  108. package/components/stepper/common/state.d.ts +67 -0
  109. package/components/stepper/common/state.js +134 -0
  110. package/components/stepper/common/state.js.map +1 -0
  111. package/components/stepper/common/types.js +2 -0
  112. package/components/stepper/common/types.js.map +1 -0
  113. package/components/stepper/step.d.ts +101 -55
  114. package/components/stepper/step.js +145 -160
  115. package/components/stepper/step.js.map +1 -1
  116. package/components/stepper/stepper.d.ts +98 -53
  117. package/components/stepper/stepper.js +168 -308
  118. package/components/stepper/stepper.js.map +1 -1
  119. package/components/stepper/themes/step/shared/step.bootstrap.css.js +1 -1
  120. package/components/stepper/themes/step/shared/step.bootstrap.css.js.map +1 -1
  121. package/components/stepper/themes/step/shared/step.common.css.js +1 -1
  122. package/components/stepper/themes/step/shared/step.common.css.js.map +1 -1
  123. package/components/stepper/themes/step/shared/step.indigo.css.js +1 -1
  124. package/components/stepper/themes/step/shared/step.indigo.css.js.map +1 -1
  125. package/components/stepper/themes/step/themes.js +2 -3
  126. package/components/stepper/themes/step/themes.js.map +1 -1
  127. package/components/tabs/themes/tabs.base.css.js +1 -1
  128. package/components/tabs/themes/tabs.base.css.js.map +1 -1
  129. package/components/textarea/textarea.js.map +1 -1
  130. package/components/types.d.ts +1 -0
  131. package/components/types.js.map +1 -1
  132. package/components/visually-hidden/visually-hidden.d.ts +49 -0
  133. package/components/visually-hidden/visually-hidden.js +26 -0
  134. package/components/visually-hidden/visually-hidden.js.map +1 -0
  135. package/custom-elements.json +2681 -379
  136. package/igniteui-webcomponents.css-data.json +2 -2
  137. package/igniteui-webcomponents.html-data.json +1 -1
  138. package/index.d.ts +6 -2
  139. package/index.js +2 -0
  140. package/index.js.map +1 -1
  141. package/package.json +3 -1
  142. package/web-types.json +3 -3
  143. package/components/stepper/animations.js.map +0 -1
  144. package/components/stepper/stepper.common.js +0 -2
  145. package/components/stepper/stepper.common.js.map +0 -1
  146. package/components/stepper/themes/step/shared/step.fluent.css.js +0 -3
  147. package/components/stepper/themes/step/shared/step.fluent.css.js.map +0 -1
  148. /package/components/{stepper/themes/step/shared/step.fluent.css.d.ts → highlight/themes/dark/highlight.bootstrap.css.d.ts} +0 -0
  149. /package/components/stepper/{stepper.common.d.ts → common/types.d.ts} +0 -0
@@ -26643,7 +26643,7 @@
26643
26643
  "name": "element",
26644
26644
  "optional": true,
26645
26645
  "type": {
26646
- "text": "HTMLElement"
26646
+ "text": "HTMLElement | null"
26647
26647
  }
26648
26648
  },
26649
26649
  {
@@ -26699,6 +26699,24 @@
26699
26699
  }
26700
26700
  ]
26701
26701
  },
26702
+ {
26703
+ "kind": "function",
26704
+ "name": "escapeRegex",
26705
+ "return": {
26706
+ "type": {
26707
+ "text": "string"
26708
+ }
26709
+ },
26710
+ "parameters": [
26711
+ {
26712
+ "name": "value",
26713
+ "type": {
26714
+ "text": "string"
26715
+ }
26716
+ }
26717
+ ],
26718
+ "description": "Escapes any potential regex syntax characters in a string, and returns a new string\nthat can be safely used as a literal pattern for the `RegExp()` constructor."
26719
+ },
26702
26720
  {
26703
26721
  "kind": "function",
26704
26722
  "name": "setStyles",
@@ -27148,6 +27166,14 @@
27148
27166
  "module": "src/components/common/util.ts"
27149
27167
  }
27150
27168
  },
27169
+ {
27170
+ "kind": "js",
27171
+ "name": "escapeRegex",
27172
+ "declaration": {
27173
+ "name": "escapeRegex",
27174
+ "module": "src/components/common/util.ts"
27175
+ }
27176
+ },
27151
27177
  {
27152
27178
  "kind": "js",
27153
27179
  "name": "setStyles",
@@ -68436,136 +68462,166 @@
68436
68462
  },
68437
68463
  {
68438
68464
  "kind": "javascript-module",
68439
- "path": "src/components/stepper/animations.ts",
68465
+ "path": "src/components/visually-hidden/visually-hidden.ts",
68440
68466
  "declarations": [
68441
68467
  {
68442
- "kind": "variable",
68443
- "name": "bodyAnimations",
68444
- "default": "new Map( Object.entries({ grow: animationPair({ in: growVerIn, out: growVerOut, }), fade: animationPair({ in: noopAnimation, out: noopAnimation, }), slide: animationPair({ in: slideInHor, out: slideOutHor, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
68445
- },
68446
- {
68447
- "kind": "variable",
68448
- "name": "contentAnimations",
68449
- "default": "new Map( Object.entries({ grow: animationPair({ in: fadeIn, out: fadeOut, }), fade: animationPair({ in: fadeIn, out: fadeOut, }), slide: animationPair({ in: fadeIn, out: fadeOut, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
68468
+ "kind": "class",
68469
+ "description": "A utility component that visually hides its content while keeping it\naccessible to screen readers and other assistive technologies.\n\nThe content is only visible when it receives focus, making it ideal for\nskip navigation links and other focus-based accessibility patterns.",
68470
+ "name": "IgcVisuallyHiddenComponent",
68471
+ "slots": [
68472
+ {
68473
+ "description": "Default slot for the visually hidden content.",
68474
+ "name": ""
68475
+ }
68476
+ ],
68477
+ "members": [
68478
+ {
68479
+ "kind": "field",
68480
+ "name": "tagName",
68481
+ "type": {
68482
+ "text": "string"
68483
+ },
68484
+ "privacy": "public",
68485
+ "static": true,
68486
+ "readonly": true,
68487
+ "default": "'igc-visually-hidden'"
68488
+ },
68489
+ {
68490
+ "kind": "method",
68491
+ "name": "register",
68492
+ "privacy": "public",
68493
+ "static": true,
68494
+ "return": {
68495
+ "type": {
68496
+ "text": "void"
68497
+ }
68498
+ }
68499
+ }
68500
+ ],
68501
+ "superclass": {
68502
+ "name": "LitElement",
68503
+ "package": "lit"
68504
+ },
68505
+ "tagName": "igc-visually-hidden",
68506
+ "customElement": true
68450
68507
  }
68451
68508
  ],
68452
68509
  "exports": [
68453
68510
  {
68454
68511
  "kind": "js",
68455
- "name": "bodyAnimations",
68512
+ "name": "default",
68456
68513
  "declaration": {
68457
- "name": "bodyAnimations",
68458
- "module": "src/components/stepper/animations.ts"
68514
+ "name": "IgcVisuallyHiddenComponent",
68515
+ "module": "src/components/visually-hidden/visually-hidden.ts"
68516
+ }
68517
+ }
68518
+ ]
68519
+ },
68520
+ {
68521
+ "kind": "javascript-module",
68522
+ "path": "src/components/splitter/types.ts",
68523
+ "declarations": [],
68524
+ "exports": [
68525
+ {
68526
+ "kind": "js",
68527
+ "name": "PanePosition",
68528
+ "declaration": {
68529
+ "name": "PanePosition",
68530
+ "module": "src/components/splitter/types.ts"
68459
68531
  }
68460
68532
  },
68461
68533
  {
68462
68534
  "kind": "js",
68463
- "name": "contentAnimations",
68535
+ "name": "SplitterPaneState",
68464
68536
  "declaration": {
68465
- "name": "contentAnimations",
68466
- "module": "src/components/stepper/animations.ts"
68537
+ "name": "SplitterPaneState",
68538
+ "module": "src/components/splitter/types.ts"
68539
+ }
68540
+ },
68541
+ {
68542
+ "kind": "js",
68543
+ "name": "PaneResizeSnapshot",
68544
+ "declaration": {
68545
+ "name": "PaneResizeSnapshot",
68546
+ "module": "src/components/splitter/types.ts"
68547
+ }
68548
+ },
68549
+ {
68550
+ "kind": "js",
68551
+ "name": "SplitterResizeState",
68552
+ "declaration": {
68553
+ "name": "SplitterResizeState",
68554
+ "module": "src/components/splitter/types.ts"
68555
+ }
68556
+ },
68557
+ {
68558
+ "kind": "js",
68559
+ "name": "IgcSplitterResizeEventDetail",
68560
+ "declaration": {
68561
+ "name": "IgcSplitterResizeEventDetail",
68562
+ "module": "src/components/splitter/types.ts"
68563
+ }
68564
+ },
68565
+ {
68566
+ "kind": "js",
68567
+ "name": "IgcSplitterComponentEventMap",
68568
+ "declaration": {
68569
+ "name": "IgcSplitterComponentEventMap",
68570
+ "module": "src/components/splitter/types.ts"
68467
68571
  }
68468
68572
  }
68469
68573
  ]
68470
68574
  },
68471
68575
  {
68472
68576
  "kind": "javascript-module",
68473
- "path": "src/components/stepper/step.ts",
68577
+ "path": "src/components/splitter/splitter.ts",
68474
68578
  "declarations": [
68475
68579
  {
68476
68580
  "kind": "class",
68477
- "description": "The step component is used within the `igc-stepper` element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle.",
68478
- "name": "IgcStepComponent",
68581
+ "description": "The `igc-splitter` component provides a resizable split-pane layout that divides the view\ninto two panels — *start* and *end* separated by a draggable bar.\n\nPanels can be resized by dragging the bar, using keyboard shortcuts, or collapsed/expanded\nusing the built-in collapse buttons or the programmatic `toggle()` API.\nNested splitters are supported for more complex layouts.",
68582
+ "name": "IgcSplitterComponent",
68479
68583
  "cssParts": [
68480
68584
  {
68481
- "description": "Wrapper of the step's `header` and its separators.",
68482
- "name": "header-container"
68483
- },
68484
- {
68485
- "description": "Indicates a disabled state. Applies to `header-container`.",
68486
- "name": "disabled"
68487
- },
68488
- {
68489
- "description": "Indicates a complete state of the current step. Applies to `header-container`.",
68490
- "name": "complete-start"
68491
- },
68492
- {
68493
- "description": "Indicates a complete state of the previous step. Applies to `header-container`.",
68494
- "name": "complete-end"
68495
- },
68496
- {
68497
- "description": "Indicates an optional state. Applies to `header-container`.",
68498
- "name": "optional"
68499
- },
68500
- {
68501
- "description": "Indicates an invalid state. Applies to `header-container`.",
68502
- "name": "invalid"
68503
- },
68504
- {
68505
- "description": "Indicates that the title should be above the indicator. Applies to `header-container`.",
68506
- "name": "top"
68507
- },
68508
- {
68509
- "description": "Indicates that the title should be below the indicator. Applies to `header-container`.",
68510
- "name": "bottom"
68511
- },
68512
- {
68513
- "description": "Indicates that the title should be before the indicator. Applies to `header-container`.",
68514
- "name": "start"
68515
- },
68516
- {
68517
- "description": "Indicates that the title should be after the indicator. Applies to `header-container`.",
68518
- "name": "end"
68519
- },
68520
- {
68521
- "description": "Wrapper of the step's `indicator` and `text`.",
68522
- "name": "header"
68585
+ "description": "The resizable bar element between the two panels.",
68586
+ "name": "splitter-bar"
68523
68587
  },
68524
68588
  {
68525
- "description": "The indicator of the step.",
68526
- "name": "indicator"
68589
+ "description": "The drag handle icon/element on the splitter bar.",
68590
+ "name": "drag-handle"
68527
68591
  },
68528
68592
  {
68529
- "description": "Wrapper of the step's `title` and `subtitle`.",
68530
- "name": "text"
68593
+ "description": "The container for the start panel content.",
68594
+ "name": "start-pane"
68531
68595
  },
68532
68596
  {
68533
- "description": "Indicates that no title and subtitle has been provided to the step. Applies to `text`.",
68534
- "name": "empty"
68597
+ "description": "The container for the end panel content.",
68598
+ "name": "end-pane"
68535
68599
  },
68536
68600
  {
68537
- "description": "The title of the step.",
68538
- "name": "title"
68601
+ "description": "The button to collapse the start panel.",
68602
+ "name": "start-collapse-btn"
68539
68603
  },
68540
68604
  {
68541
- "description": "The subtitle of the step.",
68542
- "name": "subtitle"
68605
+ "description": "The button to collapse the end panel.",
68606
+ "name": "end-collapse-btn"
68543
68607
  },
68544
68608
  {
68545
- "description": "Wrapper of the step's `content`.",
68546
- "name": "body"
68609
+ "description": "The button to expand the start panel when collapsed.",
68610
+ "name": "start-expand-btn"
68547
68611
  },
68548
68612
  {
68549
- "description": "The steps `content`.",
68550
- "name": "content"
68613
+ "description": "The button to expand the end panel when collapsed.",
68614
+ "name": "end-expand-btn"
68551
68615
  }
68552
68616
  ],
68553
68617
  "slots": [
68554
68618
  {
68555
- "description": "Renders the content of the step.",
68556
- "name": ""
68557
- },
68558
- {
68559
- "description": "Renders the indicator of the step. By default, it displays the step index + 1.",
68560
- "name": "indicator"
68561
- },
68562
- {
68563
- "description": "Renders the title of the step.",
68564
- "name": "title"
68619
+ "description": "Content projected into the start (left/top) panel.",
68620
+ "name": "start"
68565
68621
  },
68566
68622
  {
68567
- "description": "Renders the subtitle of the step.",
68568
- "name": "subtitle"
68623
+ "description": "Content projected into the end (right/bottom) panel.",
68624
+ "name": "end"
68569
68625
  }
68570
68626
  ],
68571
68627
  "members": [
@@ -68578,149 +68634,259 @@
68578
68634
  "privacy": "public",
68579
68635
  "static": true,
68580
68636
  "readonly": true,
68581
- "default": "'igc-step'"
68637
+ "default": "'igc-splitter'"
68582
68638
  },
68583
68639
  {
68584
68640
  "kind": "method",
68585
68641
  "name": "register",
68586
68642
  "privacy": "public",
68587
- "static": true
68643
+ "static": true,
68644
+ "return": {
68645
+ "type": {
68646
+ "text": "void"
68647
+ }
68648
+ }
68649
+ },
68650
+ {
68651
+ "kind": "field",
68652
+ "name": "_internals",
68653
+ "privacy": "private",
68654
+ "readonly": true
68655
+ },
68656
+ {
68657
+ "kind": "field",
68658
+ "name": "_separatorRef",
68659
+ "privacy": "private",
68660
+ "readonly": true
68588
68661
  },
68589
68662
  {
68590
68663
  "kind": "field",
68591
- "name": "bodyRef",
68664
+ "name": "_startPaneState",
68592
68665
  "type": {
68593
- "text": "Ref<HTMLElement>"
68666
+ "text": "SplitterPaneState"
68594
68667
  },
68595
- "privacy": "private"
68668
+ "privacy": "private",
68669
+ "default": "{ size: 'auto', styles: {} }"
68596
68670
  },
68597
68671
  {
68598
68672
  "kind": "field",
68599
- "name": "contentRef",
68673
+ "name": "_endPaneState",
68600
68674
  "type": {
68601
- "text": "Ref<HTMLElement>"
68675
+ "text": "SplitterPaneState"
68602
68676
  },
68603
- "privacy": "private"
68677
+ "privacy": "private",
68678
+ "default": "{ size: 'auto', styles: {} }"
68604
68679
  },
68605
68680
  {
68606
68681
  "kind": "field",
68607
- "name": "bodyAnimationPlayer",
68608
- "privacy": "private"
68682
+ "name": "_collapsedPane",
68683
+ "type": {
68684
+ "text": "PanePosition | null"
68685
+ },
68686
+ "privacy": "private",
68687
+ "default": "null",
68688
+ "expandedType": {
68689
+ "text": "'start' | 'end' | null"
68690
+ }
68609
68691
  },
68610
68692
  {
68611
68693
  "kind": "field",
68612
- "name": "contentAnimationPlayer",
68613
- "privacy": "private"
68694
+ "name": "_resizeState",
68695
+ "type": {
68696
+ "text": "SplitterResizeState"
68697
+ },
68698
+ "privacy": "private",
68699
+ "default": "{ ...DEFAULT_RESIZE_STATE }"
68614
68700
  },
68615
68701
  {
68616
68702
  "kind": "field",
68617
- "name": "_titleChildren",
68703
+ "name": "_base",
68618
68704
  "type": {
68619
- "text": "Array<HTMLElement>"
68705
+ "text": "HTMLElement"
68620
68706
  },
68621
- "privacy": "private"
68707
+ "privacy": "private",
68708
+ "readonly": true
68622
68709
  },
68623
68710
  {
68624
68711
  "kind": "field",
68625
- "name": "_subTitleChildren",
68712
+ "name": "_startPane",
68626
68713
  "type": {
68627
- "text": "Array<HTMLElement>"
68714
+ "text": "HTMLElement"
68628
68715
  },
68629
- "privacy": "private"
68716
+ "privacy": "private",
68717
+ "readonly": true
68630
68718
  },
68631
68719
  {
68632
68720
  "kind": "field",
68633
- "name": "header",
68721
+ "name": "_endPane",
68634
68722
  "type": {
68635
68723
  "text": "HTMLElement"
68636
68724
  },
68637
- "privacy": "public"
68725
+ "privacy": "private",
68726
+ "readonly": true
68638
68727
  },
68639
68728
  {
68640
68729
  "kind": "field",
68641
- "name": "contentBody",
68730
+ "name": "_separator",
68642
68731
  "type": {
68643
- "text": "HTMLElement"
68732
+ "text": "HTMLElement | undefined"
68644
68733
  },
68645
- "privacy": "public"
68734
+ "privacy": "private",
68735
+ "readonly": true
68646
68736
  },
68647
68737
  {
68648
68738
  "kind": "field",
68649
- "name": "invalid",
68739
+ "name": "_resizeDisallowed",
68740
+ "type": {
68741
+ "text": "boolean"
68742
+ },
68743
+ "privacy": "private",
68744
+ "readonly": true
68745
+ },
68746
+ {
68747
+ "kind": "field",
68748
+ "name": "_isHorizontal",
68650
68749
  "type": {
68651
68750
  "text": "boolean"
68652
68751
  },
68752
+ "privacy": "private",
68753
+ "readonly": true
68754
+ },
68755
+ {
68756
+ "kind": "field",
68757
+ "name": "_separatorCursor",
68758
+ "type": {
68759
+ "text": "string"
68760
+ },
68761
+ "privacy": "private",
68762
+ "readonly": true
68763
+ },
68764
+ {
68765
+ "kind": "field",
68766
+ "name": "orientation",
68767
+ "type": {
68768
+ "text": "SplitterOrientation"
68769
+ },
68653
68770
  "privacy": "public",
68654
- "default": "false",
68655
- "description": "Gets/sets whether the step is invalid.",
68656
- "attribute": "invalid",
68657
- "reflects": true
68771
+ "default": "'horizontal'",
68772
+ "description": "The orientation of the splitter, which determines the direction of resizing and collapsing.",
68773
+ "attribute": "orientation",
68774
+ "reflects": true,
68775
+ "expandedType": {
68776
+ "text": "'horizontal' | 'vertical'"
68777
+ }
68658
68778
  },
68659
68779
  {
68660
68780
  "kind": "field",
68661
- "name": "active",
68781
+ "name": "disableCollapse",
68662
68782
  "type": {
68663
68783
  "text": "boolean"
68664
68784
  },
68665
68785
  "privacy": "public",
68666
68786
  "default": "false",
68667
- "description": "Gets/sets whether the step is activе.",
68668
- "attribute": "active",
68787
+ "description": "When true, prevents the user from collapsing either pane.\nThis also hides the expand/collapse buttons on the splitter bar.",
68788
+ "attribute": "disable-collapse",
68669
68789
  "reflects": true
68670
68790
  },
68671
68791
  {
68672
68792
  "kind": "field",
68673
- "name": "optional",
68793
+ "name": "disableResize",
68674
68794
  "type": {
68675
68795
  "text": "boolean"
68676
68796
  },
68677
68797
  "privacy": "public",
68678
68798
  "default": "false",
68679
- "description": "Gets/sets whether the step is optional.",
68680
- "attribute": "optional"
68799
+ "description": "When true, prevents the user from resizing the panes by dragging the splitter bar or using keyboard shortcuts.\nThis also hides the drag handle on the splitter bar.",
68800
+ "attribute": "disable-resize",
68801
+ "reflects": true
68681
68802
  },
68682
68803
  {
68683
68804
  "kind": "field",
68684
- "name": "disabled",
68805
+ "name": "hideCollapseButtons",
68685
68806
  "type": {
68686
68807
  "text": "boolean"
68687
68808
  },
68688
68809
  "privacy": "public",
68689
68810
  "default": "false",
68690
- "description": "Gets/sets whether the step is interactable.",
68691
- "attribute": "disabled",
68811
+ "description": "When true, hides the expand/collapse buttons on the splitter bar.\n\nNote that the buttons will also be hidden if `disable-collapse` is true or\nif a pane is currently collapsed.",
68812
+ "attribute": "hide-collapse-buttons",
68692
68813
  "reflects": true
68693
68814
  },
68694
68815
  {
68695
68816
  "kind": "field",
68696
- "name": "complete",
68817
+ "name": "hideDragHandle",
68697
68818
  "type": {
68698
68819
  "text": "boolean"
68699
68820
  },
68700
68821
  "privacy": "public",
68701
68822
  "default": "false",
68702
- "description": "Gets/sets whether the step is completed.",
68703
- "attribute": "complete",
68823
+ "description": "When true, hides the drag handle on the splitter bar.\n\nNote that the drag handle will also be hidden if `disable-resize` is true.",
68824
+ "attribute": "hide-drag-handle",
68704
68825
  "reflects": true
68705
68826
  },
68706
68827
  {
68707
- "kind": "method",
68708
- "name": "activeChange",
68709
- "privacy": "protected"
68828
+ "kind": "field",
68829
+ "name": "startMinSize",
68830
+ "privacy": "public",
68831
+ "description": "The minimum size of the start pane.",
68832
+ "attribute": "start-min-size",
68833
+ "type": {
68834
+ "text": "string | undefined"
68835
+ }
68710
68836
  },
68711
68837
  {
68712
- "kind": "method",
68713
- "name": "disabledInvalidOptionalChange",
68714
- "privacy": "protected"
68838
+ "kind": "field",
68839
+ "name": "endMinSize",
68840
+ "privacy": "public",
68841
+ "description": "The minimum size of the end pane.",
68842
+ "attribute": "end-min-size",
68843
+ "type": {
68844
+ "text": "string | undefined"
68845
+ }
68715
68846
  },
68716
68847
  {
68717
- "kind": "method",
68718
- "name": "completeChange",
68719
- "privacy": "protected"
68848
+ "kind": "field",
68849
+ "name": "startMaxSize",
68850
+ "privacy": "public",
68851
+ "description": "The maximum size of the start pane.",
68852
+ "attribute": "start-max-size",
68853
+ "type": {
68854
+ "text": "string | undefined"
68855
+ }
68856
+ },
68857
+ {
68858
+ "kind": "field",
68859
+ "name": "endMaxSize",
68860
+ "privacy": "public",
68861
+ "description": "The maximum size of the end pane.",
68862
+ "attribute": "end-max-size",
68863
+ "type": {
68864
+ "text": "string | undefined"
68865
+ }
68866
+ },
68867
+ {
68868
+ "kind": "field",
68869
+ "name": "startSize",
68870
+ "privacy": "public",
68871
+ "description": "The size of the start pane.",
68872
+ "attribute": "start-size",
68873
+ "type": {
68874
+ "text": "string | undefined"
68875
+ }
68876
+ },
68877
+ {
68878
+ "kind": "field",
68879
+ "name": "endSize",
68880
+ "privacy": "public",
68881
+ "description": "The size of the end pane.",
68882
+ "attribute": "end-size",
68883
+ "type": {
68884
+ "text": "string | undefined"
68885
+ }
68720
68886
  },
68721
68887
  {
68722
68888
  "kind": "method",
68723
- "name": "handleClick",
68889
+ "name": "_handleBarPointerDown",
68724
68890
  "privacy": "private",
68725
68891
  "return": {
68726
68892
  "type": {
@@ -68729,130 +68895,1537 @@
68729
68895
  },
68730
68896
  "parameters": [
68731
68897
  {
68732
- "name": "event",
68898
+ "name": "e",
68733
68899
  "type": {
68734
- "text": "MouseEvent"
68900
+ "text": "PointerEvent"
68735
68901
  }
68736
68902
  }
68737
68903
  ]
68738
68904
  },
68739
68905
  {
68740
68906
  "kind": "method",
68741
- "name": "handleKeydown",
68907
+ "name": "_getDragDelta",
68742
68908
  "privacy": "private",
68743
68909
  "return": {
68744
68910
  "type": {
68745
- "text": "void"
68911
+ "text": "number"
68746
68912
  }
68747
68913
  },
68748
68914
  "parameters": [
68749
68915
  {
68750
- "name": "event",
68916
+ "name": "e",
68751
68917
  "type": {
68752
- "text": "KeyboardEvent"
68918
+ "text": "PointerEvent"
68753
68919
  }
68754
68920
  }
68755
68921
  ]
68756
68922
  },
68757
68923
  {
68758
- "kind": "field",
68759
- "name": "headerContainerParts",
68924
+ "kind": "method",
68925
+ "name": "_handleBarPointerMove",
68760
68926
  "privacy": "private",
68761
- "readonly": true
68927
+ "return": {
68928
+ "type": {
68929
+ "text": "void"
68930
+ }
68931
+ },
68932
+ "parameters": [
68933
+ {
68934
+ "name": "e",
68935
+ "type": {
68936
+ "text": "PointerEvent"
68937
+ }
68938
+ }
68939
+ ]
68762
68940
  },
68763
68941
  {
68764
- "kind": "field",
68765
- "name": "textParts",
68942
+ "kind": "method",
68943
+ "name": "_handleEndDrag",
68766
68944
  "privacy": "private",
68767
- "readonly": true
68945
+ "return": {
68946
+ "type": {
68947
+ "text": "void"
68948
+ }
68949
+ },
68950
+ "parameters": [
68951
+ {
68952
+ "name": "e",
68953
+ "type": {
68954
+ "text": "PointerEvent"
68955
+ }
68956
+ }
68957
+ ]
68768
68958
  },
68769
68959
  {
68770
68960
  "kind": "method",
68771
- "name": "renderIndicator",
68772
- "privacy": "protected"
68961
+ "name": "_endDrag",
68962
+ "privacy": "private",
68963
+ "return": {
68964
+ "type": {
68965
+ "text": "void"
68966
+ }
68967
+ }
68773
68968
  },
68774
68969
  {
68775
68970
  "kind": "method",
68776
- "name": "renderTitleAndSubtitle",
68777
- "privacy": "protected"
68971
+ "name": "toggle",
68972
+ "privacy": "public",
68973
+ "return": {
68974
+ "type": {
68975
+ "text": "void"
68976
+ }
68977
+ },
68978
+ "parameters": [
68979
+ {
68980
+ "name": "position",
68981
+ "type": {
68982
+ "text": "PanePosition"
68983
+ }
68984
+ }
68985
+ ],
68986
+ "description": "Toggles the collapsed state of the specified pane."
68778
68987
  },
68779
68988
  {
68780
68989
  "kind": "method",
68781
- "name": "renderContent",
68782
- "privacy": "protected"
68783
- }
68784
- ],
68785
- "events": [
68786
- {
68787
- "name": "stepActiveChanged",
68788
- "type": {
68789
- "text": "CustomEvent"
68990
+ "name": "_savePaneSizes",
68991
+ "privacy": "private",
68992
+ "return": {
68993
+ "type": {
68994
+ "text": "void"
68995
+ }
68790
68996
  }
68791
68997
  },
68792
68998
  {
68793
- "name": "stepDisabledInvalidChanged",
68794
- "type": {
68795
- "text": "CustomEvent"
68999
+ "kind": "method",
69000
+ "name": "_restoreSizesOnExpandCollapse",
69001
+ "privacy": "private",
69002
+ "return": {
69003
+ "type": {
69004
+ "text": "void"
69005
+ }
68796
69006
  }
68797
69007
  },
68798
69008
  {
68799
- "name": "stepCompleteChanged",
68800
- "type": {
68801
- "text": "CustomEvent"
68802
- }
69009
+ "kind": "method",
69010
+ "name": "_paneRectAsPercent",
69011
+ "privacy": "private",
69012
+ "return": {
69013
+ "type": {
69014
+ "text": "number"
69015
+ }
69016
+ },
69017
+ "parameters": [
69018
+ {
69019
+ "name": "paneIndex",
69020
+ "type": {
69021
+ "text": "0 | 1"
69022
+ }
69023
+ }
69024
+ ],
69025
+ "description": "Measures the actual rendered size of a pane and returns it as a percentage of total size."
68803
69026
  },
68804
69027
  {
68805
- "name": "stepHeaderKeydown",
68806
- "type": {
68807
- "text": "CustomEvent"
69028
+ "kind": "method",
69029
+ "name": "_sizeToPercent",
69030
+ "privacy": "private",
69031
+ "return": {
69032
+ "type": {
69033
+ "text": "number"
69034
+ }
69035
+ },
69036
+ "parameters": [
69037
+ {
69038
+ "name": "sizeValue",
69039
+ "type": {
69040
+ "text": "string"
69041
+ }
69042
+ }
69043
+ ],
69044
+ "description": "Converts a CSS size string (px or %) to a percentage of total size."
69045
+ },
69046
+ {
69047
+ "kind": "method",
69048
+ "name": "_getStartPaneSizePercent",
69049
+ "privacy": "private",
69050
+ "return": {
69051
+ "type": {
69052
+ "text": "number"
69053
+ }
68808
69054
  }
68809
- }
68810
- ],
68811
- "attributes": [
69055
+ },
68812
69056
  {
68813
- "name": "invalid",
68814
- "type": {
68815
- "text": "boolean"
69057
+ "kind": "method",
69058
+ "name": "_getMinMaxAsPercent",
69059
+ "privacy": "private",
69060
+ "return": {
69061
+ "type": {
69062
+ "text": "number"
69063
+ }
68816
69064
  },
68817
- "default": "false",
68818
- "description": "Gets/sets whether the step is invalid.",
68819
- "fieldName": "invalid"
69065
+ "parameters": [
69066
+ {
69067
+ "name": "type",
69068
+ "type": {
69069
+ "text": "'min' | 'max'"
69070
+ }
69071
+ }
69072
+ ]
68820
69073
  },
68821
69074
  {
68822
- "name": "active",
68823
- "type": {
68824
- "text": "boolean"
69075
+ "kind": "method",
69076
+ "name": "_isCollapsed",
69077
+ "privacy": "private",
69078
+ "return": {
69079
+ "type": {
69080
+ "text": "boolean"
69081
+ }
68825
69082
  },
68826
- "default": "false",
68827
- "description": "Gets/sets whether the step is activе.",
68828
- "fieldName": "active"
69083
+ "parameters": [
69084
+ {
69085
+ "name": "which",
69086
+ "type": {
69087
+ "text": "PanePosition"
69088
+ }
69089
+ }
69090
+ ]
68829
69091
  },
68830
69092
  {
68831
- "name": "optional",
68832
- "type": {
68833
- "text": "boolean"
68834
- },
68835
- "default": "false",
68836
- "description": "Gets/sets whether the step is optional.",
68837
- "fieldName": "optional"
69093
+ "kind": "method",
69094
+ "name": "_updateBarAria",
69095
+ "privacy": "private",
69096
+ "return": {
69097
+ "type": {
69098
+ "text": "void"
69099
+ }
69100
+ }
68838
69101
  },
68839
69102
  {
68840
- "name": "disabled",
68841
- "type": {
68842
- "text": "boolean"
69103
+ "kind": "method",
69104
+ "name": "_getPaneState",
69105
+ "privacy": "private",
69106
+ "return": {
69107
+ "type": {
69108
+ "text": "SplitterPaneState"
69109
+ }
68843
69110
  },
68844
- "default": "false",
68845
- "description": "Gets/sets whether the step is interactable.",
68846
- "fieldName": "disabled"
69111
+ "parameters": [
69112
+ {
69113
+ "name": "which",
69114
+ "type": {
69115
+ "text": "PanePosition"
69116
+ }
69117
+ }
69118
+ ]
68847
69119
  },
68848
69120
  {
68849
- "name": "complete",
68850
- "type": {
68851
- "text": "boolean"
69121
+ "kind": "method",
69122
+ "name": "_isPercentageSize",
69123
+ "privacy": "private",
69124
+ "return": {
69125
+ "type": {
69126
+ "text": "boolean"
69127
+ }
69128
+ },
69129
+ "parameters": [
69130
+ {
69131
+ "name": "which",
69132
+ "type": {
69133
+ "text": "PanePosition"
69134
+ }
69135
+ }
69136
+ ]
69137
+ },
69138
+ {
69139
+ "kind": "method",
69140
+ "name": "_isAutoSize",
69141
+ "privacy": "private",
69142
+ "return": {
69143
+ "type": {
69144
+ "text": "boolean"
69145
+ }
69146
+ },
69147
+ "parameters": [
69148
+ {
69149
+ "name": "which",
69150
+ "type": {
69151
+ "text": "PanePosition"
69152
+ }
69153
+ }
69154
+ ]
69155
+ },
69156
+ {
69157
+ "kind": "method",
69158
+ "name": "_normalizeValue",
69159
+ "privacy": "private",
69160
+ "return": {
69161
+ "type": {
69162
+ "text": "string | undefined"
69163
+ }
69164
+ },
69165
+ "parameters": [
69166
+ {
69167
+ "name": "value",
69168
+ "type": {
69169
+ "text": "string | undefined"
69170
+ }
69171
+ },
69172
+ {
69173
+ "name": "fallback",
69174
+ "optional": true,
69175
+ "type": {
69176
+ "text": "'auto'"
69177
+ }
69178
+ }
69179
+ ]
69180
+ },
69181
+ {
69182
+ "kind": "method",
69183
+ "name": "_getFlex",
69184
+ "privacy": "private",
69185
+ "return": {
69186
+ "type": {
69187
+ "text": "string"
69188
+ }
69189
+ },
69190
+ "parameters": [
69191
+ {
69192
+ "name": "which",
69193
+ "type": {
69194
+ "text": "PanePosition"
69195
+ }
69196
+ }
69197
+ ]
69198
+ },
69199
+ {
69200
+ "kind": "method",
69201
+ "name": "_handleResizePanes",
69202
+ "privacy": "private",
69203
+ "return": {
69204
+ "type": {
69205
+ "text": "void"
69206
+ }
69207
+ },
69208
+ "parameters": [
69209
+ {
69210
+ "name": "direction",
69211
+ "type": {
69212
+ "text": "-1 | 1"
69213
+ }
69214
+ },
69215
+ {
69216
+ "name": "validOrientation",
69217
+ "type": {
69218
+ "text": "SplitterOrientation"
69219
+ }
69220
+ }
69221
+ ]
69222
+ },
69223
+ {
69224
+ "kind": "method",
69225
+ "name": "_preventDefaultForEvent",
69226
+ "privacy": "private",
69227
+ "return": {
69228
+ "type": {
69229
+ "text": "void"
69230
+ }
69231
+ },
69232
+ "parameters": [
69233
+ {
69234
+ "name": "e",
69235
+ "type": {
69236
+ "text": "Event"
69237
+ }
69238
+ }
69239
+ ]
69240
+ },
69241
+ {
69242
+ "kind": "method",
69243
+ "name": "_resolveDelta",
69244
+ "privacy": "private",
69245
+ "return": {
69246
+ "type": {
69247
+ "text": "number"
69248
+ }
69249
+ },
69250
+ "parameters": [
69251
+ {
69252
+ "name": "deltaX",
69253
+ "type": {
69254
+ "text": "number"
69255
+ }
69256
+ },
69257
+ {
69258
+ "name": "deltaY",
69259
+ "type": {
69260
+ "text": "number"
69261
+ }
69262
+ },
69263
+ {
69264
+ "name": "direction",
69265
+ "optional": true,
69266
+ "type": {
69267
+ "text": "-1 | 1"
69268
+ }
69269
+ }
69270
+ ]
69271
+ },
69272
+ {
69273
+ "kind": "method",
69274
+ "name": "_handleMinMaxResize",
69275
+ "privacy": "private",
69276
+ "return": {
69277
+ "type": {
69278
+ "text": "void"
69279
+ }
69280
+ },
69281
+ "parameters": [
69282
+ {
69283
+ "name": "type",
69284
+ "type": {
69285
+ "text": "'min' | 'max'"
69286
+ }
69287
+ }
69288
+ ]
69289
+ },
69290
+ {
69291
+ "kind": "method",
69292
+ "name": "_handleExpanderAction",
69293
+ "privacy": "private",
69294
+ "return": {
69295
+ "type": {
69296
+ "text": "void"
69297
+ }
69298
+ },
69299
+ "parameters": [
69300
+ {
69301
+ "name": "pane",
69302
+ "type": {
69303
+ "text": "PanePosition"
69304
+ }
69305
+ }
69306
+ ]
69307
+ },
69308
+ {
69309
+ "kind": "method",
69310
+ "name": "_handleArrowsExpandCollapse",
69311
+ "privacy": "private",
69312
+ "return": {
69313
+ "type": {
69314
+ "text": "void"
69315
+ }
69316
+ },
69317
+ "parameters": [
69318
+ {
69319
+ "name": "target",
69320
+ "type": {
69321
+ "text": "PanePosition"
69322
+ }
69323
+ },
69324
+ {
69325
+ "name": "validOrientation",
69326
+ "type": {
69327
+ "text": "SplitterOrientation"
69328
+ }
69329
+ }
69330
+ ]
69331
+ },
69332
+ {
69333
+ "kind": "method",
69334
+ "name": "_resizeStart",
69335
+ "privacy": "private",
69336
+ "return": {
69337
+ "type": {
69338
+ "text": "void"
69339
+ }
69340
+ }
69341
+ },
69342
+ {
69343
+ "kind": "method",
69344
+ "name": "_createPaneState",
69345
+ "privacy": "private",
69346
+ "return": {
69347
+ "type": {
69348
+ "text": "PaneResizeSnapshot"
69349
+ }
69350
+ },
69351
+ "parameters": [
69352
+ {
69353
+ "name": "pane",
69354
+ "type": {
69355
+ "text": "PanePosition"
69356
+ }
69357
+ },
69358
+ {
69359
+ "name": "size",
69360
+ "type": {
69361
+ "text": "number"
69362
+ }
69363
+ },
69364
+ {
69365
+ "name": "totalSize",
69366
+ "optional": true,
69367
+ "type": {
69368
+ "text": "number"
69369
+ }
69370
+ }
69371
+ ]
69372
+ },
69373
+ {
69374
+ "kind": "method",
69375
+ "name": "_setMinMaxInPx",
69376
+ "privacy": "private",
69377
+ "return": {
69378
+ "type": {
69379
+ "text": "number | undefined"
69380
+ }
69381
+ },
69382
+ "parameters": [
69383
+ {
69384
+ "name": "pane",
69385
+ "type": {
69386
+ "text": "PanePosition"
69387
+ }
69388
+ },
69389
+ {
69390
+ "name": "type",
69391
+ "type": {
69392
+ "text": "'min' | 'max'"
69393
+ }
69394
+ },
69395
+ {
69396
+ "name": "totalSize",
69397
+ "optional": true,
69398
+ "type": {
69399
+ "text": "number"
69400
+ }
69401
+ }
69402
+ ]
69403
+ },
69404
+ {
69405
+ "kind": "method",
69406
+ "name": "_resizing",
69407
+ "privacy": "private",
69408
+ "return": {
69409
+ "type": {
69410
+ "text": "void"
69411
+ }
69412
+ },
69413
+ "parameters": [
69414
+ {
69415
+ "name": "delta",
69416
+ "type": {
69417
+ "text": "number"
69418
+ }
69419
+ }
69420
+ ]
69421
+ },
69422
+ {
69423
+ "kind": "method",
69424
+ "name": "_computeSize",
69425
+ "privacy": "private",
69426
+ "return": {
69427
+ "type": {
69428
+ "text": "string"
69429
+ }
69430
+ },
69431
+ "parameters": [
69432
+ {
69433
+ "name": "pane",
69434
+ "type": {
69435
+ "text": "PaneResizeSnapshot"
69436
+ }
69437
+ },
69438
+ {
69439
+ "name": "paneSize",
69440
+ "type": {
69441
+ "text": "number"
69442
+ }
69443
+ },
69444
+ {
69445
+ "name": "totalSize",
69446
+ "type": {
69447
+ "text": "number"
69448
+ }
69449
+ }
69450
+ ]
69451
+ },
69452
+ {
69453
+ "kind": "method",
69454
+ "name": "_resizeEnd",
69455
+ "privacy": "private",
69456
+ "return": {
69457
+ "type": {
69458
+ "text": "void"
69459
+ }
69460
+ },
69461
+ "parameters": [
69462
+ {
69463
+ "name": "delta",
69464
+ "type": {
69465
+ "text": "number"
69466
+ }
69467
+ }
69468
+ ]
69469
+ },
69470
+ {
69471
+ "kind": "method",
69472
+ "name": "_rectSize",
69473
+ "privacy": "private",
69474
+ "return": {
69475
+ "type": {
69476
+ "text": "[number, number]"
69477
+ }
69478
+ }
69479
+ },
69480
+ {
69481
+ "kind": "method",
69482
+ "name": "_calcNewSizes",
69483
+ "privacy": "private",
69484
+ "return": {
69485
+ "type": {
69486
+ "text": "[number, number]"
69487
+ }
69488
+ },
69489
+ "parameters": [
69490
+ {
69491
+ "name": "delta",
69492
+ "type": {
69493
+ "text": "number"
69494
+ }
69495
+ }
69496
+ ]
69497
+ },
69498
+ {
69499
+ "kind": "method",
69500
+ "name": "_getTotalSize",
69501
+ "privacy": "private",
69502
+ "return": {
69503
+ "type": {
69504
+ "text": "number"
69505
+ }
69506
+ }
69507
+ },
69508
+ {
69509
+ "kind": "method",
69510
+ "name": "_updatePanes",
69511
+ "privacy": "private",
69512
+ "return": {
69513
+ "type": {
69514
+ "text": "void"
69515
+ }
69516
+ }
69517
+ },
69518
+ {
69519
+ "kind": "method",
69520
+ "name": "_updatePaneStyles",
69521
+ "privacy": "private",
69522
+ "return": {
69523
+ "type": {
69524
+ "text": "void"
69525
+ }
69526
+ },
69527
+ "parameters": [
69528
+ {
69529
+ "name": "pane",
69530
+ "type": {
69531
+ "text": "PanePosition"
69532
+ }
69533
+ },
69534
+ {
69535
+ "name": "styles",
69536
+ "type": {
69537
+ "text": "StyleInfo"
69538
+ }
69539
+ }
69540
+ ]
69541
+ },
69542
+ {
69543
+ "kind": "method",
69544
+ "name": "_setPaneMinMaxSizes",
69545
+ "privacy": "private",
69546
+ "return": {
69547
+ "type": {
69548
+ "text": "void"
69549
+ }
69550
+ },
69551
+ "parameters": [
69552
+ {
69553
+ "name": "pane",
69554
+ "type": {
69555
+ "text": "PanePosition"
69556
+ }
69557
+ },
69558
+ {
69559
+ "name": "minSize",
69560
+ "optional": true,
69561
+ "type": {
69562
+ "text": "string"
69563
+ }
69564
+ },
69565
+ {
69566
+ "name": "maxSize",
69567
+ "optional": true,
69568
+ "type": {
69569
+ "text": "string"
69570
+ }
69571
+ },
69572
+ {
69573
+ "name": "totalSize",
69574
+ "optional": true,
69575
+ "type": {
69576
+ "text": "number"
69577
+ }
69578
+ }
69579
+ ]
69580
+ },
69581
+ {
69582
+ "kind": "method",
69583
+ "name": "_ensureMinConstraintIsWithinBounds",
69584
+ "privacy": "private",
69585
+ "return": {
69586
+ "type": {
69587
+ "text": "string | undefined"
69588
+ }
69589
+ },
69590
+ "parameters": [
69591
+ {
69592
+ "name": "pane",
69593
+ "type": {
69594
+ "text": "PanePosition"
69595
+ }
69596
+ },
69597
+ {
69598
+ "name": "minSize",
69599
+ "optional": true,
69600
+ "type": {
69601
+ "text": "string"
69602
+ }
69603
+ },
69604
+ {
69605
+ "name": "totalSize",
69606
+ "optional": true,
69607
+ "type": {
69608
+ "text": "number"
69609
+ }
69610
+ }
69611
+ ]
69612
+ },
69613
+ {
69614
+ "kind": "method",
69615
+ "name": "_handleExpanderClick",
69616
+ "privacy": "private",
69617
+ "return": {
69618
+ "type": {
69619
+ "text": "void"
69620
+ }
69621
+ },
69622
+ "parameters": [
69623
+ {
69624
+ "name": "pane",
69625
+ "type": {
69626
+ "text": "PanePosition"
69627
+ }
69628
+ },
69629
+ {
69630
+ "name": "event",
69631
+ "type": {
69632
+ "text": "PointerEvent"
69633
+ }
69634
+ }
69635
+ ]
69636
+ },
69637
+ {
69638
+ "kind": "method",
69639
+ "name": "_resolvePartNames",
69640
+ "privacy": "private",
69641
+ "return": {
69642
+ "type": {
69643
+ "text": "Record<string, boolean>"
69644
+ }
69645
+ },
69646
+ "parameters": [
69647
+ {
69648
+ "name": "expander",
69649
+ "type": {
69650
+ "text": "PanePosition"
69651
+ }
69652
+ }
69653
+ ]
69654
+ },
69655
+ {
69656
+ "kind": "method",
69657
+ "name": "_renderBarControls",
69658
+ "privacy": "private"
69659
+ },
69660
+ {
69661
+ "kind": "method",
69662
+ "name": "_renderAccessibleLabel",
69663
+ "privacy": "private"
69664
+ },
69665
+ {
69666
+ "kind": "method",
69667
+ "name": "_renderSeparator",
69668
+ "privacy": "private"
69669
+ },
69670
+ {
69671
+ "kind": "method",
69672
+ "name": "addEventListener",
69673
+ "privacy": "public",
69674
+ "return": {
69675
+ "type": {
69676
+ "text": "void"
69677
+ }
69678
+ },
69679
+ "parameters": [
69680
+ {
69681
+ "name": "type",
69682
+ "type": {
69683
+ "text": "K"
69684
+ }
69685
+ },
69686
+ {
69687
+ "name": "listener",
69688
+ "type": {
69689
+ "text": "(this: HTMLElement, ev: M[K]) => any"
69690
+ }
69691
+ },
69692
+ {
69693
+ "name": "options",
69694
+ "optional": true,
69695
+ "type": {
69696
+ "text": "boolean | AddEventListenerOptions"
69697
+ }
69698
+ }
69699
+ ],
69700
+ "inheritedFrom": {
69701
+ "name": "EventEmitterMixin",
69702
+ "module": "src/components/common/mixins/event-emitter.ts"
69703
+ }
69704
+ },
69705
+ {
69706
+ "kind": "method",
69707
+ "name": "removeEventListener",
69708
+ "privacy": "public",
69709
+ "return": {
69710
+ "type": {
69711
+ "text": "void"
69712
+ }
69713
+ },
69714
+ "parameters": [
69715
+ {
69716
+ "name": "type",
69717
+ "type": {
69718
+ "text": "K"
69719
+ }
69720
+ },
69721
+ {
69722
+ "name": "listener",
69723
+ "type": {
69724
+ "text": "(this: HTMLElement, ev: M[K]) => any"
69725
+ }
69726
+ },
69727
+ {
69728
+ "name": "options",
69729
+ "optional": true,
69730
+ "type": {
69731
+ "text": "boolean | EventListenerOptions"
69732
+ }
69733
+ }
69734
+ ],
69735
+ "inheritedFrom": {
69736
+ "name": "EventEmitterMixin",
69737
+ "module": "src/components/common/mixins/event-emitter.ts"
69738
+ }
69739
+ },
69740
+ {
69741
+ "kind": "method",
69742
+ "name": "emitEvent",
69743
+ "privacy": "private",
69744
+ "return": {
69745
+ "type": {
69746
+ "text": "boolean"
69747
+ }
69748
+ },
69749
+ "parameters": [
69750
+ {
69751
+ "name": "type",
69752
+ "type": {
69753
+ "text": "K"
69754
+ }
69755
+ },
69756
+ {
69757
+ "name": "eventInitDict",
69758
+ "optional": true,
69759
+ "type": {
69760
+ "text": "CustomEventInit<D>"
69761
+ }
69762
+ }
69763
+ ],
69764
+ "inheritedFrom": {
69765
+ "name": "EventEmitterMixin",
69766
+ "module": "src/components/common/mixins/event-emitter.ts"
69767
+ }
69768
+ }
69769
+ ],
69770
+ "events": [
69771
+ {
69772
+ "description": "Emitted once when a resize operation begins (pointer drag or keyboard).",
69773
+ "name": "igcResizeStart"
69774
+ },
69775
+ {
69776
+ "description": "Emitted continuously while a pane is being resized.",
69777
+ "name": "igcResizing"
69778
+ },
69779
+ {
69780
+ "description": "Emitted once when a resize operation completes.",
69781
+ "name": "igcResizeEnd"
69782
+ },
69783
+ {
69784
+ "type": {
69785
+ "text": "CustomEvent"
69786
+ },
69787
+ "inheritedFrom": {
69788
+ "name": "EventEmitterMixin",
69789
+ "module": "src/components/common/mixins/event-emitter.ts"
69790
+ }
69791
+ }
69792
+ ],
69793
+ "attributes": [
69794
+ {
69795
+ "name": "orientation",
69796
+ "type": {
69797
+ "text": "SplitterOrientation"
69798
+ },
69799
+ "default": "'horizontal'",
69800
+ "description": "The orientation of the splitter, which determines the direction of resizing and collapsing.",
69801
+ "fieldName": "orientation",
69802
+ "attribute": "orientation",
69803
+ "expandedType": {
69804
+ "text": "'horizontal' | 'vertical'"
69805
+ }
69806
+ },
69807
+ {
69808
+ "name": "disable-collapse",
69809
+ "type": {
69810
+ "text": "boolean"
69811
+ },
69812
+ "default": "false",
69813
+ "description": "When true, prevents the user from collapsing either pane.\nThis also hides the expand/collapse buttons on the splitter bar.",
69814
+ "fieldName": "disableCollapse",
69815
+ "attribute": "disable-collapse"
69816
+ },
69817
+ {
69818
+ "name": "disable-resize",
69819
+ "type": {
69820
+ "text": "boolean"
69821
+ },
69822
+ "default": "false",
69823
+ "description": "When true, prevents the user from resizing the panes by dragging the splitter bar or using keyboard shortcuts.\nThis also hides the drag handle on the splitter bar.",
69824
+ "fieldName": "disableResize",
69825
+ "attribute": "disable-resize"
69826
+ },
69827
+ {
69828
+ "name": "hide-collapse-buttons",
69829
+ "type": {
69830
+ "text": "boolean"
69831
+ },
69832
+ "default": "false",
69833
+ "description": "When true, hides the expand/collapse buttons on the splitter bar.\n\nNote that the buttons will also be hidden if `disable-collapse` is true or\nif a pane is currently collapsed.",
69834
+ "fieldName": "hideCollapseButtons",
69835
+ "attribute": "hide-collapse-buttons"
69836
+ },
69837
+ {
69838
+ "name": "hide-drag-handle",
69839
+ "type": {
69840
+ "text": "boolean"
69841
+ },
69842
+ "default": "false",
69843
+ "description": "When true, hides the drag handle on the splitter bar.\n\nNote that the drag handle will also be hidden if `disable-resize` is true.",
69844
+ "fieldName": "hideDragHandle",
69845
+ "attribute": "hide-drag-handle"
69846
+ },
69847
+ {
69848
+ "name": "start-min-size",
69849
+ "description": "The minimum size of the start pane.",
69850
+ "fieldName": "startMinSize",
69851
+ "attribute": "start-min-size",
69852
+ "type": {
69853
+ "text": "string | undefined"
69854
+ }
69855
+ },
69856
+ {
69857
+ "name": "end-min-size",
69858
+ "description": "The minimum size of the end pane.",
69859
+ "fieldName": "endMinSize",
69860
+ "attribute": "end-min-size",
69861
+ "type": {
69862
+ "text": "string | undefined"
69863
+ }
69864
+ },
69865
+ {
69866
+ "name": "start-max-size",
69867
+ "description": "The maximum size of the start pane.",
69868
+ "fieldName": "startMaxSize",
69869
+ "attribute": "start-max-size",
69870
+ "type": {
69871
+ "text": "string | undefined"
69872
+ }
69873
+ },
69874
+ {
69875
+ "name": "end-max-size",
69876
+ "description": "The maximum size of the end pane.",
69877
+ "fieldName": "endMaxSize",
69878
+ "attribute": "end-max-size",
69879
+ "type": {
69880
+ "text": "string | undefined"
69881
+ }
69882
+ },
69883
+ {
69884
+ "name": "start-size",
69885
+ "description": "The size of the start pane.",
69886
+ "fieldName": "startSize",
69887
+ "attribute": "start-size",
69888
+ "type": {
69889
+ "text": "string | undefined"
69890
+ }
69891
+ },
69892
+ {
69893
+ "name": "end-size",
69894
+ "description": "The size of the end pane.",
69895
+ "fieldName": "endSize",
69896
+ "attribute": "end-size",
69897
+ "type": {
69898
+ "text": "string | undefined"
69899
+ }
69900
+ }
69901
+ ],
69902
+ "mixins": [
69903
+ {
69904
+ "name": "EventEmitterMixin",
69905
+ "module": "/src/components/common/mixins/event-emitter.js"
69906
+ }
69907
+ ],
69908
+ "superclass": {
69909
+ "name": "LitElement",
69910
+ "package": "lit"
69911
+ },
69912
+ "tagName": "igc-splitter",
69913
+ "customElement": true
69914
+ }
69915
+ ],
69916
+ "exports": [
69917
+ {
69918
+ "kind": "js",
69919
+ "name": "default",
69920
+ "declaration": {
69921
+ "name": "IgcSplitterComponent",
69922
+ "module": "src/components/splitter/splitter.ts"
69923
+ }
69924
+ },
69925
+ {
69926
+ "kind": "js",
69927
+ "name": "IgcSplitterComponentEventMap",
69928
+ "declaration": {
69929
+ "name": "IgcSplitterComponentEventMap",
69930
+ "module": "src/components/splitter/splitter.ts"
69931
+ }
69932
+ },
69933
+ {
69934
+ "kind": "js",
69935
+ "name": "IgcSplitterResizeEventDetail",
69936
+ "declaration": {
69937
+ "name": "IgcSplitterResizeEventDetail",
69938
+ "module": "src/components/splitter/splitter.ts"
69939
+ }
69940
+ }
69941
+ ]
69942
+ },
69943
+ {
69944
+ "kind": "javascript-module",
69945
+ "path": "src/components/stepper/common/animations.ts",
69946
+ "declarations": [
69947
+ {
69948
+ "kind": "variable",
69949
+ "name": "bodyAnimations",
69950
+ "default": "new Map( Object.entries({ grow: animationPair({ in: growVerIn, out: growVerOut, }), fade: animationPair({ in: noopAnimation, out: noopAnimation, }), slide: animationPair({ in: slideInHor, out: slideOutHor, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
69951
+ },
69952
+ {
69953
+ "kind": "variable",
69954
+ "name": "contentAnimations",
69955
+ "default": "new Map( Object.entries({ grow: animationPair({ in: fadeIn, out: fadeOut, }), fade: animationPair({ in: fadeIn, out: fadeOut, }), slide: animationPair({ in: fadeIn, out: fadeOut, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
69956
+ }
69957
+ ],
69958
+ "exports": [
69959
+ {
69960
+ "kind": "js",
69961
+ "name": "bodyAnimations",
69962
+ "declaration": {
69963
+ "name": "bodyAnimations",
69964
+ "module": "src/components/stepper/common/animations.ts"
69965
+ }
69966
+ },
69967
+ {
69968
+ "kind": "js",
69969
+ "name": "contentAnimations",
69970
+ "declaration": {
69971
+ "name": "contentAnimations",
69972
+ "module": "src/components/stepper/common/animations.ts"
69973
+ }
69974
+ }
69975
+ ]
69976
+ },
69977
+ {
69978
+ "kind": "javascript-module",
69979
+ "path": "src/components/stepper/step.ts",
69980
+ "declarations": [
69981
+ {
69982
+ "kind": "class",
69983
+ "description": "A step component used within an `igc-stepper` to represent an individual step in a wizard-like workflow.",
69984
+ "name": "IgcStepComponent",
69985
+ "cssParts": [
69986
+ {
69987
+ "description": "Wrapper of the step's `header` and its separators.",
69988
+ "name": "header-container"
69989
+ },
69990
+ {
69991
+ "description": "Indicates a disabled state. Applies to `header-container`.",
69992
+ "name": "disabled"
69993
+ },
69994
+ {
69995
+ "description": "Indicates a complete state of the current step. Applies to `header-container`.",
69996
+ "name": "complete-start"
69997
+ },
69998
+ {
69999
+ "description": "Indicates a complete state of the previous step. Applies to `header-container`.",
70000
+ "name": "complete-end"
70001
+ },
70002
+ {
70003
+ "description": "Indicates an optional state. Applies to `header-container`.",
70004
+ "name": "optional"
70005
+ },
70006
+ {
70007
+ "description": "Indicates an invalid state. Applies to `header-container`.",
70008
+ "name": "invalid"
70009
+ },
70010
+ {
70011
+ "description": "Indicates that the title should be above the indicator. Applies to `header-container`.",
70012
+ "name": "top"
70013
+ },
70014
+ {
70015
+ "description": "Indicates that the title should be below the indicator. Applies to `header-container`.",
70016
+ "name": "bottom"
70017
+ },
70018
+ {
70019
+ "description": "Indicates that the title should be before the indicator. Applies to `header-container`.",
70020
+ "name": "start"
70021
+ },
70022
+ {
70023
+ "description": "Indicates that the title should be after the indicator. Applies to `header-container`.",
70024
+ "name": "end"
70025
+ },
70026
+ {
70027
+ "description": "Wrapper of the step's `indicator` and `text`.",
70028
+ "name": "header"
70029
+ },
70030
+ {
70031
+ "description": "The indicator of the step.",
70032
+ "name": "indicator"
70033
+ },
70034
+ {
70035
+ "description": "Wrapper of the step's `title` and `subtitle`.",
70036
+ "name": "text"
70037
+ },
70038
+ {
70039
+ "description": "Indicates that no title and subtitle have been provided to the step. Applies to `text`.",
70040
+ "name": "empty"
70041
+ },
70042
+ {
70043
+ "description": "The title of the step.",
70044
+ "name": "title"
70045
+ },
70046
+ {
70047
+ "description": "The subtitle of the step.",
70048
+ "name": "subtitle"
70049
+ },
70050
+ {
70051
+ "description": "Wrapper of the step's `content`.",
70052
+ "name": "body"
70053
+ },
70054
+ {
70055
+ "description": "The step's `content`.",
70056
+ "name": "content"
70057
+ }
70058
+ ],
70059
+ "slots": [
70060
+ {
70061
+ "description": "Renders the content of the step.",
70062
+ "name": ""
70063
+ },
70064
+ {
70065
+ "description": "Renders the indicator of the step. By default, it displays the step index + 1.",
70066
+ "name": "indicator"
70067
+ },
70068
+ {
70069
+ "description": "Renders the title of the step.",
70070
+ "name": "title"
70071
+ },
70072
+ {
70073
+ "description": "Renders the subtitle of the step.",
70074
+ "name": "subtitle"
70075
+ }
70076
+ ],
70077
+ "members": [
70078
+ {
70079
+ "kind": "field",
70080
+ "name": "tagName",
70081
+ "type": {
70082
+ "text": "string"
70083
+ },
70084
+ "privacy": "public",
70085
+ "static": true,
70086
+ "readonly": true,
70087
+ "default": "'igc-step'"
70088
+ },
70089
+ {
70090
+ "kind": "method",
70091
+ "name": "register",
70092
+ "privacy": "public",
70093
+ "static": true,
70094
+ "return": {
70095
+ "type": {
70096
+ "text": "void"
70097
+ }
70098
+ }
70099
+ },
70100
+ {
70101
+ "kind": "field",
70102
+ "name": "_bodyRef",
70103
+ "privacy": "private",
70104
+ "readonly": true
70105
+ },
70106
+ {
70107
+ "kind": "field",
70108
+ "name": "_contentRef",
70109
+ "privacy": "private",
70110
+ "readonly": true
70111
+ },
70112
+ {
70113
+ "kind": "field",
70114
+ "name": "_bodyPlayer",
70115
+ "privacy": "private",
70116
+ "readonly": true
70117
+ },
70118
+ {
70119
+ "kind": "field",
70120
+ "name": "_contentPlayer",
70121
+ "privacy": "private",
70122
+ "readonly": true
70123
+ },
70124
+ {
70125
+ "kind": "field",
70126
+ "name": "_slots",
70127
+ "privacy": "private",
70128
+ "readonly": true
70129
+ },
70130
+ {
70131
+ "kind": "field",
70132
+ "name": "_stepperContext",
70133
+ "type": {
70134
+ "text": "StepperContext | undefined"
70135
+ },
70136
+ "privacy": "private",
70137
+ "readonly": true
70138
+ },
70139
+ {
70140
+ "kind": "field",
70141
+ "name": "_stepper",
70142
+ "type": {
70143
+ "text": "IgcStepperComponent | undefined"
70144
+ },
70145
+ "privacy": "private",
70146
+ "readonly": true
70147
+ },
70148
+ {
70149
+ "kind": "field",
70150
+ "name": "_state",
70151
+ "type": {
70152
+ "text": "StepperState | undefined"
70153
+ },
70154
+ "privacy": "private",
70155
+ "readonly": true
70156
+ },
70157
+ {
70158
+ "kind": "field",
70159
+ "name": "_isHorizontal",
70160
+ "type": {
70161
+ "text": "boolean"
70162
+ },
70163
+ "privacy": "private",
70164
+ "readonly": true
70165
+ },
70166
+ {
70167
+ "kind": "field",
70168
+ "name": "_hasTitle",
70169
+ "type": {
70170
+ "text": "boolean"
70171
+ },
70172
+ "privacy": "private",
70173
+ "readonly": true
70174
+ },
70175
+ {
70176
+ "kind": "field",
70177
+ "name": "_hasSubtitle",
70178
+ "type": {
70179
+ "text": "boolean"
70180
+ },
70181
+ "privacy": "private",
70182
+ "readonly": true
70183
+ },
70184
+ {
70185
+ "kind": "field",
70186
+ "name": "_animation",
70187
+ "type": {
70188
+ "text": "| StepperVerticalAnimation\n | HorizontalTransitionAnimation"
70189
+ },
70190
+ "privacy": "private",
70191
+ "readonly": true,
70192
+ "expandedType": {
70193
+ "text": "'grow' | 'fade' | 'none' | 'slide' | 'fade' | 'none'"
70194
+ }
70195
+ },
70196
+ {
70197
+ "kind": "field",
70198
+ "name": "_animationDuration",
70199
+ "type": {
70200
+ "text": "number"
70201
+ },
70202
+ "privacy": "private",
70203
+ "readonly": true
70204
+ },
70205
+ {
70206
+ "kind": "field",
70207
+ "name": "_contentTop",
70208
+ "type": {
70209
+ "text": "boolean"
70210
+ },
70211
+ "privacy": "private",
70212
+ "readonly": true
70213
+ },
70214
+ {
70215
+ "kind": "field",
70216
+ "name": "_index",
70217
+ "type": {
70218
+ "text": "number"
70219
+ },
70220
+ "privacy": "private",
70221
+ "readonly": true
70222
+ },
70223
+ {
70224
+ "kind": "field",
70225
+ "name": "_orientation",
70226
+ "type": {
70227
+ "text": "StepperOrientation"
70228
+ },
70229
+ "privacy": "private",
70230
+ "readonly": true,
70231
+ "expandedType": {
70232
+ "text": "'horizontal' | 'vertical'"
70233
+ }
70234
+ },
70235
+ {
70236
+ "kind": "field",
70237
+ "name": "_titlePosition",
70238
+ "type": {
70239
+ "text": "StepperTitlePosition"
70240
+ },
70241
+ "privacy": "private",
70242
+ "readonly": true,
70243
+ "expandedType": {
70244
+ "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
70245
+ }
70246
+ },
70247
+ {
70248
+ "kind": "field",
70249
+ "name": "_stepType",
70250
+ "type": {
70251
+ "text": "StepperStepType"
70252
+ },
70253
+ "privacy": "private",
70254
+ "readonly": true,
70255
+ "expandedType": {
70256
+ "text": "'full' | 'indicator' | 'title'"
70257
+ }
70258
+ },
70259
+ {
70260
+ "kind": "field",
70261
+ "name": "_previousComplete",
70262
+ "type": {
70263
+ "text": "boolean"
70264
+ },
70265
+ "privacy": "private",
70266
+ "readonly": true
70267
+ },
70268
+ {
70269
+ "kind": "field",
70270
+ "name": "_visited",
70271
+ "type": {
70272
+ "text": "boolean"
70273
+ },
70274
+ "privacy": "private",
70275
+ "readonly": true
70276
+ },
70277
+ {
70278
+ "kind": "field",
70279
+ "name": "_isAccessible",
70280
+ "type": {
70281
+ "text": "boolean"
70282
+ },
70283
+ "privacy": "private",
70284
+ "readonly": true
70285
+ },
70286
+ {
70287
+ "kind": "field",
70288
+ "name": "invalid",
70289
+ "type": {
70290
+ "text": "boolean"
70291
+ },
70292
+ "privacy": "public",
70293
+ "default": "false",
70294
+ "description": "Whether the step is invalid.\n\nInvalid steps are styled with an error state and are not\ninteractive when the stepper is in linear mode.",
70295
+ "attribute": "invalid",
70296
+ "reflects": true
70297
+ },
70298
+ {
70299
+ "kind": "field",
70300
+ "name": "active",
70301
+ "type": {
70302
+ "text": "boolean"
70303
+ },
70304
+ "privacy": "public",
70305
+ "default": "false",
70306
+ "description": "Whether the step is active.\n\nActive steps are styled with an active state and their content is visible.",
70307
+ "attribute": "active",
70308
+ "reflects": true
70309
+ },
70310
+ {
70311
+ "kind": "field",
70312
+ "name": "optional",
70313
+ "type": {
70314
+ "text": "boolean"
70315
+ },
70316
+ "privacy": "public",
70317
+ "default": "false",
70318
+ "description": "Whether the step is optional.\n\nOptional steps validity does not affect the default behavior when the stepper is in linear mode i.e.\nif optional step is invalid the user could still move to the next step.",
70319
+ "attribute": "optional",
70320
+ "reflects": true
70321
+ },
70322
+ {
70323
+ "kind": "field",
70324
+ "name": "disabled",
70325
+ "type": {
70326
+ "text": "boolean"
70327
+ },
70328
+ "privacy": "public",
70329
+ "default": "false",
70330
+ "description": "Whether the step is disabled.\n\nDisabled steps are styled with a disabled state and are not interactive.",
70331
+ "attribute": "disabled",
70332
+ "reflects": true
70333
+ },
70334
+ {
70335
+ "kind": "field",
70336
+ "name": "complete",
70337
+ "type": {
70338
+ "text": "boolean"
70339
+ },
70340
+ "privacy": "public",
70341
+ "default": "false",
70342
+ "description": "Whether the step is completed.",
70343
+ "attribute": "complete",
70344
+ "reflects": true
70345
+ },
70346
+ {
70347
+ "kind": "field",
70348
+ "name": "_headerContainerParts",
70349
+ "privacy": "private",
70350
+ "readonly": true
70351
+ },
70352
+ {
70353
+ "kind": "field",
70354
+ "name": "_textParts",
70355
+ "privacy": "private",
70356
+ "readonly": true
70357
+ },
70358
+ {
70359
+ "kind": "method",
70360
+ "name": "_renderIndicator",
70361
+ "privacy": "private"
70362
+ },
70363
+ {
70364
+ "kind": "method",
70365
+ "name": "_renderTitleAndSubtitle",
70366
+ "privacy": "private"
70367
+ },
70368
+ {
70369
+ "kind": "method",
70370
+ "name": "_renderHeader",
70371
+ "privacy": "private"
70372
+ },
70373
+ {
70374
+ "kind": "method",
70375
+ "name": "_renderContent",
70376
+ "privacy": "private"
70377
+ }
70378
+ ],
70379
+ "attributes": [
70380
+ {
70381
+ "name": "invalid",
70382
+ "type": {
70383
+ "text": "boolean"
70384
+ },
70385
+ "default": "false",
70386
+ "description": "Whether the step is invalid.\n\nInvalid steps are styled with an error state and are not\ninteractive when the stepper is in linear mode.",
70387
+ "fieldName": "invalid",
70388
+ "attribute": "invalid"
70389
+ },
70390
+ {
70391
+ "name": "active",
70392
+ "type": {
70393
+ "text": "boolean"
70394
+ },
70395
+ "default": "false",
70396
+ "description": "Whether the step is active.\n\nActive steps are styled with an active state and their content is visible.",
70397
+ "fieldName": "active",
70398
+ "attribute": "active"
70399
+ },
70400
+ {
70401
+ "name": "optional",
70402
+ "type": {
70403
+ "text": "boolean"
70404
+ },
70405
+ "default": "false",
70406
+ "description": "Whether the step is optional.\n\nOptional steps validity does not affect the default behavior when the stepper is in linear mode i.e.\nif optional step is invalid the user could still move to the next step.",
70407
+ "fieldName": "optional",
70408
+ "attribute": "optional"
70409
+ },
70410
+ {
70411
+ "name": "disabled",
70412
+ "type": {
70413
+ "text": "boolean"
70414
+ },
70415
+ "default": "false",
70416
+ "description": "Whether the step is disabled.\n\nDisabled steps are styled with a disabled state and are not interactive.",
70417
+ "fieldName": "disabled",
70418
+ "attribute": "disabled"
70419
+ },
70420
+ {
70421
+ "name": "complete",
70422
+ "type": {
70423
+ "text": "boolean"
68852
70424
  },
68853
70425
  "default": "false",
68854
- "description": "Gets/sets whether the step is completed.",
68855
- "fieldName": "complete"
70426
+ "description": "Whether the step is completed.",
70427
+ "fieldName": "complete",
70428
+ "attribute": "complete"
68856
70429
  }
68857
70430
  ],
68858
70431
  "superclass": {
@@ -68876,7 +70449,386 @@
68876
70449
  },
68877
70450
  {
68878
70451
  "kind": "javascript-module",
68879
- "path": "src/components/stepper/stepper.common.ts",
70452
+ "path": "src/components/stepper/common/state.ts",
70453
+ "declarations": [
70454
+ {
70455
+ "kind": "class",
70456
+ "description": "",
70457
+ "name": "StepperState",
70458
+ "members": [
70459
+ {
70460
+ "kind": "field",
70461
+ "name": "_state",
70462
+ "privacy": "private",
70463
+ "readonly": true,
70464
+ "default": "new WeakMap<IgcStepComponent, StepState>()"
70465
+ },
70466
+ {
70467
+ "kind": "field",
70468
+ "name": "_steps",
70469
+ "type": {
70470
+ "text": "IgcStepComponent[]"
70471
+ },
70472
+ "privacy": "private",
70473
+ "default": "[]"
70474
+ },
70475
+ {
70476
+ "kind": "field",
70477
+ "name": "_activeStep",
70478
+ "type": {
70479
+ "text": "IgcStepComponent | undefined"
70480
+ },
70481
+ "privacy": "private"
70482
+ },
70483
+ {
70484
+ "kind": "field",
70485
+ "name": "linear",
70486
+ "type": {
70487
+ "text": "boolean"
70488
+ },
70489
+ "privacy": "public",
70490
+ "default": "false"
70491
+ },
70492
+ {
70493
+ "kind": "field",
70494
+ "name": "steps",
70495
+ "type": {
70496
+ "text": "readonly IgcStepComponent[]"
70497
+ },
70498
+ "privacy": "public",
70499
+ "description": "Returns all registered step components.",
70500
+ "readonly": true
70501
+ },
70502
+ {
70503
+ "kind": "field",
70504
+ "name": "activeStep",
70505
+ "type": {
70506
+ "text": "IgcStepComponent | undefined"
70507
+ },
70508
+ "privacy": "public",
70509
+ "description": "Returns the currently active step.",
70510
+ "readonly": true
70511
+ },
70512
+ {
70513
+ "kind": "field",
70514
+ "name": "accessibleSteps",
70515
+ "type": {
70516
+ "text": "IgcStepComponent[]"
70517
+ },
70518
+ "privacy": "public",
70519
+ "description": "Returns all steps that are currently accessible (not disabled or linear-disabled).",
70520
+ "readonly": true
70521
+ },
70522
+ {
70523
+ "kind": "method",
70524
+ "name": "set",
70525
+ "privacy": "public",
70526
+ "return": {
70527
+ "type": {
70528
+ "text": "void"
70529
+ }
70530
+ },
70531
+ "parameters": [
70532
+ {
70533
+ "name": "step",
70534
+ "type": {
70535
+ "text": "IgcStepComponent"
70536
+ }
70537
+ },
70538
+ {
70539
+ "name": "state",
70540
+ "type": {
70541
+ "text": "Partial<StepState>"
70542
+ }
70543
+ }
70544
+ ],
70545
+ "description": "Sets the state of a given step component.\n\nIf the step already has an existing state, it merges the new state with the existing one.\nIf the step does not have an existing state, it initializes it with default values and then applies the new state.\n\nAfter updating the state, it requests an update on the step component to reflect the changes in the UI."
70546
+ },
70547
+ {
70548
+ "kind": "method",
70549
+ "name": "has",
70550
+ "privacy": "public",
70551
+ "return": {
70552
+ "type": {
70553
+ "text": "boolean"
70554
+ }
70555
+ },
70556
+ "parameters": [
70557
+ {
70558
+ "name": "step",
70559
+ "type": {
70560
+ "text": "IgcStepComponent"
70561
+ }
70562
+ }
70563
+ ],
70564
+ "description": "Checks if a given step component has an associated state."
70565
+ },
70566
+ {
70567
+ "kind": "method",
70568
+ "name": "get",
70569
+ "privacy": "public",
70570
+ "return": {
70571
+ "type": {
70572
+ "text": "StepState | undefined"
70573
+ }
70574
+ },
70575
+ "parameters": [
70576
+ {
70577
+ "name": "step",
70578
+ "type": {
70579
+ "text": "IgcStepComponent"
70580
+ }
70581
+ }
70582
+ ],
70583
+ "description": "Retrieves the state of a given step component."
70584
+ },
70585
+ {
70586
+ "kind": "method",
70587
+ "name": "delete",
70588
+ "privacy": "public",
70589
+ "return": {
70590
+ "type": {
70591
+ "text": "boolean"
70592
+ }
70593
+ },
70594
+ "parameters": [
70595
+ {
70596
+ "name": "step",
70597
+ "type": {
70598
+ "text": "IgcStepComponent"
70599
+ }
70600
+ }
70601
+ ],
70602
+ "description": "Deletes the state of a given step component."
70603
+ },
70604
+ {
70605
+ "kind": "method",
70606
+ "name": "isAccessible",
70607
+ "privacy": "public",
70608
+ "return": {
70609
+ "type": {
70610
+ "text": "boolean"
70611
+ }
70612
+ },
70613
+ "parameters": [
70614
+ {
70615
+ "name": "step",
70616
+ "type": {
70617
+ "text": "IgcStepComponent"
70618
+ }
70619
+ }
70620
+ ],
70621
+ "description": "Determines if a given step component is accessible based on its `disabled` state\nand the `linearDisabled` state from the stepper state management."
70622
+ },
70623
+ {
70624
+ "kind": "method",
70625
+ "name": "setSteps",
70626
+ "privacy": "public",
70627
+ "return": {
70628
+ "type": {
70629
+ "text": "void"
70630
+ }
70631
+ },
70632
+ "parameters": [
70633
+ {
70634
+ "name": "steps",
70635
+ "type": {
70636
+ "text": "IgcStepComponent[]"
70637
+ }
70638
+ }
70639
+ ],
70640
+ "description": "Updates the registered steps collection."
70641
+ },
70642
+ {
70643
+ "kind": "method",
70644
+ "name": "changeActiveStep",
70645
+ "privacy": "public",
70646
+ "return": {
70647
+ "type": {
70648
+ "text": "void"
70649
+ }
70650
+ },
70651
+ "parameters": [
70652
+ {
70653
+ "name": "step",
70654
+ "type": {
70655
+ "text": "IgcStepComponent"
70656
+ }
70657
+ }
70658
+ ],
70659
+ "description": "Changes the active step, deactivating the previous one and marking the new one as visited."
70660
+ },
70661
+ {
70662
+ "kind": "method",
70663
+ "name": "activateFirstStep",
70664
+ "privacy": "public",
70665
+ "return": {
70666
+ "type": {
70667
+ "text": "void"
70668
+ }
70669
+ },
70670
+ "description": "Activates the first non-disabled step."
70671
+ },
70672
+ {
70673
+ "kind": "method",
70674
+ "name": "getAdjacentStep",
70675
+ "privacy": "public",
70676
+ "return": {
70677
+ "type": {
70678
+ "text": "IgcStepComponent | undefined"
70679
+ }
70680
+ },
70681
+ "parameters": [
70682
+ {
70683
+ "name": "next",
70684
+ "default": "true"
70685
+ }
70686
+ ],
70687
+ "description": "Returns the next or previous accessible step relative to the active step."
70688
+ },
70689
+ {
70690
+ "kind": "method",
70691
+ "name": "syncState",
70692
+ "privacy": "public",
70693
+ "return": {
70694
+ "type": {
70695
+ "text": "void"
70696
+ }
70697
+ },
70698
+ "description": "Synchronizes the `active` and `previousCompleted` state across all steps."
70699
+ },
70700
+ {
70701
+ "kind": "method",
70702
+ "name": "setVisitedState",
70703
+ "privacy": "public",
70704
+ "return": {
70705
+ "type": {
70706
+ "text": "void"
70707
+ }
70708
+ },
70709
+ "parameters": [
70710
+ {
70711
+ "name": "value",
70712
+ "type": {
70713
+ "text": "boolean"
70714
+ }
70715
+ }
70716
+ ],
70717
+ "description": "Sets the visited state for all steps based on the current active step and the linear mode."
70718
+ },
70719
+ {
70720
+ "kind": "method",
70721
+ "name": "setLinearState",
70722
+ "privacy": "public",
70723
+ "return": {
70724
+ "type": {
70725
+ "text": "void"
70726
+ }
70727
+ },
70728
+ "description": "Computes and applies the linear-disabled state for all steps."
70729
+ },
70730
+ {
70731
+ "kind": "method",
70732
+ "name": "onStepPropertyChanged",
70733
+ "privacy": "public",
70734
+ "return": {
70735
+ "type": {
70736
+ "text": "void"
70737
+ }
70738
+ },
70739
+ "parameters": [
70740
+ {
70741
+ "name": "step",
70742
+ "type": {
70743
+ "text": "IgcStepComponent"
70744
+ }
70745
+ },
70746
+ {
70747
+ "name": "changed",
70748
+ "type": {
70749
+ "text": "PropertyValues<IgcStepComponent>"
70750
+ }
70751
+ }
70752
+ ],
70753
+ "description": "Handles step property changes, updating active step tracking and re-syncing state."
70754
+ },
70755
+ {
70756
+ "kind": "method",
70757
+ "name": "stepsChanged",
70758
+ "privacy": "public",
70759
+ "return": {
70760
+ "type": {
70761
+ "text": "void"
70762
+ }
70763
+ },
70764
+ "description": "Processes a change in the steps collection, resolving the active step and syncing state."
70765
+ },
70766
+ {
70767
+ "kind": "method",
70768
+ "name": "reset",
70769
+ "privacy": "public",
70770
+ "return": {
70771
+ "type": {
70772
+ "text": "void"
70773
+ }
70774
+ },
70775
+ "description": "Resets all step states and activates the first step."
70776
+ }
70777
+ ]
70778
+ },
70779
+ {
70780
+ "kind": "function",
70781
+ "name": "createStepperState",
70782
+ "return": {
70783
+ "type": {
70784
+ "text": "StepperState"
70785
+ }
70786
+ },
70787
+ "description": "Creates a new instance of the StepperState class, which manages the state of steps in a stepper component."
70788
+ }
70789
+ ],
70790
+ "exports": [
70791
+ {
70792
+ "kind": "js",
70793
+ "name": "createStepperState",
70794
+ "declaration": {
70795
+ "name": "createStepperState",
70796
+ "module": "src/components/stepper/common/state.ts"
70797
+ }
70798
+ },
70799
+ {
70800
+ "kind": "js",
70801
+ "name": "StepperState",
70802
+ "declaration": {
70803
+ "name": "StepperState",
70804
+ "module": "src/components/stepper/common/state.ts"
70805
+ }
70806
+ }
70807
+ ]
70808
+ },
70809
+ {
70810
+ "kind": "javascript-module",
70811
+ "path": "src/components/stepper/common/context.ts",
70812
+ "declarations": [
70813
+ {
70814
+ "kind": "variable",
70815
+ "name": "STEPPER_CONTEXT"
70816
+ }
70817
+ ],
70818
+ "exports": [
70819
+ {
70820
+ "kind": "js",
70821
+ "name": "STEPPER_CONTEXT",
70822
+ "declaration": {
70823
+ "name": "STEPPER_CONTEXT",
70824
+ "module": "src/components/stepper/common/context.ts"
70825
+ }
70826
+ }
70827
+ ]
70828
+ },
70829
+ {
70830
+ "kind": "javascript-module",
70831
+ "path": "src/components/stepper/common/types.ts",
68880
70832
  "declarations": [],
68881
70833
  "exports": []
68882
70834
  },
@@ -68886,11 +70838,11 @@
68886
70838
  "declarations": [
68887
70839
  {
68888
70840
  "kind": "class",
68889
- "description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.",
70841
+ "description": "A stepper component that provides a wizard-like workflow by dividing content into logical steps.",
68890
70842
  "name": "IgcStepperComponent",
68891
70843
  "slots": [
68892
70844
  {
68893
- "description": "Renders the step components inside default slot.",
70845
+ "description": "Renders `igc-step` components inside the default slot.",
68894
70846
  "name": ""
68895
70847
  }
68896
70848
  ],
@@ -68910,43 +70862,56 @@
68910
70862
  "kind": "method",
68911
70863
  "name": "register",
68912
70864
  "privacy": "public",
68913
- "static": true
70865
+ "static": true,
70866
+ "return": {
70867
+ "type": {
70868
+ "text": "void"
70869
+ }
70870
+ }
68914
70871
  },
68915
70872
  {
68916
70873
  "kind": "field",
68917
- "name": "keyDownHandlers",
68918
- "type": {
68919
- "text": "Map<string, Function>"
68920
- },
70874
+ "name": "_state",
70875
+ "privacy": "private",
70876
+ "readonly": true
70877
+ },
70878
+ {
70879
+ "kind": "field",
70880
+ "name": "_contextProvider",
68921
70881
  "privacy": "private",
68922
70882
  "readonly": true,
68923
- "default": "new Map( Object.entries({ Enter: this.activateStep, Space: this.activateStep, SpaceBar: this.activateStep, ' ': this.activateStep, ArrowUp: this.onArrowUpKeyDown, ArrowDown: this.onArrowDownKeyDown, ArrowLeft: this.onArrowLeftKeyDown, ArrowRight: this.onArrowRightKeyDown, Home: this.onHomeKey, End: this.onEndKey, }) )"
70883
+ "default": "new ContextProvider(this, { context: STEPPER_CONTEXT, initialValue: { stepper: this, state: this._state, }, })"
68924
70884
  },
68925
70885
  {
68926
70886
  "kind": "field",
68927
- "name": "activeStep",
68928
- "type": {
68929
- "text": "IgcStepComponent"
68930
- },
68931
- "privacy": "private"
70887
+ "name": "_internals",
70888
+ "privacy": "private",
70889
+ "readonly": true
70890
+ },
70891
+ {
70892
+ "kind": "field",
70893
+ "name": "_slots",
70894
+ "privacy": "private",
70895
+ "readonly": true
68932
70896
  },
68933
70897
  {
68934
70898
  "kind": "field",
68935
- "name": "_shouldUpdateLinearState",
70899
+ "name": "_isHorizontal",
68936
70900
  "type": {
68937
70901
  "text": "boolean"
68938
70902
  },
68939
70903
  "privacy": "private",
68940
- "default": "false"
70904
+ "readonly": true
68941
70905
  },
68942
70906
  {
68943
70907
  "kind": "field",
68944
70908
  "name": "steps",
68945
70909
  "type": {
68946
- "text": "Array<IgcStepComponent>"
70910
+ "text": "readonly IgcStepComponent[]"
68947
70911
  },
68948
70912
  "privacy": "public",
68949
- "description": "Returns all of the stepper's steps."
70913
+ "description": "Returns all of the stepper's steps.",
70914
+ "readonly": true
68950
70915
  },
68951
70916
  {
68952
70917
  "kind": "field",
@@ -68956,7 +70921,7 @@
68956
70921
  },
68957
70922
  "privacy": "public",
68958
70923
  "default": "'horizontal'",
68959
- "description": "Gets/Sets the orientation of the stepper.",
70924
+ "description": "The orientation of the stepper.",
68960
70925
  "attribute": "orientation",
68961
70926
  "reflects": true,
68962
70927
  "expandedType": {
@@ -68971,7 +70936,7 @@
68971
70936
  },
68972
70937
  "privacy": "public",
68973
70938
  "default": "'full'",
68974
- "description": "Get/Set the type of the steps.",
70939
+ "description": "The visual type of the steps.",
68975
70940
  "attribute": "step-type",
68976
70941
  "reflects": true,
68977
70942
  "expandedType": {
@@ -68986,8 +70951,9 @@
68986
70951
  },
68987
70952
  "privacy": "public",
68988
70953
  "default": "false",
68989
- "description": "Get/Set whether the stepper is linear.",
68990
- "attribute": "linear"
70954
+ "description": "Whether the stepper is linear.",
70955
+ "attribute": "linear",
70956
+ "reflects": true
68991
70957
  },
68992
70958
  {
68993
70959
  "kind": "field",
@@ -68997,7 +70963,7 @@
68997
70963
  },
68998
70964
  "privacy": "public",
68999
70965
  "default": "false",
69000
- "description": "Get/Set whether the content is displayed above the steps.",
70966
+ "description": "Whether the content is displayed above the steps.",
69001
70967
  "attribute": "content-top",
69002
70968
  "reflects": true
69003
70969
  },
@@ -69037,7 +71003,7 @@
69037
71003
  },
69038
71004
  "privacy": "public",
69039
71005
  "default": "320",
69040
- "description": "The animation duration in either vertical or horizontal mode.",
71006
+ "description": "The animation duration in either vertical or horizontal mode in milliseconds.",
69041
71007
  "attribute": "animation-duration"
69042
71008
  },
69043
71009
  {
@@ -69048,7 +71014,7 @@
69048
71014
  },
69049
71015
  "privacy": "public",
69050
71016
  "default": "'auto'",
69051
- "description": "Get/Set the position of the steps title.",
71017
+ "description": "The position of the steps title.",
69052
71018
  "attribute": "title-position",
69053
71019
  "expandedType": {
69054
71020
  "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
@@ -69056,18 +71022,32 @@
69056
71022
  },
69057
71023
  {
69058
71024
  "kind": "method",
69059
- "name": "orientationChange",
69060
- "privacy": "protected",
71025
+ "name": "_skipKeyboard",
71026
+ "privacy": "private",
69061
71027
  "return": {
69062
71028
  "type": {
69063
- "text": "void"
71029
+ "text": "boolean"
69064
71030
  }
69065
- }
71031
+ },
71032
+ "parameters": [
71033
+ {
71034
+ "name": "_",
71035
+ "type": {
71036
+ "text": "Element"
71037
+ }
71038
+ },
71039
+ {
71040
+ "name": "event",
71041
+ "type": {
71042
+ "text": "KeyboardEvent"
71043
+ }
71044
+ }
71045
+ ]
69066
71046
  },
69067
71047
  {
69068
71048
  "kind": "method",
69069
- "name": "stepTypeChange",
69070
- "privacy": "protected",
71049
+ "name": "_handleHomeKey",
71050
+ "privacy": "private",
69071
71051
  "return": {
69072
71052
  "type": {
69073
71053
  "text": "void"
@@ -69076,8 +71056,8 @@
69076
71056
  },
69077
71057
  {
69078
71058
  "kind": "method",
69079
- "name": "titlePositionChange",
69080
- "privacy": "protected",
71059
+ "name": "_handleEndKey",
71060
+ "privacy": "private",
69081
71061
  "return": {
69082
71062
  "type": {
69083
71063
  "text": "void"
@@ -69086,8 +71066,8 @@
69086
71066
  },
69087
71067
  {
69088
71068
  "kind": "method",
69089
- "name": "contentTopChange",
69090
- "privacy": "protected",
71069
+ "name": "_handleArrowDown",
71070
+ "privacy": "private",
69091
71071
  "return": {
69092
71072
  "type": {
69093
71073
  "text": "void"
@@ -69096,8 +71076,8 @@
69096
71076
  },
69097
71077
  {
69098
71078
  "kind": "method",
69099
- "name": "linearChange",
69100
- "privacy": "protected",
71079
+ "name": "_handleArrowUp",
71080
+ "privacy": "private",
69101
71081
  "return": {
69102
71082
  "type": {
69103
71083
  "text": "void"
@@ -69106,92 +71086,88 @@
69106
71086
  },
69107
71087
  {
69108
71088
  "kind": "method",
69109
- "name": "animationTypeChange",
69110
- "privacy": "protected"
69111
- },
69112
- {
69113
- "kind": "method",
69114
- "name": "animationDurationChange",
69115
- "privacy": "protected"
71089
+ "name": "_handleArrowLeft",
71090
+ "privacy": "private",
71091
+ "return": {
71092
+ "type": {
71093
+ "text": "void"
71094
+ }
71095
+ }
69116
71096
  },
69117
71097
  {
69118
71098
  "kind": "method",
69119
- "name": "activateFirstStep",
69120
- "privacy": "private"
71099
+ "name": "_handleArrowRight",
71100
+ "privacy": "private",
71101
+ "return": {
71102
+ "type": {
71103
+ "text": "void"
71104
+ }
71105
+ }
69121
71106
  },
69122
71107
  {
69123
71108
  "kind": "method",
69124
- "name": "animateSteps",
71109
+ "name": "_handleInteraction",
69125
71110
  "privacy": "private",
71111
+ "return": {
71112
+ "type": {
71113
+ "text": "void"
71114
+ }
71115
+ },
69126
71116
  "parameters": [
69127
71117
  {
69128
- "name": "nextStep",
69129
- "type": {
69130
- "text": "IgcStepComponent"
69131
- }
69132
- },
69133
- {
69134
- "name": "currentStep",
71118
+ "name": "event",
69135
71119
  "type": {
69136
- "text": "IgcStepComponent"
71120
+ "text": "Event"
69137
71121
  }
69138
71122
  }
69139
71123
  ]
69140
71124
  },
69141
71125
  {
69142
71126
  "kind": "method",
69143
- "name": "activateStep",
71127
+ "name": "_handleSlotChange",
69144
71128
  "privacy": "private",
69145
- "parameters": [
69146
- {
69147
- "name": "step",
69148
- "type": {
69149
- "text": "IgcStepComponent"
69150
- }
69151
- },
69152
- {
69153
- "name": "shouldEmit",
69154
- "default": "true"
71129
+ "return": {
71130
+ "type": {
71131
+ "text": "void"
69155
71132
  }
69156
- ]
71133
+ }
69157
71134
  },
69158
71135
  {
69159
71136
  "kind": "method",
69160
- "name": "changeActiveStep",
71137
+ "name": "_syncStepperAttributes",
69161
71138
  "privacy": "private",
71139
+ "return": {
71140
+ "type": {
71141
+ "text": "void"
71142
+ }
71143
+ },
69162
71144
  "parameters": [
69163
71145
  {
69164
- "name": "step",
71146
+ "name": "properties",
69165
71147
  "type": {
69166
- "text": "IgcStepComponent"
71148
+ "text": "PropertyValues<this>"
69167
71149
  }
69168
71150
  }
69169
71151
  ]
69170
71152
  },
69171
71153
  {
69172
71154
  "kind": "method",
69173
- "name": "moveToNextStep",
71155
+ "name": "_animateSteps",
69174
71156
  "privacy": "private",
69175
- "parameters": [
69176
- {
69177
- "name": "next",
69178
- "default": "true"
71157
+ "return": {
71158
+ "type": {
71159
+ "text": "void"
69179
71160
  }
69180
- ]
69181
- },
69182
- {
69183
- "kind": "method",
69184
- "name": "handleKeydown",
69185
- "privacy": "private",
71161
+ },
69186
71162
  "parameters": [
69187
71163
  {
69188
- "name": "event",
71164
+ "name": "nextStep",
69189
71165
  "type": {
69190
- "text": "KeyboardEvent"
71166
+ "text": "IgcStepComponent"
69191
71167
  }
69192
71168
  },
69193
71169
  {
69194
- "name": "focusedStep",
71170
+ "name": "currentStep",
69195
71171
  "type": {
69196
71172
  "text": "IgcStepComponent"
69197
71173
  }
@@ -69200,78 +71176,90 @@
69200
71176
  },
69201
71177
  {
69202
71178
  "kind": "method",
69203
- "name": "onHomeKey",
69204
- "privacy": "private"
69205
- },
69206
- {
69207
- "kind": "method",
69208
- "name": "onEndKey",
69209
- "privacy": "private"
69210
- },
69211
- {
69212
- "kind": "method",
69213
- "name": "onArrowDownKeyDown",
71179
+ "name": "_emitChanging",
69214
71180
  "privacy": "private",
71181
+ "return": {
71182
+ "type": {
71183
+ "text": "boolean"
71184
+ }
71185
+ },
69215
71186
  "parameters": [
69216
71187
  {
69217
- "name": "focusedStep",
71188
+ "name": "args",
69218
71189
  "type": {
69219
- "text": "IgcStepComponent"
71190
+ "text": "IgcActiveStepChangingEventArgs"
69220
71191
  }
69221
71192
  }
69222
71193
  ]
69223
71194
  },
69224
71195
  {
69225
71196
  "kind": "method",
69226
- "name": "onArrowUpKeyDown",
71197
+ "name": "_emitChanged",
69227
71198
  "privacy": "private",
71199
+ "return": {
71200
+ "type": {
71201
+ "text": "void"
71202
+ }
71203
+ },
69228
71204
  "parameters": [
69229
71205
  {
69230
- "name": "focusedStep",
71206
+ "name": "args",
69231
71207
  "type": {
69232
- "text": "IgcStepComponent"
71208
+ "text": "IgcActiveStepChangedEventArgs"
69233
71209
  }
69234
71210
  }
69235
71211
  ]
69236
71212
  },
69237
71213
  {
69238
71214
  "kind": "method",
69239
- "name": "onArrowRightKeyDown",
71215
+ "name": "_activateStep",
69240
71216
  "privacy": "private",
71217
+ "return": {
71218
+ "type": {
71219
+ "text": "void"
71220
+ }
71221
+ },
69241
71222
  "parameters": [
69242
71223
  {
69243
- "name": "focusedStep",
71224
+ "name": "step",
69244
71225
  "type": {
69245
71226
  "text": "IgcStepComponent"
69246
71227
  }
71228
+ },
71229
+ {
71230
+ "name": "shouldEmit",
71231
+ "default": "true"
69247
71232
  }
69248
71233
  ]
69249
71234
  },
69250
71235
  {
69251
71236
  "kind": "method",
69252
- "name": "onArrowLeftKeyDown",
71237
+ "name": "_moveToNextStep",
69253
71238
  "privacy": "private",
71239
+ "return": {
71240
+ "type": {
71241
+ "text": "void"
71242
+ }
71243
+ },
69254
71244
  "parameters": [
69255
71245
  {
69256
- "name": "focusedStep",
69257
- "type": {
69258
- "text": "IgcStepComponent"
69259
- }
71246
+ "name": "next",
71247
+ "default": "true"
69260
71248
  }
69261
71249
  ]
69262
71250
  },
69263
71251
  {
69264
71252
  "kind": "method",
69265
- "name": "getNextStep",
71253
+ "name": "_getNextStep",
69266
71254
  "privacy": "private",
69267
71255
  "return": {
69268
71256
  "type": {
69269
- "text": "IgcStepComponent | undefined"
71257
+ "text": "IgcStepComponent"
69270
71258
  }
69271
71259
  },
69272
71260
  "parameters": [
69273
71261
  {
69274
- "name": "focusedStep",
71262
+ "name": "step",
69275
71263
  "type": {
69276
71264
  "text": "IgcStepComponent"
69277
71265
  }
@@ -69280,16 +71268,16 @@
69280
71268
  },
69281
71269
  {
69282
71270
  "kind": "method",
69283
- "name": "getPreviousStep",
71271
+ "name": "_getPreviousStep",
69284
71272
  "privacy": "private",
69285
71273
  "return": {
69286
71274
  "type": {
69287
- "text": "IgcStepComponent | undefined"
71275
+ "text": "IgcStepComponent"
69288
71276
  }
69289
71277
  },
69290
71278
  "parameters": [
69291
71279
  {
69292
- "name": "focusedStep",
71280
+ "name": "step",
69293
71281
  "type": {
69294
71282
  "text": "IgcStepComponent"
69295
71283
  }
@@ -69298,21 +71286,27 @@
69298
71286
  },
69299
71287
  {
69300
71288
  "kind": "method",
69301
- "name": "updateStepsLinearDisabled",
71289
+ "name": "_getActiveStepComponent",
69302
71290
  "privacy": "private",
69303
71291
  "return": {
69304
71292
  "type": {
69305
- "text": "void"
71293
+ "text": "IgcStepComponent | null"
69306
71294
  }
69307
71295
  }
69308
71296
  },
69309
71297
  {
69310
71298
  "kind": "method",
69311
- "name": "updateAnimation",
71299
+ "name": "_getStepHeader",
69312
71300
  "privacy": "private",
71301
+ "return": {
71302
+ "type": {
71303
+ "text": "HTMLElement | null"
71304
+ }
71305
+ },
69313
71306
  "parameters": [
69314
71307
  {
69315
71308
  "name": "step",
71309
+ "optional": true,
69316
71310
  "type": {
69317
71311
  "text": "IgcStepComponent"
69318
71312
  }
@@ -69321,28 +71315,13 @@
69321
71315
  },
69322
71316
  {
69323
71317
  "kind": "method",
69324
- "name": "syncProperties",
69325
- "privacy": "private",
69326
- "return": {
69327
- "type": {
69328
- "text": "void"
69329
- }
69330
- }
69331
- },
69332
- {
69333
- "kind": "method",
69334
- "name": "stepsChanged",
69335
- "privacy": "private",
71318
+ "name": "navigateTo",
71319
+ "privacy": "public",
69336
71320
  "return": {
69337
71321
  "type": {
69338
71322
  "text": "void"
69339
71323
  }
69340
- }
69341
- },
69342
- {
69343
- "kind": "method",
69344
- "name": "navigateTo",
69345
- "privacy": "public",
71324
+ },
69346
71325
  "parameters": [
69347
71326
  {
69348
71327
  "name": "index",
@@ -69488,11 +71467,11 @@
69488
71467
  ],
69489
71468
  "events": [
69490
71469
  {
69491
- "description": "Emitted when the active step is about to change.",
71470
+ "description": "Emitted when the active step is about to change. Cancelable.",
69492
71471
  "name": "igcActiveStepChanging"
69493
71472
  },
69494
71473
  {
69495
- "description": "Emitted when the active step is changed.",
71474
+ "description": "Emitted after the active step has changed.",
69496
71475
  "name": "igcActiveStepChanged"
69497
71476
  },
69498
71477
  {
@@ -69506,6 +71485,52 @@
69506
71485
  }
69507
71486
  ],
69508
71487
  "attributes": [
71488
+ {
71489
+ "name": "orientation",
71490
+ "type": {
71491
+ "text": "StepperOrientation"
71492
+ },
71493
+ "default": "'horizontal'",
71494
+ "description": "The orientation of the stepper.",
71495
+ "fieldName": "orientation",
71496
+ "attribute": "orientation",
71497
+ "expandedType": {
71498
+ "text": "'horizontal' | 'vertical'"
71499
+ }
71500
+ },
71501
+ {
71502
+ "name": "step-type",
71503
+ "type": {
71504
+ "text": "StepperStepType"
71505
+ },
71506
+ "default": "'full'",
71507
+ "description": "The visual type of the steps.",
71508
+ "fieldName": "stepType",
71509
+ "attribute": "step-type",
71510
+ "expandedType": {
71511
+ "text": "'full' | 'indicator' | 'title'"
71512
+ }
71513
+ },
71514
+ {
71515
+ "name": "linear",
71516
+ "type": {
71517
+ "text": "boolean"
71518
+ },
71519
+ "default": "false",
71520
+ "description": "Whether the stepper is linear.",
71521
+ "fieldName": "linear",
71522
+ "attribute": "linear"
71523
+ },
71524
+ {
71525
+ "name": "content-top",
71526
+ "type": {
71527
+ "text": "boolean"
71528
+ },
71529
+ "default": "false",
71530
+ "description": "Whether the content is displayed above the steps.",
71531
+ "fieldName": "contentTop",
71532
+ "attribute": "content-top"
71533
+ },
69509
71534
  {
69510
71535
  "name": "vertical-animation",
69511
71536
  "type": {
@@ -69538,76 +71563,321 @@
69538
71563
  "text": "number"
69539
71564
  },
69540
71565
  "default": "320",
69541
- "description": "The animation duration in either vertical or horizontal mode.",
71566
+ "description": "The animation duration in either vertical or horizontal mode in milliseconds.",
69542
71567
  "fieldName": "animationDuration",
69543
71568
  "attribute": "animation-duration"
69544
71569
  },
69545
71570
  {
69546
- "name": "orientation",
71571
+ "name": "title-position",
69547
71572
  "type": {
69548
- "text": "StepperOrientation"
71573
+ "text": "StepperTitlePosition"
69549
71574
  },
69550
- "default": "'horizontal'",
69551
- "description": "Gets/Sets the orientation of the stepper.",
69552
- "fieldName": "orientation",
71575
+ "default": "'auto'",
71576
+ "description": "The position of the steps title.",
71577
+ "fieldName": "titlePosition",
71578
+ "attribute": "title-position",
69553
71579
  "expandedType": {
69554
- "text": "'horizontal' | 'vertical'"
71580
+ "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
71581
+ }
71582
+ }
71583
+ ],
71584
+ "mixins": [
71585
+ {
71586
+ "name": "EventEmitterMixin",
71587
+ "module": "/src/components/common/mixins/event-emitter.js"
71588
+ }
71589
+ ],
71590
+ "superclass": {
71591
+ "name": "LitElement",
71592
+ "package": "lit"
71593
+ },
71594
+ "tagName": "igc-stepper",
71595
+ "customElement": true
71596
+ }
71597
+ ],
71598
+ "exports": [
71599
+ {
71600
+ "kind": "js",
71601
+ "name": "default",
71602
+ "declaration": {
71603
+ "name": "IgcStepperComponent",
71604
+ "module": "src/components/stepper/stepper.ts"
71605
+ }
71606
+ }
71607
+ ]
71608
+ },
71609
+ {
71610
+ "kind": "javascript-module",
71611
+ "path": "src/components/highlight/service.ts",
71612
+ "declarations": [
71613
+ {
71614
+ "kind": "function",
71615
+ "name": "createHighlightController",
71616
+ "return": {
71617
+ "type": {
71618
+ "text": "HighlightService"
71619
+ }
71620
+ },
71621
+ "parameters": [
71622
+ {
71623
+ "name": "host",
71624
+ "type": {
71625
+ "text": "IgcHighlightComponent"
69555
71626
  }
71627
+ }
71628
+ ]
71629
+ }
71630
+ ],
71631
+ "exports": [
71632
+ {
71633
+ "kind": "js",
71634
+ "name": "createHighlightController",
71635
+ "declaration": {
71636
+ "name": "createHighlightController",
71637
+ "module": "src/components/highlight/service.ts"
71638
+ }
71639
+ }
71640
+ ]
71641
+ },
71642
+ {
71643
+ "kind": "javascript-module",
71644
+ "path": "src/components/highlight/highlight.ts",
71645
+ "declarations": [
71646
+ {
71647
+ "kind": "class",
71648
+ "description": "The highlight component provides efficient searching and highlighting of text\nprojected into it via its default slot. It uses the native CSS Custom Highlight API\nto apply highlight styles to matched text nodes without modifying the DOM.\n\nThe component supports case-sensitive matching, programmatic navigation between\nmatches, and automatic scroll-into-view of the active match.",
71649
+ "name": "IgcHighlightComponent",
71650
+ "cssProperties": [
71651
+ {
71652
+ "description": "The text color for a highlighted text node.",
71653
+ "name": "--foreground"
69556
71654
  },
69557
71655
  {
69558
- "name": "step-type",
71656
+ "description": "The background color for a highlighted text node.",
71657
+ "name": "--background"
71658
+ },
71659
+ {
71660
+ "description": "The text color for the active highlighted text node.",
71661
+ "name": "--foreground-active"
71662
+ },
71663
+ {
71664
+ "description": "The background color for the active highlighted text node.",
71665
+ "name": "--background-active"
71666
+ }
71667
+ ],
71668
+ "slots": [
71669
+ {
71670
+ "description": "The default slot. Place the text content you want to search and highlight here.",
71671
+ "name": ""
71672
+ }
71673
+ ],
71674
+ "members": [
71675
+ {
71676
+ "kind": "field",
71677
+ "name": "tagName",
69559
71678
  "type": {
69560
- "text": "StepperStepType"
71679
+ "text": "string"
69561
71680
  },
69562
- "default": "'full'",
69563
- "description": "Get/Set the type of the steps.",
69564
- "fieldName": "stepType",
69565
- "expandedType": {
69566
- "text": "'full' | 'indicator' | 'title'"
71681
+ "privacy": "public",
71682
+ "static": true,
71683
+ "readonly": true,
71684
+ "default": "'igc-highlight'"
71685
+ },
71686
+ {
71687
+ "kind": "method",
71688
+ "name": "register",
71689
+ "privacy": "public",
71690
+ "static": true,
71691
+ "return": {
71692
+ "type": {
71693
+ "text": "void"
71694
+ }
69567
71695
  }
69568
71696
  },
69569
71697
  {
69570
- "name": "linear",
71698
+ "kind": "field",
71699
+ "name": "_service",
71700
+ "privacy": "private",
71701
+ "readonly": true
71702
+ },
71703
+ {
71704
+ "kind": "field",
71705
+ "name": "_caseSensitive",
69571
71706
  "type": {
69572
71707
  "text": "boolean"
69573
71708
  },
69574
- "default": "false",
69575
- "description": "Get/Set whether the stepper is linear.",
69576
- "fieldName": "linear"
71709
+ "privacy": "private",
71710
+ "default": "false"
69577
71711
  },
69578
71712
  {
69579
- "name": "content-top",
71713
+ "kind": "field",
71714
+ "name": "_searchText",
69580
71715
  "type": {
69581
- "text": "boolean"
71716
+ "text": "string"
69582
71717
  },
71718
+ "privacy": "private",
71719
+ "default": "''"
71720
+ },
71721
+ {
71722
+ "kind": "field",
71723
+ "name": "caseSensitive",
71724
+ "privacy": "public",
71725
+ "description": "Whether to match the searched text with case sensitivity in mind.\nWhen `true`, only exact-case occurrences of `searchText` are highlighted.",
69583
71726
  "default": "false",
69584
- "description": "Get/Set whether the content is displayed above the steps.",
69585
- "fieldName": "contentTop"
71727
+ "attribute": "case-sensitive",
71728
+ "type": {
71729
+ "text": "boolean"
71730
+ },
71731
+ "reflects": true
69586
71732
  },
69587
71733
  {
69588
- "name": "title-position",
71734
+ "kind": "field",
71735
+ "name": "searchText",
71736
+ "privacy": "public",
71737
+ "description": "The string to search and highlight in the DOM content of the component.\nSetting this property triggers a new search automatically.\nAn empty string clears all highlights.",
71738
+ "attribute": "search-text",
69589
71739
  "type": {
69590
- "text": "StepperTitlePosition"
71740
+ "text": "string"
71741
+ }
71742
+ },
71743
+ {
71744
+ "kind": "field",
71745
+ "name": "size",
71746
+ "type": {
71747
+ "text": "number"
69591
71748
  },
69592
- "default": "'auto'",
69593
- "description": "Get/Set the position of the steps title.",
69594
- "fieldName": "titlePosition",
69595
- "expandedType": {
69596
- "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
71749
+ "privacy": "public",
71750
+ "description": "The total number of matches found for the current `searchText`. Returns `0` when there are no matches or `searchText` is empty.",
71751
+ "readonly": true
71752
+ },
71753
+ {
71754
+ "kind": "field",
71755
+ "name": "current",
71756
+ "type": {
71757
+ "text": "number"
71758
+ },
71759
+ "privacy": "public",
71760
+ "description": "The zero-based index of the currently active (focused) match. Returns `0` when there are no matches.",
71761
+ "readonly": true
71762
+ },
71763
+ {
71764
+ "kind": "method",
71765
+ "name": "_addStylesheet",
71766
+ "privacy": "private",
71767
+ "return": {
71768
+ "type": {
71769
+ "text": "void"
71770
+ }
69597
71771
  }
71772
+ },
71773
+ {
71774
+ "kind": "method",
71775
+ "name": "next",
71776
+ "privacy": "public",
71777
+ "return": {
71778
+ "type": {
71779
+ "text": "void"
71780
+ }
71781
+ },
71782
+ "parameters": [
71783
+ {
71784
+ "name": "options",
71785
+ "optional": true,
71786
+ "type": {
71787
+ "text": "HighlightNavigation"
71788
+ },
71789
+ "description": "Optional navigation options (e.g. `preventScroll`)."
71790
+ }
71791
+ ],
71792
+ "description": "Moves the active highlight to the next match.\nWraps around to the first match after the last one."
71793
+ },
71794
+ {
71795
+ "kind": "method",
71796
+ "name": "previous",
71797
+ "privacy": "public",
71798
+ "return": {
71799
+ "type": {
71800
+ "text": "void"
71801
+ }
71802
+ },
71803
+ "parameters": [
71804
+ {
71805
+ "name": "options",
71806
+ "optional": true,
71807
+ "type": {
71808
+ "text": "HighlightNavigation"
71809
+ },
71810
+ "description": "Optional navigation options (e.g. `preventScroll`)."
71811
+ }
71812
+ ],
71813
+ "description": "Moves the active highlight to the previous match.\nWraps around to the last match when going back from the first one."
71814
+ },
71815
+ {
71816
+ "kind": "method",
71817
+ "name": "setActive",
71818
+ "privacy": "public",
71819
+ "return": {
71820
+ "type": {
71821
+ "text": "void"
71822
+ }
71823
+ },
71824
+ "parameters": [
71825
+ {
71826
+ "name": "index",
71827
+ "type": {
71828
+ "text": "number"
71829
+ },
71830
+ "description": "The zero-based index of the match to activate."
71831
+ },
71832
+ {
71833
+ "name": "options",
71834
+ "optional": true,
71835
+ "type": {
71836
+ "text": "HighlightNavigation"
71837
+ },
71838
+ "description": "Optional navigation options (e.g. `preventScroll`)."
71839
+ }
71840
+ ],
71841
+ "description": "Moves the active highlight to the match at the specified zero-based index."
71842
+ },
71843
+ {
71844
+ "kind": "method",
71845
+ "name": "search",
71846
+ "privacy": "public",
71847
+ "return": {
71848
+ "type": {
71849
+ "text": "void"
71850
+ }
71851
+ },
71852
+ "description": "Re-runs the highlight search based on the current `searchText` and `caseSensitive` values.\n\nCall this method after the slotted content changes dynamically (e.g. after lazy loading\nor programmatic DOM mutations) to ensure all matches are up to date."
69598
71853
  }
69599
71854
  ],
69600
- "mixins": [
71855
+ "attributes": [
69601
71856
  {
69602
- "name": "EventEmitterMixin",
69603
- "module": "/src/components/common/mixins/event-emitter.js"
71857
+ "name": "case-sensitive",
71858
+ "description": "Whether to match the searched text with case sensitivity in mind.\nWhen `true`, only exact-case occurrences of `searchText` are highlighted.",
71859
+ "default": "false",
71860
+ "fieldName": "caseSensitive",
71861
+ "attribute": "case-sensitive",
71862
+ "type": {
71863
+ "text": "boolean"
71864
+ }
71865
+ },
71866
+ {
71867
+ "name": "search-text",
71868
+ "description": "The string to search and highlight in the DOM content of the component.\nSetting this property triggers a new search automatically.\nAn empty string clears all highlights.",
71869
+ "fieldName": "searchText",
71870
+ "attribute": "search-text",
71871
+ "type": {
71872
+ "text": "string"
71873
+ }
69604
71874
  }
69605
71875
  ],
69606
71876
  "superclass": {
69607
71877
  "name": "LitElement",
69608
71878
  "package": "lit"
69609
71879
  },
69610
- "tagName": "igc-stepper",
71880
+ "tagName": "igc-highlight",
69611
71881
  "customElement": true
69612
71882
  }
69613
71883
  ],
@@ -69616,8 +71886,8 @@
69616
71886
  "kind": "js",
69617
71887
  "name": "default",
69618
71888
  "declaration": {
69619
- "name": "IgcStepperComponent",
69620
- "module": "src/components/stepper/stepper.ts"
71889
+ "name": "IgcHighlightComponent",
71890
+ "module": "src/components/highlight/highlight.ts"
69621
71891
  }
69622
71892
  }
69623
71893
  ]
@@ -70343,6 +72613,14 @@
70343
72613
  "module": "./components/tree/tree-item.js"
70344
72614
  }
70345
72615
  },
72616
+ {
72617
+ "kind": "js",
72618
+ "name": "IgcSplitterComponent",
72619
+ "declaration": {
72620
+ "name": "default",
72621
+ "module": "./components/splitter/splitter.js"
72622
+ }
72623
+ },
70346
72624
  {
70347
72625
  "kind": "js",
70348
72626
  "name": "IgcStepperComponent",
@@ -70359,6 +72637,14 @@
70359
72637
  "module": "./components/stepper/step.js"
70360
72638
  }
70361
72639
  },
72640
+ {
72641
+ "kind": "js",
72642
+ "name": "IgcHighlightComponent",
72643
+ "declaration": {
72644
+ "name": "default",
72645
+ "module": "./components/highlight/highlight.js"
72646
+ }
72647
+ },
70362
72648
  {
70363
72649
  "kind": "js",
70364
72650
  "name": "IgcTooltipComponent",
@@ -70823,12 +73109,20 @@
70823
73109
  "module": "./components/snackbar/snackbar.js"
70824
73110
  }
70825
73111
  },
73112
+ {
73113
+ "kind": "js",
73114
+ "name": "IgcSplitterComponentEventMap",
73115
+ "declaration": {
73116
+ "name": "IgcSplitterComponentEventMap",
73117
+ "module": "./components/splitter/splitter.js"
73118
+ }
73119
+ },
70826
73120
  {
70827
73121
  "kind": "js",
70828
73122
  "name": "IgcStepperComponentEventMap",
70829
73123
  "declaration": {
70830
73124
  "name": "IgcStepperComponentEventMap",
70831
- "module": "./components/stepper/stepper.common.js"
73125
+ "module": "./components/stepper/common/types.js"
70832
73126
  }
70833
73127
  },
70834
73128
  {
@@ -70999,12 +73293,20 @@
70999
73293
  "module": "./components/slider/range-slider.js"
71000
73294
  }
71001
73295
  },
73296
+ {
73297
+ "kind": "js",
73298
+ "name": "IgcSplitterResizeEventDetail",
73299
+ "declaration": {
73300
+ "name": "IgcSplitterResizeEventDetail",
73301
+ "module": "./components/splitter/splitter.js"
73302
+ }
73303
+ },
71002
73304
  {
71003
73305
  "kind": "js",
71004
73306
  "name": "IgcActiveStepChangingEventArgs",
71005
73307
  "declaration": {
71006
73308
  "name": "IgcActiveStepChangingEventArgs",
71007
- "module": "./components/stepper/stepper.common.js"
73309
+ "module": "./components/stepper/common/types.js"
71008
73310
  }
71009
73311
  },
71010
73312
  {
@@ -71012,7 +73314,7 @@
71012
73314
  "name": "IgcActiveStepChangedEventArgs",
71013
73315
  "declaration": {
71014
73316
  "name": "IgcActiveStepChangedEventArgs",
71015
- "module": "./components/stepper/stepper.common.js"
73317
+ "module": "./components/stepper/common/types.js"
71016
73318
  }
71017
73319
  },
71018
73320
  {