igniteui-webcomponents 7.2.2 → 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 (125) hide show
  1. package/CHANGELOG.md +23 -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/chat/types.js.map +1 -1
  25. package/components/checkbox/checkbox.js.map +1 -1
  26. package/components/combo/combo.d.ts +1 -4
  27. package/components/combo/combo.js +9 -1
  28. package/components/combo/combo.js.map +1 -1
  29. package/components/combo/types.d.ts +4 -0
  30. package/components/combo/types.js.map +1 -1
  31. package/components/common/context.d.ts +2 -0
  32. package/components/common/context.js.map +1 -1
  33. package/components/common/controllers/drag.d.ts +10 -0
  34. package/components/common/controllers/drag.js +11 -0
  35. package/components/common/controllers/drag.js.map +1 -1
  36. package/components/common/controllers/gestures.js.map +1 -1
  37. package/components/common/controllers/internals.d.ts +9 -0
  38. package/components/common/controllers/internals.js +4 -0
  39. package/components/common/controllers/internals.js.map +1 -1
  40. package/components/common/controllers/mutation-observer.d.ts +2 -2
  41. package/components/common/controllers/mutation-observer.js +10 -7
  42. package/components/common/controllers/mutation-observer.js.map +1 -1
  43. package/components/common/controllers/slot.d.ts +1 -1
  44. package/components/common/controllers/slot.js +4 -1
  45. package/components/common/controllers/slot.js.map +1 -1
  46. package/components/common/i18n/utils.js.map +1 -1
  47. package/components/common/mixins/forms/associated.d.ts +1 -1
  48. package/components/common/mixins/forms/associated.js +21 -13
  49. package/components/common/mixins/forms/associated.js.map +1 -1
  50. package/components/common/mixins/forms/types.d.ts +2 -1
  51. package/components/common/mixins/forms/types.js.map +1 -1
  52. package/components/common/templates/masked-input.d.ts +2 -0
  53. package/components/common/templates/masked-input.js +2 -1
  54. package/components/common/templates/masked-input.js.map +1 -1
  55. package/components/date-picker/date-picker.d.ts +2 -1
  56. package/components/date-picker/date-picker.js +6 -0
  57. package/components/date-picker/date-picker.js.map +1 -1
  58. package/components/date-range-picker/date-range-mask-parser.d.ts +11 -2
  59. package/components/date-range-picker/date-range-mask-parser.js.map +1 -1
  60. package/components/date-range-picker/date-range-picker.d.ts +2 -1
  61. package/components/date-range-picker/date-range-picker.js +10 -8
  62. package/components/date-range-picker/date-range-picker.js.map +1 -1
  63. package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
  64. package/components/date-time-input/date-part.js.map +1 -1
  65. package/components/date-time-input/date-time-input.base.d.ts +15 -0
  66. package/components/date-time-input/date-time-input.base.js +9 -1
  67. package/components/date-time-input/date-time-input.base.js.map +1 -1
  68. package/components/dialog/dialog.js +4 -4
  69. package/components/dialog/dialog.js.map +1 -1
  70. package/components/file-input/file-input.js.map +1 -1
  71. package/components/icon/icon-state.broadcast.js.map +1 -1
  72. package/components/icon/icon.d.ts +3 -2
  73. package/components/icon/icon.js +7 -2
  74. package/components/icon/icon.js.map +1 -1
  75. package/components/input/input-base.d.ts +15 -0
  76. package/components/input/input-base.js +8 -1
  77. package/components/input/input-base.js.map +1 -1
  78. package/components/input/input.js +1 -0
  79. package/components/input/input.js.map +1 -1
  80. package/components/mask-input/mask-input.js +1 -0
  81. package/components/mask-input/mask-input.js.map +1 -1
  82. package/components/popover/popover.d.ts +10 -1
  83. package/components/popover/popover.js +31 -14
  84. package/components/popover/popover.js.map +1 -1
  85. package/components/popover/themes/light/popover.base.css.js +1 -1
  86. package/components/popover/themes/light/popover.base.css.js.map +1 -1
  87. package/components/select/select.d.ts +7 -1
  88. package/components/select/select.js +12 -1
  89. package/components/select/select.js.map +1 -1
  90. package/components/slider/range-slider.js +5 -5
  91. package/components/slider/range-slider.js.map +1 -1
  92. package/components/slider/slider-base.js +9 -9
  93. package/components/slider/slider-base.js.map +1 -1
  94. package/components/snackbar/snackbar.js +4 -4
  95. package/components/snackbar/snackbar.js.map +1 -1
  96. package/components/splitter/splitter.js.map +1 -1
  97. package/components/stepper/common/animations.js.map +1 -1
  98. package/components/stepper/step.js.map +1 -1
  99. package/components/tabs/tabs.js +29 -10
  100. package/components/tabs/tabs.js.map +1 -1
  101. package/components/textarea/textarea.js +1 -0
  102. package/components/textarea/textarea.js.map +1 -1
  103. package/components/tile-manager/tile-manager.d.ts +11 -0
  104. package/components/tile-manager/tile-manager.js +15 -0
  105. package/components/tile-manager/tile-manager.js.map +1 -1
  106. package/components/tile-manager/tile.js +15 -14
  107. package/components/tile-manager/tile.js.map +1 -1
  108. package/components/tooltip/tooltip.js +8 -8
  109. package/components/tooltip/tooltip.js.map +1 -1
  110. package/components/tree/tree-item.js +31 -31
  111. package/components/tree/tree-item.js.map +1 -1
  112. package/components/types.js.map +1 -1
  113. package/components/validation-container/validation-container.d.ts +32 -5
  114. package/components/validation-container/validation-container.js +74 -64
  115. package/components/validation-container/validation-container.js.map +1 -1
  116. package/custom-elements.json +809 -189
  117. package/igniteui-webcomponents.html-data.json +1 -1
  118. package/index.d.ts +6 -2
  119. package/index.js +3 -2
  120. package/index.js.map +1 -1
  121. package/package.json +1 -1
  122. package/skills/igniteui-wc-generate-from-image-design/references/gotchas.md +15 -1
  123. package/themes/dark/indigo.css +1 -1
  124. package/themes/light/indigo.css +1 -1
  125. 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
  },
@@ -21466,6 +21585,16 @@
21466
21585
  },
21467
21586
  "privacy": "private"
21468
21587
  },
21588
+ {
21589
+ "kind": "field",
21590
+ "name": "_strategy",
21591
+ "type": {
21592
+ "text": "'absolute' | 'fixed'"
21593
+ },
21594
+ "privacy": "private",
21595
+ "default": "'absolute'",
21596
+ "description": "The positioning strategy resolved when the popover is opened. The `fixed`\nstrategy is used when the anchor has a `position: sticky` ancestor, otherwise\nthe default `absolute` strategy is used. Cached here to avoid repeated DOM\ntraversals and style reflows on every scroll/resize reposition.\n\nAlso, time to migrate to CSS Anchor positioning!!!"
21597
+ },
21469
21598
  {
21470
21599
  "kind": "field",
21471
21600
  "name": "_slots",
@@ -21678,17 +21807,17 @@
21678
21807
  "privacy": "private",
21679
21808
  "return": {
21680
21809
  "type": {
21681
- "text": "Promise<void>"
21810
+ "text": "void"
21682
21811
  }
21683
21812
  }
21684
21813
  },
21685
21814
  {
21686
21815
  "kind": "method",
21687
- "name": "_updateState",
21816
+ "name": "_resetAutoUpdate",
21688
21817
  "privacy": "private",
21689
21818
  "return": {
21690
21819
  "type": {
21691
- "text": "Promise<void>"
21820
+ "text": "void"
21692
21821
  }
21693
21822
  }
21694
21823
  },
@@ -24887,8 +25016,8 @@
24887
25016
  },
24888
25017
  {
24889
25018
  "kind": "field",
24890
- "name": "__internals",
24891
- "privacy": "private",
25019
+ "name": "_internals",
25020
+ "privacy": "protected",
24892
25021
  "readonly": true,
24893
25022
  "inheritedFrom": {
24894
25023
  "name": "BaseFormAssociated",
@@ -24903,6 +25032,7 @@
24903
25032
  },
24904
25033
  "privacy": "private",
24905
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.",
24906
25036
  "inheritedFrom": {
24907
25037
  "name": "BaseFormAssociated",
24908
25038
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -24916,6 +25046,7 @@
24916
25046
  },
24917
25047
  "privacy": "private",
24918
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.",
24919
25050
  "inheritedFrom": {
24920
25051
  "name": "BaseFormAssociated",
24921
25052
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -25037,7 +25168,6 @@
25037
25168
  "type": {
25038
25169
  "text": "boolean"
25039
25170
  },
25040
- "reflects": true,
25041
25171
  "inheritedFrom": {
25042
25172
  "name": "BaseFormAssociated",
25043
25173
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -25172,10 +25302,30 @@
25172
25302
  "module": "src/components/common/mixins/forms/associated.ts"
25173
25303
  }
25174
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
+ },
25175
25320
  {
25176
25321
  "kind": "method",
25177
25322
  "name": "__runValidators",
25178
25323
  "privacy": "private",
25324
+ "return": {
25325
+ "type": {
25326
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
25327
+ }
25328
+ },
25179
25329
  "inheritedFrom": {
25180
25330
  "name": "BaseFormAssociated",
25181
25331
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -27659,6 +27809,187 @@
27659
27809
  }
27660
27810
  ]
27661
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
+ },
27662
27993
  {
27663
27994
  "kind": "javascript-module",
27664
27995
  "path": "src/components/common/controllers/async-consumer.ts",
@@ -29980,6 +30311,17 @@
29980
30311
  }
29981
30312
  ]
29982
30313
  },
30314
+ {
30315
+ "kind": "method",
30316
+ "name": "_setMaximizedState",
30317
+ "privacy": "private",
30318
+ "return": {
30319
+ "type": {
30320
+ "text": "void"
30321
+ }
30322
+ },
30323
+ "description": "Locks/unlocks the grid container height in response to a tile's maximized state changing."
30324
+ },
29983
30325
  {
29984
30326
  "kind": "method",
29985
30327
  "name": "saveLayout",
@@ -32039,8 +32381,8 @@
32039
32381
  },
32040
32382
  {
32041
32383
  "kind": "field",
32042
- "name": "__internals",
32043
- "privacy": "private",
32384
+ "name": "_internals",
32385
+ "privacy": "protected",
32044
32386
  "readonly": true,
32045
32387
  "inheritedFrom": {
32046
32388
  "name": "BaseFormAssociated",
@@ -32055,6 +32397,7 @@
32055
32397
  },
32056
32398
  "privacy": "private",
32057
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.",
32058
32401
  "inheritedFrom": {
32059
32402
  "name": "BaseFormAssociated",
32060
32403
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32068,6 +32411,7 @@
32068
32411
  },
32069
32412
  "privacy": "private",
32070
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.",
32071
32415
  "inheritedFrom": {
32072
32416
  "name": "BaseFormAssociated",
32073
32417
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32189,7 +32533,6 @@
32189
32533
  "type": {
32190
32534
  "text": "boolean"
32191
32535
  },
32192
- "reflects": true,
32193
32536
  "inheritedFrom": {
32194
32537
  "name": "BaseFormAssociated",
32195
32538
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -32324,10 +32667,30 @@
32324
32667
  "module": "src/components/common/mixins/forms/associated.ts"
32325
32668
  }
32326
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
+ },
32327
32685
  {
32328
32686
  "kind": "method",
32329
32687
  "name": "__runValidators",
32330
32688
  "privacy": "private",
32689
+ "return": {
32690
+ "type": {
32691
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
32692
+ }
32693
+ },
32331
32694
  "inheritedFrom": {
32332
32695
  "name": "BaseFormAssociated",
32333
32696
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -33019,8 +33382,8 @@
33019
33382
  },
33020
33383
  {
33021
33384
  "kind": "field",
33022
- "name": "__internals",
33023
- "privacy": "private",
33385
+ "name": "_internals",
33386
+ "privacy": "protected",
33024
33387
  "readonly": true,
33025
33388
  "inheritedFrom": {
33026
33389
  "name": "IgcCheckboxBaseComponent",
@@ -33048,6 +33411,7 @@
33048
33411
  },
33049
33412
  "privacy": "private",
33050
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.",
33051
33415
  "inheritedFrom": {
33052
33416
  "name": "IgcCheckboxBaseComponent",
33053
33417
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33061,6 +33425,7 @@
33061
33425
  },
33062
33426
  "privacy": "private",
33063
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.",
33064
33429
  "inheritedFrom": {
33065
33430
  "name": "IgcCheckboxBaseComponent",
33066
33431
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33195,7 +33560,6 @@
33195
33560
  "type": {
33196
33561
  "text": "boolean"
33197
33562
  },
33198
- "reflects": true,
33199
33563
  "inheritedFrom": {
33200
33564
  "name": "IgcCheckboxBaseComponent",
33201
33565
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -33330,10 +33694,30 @@
33330
33694
  "module": "src/components/checkbox/checkbox-base.ts"
33331
33695
  }
33332
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
+ },
33333
33712
  {
33334
33713
  "kind": "method",
33335
33714
  "name": "__runValidators",
33336
33715
  "privacy": "private",
33716
+ "return": {
33717
+ "type": {
33718
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
33719
+ }
33720
+ },
33337
33721
  "inheritedFrom": {
33338
33722
  "name": "IgcCheckboxBaseComponent",
33339
33723
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -36308,8 +36692,8 @@
36308
36692
  },
36309
36693
  {
36310
36694
  "kind": "field",
36311
- "name": "__internals",
36312
- "privacy": "private",
36695
+ "name": "_internals",
36696
+ "privacy": "protected",
36313
36697
  "readonly": true,
36314
36698
  "inheritedFrom": {
36315
36699
  "name": "IgcInputBaseComponent",
@@ -36324,6 +36708,7 @@
36324
36708
  },
36325
36709
  "privacy": "private",
36326
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.",
36327
36712
  "inheritedFrom": {
36328
36713
  "name": "IgcInputBaseComponent",
36329
36714
  "module": "src/components/input/input-base.ts"
@@ -36337,6 +36722,7 @@
36337
36722
  },
36338
36723
  "privacy": "private",
36339
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.",
36340
36726
  "inheritedFrom": {
36341
36727
  "name": "IgcInputBaseComponent",
36342
36728
  "module": "src/components/input/input-base.ts"
@@ -36458,7 +36844,6 @@
36458
36844
  "type": {
36459
36845
  "text": "boolean"
36460
36846
  },
36461
- "reflects": true,
36462
36847
  "inheritedFrom": {
36463
36848
  "name": "IgcInputBaseComponent",
36464
36849
  "module": "src/components/input/input-base.ts"
@@ -36593,10 +36978,30 @@
36593
36978
  "module": "src/components/input/input-base.ts"
36594
36979
  }
36595
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
+ },
36596
36996
  {
36597
36997
  "kind": "method",
36598
36998
  "name": "__runValidators",
36599
36999
  "privacy": "private",
37000
+ "return": {
37001
+ "type": {
37002
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
37003
+ }
37004
+ },
36600
37005
  "inheritedFrom": {
36601
37006
  "name": "IgcInputBaseComponent",
36602
37007
  "module": "src/components/input/input-base.ts"
@@ -38722,24 +39127,10 @@
38722
39127
  "name": "filteringOptions",
38723
39128
  "privacy": "public",
38724
39129
  "description": "An object that configures the filtering of the combo.",
39130
+ "attribute": "filtering-options",
38725
39131
  "type": {
38726
39132
  "text": "FilteringOptions<T>"
38727
- },
38728
- "parameters": [
38729
- {
38730
- "description": "The key in the data source used when filtering the list of options.",
38731
- "name": "filterKey"
38732
- },
38733
- {
38734
- "description": "Determines whether the filtering operation should be case sensitive.",
38735
- "name": "caseSensitive"
38736
- },
38737
- {
38738
- "description": "-If true, the filter distinguishes between accented letters and their base letters.",
38739
- "name": "matchDiacritics"
38740
- }
38741
- ],
38742
- "attribute": "filtering-options"
39133
+ }
38743
39134
  },
38744
39135
  {
38745
39136
  "kind": "field",
@@ -39438,8 +39829,8 @@
39438
39829
  },
39439
39830
  {
39440
39831
  "kind": "field",
39441
- "name": "__internals",
39442
- "privacy": "private",
39832
+ "name": "_internals",
39833
+ "privacy": "protected",
39443
39834
  "readonly": true,
39444
39835
  "inheritedFrom": {
39445
39836
  "name": "BaseFormAssociated",
@@ -39454,6 +39845,7 @@
39454
39845
  },
39455
39846
  "privacy": "private",
39456
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.",
39457
39849
  "inheritedFrom": {
39458
39850
  "name": "BaseFormAssociated",
39459
39851
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39467,6 +39859,7 @@
39467
39859
  },
39468
39860
  "privacy": "private",
39469
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.",
39470
39863
  "inheritedFrom": {
39471
39864
  "name": "BaseFormAssociated",
39472
39865
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39588,7 +39981,6 @@
39588
39981
  "type": {
39589
39982
  "text": "boolean"
39590
39983
  },
39591
- "reflects": true,
39592
39984
  "inheritedFrom": {
39593
39985
  "name": "BaseFormAssociated",
39594
39986
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -39723,10 +40115,30 @@
39723
40115
  "module": "src/components/common/mixins/forms/associated.ts"
39724
40116
  }
39725
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
+ },
39726
40133
  {
39727
40134
  "kind": "method",
39728
40135
  "name": "__runValidators",
39729
40136
  "privacy": "private",
40137
+ "return": {
40138
+ "type": {
40139
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
40140
+ }
40141
+ },
39730
40142
  "inheritedFrom": {
39731
40143
  "name": "BaseFormAssociated",
39732
40144
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -40313,25 +40725,11 @@
40313
40725
  {
40314
40726
  "name": "filtering-options",
40315
40727
  "description": "An object that configures the filtering of the combo.",
40728
+ "fieldName": "filteringOptions",
40729
+ "attribute": "filtering-options",
40316
40730
  "type": {
40317
40731
  "text": "FilteringOptions<T>"
40318
- },
40319
- "parameters": [
40320
- {
40321
- "description": "The key in the data source used when filtering the list of options.",
40322
- "name": "filterKey"
40323
- },
40324
- {
40325
- "description": "Determines whether the filtering operation should be case sensitive.",
40326
- "name": "caseSensitive"
40327
- },
40328
- {
40329
- "description": "-If true, the filter distinguishes between accented letters and their base letters.",
40330
- "name": "matchDiacritics"
40331
- }
40332
- ],
40333
- "fieldName": "filteringOptions",
40334
- "attribute": "filtering-options"
40732
+ }
40335
40733
  },
40336
40734
  {
40337
40735
  "name": "case-sensitive-icon",
@@ -42845,8 +43243,8 @@
42845
43243
  },
42846
43244
  {
42847
43245
  "kind": "field",
42848
- "name": "__internals",
42849
- "privacy": "private",
43246
+ "name": "_internals",
43247
+ "privacy": "protected",
42850
43248
  "readonly": true,
42851
43249
  "inheritedFrom": {
42852
43250
  "name": "BaseFormAssociated",
@@ -42874,6 +43272,7 @@
42874
43272
  },
42875
43273
  "privacy": "private",
42876
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.",
42877
43276
  "inheritedFrom": {
42878
43277
  "name": "BaseFormAssociated",
42879
43278
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -42887,6 +43286,7 @@
42887
43286
  },
42888
43287
  "privacy": "private",
42889
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.",
42890
43290
  "inheritedFrom": {
42891
43291
  "name": "BaseFormAssociated",
42892
43292
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -43008,7 +43408,6 @@
43008
43408
  "type": {
43009
43409
  "text": "boolean"
43010
43410
  },
43011
- "reflects": true,
43012
43411
  "inheritedFrom": {
43013
43412
  "name": "BaseFormAssociated",
43014
43413
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -43121,10 +43520,30 @@
43121
43520
  "module": "src/components/common/mixins/forms/associated.ts"
43122
43521
  }
43123
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
+ },
43124
43538
  {
43125
43539
  "kind": "method",
43126
43540
  "name": "__runValidators",
43127
43541
  "privacy": "private",
43542
+ "return": {
43543
+ "type": {
43544
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
43545
+ }
43546
+ },
43128
43547
  "inheritedFrom": {
43129
43548
  "name": "BaseFormAssociated",
43130
43549
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -45389,8 +45808,8 @@
45389
45808
  },
45390
45809
  {
45391
45810
  "kind": "field",
45392
- "name": "__internals",
45393
- "privacy": "private",
45811
+ "name": "_internals",
45812
+ "privacy": "protected",
45394
45813
  "readonly": true,
45395
45814
  "inheritedFrom": {
45396
45815
  "name": "IgcDateTimeInputBaseComponent",
@@ -45405,6 +45824,7 @@
45405
45824
  },
45406
45825
  "privacy": "private",
45407
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.",
45408
45828
  "inheritedFrom": {
45409
45829
  "name": "IgcDateTimeInputBaseComponent",
45410
45830
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45418,6 +45838,7 @@
45418
45838
  },
45419
45839
  "privacy": "private",
45420
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.",
45421
45842
  "inheritedFrom": {
45422
45843
  "name": "IgcDateTimeInputBaseComponent",
45423
45844
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45539,7 +45960,6 @@
45539
45960
  "type": {
45540
45961
  "text": "boolean"
45541
45962
  },
45542
- "reflects": true,
45543
45963
  "inheritedFrom": {
45544
45964
  "name": "IgcDateTimeInputBaseComponent",
45545
45965
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -45652,10 +46072,30 @@
45652
46072
  "module": "src/components/date-time-input/date-time-input.base.ts"
45653
46073
  }
45654
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
+ },
45655
46090
  {
45656
46091
  "kind": "method",
45657
46092
  "name": "__runValidators",
45658
46093
  "privacy": "private",
46094
+ "return": {
46095
+ "type": {
46096
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
46097
+ }
46098
+ },
45659
46099
  "inheritedFrom": {
45660
46100
  "name": "IgcDateTimeInputBaseComponent",
45661
46101
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -48618,8 +49058,8 @@
48618
49058
  },
48619
49059
  {
48620
49060
  "kind": "field",
48621
- "name": "__internals",
48622
- "privacy": "private",
49061
+ "name": "_internals",
49062
+ "privacy": "protected",
48623
49063
  "readonly": true,
48624
49064
  "inheritedFrom": {
48625
49065
  "name": "BaseFormAssociated",
@@ -48634,6 +49074,7 @@
48634
49074
  },
48635
49075
  "privacy": "private",
48636
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.",
48637
49078
  "inheritedFrom": {
48638
49079
  "name": "BaseFormAssociated",
48639
49080
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48647,6 +49088,7 @@
48647
49088
  },
48648
49089
  "privacy": "private",
48649
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.",
48650
49092
  "inheritedFrom": {
48651
49093
  "name": "BaseFormAssociated",
48652
49094
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48768,7 +49210,6 @@
48768
49210
  "type": {
48769
49211
  "text": "boolean"
48770
49212
  },
48771
- "reflects": true,
48772
49213
  "inheritedFrom": {
48773
49214
  "name": "BaseFormAssociated",
48774
49215
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -48903,10 +49344,30 @@
48903
49344
  "module": "src/components/common/mixins/forms/associated.ts"
48904
49345
  }
48905
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
+ },
48906
49362
  {
48907
49363
  "kind": "method",
48908
49364
  "name": "__runValidators",
48909
49365
  "privacy": "private",
49366
+ "return": {
49367
+ "type": {
49368
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
49369
+ }
49370
+ },
48910
49371
  "inheritedFrom": {
48911
49372
  "name": "BaseFormAssociated",
48912
49373
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -51473,8 +51934,8 @@
51473
51934
  },
51474
51935
  {
51475
51936
  "kind": "field",
51476
- "name": "__internals",
51477
- "privacy": "private",
51937
+ "name": "_internals",
51938
+ "privacy": "protected",
51478
51939
  "readonly": true,
51479
51940
  "inheritedFrom": {
51480
51941
  "name": "IgcDateTimeInputBaseComponent",
@@ -51489,6 +51950,7 @@
51489
51950
  },
51490
51951
  "privacy": "private",
51491
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.",
51492
51954
  "inheritedFrom": {
51493
51955
  "name": "IgcDateTimeInputBaseComponent",
51494
51956
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51502,6 +51964,7 @@
51502
51964
  },
51503
51965
  "privacy": "private",
51504
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.",
51505
51968
  "inheritedFrom": {
51506
51969
  "name": "IgcDateTimeInputBaseComponent",
51507
51970
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51636,7 +52099,6 @@
51636
52099
  "type": {
51637
52100
  "text": "boolean"
51638
52101
  },
51639
- "reflects": true,
51640
52102
  "inheritedFrom": {
51641
52103
  "name": "IgcDateTimeInputBaseComponent",
51642
52104
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -51749,10 +52211,30 @@
51749
52211
  "module": "src/components/date-time-input/date-time-input.base.ts"
51750
52212
  }
51751
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
+ },
51752
52229
  {
51753
52230
  "kind": "method",
51754
52231
  "name": "__runValidators",
51755
52232
  "privacy": "private",
52233
+ "return": {
52234
+ "type": {
52235
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
52236
+ }
52237
+ },
51756
52238
  "inheritedFrom": {
51757
52239
  "name": "IgcDateTimeInputBaseComponent",
51758
52240
  "module": "src/components/date-time-input/date-time-input.base.ts"
@@ -54481,8 +54963,8 @@
54481
54963
  },
54482
54964
  {
54483
54965
  "kind": "field",
54484
- "name": "__internals",
54485
- "privacy": "private",
54966
+ "name": "_internals",
54967
+ "privacy": "protected",
54486
54968
  "readonly": true,
54487
54969
  "inheritedFrom": {
54488
54970
  "name": "BaseFormAssociated",
@@ -54497,6 +54979,7 @@
54497
54979
  },
54498
54980
  "privacy": "private",
54499
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.",
54500
54983
  "inheritedFrom": {
54501
54984
  "name": "BaseFormAssociated",
54502
54985
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54510,6 +54993,7 @@
54510
54993
  },
54511
54994
  "privacy": "private",
54512
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.",
54513
54997
  "inheritedFrom": {
54514
54998
  "name": "BaseFormAssociated",
54515
54999
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54631,7 +55115,6 @@
54631
55115
  "type": {
54632
55116
  "text": "boolean"
54633
55117
  },
54634
- "reflects": true,
54635
55118
  "inheritedFrom": {
54636
55119
  "name": "BaseFormAssociated",
54637
55120
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54766,10 +55249,30 @@
54766
55249
  "module": "src/components/common/mixins/forms/associated.ts"
54767
55250
  }
54768
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
+ },
54769
55267
  {
54770
55268
  "kind": "method",
54771
55269
  "name": "__runValidators",
54772
55270
  "privacy": "private",
55271
+ "return": {
55272
+ "type": {
55273
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
55274
+ }
55275
+ },
54773
55276
  "inheritedFrom": {
54774
55277
  "name": "BaseFormAssociated",
54775
55278
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58544,6 +59047,17 @@
58544
59047
  }
58545
59048
  ]
58546
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
+ },
58547
59061
  {
58548
59062
  "kind": "method",
58549
59063
  "name": "focus",
@@ -58803,8 +59317,8 @@
58803
59317
  },
58804
59318
  {
58805
59319
  "kind": "field",
58806
- "name": "__internals",
58807
- "privacy": "private",
59320
+ "name": "_internals",
59321
+ "privacy": "protected",
58808
59322
  "readonly": true,
58809
59323
  "inheritedFrom": {
58810
59324
  "name": "BaseFormAssociated",
@@ -58819,6 +59333,7 @@
58819
59333
  },
58820
59334
  "privacy": "private",
58821
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.",
58822
59337
  "inheritedFrom": {
58823
59338
  "name": "BaseFormAssociated",
58824
59339
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58832,6 +59347,7 @@
58832
59347
  },
58833
59348
  "privacy": "private",
58834
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.",
58835
59351
  "inheritedFrom": {
58836
59352
  "name": "BaseFormAssociated",
58837
59353
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -58953,7 +59469,6 @@
58953
59469
  "type": {
58954
59470
  "text": "boolean"
58955
59471
  },
58956
- "reflects": true,
58957
59472
  "inheritedFrom": {
58958
59473
  "name": "BaseFormAssociated",
58959
59474
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -59088,10 +59603,30 @@
59088
59603
  "module": "src/components/common/mixins/forms/associated.ts"
59089
59604
  }
59090
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
+ },
59091
59621
  {
59092
59622
  "kind": "method",
59093
59623
  "name": "__runValidators",
59094
59624
  "privacy": "private",
59625
+ "return": {
59626
+ "type": {
59627
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
59628
+ }
59629
+ },
59095
59630
  "inheritedFrom": {
59096
59631
  "name": "BaseFormAssociated",
59097
59632
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -61236,8 +61771,8 @@
61236
61771
  },
61237
61772
  {
61238
61773
  "kind": "field",
61239
- "name": "__internals",
61240
- "privacy": "private",
61774
+ "name": "_internals",
61775
+ "privacy": "protected",
61241
61776
  "readonly": true,
61242
61777
  "inheritedFrom": {
61243
61778
  "name": "IgcInputBaseComponent",
@@ -61252,6 +61787,7 @@
61252
61787
  },
61253
61788
  "privacy": "private",
61254
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.",
61255
61791
  "inheritedFrom": {
61256
61792
  "name": "IgcInputBaseComponent",
61257
61793
  "module": "src/components/input/input-base.ts"
@@ -61265,6 +61801,7 @@
61265
61801
  },
61266
61802
  "privacy": "private",
61267
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.",
61268
61805
  "inheritedFrom": {
61269
61806
  "name": "IgcInputBaseComponent",
61270
61807
  "module": "src/components/input/input-base.ts"
@@ -61386,7 +61923,6 @@
61386
61923
  "type": {
61387
61924
  "text": "boolean"
61388
61925
  },
61389
- "reflects": true,
61390
61926
  "inheritedFrom": {
61391
61927
  "name": "IgcInputBaseComponent",
61392
61928
  "module": "src/components/input/input-base.ts"
@@ -61499,10 +62035,30 @@
61499
62035
  "module": "src/components/input/input-base.ts"
61500
62036
  }
61501
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
+ },
61502
62053
  {
61503
62054
  "kind": "method",
61504
62055
  "name": "__runValidators",
61505
62056
  "privacy": "private",
62057
+ "return": {
62058
+ "type": {
62059
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
62060
+ }
62061
+ },
61506
62062
  "inheritedFrom": {
61507
62063
  "name": "IgcInputBaseComponent",
61508
62064
  "module": "src/components/input/input-base.ts"
@@ -63464,8 +64020,8 @@
63464
64020
  },
63465
64021
  {
63466
64022
  "kind": "field",
63467
- "name": "__internals",
63468
- "privacy": "private",
64023
+ "name": "_internals",
64024
+ "privacy": "protected",
63469
64025
  "readonly": true,
63470
64026
  "inheritedFrom": {
63471
64027
  "name": "BaseFormAssociated",
@@ -63480,6 +64036,7 @@
63480
64036
  },
63481
64037
  "privacy": "private",
63482
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.",
63483
64040
  "inheritedFrom": {
63484
64041
  "name": "BaseFormAssociated",
63485
64042
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63493,6 +64050,7 @@
63493
64050
  },
63494
64051
  "privacy": "private",
63495
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.",
63496
64054
  "inheritedFrom": {
63497
64055
  "name": "BaseFormAssociated",
63498
64056
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63614,7 +64172,6 @@
63614
64172
  "type": {
63615
64173
  "text": "boolean"
63616
64174
  },
63617
- "reflects": true,
63618
64175
  "inheritedFrom": {
63619
64176
  "name": "BaseFormAssociated",
63620
64177
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -63749,10 +64306,30 @@
63749
64306
  "module": "src/components/common/mixins/forms/associated.ts"
63750
64307
  }
63751
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
+ },
63752
64324
  {
63753
64325
  "kind": "method",
63754
64326
  "name": "__runValidators",
63755
64327
  "privacy": "private",
64328
+ "return": {
64329
+ "type": {
64330
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
64331
+ }
64332
+ },
63756
64333
  "inheritedFrom": {
63757
64334
  "name": "BaseFormAssociated",
63758
64335
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -64991,8 +65568,8 @@
64991
65568
  },
64992
65569
  {
64993
65570
  "kind": "field",
64994
- "name": "__internals",
64995
- "privacy": "private",
65571
+ "name": "_internals",
65572
+ "privacy": "protected",
64996
65573
  "readonly": true,
64997
65574
  "inheritedFrom": {
64998
65575
  "name": "BaseFormAssociated",
@@ -65007,6 +65584,7 @@
65007
65584
  },
65008
65585
  "privacy": "private",
65009
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.",
65010
65588
  "inheritedFrom": {
65011
65589
  "name": "BaseFormAssociated",
65012
65590
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65020,6 +65598,7 @@
65020
65598
  },
65021
65599
  "privacy": "private",
65022
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.",
65023
65602
  "inheritedFrom": {
65024
65603
  "name": "BaseFormAssociated",
65025
65604
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65154,7 +65733,6 @@
65154
65733
  "type": {
65155
65734
  "text": "boolean"
65156
65735
  },
65157
- "reflects": true,
65158
65736
  "inheritedFrom": {
65159
65737
  "name": "BaseFormAssociated",
65160
65738
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -65289,10 +65867,30 @@
65289
65867
  "module": "src/components/common/mixins/forms/associated.ts"
65290
65868
  }
65291
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
+ },
65292
65885
  {
65293
65886
  "kind": "method",
65294
65887
  "name": "__runValidators",
65295
65888
  "privacy": "private",
65889
+ "return": {
65890
+ "type": {
65891
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
65892
+ }
65893
+ },
65296
65894
  "inheritedFrom": {
65297
65895
  "name": "BaseFormAssociated",
65298
65896
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69110,8 +69708,8 @@
69110
69708
  },
69111
69709
  {
69112
69710
  "kind": "field",
69113
- "name": "__internals",
69114
- "privacy": "private",
69711
+ "name": "_internals",
69712
+ "privacy": "protected",
69115
69713
  "readonly": true,
69116
69714
  "inheritedFrom": {
69117
69715
  "name": "BaseFormAssociated",
@@ -69126,6 +69724,7 @@
69126
69724
  },
69127
69725
  "privacy": "private",
69128
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.",
69129
69728
  "inheritedFrom": {
69130
69729
  "name": "BaseFormAssociated",
69131
69730
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69139,6 +69738,7 @@
69139
69738
  },
69140
69739
  "privacy": "private",
69141
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.",
69142
69742
  "inheritedFrom": {
69143
69743
  "name": "BaseFormAssociated",
69144
69744
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -69408,10 +70008,30 @@
69408
70008
  "module": "src/components/common/mixins/forms/associated.ts"
69409
70009
  }
69410
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
+ },
69411
70026
  {
69412
70027
  "kind": "method",
69413
70028
  "name": "__runValidators",
69414
70029
  "privacy": "private",
70030
+ "return": {
70031
+ "type": {
70032
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
70033
+ }
70034
+ },
69415
70035
  "inheritedFrom": {
69416
70036
  "name": "BaseFormAssociated",
69417
70037
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -71381,15 +72001,10 @@
71381
72001
  },
71382
72002
  "parameters": [
71383
72003
  {
71384
- "name": "tab",
71385
- "optional": true,
72004
+ "name": "options",
71386
72005
  "type": {
71387
- "text": "IgcTabComponent"
72006
+ "text": "TabSelectionOptions"
71388
72007
  }
71389
- },
71390
- {
71391
- "name": "shouldEmit",
71392
- "default": "true"
71393
72008
  }
71394
72009
  ]
71395
72010
  },
@@ -71882,8 +72497,8 @@
71882
72497
  },
71883
72498
  {
71884
72499
  "kind": "field",
71885
- "name": "__internals",
71886
- "privacy": "private",
72500
+ "name": "_internals",
72501
+ "privacy": "protected",
71887
72502
  "readonly": true,
71888
72503
  "inheritedFrom": {
71889
72504
  "name": "IgcCheckboxBaseComponent",
@@ -71911,6 +72526,7 @@
71911
72526
  },
71912
72527
  "privacy": "private",
71913
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.",
71914
72530
  "inheritedFrom": {
71915
72531
  "name": "IgcCheckboxBaseComponent",
71916
72532
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -71924,6 +72540,7 @@
71924
72540
  },
71925
72541
  "privacy": "private",
71926
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.",
71927
72544
  "inheritedFrom": {
71928
72545
  "name": "IgcCheckboxBaseComponent",
71929
72546
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -72058,7 +72675,6 @@
72058
72675
  "type": {
72059
72676
  "text": "boolean"
72060
72677
  },
72061
- "reflects": true,
72062
72678
  "inheritedFrom": {
72063
72679
  "name": "IgcCheckboxBaseComponent",
72064
72680
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -72193,10 +72809,30 @@
72193
72809
  "module": "src/components/checkbox/checkbox-base.ts"
72194
72810
  }
72195
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
+ },
72196
72827
  {
72197
72828
  "kind": "method",
72198
72829
  "name": "__runValidators",
72199
72830
  "privacy": "private",
72831
+ "return": {
72832
+ "type": {
72833
+ "text": "{\n validity: ValidityStateFlags;\n message: string;\n }"
72834
+ }
72835
+ },
72200
72836
  "inheritedFrom": {
72201
72837
  "name": "IgcCheckboxBaseComponent",
72202
72838
  "module": "src/components/checkbox/checkbox-base.ts"
@@ -76674,7 +77310,7 @@
76674
77310
  "kind": "field",
76675
77311
  "name": "_animation",
76676
77312
  "type": {
76677
- "text": "| StepperVerticalAnimation\n | HorizontalTransitionAnimation"
77313
+ "text": "StepperVerticalAnimation | HorizontalTransitionAnimation"
76678
77314
  },
76679
77315
  "privacy": "private",
76680
77316
  "readonly": true,
@@ -79214,22 +79850,6 @@
79214
79850
  "module": "./theming/types.js"
79215
79851
  }
79216
79852
  },
79217
- {
79218
- "kind": "js",
79219
- "name": "θaddThemingController",
79220
- "declaration": {
79221
- "name": "addThemingController",
79222
- "module": "./theming/theming-controller.js"
79223
- }
79224
- },
79225
- {
79226
- "kind": "js",
79227
- "name": "θaddAdoptedStylesController",
79228
- "declaration": {
79229
- "name": "addAdoptedStylesController",
79230
- "module": "./components/common/controllers/adopt-styles.js"
79231
- }
79232
- },
79233
79853
  {
79234
79854
  "kind": "js",
79235
79855
  "name": "IgcCalendarResourceStringEN",