igniteui-webcomponents 7.2.3 → 7.2.4

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 (104) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/animations/player.d.ts +4 -11
  3. package/animations/player.js +3 -9
  4. package/animations/player.js.map +1 -1
  5. package/animations/view-transition.d.ts +44 -0
  6. package/animations/view-transition.js +81 -0
  7. package/animations/view-transition.js.map +1 -0
  8. package/components/avatar/avatar.js +7 -7
  9. package/components/avatar/avatar.js.map +1 -1
  10. package/components/button/button-base.d.ts +1 -1
  11. package/components/button/button-base.js +7 -5
  12. package/components/button/button-base.js.map +1 -1
  13. package/components/button/icon-button.js +9 -9
  14. package/components/button/icon-button.js.map +1 -1
  15. package/components/calendar/calendar.js.map +1 -1
  16. package/components/calendar/days-view/days-view.js.map +1 -1
  17. package/components/carousel/carousel.js +1 -2
  18. package/components/carousel/carousel.js.map +1 -1
  19. package/components/chat/chat-input.js +4 -4
  20. package/components/chat/chat-input.js.map +1 -1
  21. package/components/chat/chat.js +6 -6
  22. package/components/chat/chat.js.map +1 -1
  23. package/components/chat/message-attachments.js.map +1 -1
  24. package/components/checkbox/checkbox.js.map +1 -1
  25. package/components/combo/combo.d.ts +1 -0
  26. package/components/combo/combo.js +9 -1
  27. package/components/combo/combo.js.map +1 -1
  28. package/components/common/controllers/gestures.js.map +1 -1
  29. package/components/common/controllers/internals.d.ts +9 -0
  30. package/components/common/controllers/internals.js +4 -0
  31. package/components/common/controllers/internals.js.map +1 -1
  32. package/components/common/controllers/mutation-observer.d.ts +2 -2
  33. package/components/common/controllers/mutation-observer.js +10 -7
  34. package/components/common/controllers/mutation-observer.js.map +1 -1
  35. package/components/common/controllers/slot.d.ts +1 -1
  36. package/components/common/controllers/slot.js +4 -1
  37. package/components/common/controllers/slot.js.map +1 -1
  38. package/components/common/i18n/utils.js.map +1 -1
  39. package/components/common/mixins/forms/associated.d.ts +1 -1
  40. package/components/common/mixins/forms/associated.js +21 -13
  41. package/components/common/mixins/forms/associated.js.map +1 -1
  42. package/components/common/mixins/forms/types.d.ts +2 -1
  43. package/components/common/mixins/forms/types.js.map +1 -1
  44. package/components/common/templates/masked-input.d.ts +2 -0
  45. package/components/common/templates/masked-input.js +2 -1
  46. package/components/common/templates/masked-input.js.map +1 -1
  47. package/components/date-picker/date-picker.d.ts +2 -1
  48. package/components/date-picker/date-picker.js +6 -0
  49. package/components/date-picker/date-picker.js.map +1 -1
  50. package/components/date-range-picker/date-range-mask-parser.js.map +1 -1
  51. package/components/date-range-picker/date-range-picker.d.ts +2 -1
  52. package/components/date-range-picker/date-range-picker.js +10 -8
  53. package/components/date-range-picker/date-range-picker.js.map +1 -1
  54. package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
  55. package/components/date-time-input/date-time-input.base.d.ts +15 -0
  56. package/components/date-time-input/date-time-input.base.js +9 -1
  57. package/components/date-time-input/date-time-input.base.js.map +1 -1
  58. package/components/dialog/dialog.js +4 -4
  59. package/components/dialog/dialog.js.map +1 -1
  60. package/components/file-input/file-input.js.map +1 -1
  61. package/components/icon/icon-state.broadcast.js.map +1 -1
  62. package/components/icon/icon.d.ts +3 -2
  63. package/components/icon/icon.js +7 -2
  64. package/components/icon/icon.js.map +1 -1
  65. package/components/input/input-base.d.ts +15 -0
  66. package/components/input/input-base.js +8 -1
  67. package/components/input/input-base.js.map +1 -1
  68. package/components/input/input.js +1 -0
  69. package/components/input/input.js.map +1 -1
  70. package/components/mask-input/mask-input.js +1 -0
  71. package/components/mask-input/mask-input.js.map +1 -1
  72. package/components/select/select.d.ts +7 -1
  73. package/components/select/select.js +12 -1
  74. package/components/select/select.js.map +1 -1
  75. package/components/slider/range-slider.js +5 -5
  76. package/components/slider/range-slider.js.map +1 -1
  77. package/components/slider/slider-base.js +9 -9
  78. package/components/slider/slider-base.js.map +1 -1
  79. package/components/snackbar/snackbar.js +4 -4
  80. package/components/snackbar/snackbar.js.map +1 -1
  81. package/components/splitter/splitter.js.map +1 -1
  82. package/components/stepper/common/animations.js.map +1 -1
  83. package/components/stepper/step.js.map +1 -1
  84. package/components/tabs/tabs.js +29 -10
  85. package/components/tabs/tabs.js.map +1 -1
  86. package/components/textarea/textarea.js +1 -0
  87. package/components/textarea/textarea.js.map +1 -1
  88. package/components/tile-manager/tile.js +14 -13
  89. package/components/tile-manager/tile.js.map +1 -1
  90. package/components/tooltip/tooltip.js +8 -8
  91. package/components/tooltip/tooltip.js.map +1 -1
  92. package/components/tree/tree-item.js +31 -31
  93. package/components/tree/tree-item.js.map +1 -1
  94. package/components/types.js.map +1 -1
  95. package/components/validation-container/validation-container.d.ts +32 -5
  96. package/components/validation-container/validation-container.js +74 -64
  97. package/components/validation-container/validation-container.js.map +1 -1
  98. package/custom-elements.json +780 -137
  99. package/igniteui-webcomponents.html-data.json +1 -1
  100. package/index.d.ts +3 -3
  101. package/index.js.map +1 -1
  102. package/package.json +1 -1
  103. package/skills/igniteui-wc-generate-from-image-design/references/gotchas.md +15 -1
  104. package/web-types.json +1 -1
@@ -2029,7 +2029,7 @@
2029
2029
  "mixins": [
2030
2030
  {
2031
2031
  "name": "EventEmitterMixin",
2032
- "module": "/src/components/common//mixins/event-emitter.js"
2032
+ "module": "/src/components/common/mixins/event-emitter.js"
2033
2033
  }
2034
2034
  ],
2035
2035
  "superclass": {
@@ -5056,8 +5056,8 @@
5056
5056
  },
5057
5057
  {
5058
5058
  "kind": "field",
5059
- "name": "__internals",
5060
- "privacy": "private",
5059
+ "name": "_internals",
5060
+ "privacy": "protected",
5061
5061
  "readonly": true,
5062
5062
  "inheritedFrom": {
5063
5063
  "name": "BaseFormAssociated",
@@ -5085,6 +5085,7 @@
5085
5085
  },
5086
5086
  "privacy": "private",
5087
5087
  "default": "false",
5088
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
5088
5089
  "inheritedFrom": {
5089
5090
  "name": "BaseFormAssociated",
5090
5091
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5098,6 +5099,7 @@
5098
5099
  },
5099
5100
  "privacy": "private",
5100
5101
  "default": "false",
5102
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
5101
5103
  "inheritedFrom": {
5102
5104
  "name": "BaseFormAssociated",
5103
5105
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5232,7 +5234,6 @@
5232
5234
  "type": {
5233
5235
  "text": "boolean"
5234
5236
  },
5235
- "reflects": true,
5236
5237
  "inheritedFrom": {
5237
5238
  "name": "BaseFormAssociated",
5238
5239
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5367,10 +5368,30 @@
5367
5368
  "module": "src/components/common/mixins/forms/associated.ts"
5368
5369
  }
5369
5370
  },
5371
+ {
5372
+ "kind": "method",
5373
+ "name": "_resolveInternalValidation",
5374
+ "privacy": "private",
5375
+ "return": {
5376
+ "type": {
5377
+ "text": "void"
5378
+ }
5379
+ },
5380
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
5381
+ "inheritedFrom": {
5382
+ "name": "BaseFormAssociated",
5383
+ "module": "src/components/common/mixins/forms/associated.ts"
5384
+ }
5385
+ },
5370
5386
  {
5371
5387
  "kind": "method",
5372
5388
  "name": "__runValidators",
5373
5389
  "privacy": "private",
5390
+ "return": {
5391
+ "type": {
5392
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
5393
+ }
5394
+ },
5374
5395
  "inheritedFrom": {
5375
5396
  "name": "BaseFormAssociated",
5376
5397
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5721,8 +5742,8 @@
5721
5742
  },
5722
5743
  {
5723
5744
  "kind": "field",
5724
- "name": "__internals",
5725
- "privacy": "private",
5745
+ "name": "_internals",
5746
+ "privacy": "protected",
5726
5747
  "readonly": true,
5727
5748
  "inheritedFrom": {
5728
5749
  "name": "BaseFormAssociated",
@@ -5750,6 +5771,7 @@
5750
5771
  },
5751
5772
  "privacy": "private",
5752
5773
  "default": "false",
5774
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
5753
5775
  "inheritedFrom": {
5754
5776
  "name": "BaseFormAssociated",
5755
5777
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5763,6 +5785,7 @@
5763
5785
  },
5764
5786
  "privacy": "private",
5765
5787
  "default": "false",
5788
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
5766
5789
  "inheritedFrom": {
5767
5790
  "name": "BaseFormAssociated",
5768
5791
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -5897,7 +5920,6 @@
5897
5920
  "type": {
5898
5921
  "text": "boolean"
5899
5922
  },
5900
- "reflects": true,
5901
5923
  "inheritedFrom": {
5902
5924
  "name": "BaseFormAssociated",
5903
5925
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -6032,10 +6054,30 @@
6032
6054
  "module": "src/components/common/mixins/forms/associated.ts"
6033
6055
  }
6034
6056
  },
6057
+ {
6058
+ "kind": "method",
6059
+ "name": "_resolveInternalValidation",
6060
+ "privacy": "private",
6061
+ "return": {
6062
+ "type": {
6063
+ "text": "void"
6064
+ }
6065
+ },
6066
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
6067
+ "inheritedFrom": {
6068
+ "name": "BaseFormAssociated",
6069
+ "module": "src/components/common/mixins/forms/associated.ts"
6070
+ }
6071
+ },
6035
6072
  {
6036
6073
  "kind": "method",
6037
6074
  "name": "__runValidators",
6038
6075
  "privacy": "private",
6076
+ "return": {
6077
+ "type": {
6078
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
6079
+ }
6080
+ },
6039
6081
  "inheritedFrom": {
6040
6082
  "name": "BaseFormAssociated",
6041
6083
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -6435,8 +6477,8 @@
6435
6477
  },
6436
6478
  {
6437
6479
  "kind": "field",
6438
- "name": "__internals",
6439
- "privacy": "private",
6480
+ "name": "_internals",
6481
+ "privacy": "protected",
6440
6482
  "readonly": true,
6441
6483
  "inheritedFrom": {
6442
6484
  "name": "BaseFormAssociated",
@@ -6464,6 +6506,7 @@
6464
6506
  },
6465
6507
  "privacy": "private",
6466
6508
  "default": "false",
6509
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
6467
6510
  "inheritedFrom": {
6468
6511
  "name": "BaseFormAssociated",
6469
6512
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -6477,6 +6520,7 @@
6477
6520
  },
6478
6521
  "privacy": "private",
6479
6522
  "default": "false",
6523
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
6480
6524
  "inheritedFrom": {
6481
6525
  "name": "BaseFormAssociated",
6482
6526
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -6611,7 +6655,6 @@
6611
6655
  "type": {
6612
6656
  "text": "boolean"
6613
6657
  },
6614
- "reflects": true,
6615
6658
  "inheritedFrom": {
6616
6659
  "name": "BaseFormAssociated",
6617
6660
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -6746,10 +6789,30 @@
6746
6789
  "module": "src/components/common/mixins/forms/associated.ts"
6747
6790
  }
6748
6791
  },
6792
+ {
6793
+ "kind": "method",
6794
+ "name": "_resolveInternalValidation",
6795
+ "privacy": "private",
6796
+ "return": {
6797
+ "type": {
6798
+ "text": "void"
6799
+ }
6800
+ },
6801
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
6802
+ "inheritedFrom": {
6803
+ "name": "BaseFormAssociated",
6804
+ "module": "src/components/common/mixins/forms/associated.ts"
6805
+ }
6806
+ },
6749
6807
  {
6750
6808
  "kind": "method",
6751
6809
  "name": "__runValidators",
6752
6810
  "privacy": "private",
6811
+ "return": {
6812
+ "type": {
6813
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
6814
+ }
6815
+ },
6753
6816
  "inheritedFrom": {
6754
6817
  "name": "BaseFormAssociated",
6755
6818
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -7135,8 +7198,8 @@
7135
7198
  },
7136
7199
  {
7137
7200
  "kind": "field",
7138
- "name": "__internals",
7139
- "privacy": "private",
7201
+ "name": "_internals",
7202
+ "privacy": "protected",
7140
7203
  "readonly": true,
7141
7204
  "inheritedFrom": {
7142
7205
  "name": "BaseFormAssociated",
@@ -7164,6 +7227,7 @@
7164
7227
  },
7165
7228
  "privacy": "private",
7166
7229
  "default": "false",
7230
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
7167
7231
  "inheritedFrom": {
7168
7232
  "name": "BaseFormAssociated",
7169
7233
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -7177,6 +7241,7 @@
7177
7241
  },
7178
7242
  "privacy": "private",
7179
7243
  "default": "false",
7244
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
7180
7245
  "inheritedFrom": {
7181
7246
  "name": "BaseFormAssociated",
7182
7247
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -7311,7 +7376,6 @@
7311
7376
  "type": {
7312
7377
  "text": "boolean"
7313
7378
  },
7314
- "reflects": true,
7315
7379
  "inheritedFrom": {
7316
7380
  "name": "BaseFormAssociated",
7317
7381
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -7446,10 +7510,30 @@
7446
7510
  "module": "src/components/common/mixins/forms/associated.ts"
7447
7511
  }
7448
7512
  },
7513
+ {
7514
+ "kind": "method",
7515
+ "name": "_resolveInternalValidation",
7516
+ "privacy": "private",
7517
+ "return": {
7518
+ "type": {
7519
+ "text": "void"
7520
+ }
7521
+ },
7522
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
7523
+ "inheritedFrom": {
7524
+ "name": "BaseFormAssociated",
7525
+ "module": "src/components/common/mixins/forms/associated.ts"
7526
+ }
7527
+ },
7449
7528
  {
7450
7529
  "kind": "method",
7451
7530
  "name": "__runValidators",
7452
7531
  "privacy": "private",
7532
+ "return": {
7533
+ "type": {
7534
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
7535
+ }
7536
+ },
7453
7537
  "inheritedFrom": {
7454
7538
  "name": "BaseFormAssociated",
7455
7539
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -8637,12 +8721,6 @@
8637
8721
  "readonly": true,
8638
8722
  "default": "'igc-validator'"
8639
8723
  },
8640
- {
8641
- "kind": "field",
8642
- "name": "_themes",
8643
- "privacy": "protected",
8644
- "readonly": true
8645
- },
8646
8724
  {
8647
8725
  "kind": "method",
8648
8726
  "name": "register",
@@ -8678,7 +8756,8 @@
8678
8756
  "text": "ValidationContainerConfig"
8679
8757
  }
8680
8758
  }
8681
- ]
8759
+ ],
8760
+ "description": "Creates a validation container for the given form control.\n\nThe container will render validation messages based on the control's validity state\nand projected content, and reflect the control's `invalid` state."
8682
8761
  },
8683
8762
  {
8684
8763
  "kind": "field",
@@ -8694,15 +8773,6 @@
8694
8773
  },
8695
8774
  "privacy": "private"
8696
8775
  },
8697
- {
8698
- "kind": "field",
8699
- "name": "_hasSlottedContent",
8700
- "type": {
8701
- "text": "boolean"
8702
- },
8703
- "privacy": "private",
8704
- "default": "false"
8705
- },
8706
8776
  {
8707
8777
  "kind": "field",
8708
8778
  "name": "invalid",
@@ -8711,53 +8781,50 @@
8711
8781
  },
8712
8782
  "privacy": "public",
8713
8783
  "default": "false",
8784
+ "description": "Whether the container is in an invalid state.\n\nThis is reflected from the target's `invalid` property,\nand is used to determine whether to render the validation message slots.",
8714
8785
  "attribute": "invalid"
8715
8786
  },
8716
8787
  {
8717
8788
  "kind": "field",
8718
8789
  "name": "target",
8719
8790
  "privacy": "public",
8791
+ "description": "The form control whose validity state is being rendered. The target's `invalid`\nproperty is reflected to the container, and its validity state is used to\ndetermine which validation message slots to render.",
8720
8792
  "type": {
8721
8793
  "text": "IgcFormControl"
8722
8794
  }
8723
8795
  },
8724
8796
  {
8725
8797
  "kind": "method",
8726
- "name": "_renderValidationMessage",
8727
- "privacy": "protected",
8798
+ "name": "_collectProjectedSlots",
8799
+ "privacy": "private",
8728
8800
  "return": {
8729
8801
  "type": {
8730
- "text": "TemplateResult"
8802
+ "text": ""
8731
8803
  }
8732
8804
  },
8733
- "parameters": [
8734
- {
8735
- "name": "slotName",
8736
- "type": {
8737
- "text": "string"
8738
- }
8739
- }
8740
- ]
8805
+ "description": "Collects the projection state of the container slots in a single DOM pass."
8741
8806
  },
8742
8807
  {
8743
8808
  "kind": "method",
8744
- "name": "_renderValidationSlots",
8809
+ "name": "_renderValidationMessage",
8745
8810
  "privacy": "protected",
8746
8811
  "return": {
8747
8812
  "type": {
8748
- "text": "Generator<TemplateResult>"
8813
+ "text": "TemplateResult"
8749
8814
  }
8750
8815
  },
8751
8816
  "parameters": [
8752
8817
  {
8753
- "name": "validity",
8818
+ "name": "slotName",
8754
8819
  "type": {
8755
- "text": "ValidityState"
8820
+ "text": "string"
8756
8821
  }
8757
8822
  },
8758
8823
  {
8759
- "name": "projected",
8760
- "default": "false"
8824
+ "name": "projectedSlots",
8825
+ "type": {
8826
+ "text": "ReadonlySet<string>"
8827
+ }
8761
8828
  }
8762
8829
  ]
8763
8830
  },
@@ -8769,7 +8836,15 @@
8769
8836
  "type": {
8770
8837
  "text": "TemplateResult | typeof nothing"
8771
8838
  }
8772
- }
8839
+ },
8840
+ "parameters": [
8841
+ {
8842
+ "name": "hasValidationProjection",
8843
+ "type": {
8844
+ "text": "boolean"
8845
+ }
8846
+ }
8847
+ ]
8773
8848
  }
8774
8849
  ],
8775
8850
  "attributes": [
@@ -8779,6 +8854,7 @@
8779
8854
  "text": "boolean"
8780
8855
  },
8781
8856
  "default": "false",
8857
+ "description": "Whether the container is in an invalid state.\n\nThis is reflected from the target's `invalid` property,\nand is used to determine whether to render the validation message slots.",
8782
8858
  "fieldName": "invalid"
8783
8859
  }
8784
8860
  ],
@@ -9076,8 +9152,8 @@
9076
9152
  },
9077
9153
  {
9078
9154
  "kind": "field",
9079
- "name": "__internals",
9080
- "privacy": "private",
9155
+ "name": "_internals",
9156
+ "privacy": "protected",
9081
9157
  "readonly": true,
9082
9158
  "inheritedFrom": {
9083
9159
  "name": "BaseFormAssociated",
@@ -9105,6 +9181,7 @@
9105
9181
  },
9106
9182
  "privacy": "private",
9107
9183
  "default": "false",
9184
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
9108
9185
  "inheritedFrom": {
9109
9186
  "name": "BaseFormAssociated",
9110
9187
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -9118,6 +9195,7 @@
9118
9195
  },
9119
9196
  "privacy": "private",
9120
9197
  "default": "false",
9198
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
9121
9199
  "inheritedFrom": {
9122
9200
  "name": "BaseFormAssociated",
9123
9201
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -9252,7 +9330,6 @@
9252
9330
  "type": {
9253
9331
  "text": "boolean"
9254
9332
  },
9255
- "reflects": true,
9256
9333
  "inheritedFrom": {
9257
9334
  "name": "BaseFormAssociated",
9258
9335
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -9387,10 +9464,30 @@
9387
9464
  "module": "src/components/common/mixins/forms/associated.ts"
9388
9465
  }
9389
9466
  },
9467
+ {
9468
+ "kind": "method",
9469
+ "name": "_resolveInternalValidation",
9470
+ "privacy": "private",
9471
+ "return": {
9472
+ "type": {
9473
+ "text": "void"
9474
+ }
9475
+ },
9476
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
9477
+ "inheritedFrom": {
9478
+ "name": "BaseFormAssociated",
9479
+ "module": "src/components/common/mixins/forms/associated.ts"
9480
+ }
9481
+ },
9390
9482
  {
9391
9483
  "kind": "method",
9392
9484
  "name": "__runValidators",
9393
9485
  "privacy": "private",
9486
+ "return": {
9487
+ "type": {
9488
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
9489
+ }
9490
+ },
9394
9491
  "inheritedFrom": {
9395
9492
  "name": "BaseFormAssociated",
9396
9493
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -10395,8 +10492,8 @@
10395
10492
  },
10396
10493
  {
10397
10494
  "kind": "field",
10398
- "name": "__internals",
10399
- "privacy": "private",
10495
+ "name": "_internals",
10496
+ "privacy": "protected",
10400
10497
  "readonly": true,
10401
10498
  "inheritedFrom": {
10402
10499
  "name": "IgcInputBaseComponent",
@@ -10411,6 +10508,7 @@
10411
10508
  },
10412
10509
  "privacy": "private",
10413
10510
  "default": "false",
10511
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
10414
10512
  "inheritedFrom": {
10415
10513
  "name": "IgcInputBaseComponent",
10416
10514
  "module": "src/components/input/input-base.ts"
@@ -10424,6 +10522,7 @@
10424
10522
  },
10425
10523
  "privacy": "private",
10426
10524
  "default": "false",
10525
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
10427
10526
  "inheritedFrom": {
10428
10527
  "name": "IgcInputBaseComponent",
10429
10528
  "module": "src/components/input/input-base.ts"
@@ -10545,7 +10644,6 @@
10545
10644
  "type": {
10546
10645
  "text": "boolean"
10547
10646
  },
10548
- "reflects": true,
10549
10647
  "inheritedFrom": {
10550
10648
  "name": "IgcInputBaseComponent",
10551
10649
  "module": "src/components/input/input-base.ts"
@@ -10680,10 +10778,30 @@
10680
10778
  "module": "src/components/input/input-base.ts"
10681
10779
  }
10682
10780
  },
10781
+ {
10782
+ "kind": "method",
10783
+ "name": "_resolveInternalValidation",
10784
+ "privacy": "private",
10785
+ "return": {
10786
+ "type": {
10787
+ "text": "void"
10788
+ }
10789
+ },
10790
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
10791
+ "inheritedFrom": {
10792
+ "name": "IgcInputBaseComponent",
10793
+ "module": "src/components/input/input-base.ts"
10794
+ }
10795
+ },
10683
10796
  {
10684
10797
  "kind": "method",
10685
10798
  "name": "__runValidators",
10686
10799
  "privacy": "private",
10800
+ "return": {
10801
+ "type": {
10802
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
10803
+ }
10804
+ },
10687
10805
  "inheritedFrom": {
10688
10806
  "name": "IgcInputBaseComponent",
10689
10807
  "module": "src/components/input/input-base.ts"
@@ -12884,11 +13002,11 @@
12884
13002
  },
12885
13003
  {
12886
13004
  "kind": "field",
12887
- "name": "__internals",
13005
+ "name": "_internals",
12888
13006
  "type": {
12889
13007
  "text": "ElementInternalsController"
12890
13008
  },
12891
- "privacy": "private",
13009
+ "privacy": "protected",
12892
13010
  "readonly": true,
12893
13011
  "inheritedFrom": {
12894
13012
  "name": "BaseFormAssociatedElement",
@@ -13421,11 +13539,11 @@
13421
13539
  },
13422
13540
  {
13423
13541
  "kind": "field",
13424
- "name": "__internals",
13542
+ "name": "_internals",
13425
13543
  "type": {
13426
13544
  "text": "ElementInternalsController"
13427
13545
  },
13428
- "privacy": "private",
13546
+ "privacy": "protected",
13429
13547
  "readonly": true,
13430
13548
  "inheritedFrom": {
13431
13549
  "name": "BaseFormAssociatedElement",
@@ -14090,6 +14208,16 @@
14090
14208
  "description": "Returns a boolean value which returns true if the element is a submittable element\nwhich is a candidate for constraint validation.",
14091
14209
  "readonly": true
14092
14210
  },
14211
+ {
14212
+ "kind": "field",
14213
+ "name": "labels",
14214
+ "type": {
14215
+ "text": "ReadonlyArray<Element> | null"
14216
+ },
14217
+ "privacy": "public",
14218
+ "description": "Returns a read-only array of the `<label>` elements associated with the host element, or `null` if there are no associated labels.\nThe association is determined by the `for` attribute of `<label>` elements or by nesting the host element inside a `<label>`.",
14219
+ "readonly": true
14220
+ },
14093
14221
  {
14094
14222
  "kind": "method",
14095
14223
  "name": "setARIA",
@@ -14487,9 +14615,19 @@
14487
14615
  "kind": "javascript-module",
14488
14616
  "path": "src/animations/player.ts",
14489
14617
  "declarations": [
14618
+ {
14619
+ "kind": "function",
14620
+ "name": "getPrefersReducedMotion",
14621
+ "return": {
14622
+ "type": {
14623
+ "text": "boolean"
14624
+ }
14625
+ },
14626
+ "description": "Checks the user's preference for reduced motion."
14627
+ },
14490
14628
  {
14491
14629
  "kind": "class",
14492
- "description": "A ReactiveController for managing Web Animation API (WAAPI) playback\non a host element or a specified target element.\n\nIt provides methods to play, stop, and coordinate animations, including\nsupport for 'height: auto' transitions and reduced motion preference.",
14630
+ "description": "A ReactiveController for managing Web Animation API (WA-API) playback\non a host element or a specified target element.\n\nIt provides methods to play, stop, and coordinate animations, including\nsupport for 'height: auto' transitions and reduced motion preference.",
14493
14631
  "name": "AnimationController",
14494
14632
  "members": [
14495
14633
  {
@@ -14577,7 +14715,7 @@
14577
14715
  }
14578
14716
  }
14579
14717
  ],
14580
- "description": "Plays a sequence of keyframes using WAAPI.\nAutomatically sets duration to 0 if 'prefers-reduced-motion' is set."
14718
+ "description": "Plays a sequence of keyframes using WA-API.\nAutomatically sets duration to 0 if 'prefers-reduced-motion' is set."
14581
14719
  },
14582
14720
  {
14583
14721
  "kind": "method",
@@ -14616,41 +14754,22 @@
14616
14754
  }
14617
14755
  ],
14618
14756
  "description": "Creates and attaches an animation player instance to the passed in `host` element.\nThe player will run animations on the passed in `target`, or if `target` is undefined,\nthe host element itself."
14619
- },
14620
- {
14621
- "kind": "function",
14622
- "name": "startViewTransition",
14623
- "return": {
14624
- "type": {
14625
- "text": "ViewTransitionResult"
14626
- }
14627
- },
14628
- "parameters": [
14629
- {
14630
- "name": "callback",
14631
- "optional": true,
14632
- "type": {
14633
- "text": "ViewTransitionUpdateCallback"
14634
- }
14635
- }
14636
- ],
14637
- "description": "Initiates a View Transition if supported by the browser and not suppressed by\nthe 'prefers-reduced-motion' setting."
14638
14757
  }
14639
14758
  ],
14640
14759
  "exports": [
14641
14760
  {
14642
14761
  "kind": "js",
14643
- "name": "addAnimationController",
14762
+ "name": "getPrefersReducedMotion",
14644
14763
  "declaration": {
14645
- "name": "addAnimationController",
14764
+ "name": "getPrefersReducedMotion",
14646
14765
  "module": "src/animations/player.ts"
14647
14766
  }
14648
14767
  },
14649
14768
  {
14650
14769
  "kind": "js",
14651
- "name": "startViewTransition",
14770
+ "name": "addAnimationController",
14652
14771
  "declaration": {
14653
- "name": "startViewTransition",
14772
+ "name": "addAnimationController",
14654
14773
  "module": "src/animations/player.ts"
14655
14774
  }
14656
14775
  },
@@ -24897,8 +25016,8 @@
24897
25016
  },
24898
25017
  {
24899
25018
  "kind": "field",
24900
- "name": "__internals",
24901
- "privacy": "private",
25019
+ "name": "_internals",
25020
+ "privacy": "protected",
24902
25021
  "readonly": true,
24903
25022
  "inheritedFrom": {
24904
25023
  "name": "BaseFormAssociated",
@@ -24913,6 +25032,7 @@
24913
25032
  },
24914
25033
  "privacy": "private",
24915
25034
  "default": "false",
25035
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
24916
25036
  "inheritedFrom": {
24917
25037
  "name": "BaseFormAssociated",
24918
25038
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -24926,6 +25046,7 @@
24926
25046
  },
24927
25047
  "privacy": "private",
24928
25048
  "default": "false",
25049
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
24929
25050
  "inheritedFrom": {
24930
25051
  "name": "BaseFormAssociated",
24931
25052
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -25047,7 +25168,6 @@
25047
25168
  "type": {
25048
25169
  "text": "boolean"
25049
25170
  },
25050
- "reflects": true,
25051
25171
  "inheritedFrom": {
25052
25172
  "name": "BaseFormAssociated",
25053
25173
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -25182,10 +25302,30 @@
25182
25302
  "module": "src/components/common/mixins/forms/associated.ts"
25183
25303
  }
25184
25304
  },
25305
+ {
25306
+ "kind": "method",
25307
+ "name": "_resolveInternalValidation",
25308
+ "privacy": "private",
25309
+ "return": {
25310
+ "type": {
25311
+ "text": "void"
25312
+ }
25313
+ },
25314
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
25315
+ "inheritedFrom": {
25316
+ "name": "BaseFormAssociated",
25317
+ "module": "src/components/common/mixins/forms/associated.ts"
25318
+ }
25319
+ },
25185
25320
  {
25186
25321
  "kind": "method",
25187
25322
  "name": "__runValidators",
25188
25323
  "privacy": "private",
25324
+ "return": {
25325
+ "type": {
25326
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
25327
+ }
25328
+ },
25189
25329
  "inheritedFrom": {
25190
25330
  "name": "BaseFormAssociated",
25191
25331
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -27669,6 +27809,187 @@
27669
27809
  }
27670
27810
  ]
27671
27811
  },
27812
+ {
27813
+ "kind": "javascript-module",
27814
+ "path": "src/animations/view-transition.ts",
27815
+ "declarations": [
27816
+ {
27817
+ "kind": "function",
27818
+ "name": "startViewTransition",
27819
+ "return": {
27820
+ "type": {
27821
+ "text": "ViewTransition"
27822
+ }
27823
+ },
27824
+ "parameters": [
27825
+ {
27826
+ "name": "callback",
27827
+ "type": {
27828
+ "text": "ViewTransitionUpdateCallback"
27829
+ }
27830
+ }
27831
+ ],
27832
+ "description": "Starts a document view transition and skips it if the user has requested reduced motion."
27833
+ },
27834
+ {
27835
+ "kind": "function",
27836
+ "name": "startScopedViewTransition",
27837
+ "return": {
27838
+ "type": {
27839
+ "text": "ViewTransition | null"
27840
+ }
27841
+ },
27842
+ "parameters": [
27843
+ {
27844
+ "name": "target",
27845
+ "type": {
27846
+ "text": "HTMLElement"
27847
+ }
27848
+ },
27849
+ {
27850
+ "name": "callback",
27851
+ "type": {
27852
+ "text": "ViewTransitionUpdateCallback"
27853
+ }
27854
+ }
27855
+ ],
27856
+ "description": "Starts a scoped view transition on the specified target element and skips it if the user has requested reduced motion."
27857
+ },
27858
+ {
27859
+ "kind": "function",
27860
+ "name": "setTransitionName",
27861
+ "return": {
27862
+ "type": {
27863
+ "text": "void"
27864
+ }
27865
+ },
27866
+ "parameters": [
27867
+ {
27868
+ "name": "target",
27869
+ "type": {
27870
+ "text": "HTMLElement"
27871
+ }
27872
+ },
27873
+ {
27874
+ "name": "name",
27875
+ "type": {
27876
+ "text": "string"
27877
+ }
27878
+ }
27879
+ ],
27880
+ "description": "Sets the view transition name for the specified target element."
27881
+ },
27882
+ {
27883
+ "kind": "function",
27884
+ "name": "clearTransitionName",
27885
+ "return": {
27886
+ "type": {
27887
+ "text": "void"
27888
+ }
27889
+ },
27890
+ "parameters": [
27891
+ {
27892
+ "name": "targets",
27893
+ "type": {
27894
+ "text": "HTMLElement[]"
27895
+ }
27896
+ }
27897
+ ],
27898
+ "description": "Clears the view transition name for the specified target elements."
27899
+ },
27900
+ {
27901
+ "kind": "function",
27902
+ "name": "getActiveViewTransition",
27903
+ "return": {
27904
+ "type": {
27905
+ "text": "ViewTransition | null"
27906
+ }
27907
+ },
27908
+ "description": "Returns the active view transition if one is currently in progress, or null otherwise."
27909
+ },
27910
+ {
27911
+ "kind": "function",
27912
+ "name": "getActiveScopedViewTransition",
27913
+ "return": {
27914
+ "type": {
27915
+ "text": "ViewTransition | null"
27916
+ }
27917
+ },
27918
+ "parameters": [
27919
+ {
27920
+ "name": "target",
27921
+ "type": {
27922
+ "text": "Node"
27923
+ }
27924
+ }
27925
+ ],
27926
+ "description": "Returns the active scoped view transition for the specified target element if one is currently in progress, or null otherwise."
27927
+ },
27928
+ {
27929
+ "kind": "variable",
27930
+ "name": "scopedViewTransition",
27931
+ "description": "A directive that enables scoped view transitions for a template.\n\nWhen applied, it will start a view transition whenever the template is updated,\nprovided that the parent node supports view transitions.\nIf the user has requested reduced motion, the transition will be skipped."
27932
+ }
27933
+ ],
27934
+ "exports": [
27935
+ {
27936
+ "kind": "js",
27937
+ "name": "startViewTransition",
27938
+ "declaration": {
27939
+ "name": "startViewTransition",
27940
+ "module": "src/animations/view-transition.ts"
27941
+ }
27942
+ },
27943
+ {
27944
+ "kind": "js",
27945
+ "name": "startScopedViewTransition",
27946
+ "declaration": {
27947
+ "name": "startScopedViewTransition",
27948
+ "module": "src/animations/view-transition.ts"
27949
+ }
27950
+ },
27951
+ {
27952
+ "kind": "js",
27953
+ "name": "setTransitionName",
27954
+ "declaration": {
27955
+ "name": "setTransitionName",
27956
+ "module": "src/animations/view-transition.ts"
27957
+ }
27958
+ },
27959
+ {
27960
+ "kind": "js",
27961
+ "name": "clearTransitionName",
27962
+ "declaration": {
27963
+ "name": "clearTransitionName",
27964
+ "module": "src/animations/view-transition.ts"
27965
+ }
27966
+ },
27967
+ {
27968
+ "kind": "js",
27969
+ "name": "getActiveViewTransition",
27970
+ "declaration": {
27971
+ "name": "getActiveViewTransition",
27972
+ "module": "src/animations/view-transition.ts"
27973
+ }
27974
+ },
27975
+ {
27976
+ "kind": "js",
27977
+ "name": "getActiveScopedViewTransition",
27978
+ "declaration": {
27979
+ "name": "getActiveScopedViewTransition",
27980
+ "module": "src/animations/view-transition.ts"
27981
+ }
27982
+ },
27983
+ {
27984
+ "kind": "js",
27985
+ "name": "scopedViewTransition",
27986
+ "declaration": {
27987
+ "name": "scopedViewTransition",
27988
+ "module": "src/animations/view-transition.ts"
27989
+ }
27990
+ }
27991
+ ]
27992
+ },
27672
27993
  {
27673
27994
  "kind": "javascript-module",
27674
27995
  "path": "src/components/common/controllers/async-consumer.ts",
@@ -32060,8 +32381,8 @@
32060
32381
  },
32061
32382
  {
32062
32383
  "kind": "field",
32063
- "name": "__internals",
32064
- "privacy": "private",
32384
+ "name": "_internals",
32385
+ "privacy": "protected",
32065
32386
  "readonly": true,
32066
32387
  "inheritedFrom": {
32067
32388
  "name": "BaseFormAssociated",
@@ -32076,6 +32397,7 @@
32076
32397
  },
32077
32398
  "privacy": "private",
32078
32399
  "default": "false",
32400
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
32079
32401
  "inheritedFrom": {
32080
32402
  "name": "BaseFormAssociated",
32081
32403
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32089,6 +32411,7 @@
32089
32411
  },
32090
32412
  "privacy": "private",
32091
32413
  "default": "false",
32414
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
32092
32415
  "inheritedFrom": {
32093
32416
  "name": "BaseFormAssociated",
32094
32417
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32210,7 +32533,6 @@
32210
32533
  "type": {
32211
32534
  "text": "boolean"
32212
32535
  },
32213
- "reflects": true,
32214
32536
  "inheritedFrom": {
32215
32537
  "name": "BaseFormAssociated",
32216
32538
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32345,10 +32667,30 @@
32345
32667
  "module": "src/components/common/mixins/forms/associated.ts"
32346
32668
  }
32347
32669
  },
32670
+ {
32671
+ "kind": "method",
32672
+ "name": "_resolveInternalValidation",
32673
+ "privacy": "private",
32674
+ "return": {
32675
+ "type": {
32676
+ "text": "void"
32677
+ }
32678
+ },
32679
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
32680
+ "inheritedFrom": {
32681
+ "name": "BaseFormAssociated",
32682
+ "module": "src/components/common/mixins/forms/associated.ts"
32683
+ }
32684
+ },
32348
32685
  {
32349
32686
  "kind": "method",
32350
32687
  "name": "__runValidators",
32351
32688
  "privacy": "private",
32689
+ "return": {
32690
+ "type": {
32691
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
32692
+ }
32693
+ },
32352
32694
  "inheritedFrom": {
32353
32695
  "name": "BaseFormAssociated",
32354
32696
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -33040,8 +33382,8 @@
33040
33382
  },
33041
33383
  {
33042
33384
  "kind": "field",
33043
- "name": "__internals",
33044
- "privacy": "private",
33385
+ "name": "_internals",
33386
+ "privacy": "protected",
33045
33387
  "readonly": true,
33046
33388
  "inheritedFrom": {
33047
33389
  "name": "IgcCheckboxBaseComponent",
@@ -33069,6 +33411,7 @@
33069
33411
  },
33070
33412
  "privacy": "private",
33071
33413
  "default": "false",
33414
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
33072
33415
  "inheritedFrom": {
33073
33416
  "name": "IgcCheckboxBaseComponent",
33074
33417
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33082,6 +33425,7 @@
33082
33425
  },
33083
33426
  "privacy": "private",
33084
33427
  "default": "false",
33428
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
33085
33429
  "inheritedFrom": {
33086
33430
  "name": "IgcCheckboxBaseComponent",
33087
33431
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33216,7 +33560,6 @@
33216
33560
  "type": {
33217
33561
  "text": "boolean"
33218
33562
  },
33219
- "reflects": true,
33220
33563
  "inheritedFrom": {
33221
33564
  "name": "IgcCheckboxBaseComponent",
33222
33565
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33351,10 +33694,30 @@
33351
33694
  "module": "src/components/checkbox/checkbox-base.ts"
33352
33695
  }
33353
33696
  },
33697
+ {
33698
+ "kind": "method",
33699
+ "name": "_resolveInternalValidation",
33700
+ "privacy": "private",
33701
+ "return": {
33702
+ "type": {
33703
+ "text": "void"
33704
+ }
33705
+ },
33706
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
33707
+ "inheritedFrom": {
33708
+ "name": "IgcCheckboxBaseComponent",
33709
+ "module": "src/components/checkbox/checkbox-base.ts"
33710
+ }
33711
+ },
33354
33712
  {
33355
33713
  "kind": "method",
33356
33714
  "name": "__runValidators",
33357
33715
  "privacy": "private",
33716
+ "return": {
33717
+ "type": {
33718
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
33719
+ }
33720
+ },
33358
33721
  "inheritedFrom": {
33359
33722
  "name": "IgcCheckboxBaseComponent",
33360
33723
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -36329,8 +36692,8 @@
36329
36692
  },
36330
36693
  {
36331
36694
  "kind": "field",
36332
- "name": "__internals",
36333
- "privacy": "private",
36695
+ "name": "_internals",
36696
+ "privacy": "protected",
36334
36697
  "readonly": true,
36335
36698
  "inheritedFrom": {
36336
36699
  "name": "IgcInputBaseComponent",
@@ -36345,6 +36708,7 @@
36345
36708
  },
36346
36709
  "privacy": "private",
36347
36710
  "default": "false",
36711
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
36348
36712
  "inheritedFrom": {
36349
36713
  "name": "IgcInputBaseComponent",
36350
36714
  "module": "src/components/input/input-base.ts"
@@ -36358,6 +36722,7 @@
36358
36722
  },
36359
36723
  "privacy": "private",
36360
36724
  "default": "false",
36725
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
36361
36726
  "inheritedFrom": {
36362
36727
  "name": "IgcInputBaseComponent",
36363
36728
  "module": "src/components/input/input-base.ts"
@@ -36479,7 +36844,6 @@
36479
36844
  "type": {
36480
36845
  "text": "boolean"
36481
36846
  },
36482
- "reflects": true,
36483
36847
  "inheritedFrom": {
36484
36848
  "name": "IgcInputBaseComponent",
36485
36849
  "module": "src/components/input/input-base.ts"
@@ -36614,10 +36978,30 @@
36614
36978
  "module": "src/components/input/input-base.ts"
36615
36979
  }
36616
36980
  },
36981
+ {
36982
+ "kind": "method",
36983
+ "name": "_resolveInternalValidation",
36984
+ "privacy": "private",
36985
+ "return": {
36986
+ "type": {
36987
+ "text": "void"
36988
+ }
36989
+ },
36990
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
36991
+ "inheritedFrom": {
36992
+ "name": "IgcInputBaseComponent",
36993
+ "module": "src/components/input/input-base.ts"
36994
+ }
36995
+ },
36617
36996
  {
36618
36997
  "kind": "method",
36619
36998
  "name": "__runValidators",
36620
36999
  "privacy": "private",
37000
+ "return": {
37001
+ "type": {
37002
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
37003
+ }
37004
+ },
36621
37005
  "inheritedFrom": {
36622
37006
  "name": "IgcInputBaseComponent",
36623
37007
  "module": "src/components/input/input-base.ts"
@@ -39445,8 +39829,8 @@
39445
39829
  },
39446
39830
  {
39447
39831
  "kind": "field",
39448
- "name": "__internals",
39449
- "privacy": "private",
39832
+ "name": "_internals",
39833
+ "privacy": "protected",
39450
39834
  "readonly": true,
39451
39835
  "inheritedFrom": {
39452
39836
  "name": "BaseFormAssociated",
@@ -39461,6 +39845,7 @@
39461
39845
  },
39462
39846
  "privacy": "private",
39463
39847
  "default": "false",
39848
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
39464
39849
  "inheritedFrom": {
39465
39850
  "name": "BaseFormAssociated",
39466
39851
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39474,6 +39859,7 @@
39474
39859
  },
39475
39860
  "privacy": "private",
39476
39861
  "default": "false",
39862
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
39477
39863
  "inheritedFrom": {
39478
39864
  "name": "BaseFormAssociated",
39479
39865
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39595,7 +39981,6 @@
39595
39981
  "type": {
39596
39982
  "text": "boolean"
39597
39983
  },
39598
- "reflects": true,
39599
39984
  "inheritedFrom": {
39600
39985
  "name": "BaseFormAssociated",
39601
39986
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39730,10 +40115,30 @@
39730
40115
  "module": "src/components/common/mixins/forms/associated.ts"
39731
40116
  }
39732
40117
  },
40118
+ {
40119
+ "kind": "method",
40120
+ "name": "_resolveInternalValidation",
40121
+ "privacy": "private",
40122
+ "return": {
40123
+ "type": {
40124
+ "text": "void"
40125
+ }
40126
+ },
40127
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
40128
+ "inheritedFrom": {
40129
+ "name": "BaseFormAssociated",
40130
+ "module": "src/components/common/mixins/forms/associated.ts"
40131
+ }
40132
+ },
39733
40133
  {
39734
40134
  "kind": "method",
39735
40135
  "name": "__runValidators",
39736
40136
  "privacy": "private",
40137
+ "return": {
40138
+ "type": {
40139
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
40140
+ }
40141
+ },
39737
40142
  "inheritedFrom": {
39738
40143
  "name": "BaseFormAssociated",
39739
40144
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -42838,8 +43243,8 @@
42838
43243
  },
42839
43244
  {
42840
43245
  "kind": "field",
42841
- "name": "__internals",
42842
- "privacy": "private",
43246
+ "name": "_internals",
43247
+ "privacy": "protected",
42843
43248
  "readonly": true,
42844
43249
  "inheritedFrom": {
42845
43250
  "name": "BaseFormAssociated",
@@ -42867,6 +43272,7 @@
42867
43272
  },
42868
43273
  "privacy": "private",
42869
43274
  "default": "false",
43275
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
42870
43276
  "inheritedFrom": {
42871
43277
  "name": "BaseFormAssociated",
42872
43278
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -42880,6 +43286,7 @@
42880
43286
  },
42881
43287
  "privacy": "private",
42882
43288
  "default": "false",
43289
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
42883
43290
  "inheritedFrom": {
42884
43291
  "name": "BaseFormAssociated",
42885
43292
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -43001,7 +43408,6 @@
43001
43408
  "type": {
43002
43409
  "text": "boolean"
43003
43410
  },
43004
- "reflects": true,
43005
43411
  "inheritedFrom": {
43006
43412
  "name": "BaseFormAssociated",
43007
43413
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -43114,10 +43520,30 @@
43114
43520
  "module": "src/components/common/mixins/forms/associated.ts"
43115
43521
  }
43116
43522
  },
43523
+ {
43524
+ "kind": "method",
43525
+ "name": "_resolveInternalValidation",
43526
+ "privacy": "private",
43527
+ "return": {
43528
+ "type": {
43529
+ "text": "void"
43530
+ }
43531
+ },
43532
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
43533
+ "inheritedFrom": {
43534
+ "name": "BaseFormAssociated",
43535
+ "module": "src/components/common/mixins/forms/associated.ts"
43536
+ }
43537
+ },
43117
43538
  {
43118
43539
  "kind": "method",
43119
43540
  "name": "__runValidators",
43120
43541
  "privacy": "private",
43542
+ "return": {
43543
+ "type": {
43544
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
43545
+ }
43546
+ },
43121
43547
  "inheritedFrom": {
43122
43548
  "name": "BaseFormAssociated",
43123
43549
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -45382,8 +45808,8 @@
45382
45808
  },
45383
45809
  {
45384
45810
  "kind": "field",
45385
- "name": "__internals",
45386
- "privacy": "private",
45811
+ "name": "_internals",
45812
+ "privacy": "protected",
45387
45813
  "readonly": true,
45388
45814
  "inheritedFrom": {
45389
45815
  "name": "IgcDateTimeInputBaseComponent",
@@ -45398,6 +45824,7 @@
45398
45824
  },
45399
45825
  "privacy": "private",
45400
45826
  "default": "false",
45827
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
45401
45828
  "inheritedFrom": {
45402
45829
  "name": "IgcDateTimeInputBaseComponent",
45403
45830
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45411,6 +45838,7 @@
45411
45838
  },
45412
45839
  "privacy": "private",
45413
45840
  "default": "false",
45841
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
45414
45842
  "inheritedFrom": {
45415
45843
  "name": "IgcDateTimeInputBaseComponent",
45416
45844
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45532,7 +45960,6 @@
45532
45960
  "type": {
45533
45961
  "text": "boolean"
45534
45962
  },
45535
- "reflects": true,
45536
45963
  "inheritedFrom": {
45537
45964
  "name": "IgcDateTimeInputBaseComponent",
45538
45965
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45645,10 +46072,30 @@
45645
46072
  "module": "src/components/date-time-input/date-time-input.base.ts"
45646
46073
  }
45647
46074
  },
46075
+ {
46076
+ "kind": "method",
46077
+ "name": "_resolveInternalValidation",
46078
+ "privacy": "private",
46079
+ "return": {
46080
+ "type": {
46081
+ "text": "void"
46082
+ }
46083
+ },
46084
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
46085
+ "inheritedFrom": {
46086
+ "name": "IgcDateTimeInputBaseComponent",
46087
+ "module": "src/components/date-time-input/date-time-input.base.ts"
46088
+ }
46089
+ },
45648
46090
  {
45649
46091
  "kind": "method",
45650
46092
  "name": "__runValidators",
45651
46093
  "privacy": "private",
46094
+ "return": {
46095
+ "type": {
46096
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
46097
+ }
46098
+ },
45652
46099
  "inheritedFrom": {
45653
46100
  "name": "IgcDateTimeInputBaseComponent",
45654
46101
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -48611,8 +49058,8 @@
48611
49058
  },
48612
49059
  {
48613
49060
  "kind": "field",
48614
- "name": "__internals",
48615
- "privacy": "private",
49061
+ "name": "_internals",
49062
+ "privacy": "protected",
48616
49063
  "readonly": true,
48617
49064
  "inheritedFrom": {
48618
49065
  "name": "BaseFormAssociated",
@@ -48627,6 +49074,7 @@
48627
49074
  },
48628
49075
  "privacy": "private",
48629
49076
  "default": "false",
49077
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
48630
49078
  "inheritedFrom": {
48631
49079
  "name": "BaseFormAssociated",
48632
49080
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48640,6 +49088,7 @@
48640
49088
  },
48641
49089
  "privacy": "private",
48642
49090
  "default": "false",
49091
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
48643
49092
  "inheritedFrom": {
48644
49093
  "name": "BaseFormAssociated",
48645
49094
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48761,7 +49210,6 @@
48761
49210
  "type": {
48762
49211
  "text": "boolean"
48763
49212
  },
48764
- "reflects": true,
48765
49213
  "inheritedFrom": {
48766
49214
  "name": "BaseFormAssociated",
48767
49215
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48896,10 +49344,30 @@
48896
49344
  "module": "src/components/common/mixins/forms/associated.ts"
48897
49345
  }
48898
49346
  },
49347
+ {
49348
+ "kind": "method",
49349
+ "name": "_resolveInternalValidation",
49350
+ "privacy": "private",
49351
+ "return": {
49352
+ "type": {
49353
+ "text": "void"
49354
+ }
49355
+ },
49356
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
49357
+ "inheritedFrom": {
49358
+ "name": "BaseFormAssociated",
49359
+ "module": "src/components/common/mixins/forms/associated.ts"
49360
+ }
49361
+ },
48899
49362
  {
48900
49363
  "kind": "method",
48901
49364
  "name": "__runValidators",
48902
49365
  "privacy": "private",
49366
+ "return": {
49367
+ "type": {
49368
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
49369
+ }
49370
+ },
48903
49371
  "inheritedFrom": {
48904
49372
  "name": "BaseFormAssociated",
48905
49373
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -51466,8 +51934,8 @@
51466
51934
  },
51467
51935
  {
51468
51936
  "kind": "field",
51469
- "name": "__internals",
51470
- "privacy": "private",
51937
+ "name": "_internals",
51938
+ "privacy": "protected",
51471
51939
  "readonly": true,
51472
51940
  "inheritedFrom": {
51473
51941
  "name": "IgcDateTimeInputBaseComponent",
@@ -51482,6 +51950,7 @@
51482
51950
  },
51483
51951
  "privacy": "private",
51484
51952
  "default": "false",
51953
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
51485
51954
  "inheritedFrom": {
51486
51955
  "name": "IgcDateTimeInputBaseComponent",
51487
51956
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51495,6 +51964,7 @@
51495
51964
  },
51496
51965
  "privacy": "private",
51497
51966
  "default": "false",
51967
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
51498
51968
  "inheritedFrom": {
51499
51969
  "name": "IgcDateTimeInputBaseComponent",
51500
51970
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51629,7 +52099,6 @@
51629
52099
  "type": {
51630
52100
  "text": "boolean"
51631
52101
  },
51632
- "reflects": true,
51633
52102
  "inheritedFrom": {
51634
52103
  "name": "IgcDateTimeInputBaseComponent",
51635
52104
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51742,10 +52211,30 @@
51742
52211
  "module": "src/components/date-time-input/date-time-input.base.ts"
51743
52212
  }
51744
52213
  },
52214
+ {
52215
+ "kind": "method",
52216
+ "name": "_resolveInternalValidation",
52217
+ "privacy": "private",
52218
+ "return": {
52219
+ "type": {
52220
+ "text": "void"
52221
+ }
52222
+ },
52223
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
52224
+ "inheritedFrom": {
52225
+ "name": "IgcDateTimeInputBaseComponent",
52226
+ "module": "src/components/date-time-input/date-time-input.base.ts"
52227
+ }
52228
+ },
51745
52229
  {
51746
52230
  "kind": "method",
51747
52231
  "name": "__runValidators",
51748
52232
  "privacy": "private",
52233
+ "return": {
52234
+ "type": {
52235
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
52236
+ }
52237
+ },
51749
52238
  "inheritedFrom": {
51750
52239
  "name": "IgcDateTimeInputBaseComponent",
51751
52240
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -54474,8 +54963,8 @@
54474
54963
  },
54475
54964
  {
54476
54965
  "kind": "field",
54477
- "name": "__internals",
54478
- "privacy": "private",
54966
+ "name": "_internals",
54967
+ "privacy": "protected",
54479
54968
  "readonly": true,
54480
54969
  "inheritedFrom": {
54481
54970
  "name": "BaseFormAssociated",
@@ -54490,6 +54979,7 @@
54490
54979
  },
54491
54980
  "privacy": "private",
54492
54981
  "default": "false",
54982
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
54493
54983
  "inheritedFrom": {
54494
54984
  "name": "BaseFormAssociated",
54495
54985
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54503,6 +54993,7 @@
54503
54993
  },
54504
54994
  "privacy": "private",
54505
54995
  "default": "false",
54996
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
54506
54997
  "inheritedFrom": {
54507
54998
  "name": "BaseFormAssociated",
54508
54999
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54624,7 +55115,6 @@
54624
55115
  "type": {
54625
55116
  "text": "boolean"
54626
55117
  },
54627
- "reflects": true,
54628
55118
  "inheritedFrom": {
54629
55119
  "name": "BaseFormAssociated",
54630
55120
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54759,10 +55249,30 @@
54759
55249
  "module": "src/components/common/mixins/forms/associated.ts"
54760
55250
  }
54761
55251
  },
55252
+ {
55253
+ "kind": "method",
55254
+ "name": "_resolveInternalValidation",
55255
+ "privacy": "private",
55256
+ "return": {
55257
+ "type": {
55258
+ "text": "void"
55259
+ }
55260
+ },
55261
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
55262
+ "inheritedFrom": {
55263
+ "name": "BaseFormAssociated",
55264
+ "module": "src/components/common/mixins/forms/associated.ts"
55265
+ }
55266
+ },
54762
55267
  {
54763
55268
  "kind": "method",
54764
55269
  "name": "__runValidators",
54765
55270
  "privacy": "private",
55271
+ "return": {
55272
+ "type": {
55273
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
55274
+ }
55275
+ },
54766
55276
  "inheritedFrom": {
54767
55277
  "name": "BaseFormAssociated",
54768
55278
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58537,6 +59047,17 @@
58537
59047
  }
58538
59048
  ]
58539
59049
  },
59050
+ {
59051
+ "kind": "method",
59052
+ "name": "_forwardLabelElements",
59053
+ "privacy": "private",
59054
+ "return": {
59055
+ "type": {
59056
+ "text": "void"
59057
+ }
59058
+ },
59059
+ "description": "Forwards the host's associated label elements to the inner input so that an external\n`<label for>` (or a wrapping `<label>`) labels the AT-exposed native input."
59060
+ },
58540
59061
  {
58541
59062
  "kind": "method",
58542
59063
  "name": "focus",
@@ -58796,8 +59317,8 @@
58796
59317
  },
58797
59318
  {
58798
59319
  "kind": "field",
58799
- "name": "__internals",
58800
- "privacy": "private",
59320
+ "name": "_internals",
59321
+ "privacy": "protected",
58801
59322
  "readonly": true,
58802
59323
  "inheritedFrom": {
58803
59324
  "name": "BaseFormAssociated",
@@ -58812,6 +59333,7 @@
58812
59333
  },
58813
59334
  "privacy": "private",
58814
59335
  "default": "false",
59336
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
58815
59337
  "inheritedFrom": {
58816
59338
  "name": "BaseFormAssociated",
58817
59339
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58825,6 +59347,7 @@
58825
59347
  },
58826
59348
  "privacy": "private",
58827
59349
  "default": "false",
59350
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
58828
59351
  "inheritedFrom": {
58829
59352
  "name": "BaseFormAssociated",
58830
59353
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58946,7 +59469,6 @@
58946
59469
  "type": {
58947
59470
  "text": "boolean"
58948
59471
  },
58949
- "reflects": true,
58950
59472
  "inheritedFrom": {
58951
59473
  "name": "BaseFormAssociated",
58952
59474
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -59081,10 +59603,30 @@
59081
59603
  "module": "src/components/common/mixins/forms/associated.ts"
59082
59604
  }
59083
59605
  },
59606
+ {
59607
+ "kind": "method",
59608
+ "name": "_resolveInternalValidation",
59609
+ "privacy": "private",
59610
+ "return": {
59611
+ "type": {
59612
+ "text": "void"
59613
+ }
59614
+ },
59615
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
59616
+ "inheritedFrom": {
59617
+ "name": "BaseFormAssociated",
59618
+ "module": "src/components/common/mixins/forms/associated.ts"
59619
+ }
59620
+ },
59084
59621
  {
59085
59622
  "kind": "method",
59086
59623
  "name": "__runValidators",
59087
59624
  "privacy": "private",
59625
+ "return": {
59626
+ "type": {
59627
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
59628
+ }
59629
+ },
59088
59630
  "inheritedFrom": {
59089
59631
  "name": "BaseFormAssociated",
59090
59632
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -61229,8 +61771,8 @@
61229
61771
  },
61230
61772
  {
61231
61773
  "kind": "field",
61232
- "name": "__internals",
61233
- "privacy": "private",
61774
+ "name": "_internals",
61775
+ "privacy": "protected",
61234
61776
  "readonly": true,
61235
61777
  "inheritedFrom": {
61236
61778
  "name": "IgcInputBaseComponent",
@@ -61245,6 +61787,7 @@
61245
61787
  },
61246
61788
  "privacy": "private",
61247
61789
  "default": "false",
61790
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
61248
61791
  "inheritedFrom": {
61249
61792
  "name": "IgcInputBaseComponent",
61250
61793
  "module": "src/components/input/input-base.ts"
@@ -61258,6 +61801,7 @@
61258
61801
  },
61259
61802
  "privacy": "private",
61260
61803
  "default": "false",
61804
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
61261
61805
  "inheritedFrom": {
61262
61806
  "name": "IgcInputBaseComponent",
61263
61807
  "module": "src/components/input/input-base.ts"
@@ -61379,7 +61923,6 @@
61379
61923
  "type": {
61380
61924
  "text": "boolean"
61381
61925
  },
61382
- "reflects": true,
61383
61926
  "inheritedFrom": {
61384
61927
  "name": "IgcInputBaseComponent",
61385
61928
  "module": "src/components/input/input-base.ts"
@@ -61492,10 +62035,30 @@
61492
62035
  "module": "src/components/input/input-base.ts"
61493
62036
  }
61494
62037
  },
62038
+ {
62039
+ "kind": "method",
62040
+ "name": "_resolveInternalValidation",
62041
+ "privacy": "private",
62042
+ "return": {
62043
+ "type": {
62044
+ "text": "void"
62045
+ }
62046
+ },
62047
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
62048
+ "inheritedFrom": {
62049
+ "name": "IgcInputBaseComponent",
62050
+ "module": "src/components/input/input-base.ts"
62051
+ }
62052
+ },
61495
62053
  {
61496
62054
  "kind": "method",
61497
62055
  "name": "__runValidators",
61498
62056
  "privacy": "private",
62057
+ "return": {
62058
+ "type": {
62059
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
62060
+ }
62061
+ },
61499
62062
  "inheritedFrom": {
61500
62063
  "name": "IgcInputBaseComponent",
61501
62064
  "module": "src/components/input/input-base.ts"
@@ -63457,8 +64020,8 @@
63457
64020
  },
63458
64021
  {
63459
64022
  "kind": "field",
63460
- "name": "__internals",
63461
- "privacy": "private",
64023
+ "name": "_internals",
64024
+ "privacy": "protected",
63462
64025
  "readonly": true,
63463
64026
  "inheritedFrom": {
63464
64027
  "name": "BaseFormAssociated",
@@ -63473,6 +64036,7 @@
63473
64036
  },
63474
64037
  "privacy": "private",
63475
64038
  "default": "false",
64039
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
63476
64040
  "inheritedFrom": {
63477
64041
  "name": "BaseFormAssociated",
63478
64042
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63486,6 +64050,7 @@
63486
64050
  },
63487
64051
  "privacy": "private",
63488
64052
  "default": "false",
64053
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
63489
64054
  "inheritedFrom": {
63490
64055
  "name": "BaseFormAssociated",
63491
64056
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63607,7 +64172,6 @@
63607
64172
  "type": {
63608
64173
  "text": "boolean"
63609
64174
  },
63610
- "reflects": true,
63611
64175
  "inheritedFrom": {
63612
64176
  "name": "BaseFormAssociated",
63613
64177
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63742,10 +64306,30 @@
63742
64306
  "module": "src/components/common/mixins/forms/associated.ts"
63743
64307
  }
63744
64308
  },
64309
+ {
64310
+ "kind": "method",
64311
+ "name": "_resolveInternalValidation",
64312
+ "privacy": "private",
64313
+ "return": {
64314
+ "type": {
64315
+ "text": "void"
64316
+ }
64317
+ },
64318
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
64319
+ "inheritedFrom": {
64320
+ "name": "BaseFormAssociated",
64321
+ "module": "src/components/common/mixins/forms/associated.ts"
64322
+ }
64323
+ },
63745
64324
  {
63746
64325
  "kind": "method",
63747
64326
  "name": "__runValidators",
63748
64327
  "privacy": "private",
64328
+ "return": {
64329
+ "type": {
64330
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
64331
+ }
64332
+ },
63749
64333
  "inheritedFrom": {
63750
64334
  "name": "BaseFormAssociated",
63751
64335
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -64984,8 +65568,8 @@
64984
65568
  },
64985
65569
  {
64986
65570
  "kind": "field",
64987
- "name": "__internals",
64988
- "privacy": "private",
65571
+ "name": "_internals",
65572
+ "privacy": "protected",
64989
65573
  "readonly": true,
64990
65574
  "inheritedFrom": {
64991
65575
  "name": "BaseFormAssociated",
@@ -65000,6 +65584,7 @@
65000
65584
  },
65001
65585
  "privacy": "private",
65002
65586
  "default": "false",
65587
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
65003
65588
  "inheritedFrom": {
65004
65589
  "name": "BaseFormAssociated",
65005
65590
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65013,6 +65598,7 @@
65013
65598
  },
65014
65599
  "privacy": "private",
65015
65600
  "default": "false",
65601
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
65016
65602
  "inheritedFrom": {
65017
65603
  "name": "BaseFormAssociated",
65018
65604
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65147,7 +65733,6 @@
65147
65733
  "type": {
65148
65734
  "text": "boolean"
65149
65735
  },
65150
- "reflects": true,
65151
65736
  "inheritedFrom": {
65152
65737
  "name": "BaseFormAssociated",
65153
65738
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65282,10 +65867,30 @@
65282
65867
  "module": "src/components/common/mixins/forms/associated.ts"
65283
65868
  }
65284
65869
  },
65870
+ {
65871
+ "kind": "method",
65872
+ "name": "_resolveInternalValidation",
65873
+ "privacy": "private",
65874
+ "return": {
65875
+ "type": {
65876
+ "text": "void"
65877
+ }
65878
+ },
65879
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
65880
+ "inheritedFrom": {
65881
+ "name": "BaseFormAssociated",
65882
+ "module": "src/components/common/mixins/forms/associated.ts"
65883
+ }
65884
+ },
65285
65885
  {
65286
65886
  "kind": "method",
65287
65887
  "name": "__runValidators",
65288
65888
  "privacy": "private",
65889
+ "return": {
65890
+ "type": {
65891
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
65892
+ }
65893
+ },
65289
65894
  "inheritedFrom": {
65290
65895
  "name": "BaseFormAssociated",
65291
65896
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69103,8 +69708,8 @@
69103
69708
  },
69104
69709
  {
69105
69710
  "kind": "field",
69106
- "name": "__internals",
69107
- "privacy": "private",
69711
+ "name": "_internals",
69712
+ "privacy": "protected",
69108
69713
  "readonly": true,
69109
69714
  "inheritedFrom": {
69110
69715
  "name": "BaseFormAssociated",
@@ -69119,6 +69724,7 @@
69119
69724
  },
69120
69725
  "privacy": "private",
69121
69726
  "default": "false",
69727
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
69122
69728
  "inheritedFrom": {
69123
69729
  "name": "BaseFormAssociated",
69124
69730
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69132,6 +69738,7 @@
69132
69738
  },
69133
69739
  "privacy": "private",
69134
69740
  "default": "false",
69741
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
69135
69742
  "inheritedFrom": {
69136
69743
  "name": "BaseFormAssociated",
69137
69744
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69401,10 +70008,30 @@
69401
70008
  "module": "src/components/common/mixins/forms/associated.ts"
69402
70009
  }
69403
70010
  },
70011
+ {
70012
+ "kind": "method",
70013
+ "name": "_resolveInternalValidation",
70014
+ "privacy": "private",
70015
+ "return": {
70016
+ "type": {
70017
+ "text": "void"
70018
+ }
70019
+ },
70020
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
70021
+ "inheritedFrom": {
70022
+ "name": "BaseFormAssociated",
70023
+ "module": "src/components/common/mixins/forms/associated.ts"
70024
+ }
70025
+ },
69404
70026
  {
69405
70027
  "kind": "method",
69406
70028
  "name": "__runValidators",
69407
70029
  "privacy": "private",
70030
+ "return": {
70031
+ "type": {
70032
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
70033
+ }
70034
+ },
69408
70035
  "inheritedFrom": {
69409
70036
  "name": "BaseFormAssociated",
69410
70037
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -71374,15 +72001,10 @@
71374
72001
  },
71375
72002
  "parameters": [
71376
72003
  {
71377
- "name": "tab",
71378
- "optional": true,
72004
+ "name": "options",
71379
72005
  "type": {
71380
- "text": "IgcTabComponent"
72006
+ "text": "TabSelectionOptions"
71381
72007
  }
71382
- },
71383
- {
71384
- "name": "shouldEmit",
71385
- "default": "true"
71386
72008
  }
71387
72009
  ]
71388
72010
  },
@@ -71875,8 +72497,8 @@
71875
72497
  },
71876
72498
  {
71877
72499
  "kind": "field",
71878
- "name": "__internals",
71879
- "privacy": "private",
72500
+ "name": "_internals",
72501
+ "privacy": "protected",
71880
72502
  "readonly": true,
71881
72503
  "inheritedFrom": {
71882
72504
  "name": "IgcCheckboxBaseComponent",
@@ -71904,6 +72526,7 @@
71904
72526
  },
71905
72527
  "privacy": "private",
71906
72528
  "default": "false",
72529
+ "description": "Marks that validation is running as part of a form submission. Counts as\nuser interaction (so invalid styles apply) and is cleared once the\nsubmit-driven update settles. Orthogonal to `_isInternalValidation`: a\nprogrammatic re-check can run while a submission is still in flight.",
71907
72530
  "inheritedFrom": {
71908
72531
  "name": "IgcCheckboxBaseComponent",
71909
72532
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -71917,6 +72540,7 @@
71917
72540
  },
71918
72541
  "privacy": "private",
71919
72542
  "default": "false",
72543
+ "description": "Suppresses invalid styling for a programmatic validation cycle\n(`checkValidity`/`_validate`). Scoped to the synchronous validity check:\nset immediately before it and cleared immediately after, so it never\nleaks into a later submission or user-interaction cycle.",
71920
72544
  "inheritedFrom": {
71921
72545
  "name": "IgcCheckboxBaseComponent",
71922
72546
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -72051,7 +72675,6 @@
72051
72675
  "type": {
72052
72676
  "text": "boolean"
72053
72677
  },
72054
- "reflects": true,
72055
72678
  "inheritedFrom": {
72056
72679
  "name": "IgcCheckboxBaseComponent",
72057
72680
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -72186,10 +72809,30 @@
72186
72809
  "module": "src/components/checkbox/checkbox-base.ts"
72187
72810
  }
72188
72811
  },
72812
+ {
72813
+ "kind": "method",
72814
+ "name": "_resolveInternalValidation",
72815
+ "privacy": "private",
72816
+ "return": {
72817
+ "type": {
72818
+ "text": "void"
72819
+ }
72820
+ },
72821
+ "description": "Closes a programmatic validation cycle. If the control was invalid, the\nsynchronous `invalid` event already cleared the flag; if it was valid no\nevent fired, so clear it here to stop it leaking into a later submission\nor user-interaction cycle.",
72822
+ "inheritedFrom": {
72823
+ "name": "IgcCheckboxBaseComponent",
72824
+ "module": "src/components/checkbox/checkbox-base.ts"
72825
+ }
72826
+ },
72189
72827
  {
72190
72828
  "kind": "method",
72191
72829
  "name": "__runValidators",
72192
72830
  "privacy": "private",
72831
+ "return": {
72832
+ "type": {
72833
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
72834
+ }
72835
+ },
72193
72836
  "inheritedFrom": {
72194
72837
  "name": "IgcCheckboxBaseComponent",
72195
72838
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -76667,7 +77310,7 @@
76667
77310
  "kind": "field",
76668
77311
  "name": "_animation",
76669
77312
  "type": {
76670
- "text": "| StepperVerticalAnimation\n | HorizontalTransitionAnimation"
77313
+ "text": "StepperVerticalAnimation | HorizontalTransitionAnimation"
76671
77314
  },
76672
77315
  "privacy": "private",
76673
77316
  "readonly": true,