@aurodesignsystem-dev/auro-formkit 0.0.0-pr1489.1 → 0.0.0-pr1489.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/customize.min.js +249 -125
- package/components/checkbox/demo/getting-started.min.js +249 -125
- package/components/checkbox/demo/index.min.js +249 -125
- package/components/checkbox/demo/styles.min.css +1 -1
- package/components/checkbox/dist/index.js +249 -125
- package/components/checkbox/dist/registered.js +249 -125
- package/components/combobox/demo/customize.min.js +523 -259
- package/components/combobox/demo/getting-started.min.js +523 -259
- package/components/combobox/demo/index.min.js +523 -259
- package/components/combobox/demo/styles.min.css +1 -1
- package/components/combobox/dist/index.js +523 -259
- package/components/combobox/dist/registered.js +523 -259
- package/components/counter/demo/customize.min.js +271 -131
- package/components/counter/demo/index.min.js +271 -131
- package/components/counter/demo/styles.min.css +1 -1
- package/components/counter/dist/index.js +488 -137
- package/components/counter/dist/registered.js +249 -125
- package/components/datepicker/demo/accessibility.md +12 -9
- package/components/datepicker/demo/api.md +1 -1
- package/components/datepicker/demo/customize.md +4 -0
- package/components/datepicker/demo/customize.min.js +1638 -654
- package/components/datepicker/demo/index.md +35 -5
- package/components/datepicker/demo/index.min.js +1654 -659
- package/components/datepicker/demo/keyboard-behavior.md +16 -16
- package/components/datepicker/demo/styles.min.css +1 -1
- package/components/datepicker/demo/voiceover.md +5 -3
- package/components/datepicker/demo/why-datepicker.md +2 -2
- package/components/datepicker/dist/index.js +1642 -658
- package/components/datepicker/dist/registered.js +1642 -658
- package/components/datepicker/dist/src/auro-calendar-cell.d.ts +52 -17
- package/components/datepicker/dist/src/auro-calendar-month.d.ts +12 -4
- package/components/datepicker/dist/src/auro-calendar.d.ts +161 -8
- package/components/datepicker/dist/src/auro-datepicker.d.ts +77 -79
- package/components/dropdown/demo/customize.min.js +22 -6
- package/components/dropdown/demo/getting-started.min.js +22 -6
- package/components/dropdown/demo/index.min.js +22 -6
- package/components/dropdown/demo/styles.min.css +1 -1
- package/components/dropdown/dist/auro-dropdown.d.ts +3 -2
- package/components/dropdown/dist/index.js +22 -6
- package/components/dropdown/dist/registered.js +22 -6
- package/components/form/demo/customize.min.js +3731 -1831
- package/components/form/demo/getting-started.min.js +3731 -1831
- package/components/form/demo/index.min.js +3731 -1831
- package/components/form/demo/registerDemoDeps.min.js +3727 -1827
- package/components/form/demo/styles.min.css +1 -1
- package/components/input/demo/customize.min.js +249 -125
- package/components/input/demo/getting-started.min.js +249 -125
- package/components/input/demo/index.min.js +249 -125
- package/components/input/demo/styles.min.css +1 -1
- package/components/input/dist/index.js +249 -125
- package/components/input/dist/registered.js +249 -125
- package/components/menu/demo/styles.min.css +1 -1
- package/components/radio/demo/customize.min.js +249 -125
- package/components/radio/demo/getting-started.min.js +249 -125
- package/components/radio/demo/index.min.js +249 -125
- package/components/radio/demo/styles.min.css +1 -1
- package/components/radio/dist/index.js +249 -125
- package/components/radio/dist/registered.js +249 -125
- package/components/select/demo/customize.min.js +271 -131
- package/components/select/demo/getting-started.min.js +271 -131
- package/components/select/demo/index.min.js +271 -131
- package/components/select/demo/styles.min.css +1 -1
- package/components/select/dist/index.js +271 -131
- package/components/select/dist/registered.js +271 -131
- package/custom-elements.json +500 -178
- package/package.json +8 -8
package/custom-elements.json
CHANGED
|
@@ -4198,13 +4198,6 @@
|
|
|
4198
4198
|
"text": "Number"
|
|
4199
4199
|
}
|
|
4200
4200
|
},
|
|
4201
|
-
{
|
|
4202
|
-
"name": "hoveredDate",
|
|
4203
|
-
"description": "Hovered date.",
|
|
4204
|
-
"type": {
|
|
4205
|
-
"text": "Number"
|
|
4206
|
-
}
|
|
4207
|
-
},
|
|
4208
4201
|
{
|
|
4209
4202
|
"name": "day",
|
|
4210
4203
|
"description": "An object containing the dateFrom and day of month values.",
|
|
@@ -4213,7 +4206,7 @@
|
|
|
4213
4206
|
}
|
|
4214
4207
|
}
|
|
4215
4208
|
],
|
|
4216
|
-
"description": "Handles selected
|
|
4209
|
+
"description": "Handles selected state of the calendar cell when the selection changes.\nAlso clears any imperative range preview classes so classMap is the\nsole source of truth after a selection update.",
|
|
4217
4210
|
"privacy": "private",
|
|
4218
4211
|
"return": {
|
|
4219
4212
|
"type": {
|
|
@@ -4235,7 +4228,18 @@
|
|
|
4235
4228
|
{
|
|
4236
4229
|
"kind": "method",
|
|
4237
4230
|
"name": "handleHover",
|
|
4238
|
-
"description": "Handles user hover events and dispatches a custom event.\
|
|
4231
|
+
"description": "Handles user hover events and dispatches a custom event.\nDoes NOT set any reactive properties — the range preview is handled\nimperatively by the calendar component to avoid O(N) re-renders.",
|
|
4232
|
+
"privacy": "private",
|
|
4233
|
+
"return": {
|
|
4234
|
+
"type": {
|
|
4235
|
+
"text": "void"
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"kind": "method",
|
|
4241
|
+
"name": "handleFocus",
|
|
4242
|
+
"description": "Handles focus events on the cell button.\nDispatches a lightweight event for the calendar to handle SR\nannouncements and range preview updates without triggering\nany Lit lifecycle updates.",
|
|
4239
4243
|
"privacy": "private",
|
|
4240
4244
|
"return": {
|
|
4241
4245
|
"type": {
|
|
@@ -4510,7 +4514,7 @@
|
|
|
4510
4514
|
}
|
|
4511
4515
|
}
|
|
4512
4516
|
],
|
|
4513
|
-
"description": "Checks if the current date is a
|
|
4517
|
+
"description": "Checks if the current date is a referenced date.",
|
|
4514
4518
|
"return": {
|
|
4515
4519
|
"type": {
|
|
4516
4520
|
"text": ""
|
|
@@ -4570,10 +4574,77 @@
|
|
|
4570
4574
|
}
|
|
4571
4575
|
}
|
|
4572
4576
|
},
|
|
4577
|
+
{
|
|
4578
|
+
"kind": "method",
|
|
4579
|
+
"name": "updateHostAria",
|
|
4580
|
+
"description": "Updates ARIA attributes on the host element so that\nariaActiveDescendantElement can expose cell info to the SR.",
|
|
4581
|
+
"privacy": "private",
|
|
4582
|
+
"return": {
|
|
4583
|
+
"type": {
|
|
4584
|
+
"text": "void"
|
|
4585
|
+
}
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4573
4588
|
{
|
|
4574
4589
|
"kind": "method",
|
|
4575
4590
|
"name": "focusButton",
|
|
4576
|
-
"description": "Programmatically focuses the cell's interactive button element.",
|
|
4591
|
+
"description": "Programmatically focuses the cell's interactive button element.\nUses focusVisible: true so the :focus-visible ring appears even when\nthe bib was opened via mouse click (which sets mouse input modality).",
|
|
4592
|
+
"return": {
|
|
4593
|
+
"type": {
|
|
4594
|
+
"text": "void"
|
|
4595
|
+
}
|
|
4596
|
+
}
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"kind": "method",
|
|
4600
|
+
"name": "setActive",
|
|
4601
|
+
"description": "Imperatively marks this cell as active without triggering a Lit re-render.\nNote: buttons stay tabindex=\"-1\" because the grid uses aria-activedescendant.",
|
|
4602
|
+
"return": {
|
|
4603
|
+
"type": {
|
|
4604
|
+
"text": "void"
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"kind": "method",
|
|
4610
|
+
"name": "clearActive",
|
|
4611
|
+
"description": "Imperatively marks this cell as inactive without triggering a Lit re-render.",
|
|
4612
|
+
"return": {
|
|
4613
|
+
"type": {
|
|
4614
|
+
"text": "void"
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"kind": "method",
|
|
4620
|
+
"name": "updateRangePreviewClasses",
|
|
4621
|
+
"parameters": [
|
|
4622
|
+
{
|
|
4623
|
+
"name": "hoveredDate",
|
|
4624
|
+
"description": "Unix timestamp of the currently hovered/focused date.",
|
|
4625
|
+
"type": {
|
|
4626
|
+
"text": "Number"
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"name": "dateFrom",
|
|
4631
|
+
"description": "Unix timestamp of the selected departure date.",
|
|
4632
|
+
"type": {
|
|
4633
|
+
"text": "Number"
|
|
4634
|
+
}
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"description": "Updates range preview classes imperatively (no Lit re-render).\nCalled by the calendar component when the hovered date changes\nduring range selection (dateFrom set, dateTo not yet set).",
|
|
4638
|
+
"return": {
|
|
4639
|
+
"type": {
|
|
4640
|
+
"text": "void"
|
|
4641
|
+
}
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"kind": "method",
|
|
4646
|
+
"name": "clearRangePreviewClasses",
|
|
4647
|
+
"description": "Clears all imperative range preview classes from the cell button.\nCalled when a selection occurs so classMap becomes the sole source of truth.",
|
|
4577
4648
|
"return": {
|
|
4578
4649
|
"type": {
|
|
4579
4650
|
"text": "void"
|
|
@@ -4604,16 +4675,6 @@
|
|
|
4604
4675
|
"default": "false",
|
|
4605
4676
|
"attribute": "selected"
|
|
4606
4677
|
},
|
|
4607
|
-
{
|
|
4608
|
-
"kind": "field",
|
|
4609
|
-
"name": "hovered",
|
|
4610
|
-
"privacy": "public",
|
|
4611
|
-
"type": {
|
|
4612
|
-
"text": "boolean"
|
|
4613
|
-
},
|
|
4614
|
-
"default": "false",
|
|
4615
|
-
"attribute": "hovered"
|
|
4616
|
-
},
|
|
4617
4678
|
{
|
|
4618
4679
|
"kind": "field",
|
|
4619
4680
|
"name": "dateTo",
|
|
@@ -4685,16 +4746,6 @@
|
|
|
4685
4746
|
"default": "[]",
|
|
4686
4747
|
"attribute": "disabledDays"
|
|
4687
4748
|
},
|
|
4688
|
-
{
|
|
4689
|
-
"kind": "field",
|
|
4690
|
-
"name": "hoveredDate",
|
|
4691
|
-
"privacy": "public",
|
|
4692
|
-
"type": {
|
|
4693
|
-
"text": "null"
|
|
4694
|
-
},
|
|
4695
|
-
"default": "null",
|
|
4696
|
-
"attribute": "hoveredDate"
|
|
4697
|
-
},
|
|
4698
4749
|
{
|
|
4699
4750
|
"kind": "field",
|
|
4700
4751
|
"name": "isCurrentDate",
|
|
@@ -4736,13 +4787,10 @@
|
|
|
4736
4787
|
{
|
|
4737
4788
|
"kind": "field",
|
|
4738
4789
|
"name": "active",
|
|
4739
|
-
"privacy": "public",
|
|
4740
4790
|
"type": {
|
|
4741
4791
|
"text": "boolean"
|
|
4742
4792
|
},
|
|
4743
|
-
"default": "false"
|
|
4744
|
-
"attribute": "active",
|
|
4745
|
-
"reflects": true
|
|
4793
|
+
"default": "false"
|
|
4746
4794
|
},
|
|
4747
4795
|
{
|
|
4748
4796
|
"kind": "field",
|
|
@@ -4776,6 +4824,12 @@
|
|
|
4776
4824
|
"type": {
|
|
4777
4825
|
"text": "CustomEvent"
|
|
4778
4826
|
}
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "calendar-cell-focused",
|
|
4830
|
+
"type": {
|
|
4831
|
+
"text": "CustomEvent"
|
|
4832
|
+
}
|
|
4779
4833
|
}
|
|
4780
4834
|
],
|
|
4781
4835
|
"attributes": [
|
|
@@ -4795,14 +4849,6 @@
|
|
|
4795
4849
|
"default": "false",
|
|
4796
4850
|
"fieldName": "selected"
|
|
4797
4851
|
},
|
|
4798
|
-
{
|
|
4799
|
-
"name": "hovered",
|
|
4800
|
-
"type": {
|
|
4801
|
-
"text": "boolean"
|
|
4802
|
-
},
|
|
4803
|
-
"default": "false",
|
|
4804
|
-
"fieldName": "hovered"
|
|
4805
|
-
},
|
|
4806
4852
|
{
|
|
4807
4853
|
"name": "dateTo",
|
|
4808
4854
|
"type": {
|
|
@@ -4859,14 +4905,6 @@
|
|
|
4859
4905
|
"default": "[]",
|
|
4860
4906
|
"fieldName": "disabledDays"
|
|
4861
4907
|
},
|
|
4862
|
-
{
|
|
4863
|
-
"name": "hoveredDate",
|
|
4864
|
-
"type": {
|
|
4865
|
-
"text": "null"
|
|
4866
|
-
},
|
|
4867
|
-
"default": "null",
|
|
4868
|
-
"fieldName": "hoveredDate"
|
|
4869
|
-
},
|
|
4870
4908
|
{
|
|
4871
4909
|
"name": "isCurrentDate",
|
|
4872
4910
|
"type": {
|
|
@@ -4898,14 +4936,6 @@
|
|
|
4898
4936
|
"default": "false",
|
|
4899
4937
|
"fieldName": "renderForDateSlot"
|
|
4900
4938
|
},
|
|
4901
|
-
{
|
|
4902
|
-
"name": "active",
|
|
4903
|
-
"type": {
|
|
4904
|
-
"text": "boolean"
|
|
4905
|
-
},
|
|
4906
|
-
"default": "false",
|
|
4907
|
-
"fieldName": "active"
|
|
4908
|
-
},
|
|
4909
4939
|
{
|
|
4910
4940
|
"name": "hasPopoverContent",
|
|
4911
4941
|
"type": {
|
|
@@ -4921,6 +4951,10 @@
|
|
|
4921
4951
|
},
|
|
4922
4952
|
"tagName": "auro-formkit-calendar-cell",
|
|
4923
4953
|
"customElement": true
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
"kind": "variable",
|
|
4957
|
+
"name": "blackout"
|
|
4924
4958
|
}
|
|
4925
4959
|
],
|
|
4926
4960
|
"exports": [
|
|
@@ -5032,17 +5066,28 @@
|
|
|
5032
5066
|
},
|
|
5033
5067
|
{
|
|
5034
5068
|
"kind": "method",
|
|
5035
|
-
"name": "
|
|
5069
|
+
"name": "handleDateHovered",
|
|
5036
5070
|
"parameters": [
|
|
5037
5071
|
{
|
|
5038
5072
|
"name": "event",
|
|
5039
|
-
"description": "The
|
|
5073
|
+
"description": "The date-is-hovered event from a cell.",
|
|
5040
5074
|
"type": {
|
|
5041
|
-
"text": "
|
|
5075
|
+
"text": "CustomEvent"
|
|
5042
5076
|
}
|
|
5043
5077
|
}
|
|
5044
5078
|
],
|
|
5045
|
-
"description": "
|
|
5079
|
+
"description": "Overrides the base class handler to prevent setting `this.hoveredDate`\nas a reactive property. Instead, just dispatches the event upward so\nthe calendar can handle range preview imperatively.",
|
|
5080
|
+
"privacy": "private",
|
|
5081
|
+
"return": {
|
|
5082
|
+
"type": {
|
|
5083
|
+
"text": "void"
|
|
5084
|
+
}
|
|
5085
|
+
}
|
|
5086
|
+
},
|
|
5087
|
+
{
|
|
5088
|
+
"kind": "method",
|
|
5089
|
+
"name": "handleTbodyMouseLeave",
|
|
5090
|
+
"description": "Dispatches a bubbling event when the mouse leaves the date grid body\nso the parent calendar can clear the range hover preview.",
|
|
5046
5091
|
"privacy": "private",
|
|
5047
5092
|
"return": {
|
|
5048
5093
|
"type": {
|
|
@@ -5081,13 +5126,13 @@
|
|
|
5081
5126
|
],
|
|
5082
5127
|
"events": [
|
|
5083
5128
|
{
|
|
5084
|
-
"name": "
|
|
5129
|
+
"name": "hovered-date-changed",
|
|
5085
5130
|
"type": {
|
|
5086
5131
|
"text": "CustomEvent"
|
|
5087
5132
|
}
|
|
5088
5133
|
},
|
|
5089
5134
|
{
|
|
5090
|
-
"name": "calendar-
|
|
5135
|
+
"name": "calendar-month-mouseleave",
|
|
5091
5136
|
"type": {
|
|
5092
5137
|
"text": "CustomEvent"
|
|
5093
5138
|
}
|
|
@@ -5141,6 +5186,16 @@
|
|
|
5141
5186
|
{
|
|
5142
5187
|
"kind": "method",
|
|
5143
5188
|
"name": "handlePrevMonth",
|
|
5189
|
+
"parameters": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "options",
|
|
5192
|
+
"description": "Optional settings.",
|
|
5193
|
+
"optional": true,
|
|
5194
|
+
"type": {
|
|
5195
|
+
"text": "@param {boolean} [options.skipActiveUpdate=false] - When true, skip the active cell\n * recomputation. Used by arrow key handlers that manage the active cell themselves.\n * "
|
|
5196
|
+
}
|
|
5197
|
+
}
|
|
5198
|
+
],
|
|
5144
5199
|
"description": "Updates the month and year when the user navigates to the previous calendar month.",
|
|
5145
5200
|
"privacy": "private",
|
|
5146
5201
|
"return": {
|
|
@@ -5152,6 +5207,16 @@
|
|
|
5152
5207
|
{
|
|
5153
5208
|
"kind": "method",
|
|
5154
5209
|
"name": "handleNextMonth",
|
|
5210
|
+
"parameters": [
|
|
5211
|
+
{
|
|
5212
|
+
"name": "options",
|
|
5213
|
+
"description": "Optional settings.",
|
|
5214
|
+
"optional": true,
|
|
5215
|
+
"type": {
|
|
5216
|
+
"text": "@param {boolean} [options.skipActiveUpdate=false] - When true, skip the active cell\n * recomputation. Used by arrow key handlers that manage the active cell themselves.\n * "
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
],
|
|
5155
5220
|
"description": "Updates the month and year when the user navigates to the next calendar month.",
|
|
5156
5221
|
"privacy": "private",
|
|
5157
5222
|
"return": {
|
|
@@ -5174,7 +5239,7 @@
|
|
|
5174
5239
|
{
|
|
5175
5240
|
"kind": "method",
|
|
5176
5241
|
"name": "updateActiveCellForVisibleMonth",
|
|
5177
|
-
"description": "
|
|
5242
|
+
"description": "Updates the active cell after month navigation (prev/next buttons).\nAlways moves the active cell to the first enabled date in the newly\nvisible months so that tabbing back to the grid lands on an enabled cell.",
|
|
5178
5243
|
"privacy": "private",
|
|
5179
5244
|
"return": {
|
|
5180
5245
|
"type": {
|
|
@@ -5246,68 +5311,261 @@
|
|
|
5246
5311
|
},
|
|
5247
5312
|
{
|
|
5248
5313
|
"kind": "method",
|
|
5249
|
-
"name": "setActiveCell",
|
|
5314
|
+
"name": "setActiveCell",
|
|
5315
|
+
"parameters": [
|
|
5316
|
+
{
|
|
5317
|
+
"name": "date",
|
|
5318
|
+
"description": "Unix timestamp of the cell to activate.",
|
|
5319
|
+
"type": {
|
|
5320
|
+
"text": "Number"
|
|
5321
|
+
}
|
|
5322
|
+
}
|
|
5323
|
+
],
|
|
5324
|
+
"description": "Sets the active cell across all months. Only one cell has tabindex=\"0\" at a time.\nUses imperative DOM manipulation — no Lit re-render triggered.\nAlso updates ariaActiveDescendantElement on the grid wrapper so\nscreen readers announce the active cell without moving DOM focus.",
|
|
5325
|
+
"return": {
|
|
5326
|
+
"type": {
|
|
5327
|
+
"text": "void"
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"kind": "method",
|
|
5333
|
+
"name": "focusActiveCell",
|
|
5334
|
+
"description": "Focuses the calendar grid wrapper and sets the active cell.\nDOM focus stays on the grid wrapper; the aria-live region\ntells the screen reader which cell is \"active\".",
|
|
5335
|
+
"return": {
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "void"
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "method",
|
|
5343
|
+
"name": "handleGridFocusIn",
|
|
5344
|
+
"description": "Shows the activeCell ring when the grid gains focus.",
|
|
5345
|
+
"privacy": "private",
|
|
5346
|
+
"return": {
|
|
5347
|
+
"type": {
|
|
5348
|
+
"text": "void"
|
|
5349
|
+
}
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "method",
|
|
5354
|
+
"name": "handleGridFocusOut",
|
|
5355
|
+
"description": "Hides the activeCell ring when the grid loses focus.",
|
|
5356
|
+
"privacy": "private",
|
|
5357
|
+
"return": {
|
|
5358
|
+
"type": {
|
|
5359
|
+
"text": "void"
|
|
5360
|
+
}
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"kind": "method",
|
|
5365
|
+
"name": "computeActiveDate",
|
|
5366
|
+
"parameters": [
|
|
5367
|
+
{
|
|
5368
|
+
"name": "options",
|
|
5369
|
+
"default": "{}",
|
|
5370
|
+
"description": "Optional settings.",
|
|
5371
|
+
"optional": true,
|
|
5372
|
+
"type": {
|
|
5373
|
+
"text": "@param {boolean} [options.skipDateFrom=false] - When true, skip the selected-date\n * shortcut (step 1). Used after month navigation so the active cell lands in the\n * newly visible month instead of jumping back to the selected date's month.\n * "
|
|
5374
|
+
}
|
|
5375
|
+
}
|
|
5376
|
+
],
|
|
5377
|
+
"description": "Computes the initial active date from data properties alone — no DOM required.\nPriority:\n 1. Selected date (dateFrom) if within range\n 2. Today's date if not disabled (in-range and not blackout)\n 3. First future non-disabled date (scans day-by-day from today up to 1 year)\n 4. First previous non-disabled date (scans day-by-day from today up to 1 year)\n 5. First enabled date in finite [min, max] range\n 5b. First enabled date scanning forward from finite min (unbounded max)\n 5c. First enabled date scanning backward from finite max (unbounded min)\n 6. First in-range date (even if blackout) so focus can land somewhere\n 7. Undefined — no valid target.",
|
|
5378
|
+
"privacy": "private",
|
|
5379
|
+
"return": {
|
|
5380
|
+
"type": {
|
|
5381
|
+
"text": "Number|undefined"
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "method",
|
|
5387
|
+
"name": "isDateInRange",
|
|
5388
|
+
"parameters": [
|
|
5389
|
+
{
|
|
5390
|
+
"name": "targetTs",
|
|
5391
|
+
"description": "Unix timestamp in seconds.",
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": "Number"
|
|
5394
|
+
}
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"description": "Checks if a target date (unix seconds) is within the configured [min, max] range.\nReturns false if the date falls outside the range, preventing navigation\nto months where all dates are disabled.",
|
|
5398
|
+
"privacy": "private",
|
|
5399
|
+
"return": {
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "Boolean"
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"kind": "method",
|
|
5407
|
+
"name": "handleGridKeyDown",
|
|
5408
|
+
"parameters": [
|
|
5409
|
+
{
|
|
5410
|
+
"name": "event",
|
|
5411
|
+
"description": "The keyboard event.",
|
|
5412
|
+
"type": {
|
|
5413
|
+
"text": "KeyboardEvent"
|
|
5414
|
+
}
|
|
5415
|
+
}
|
|
5416
|
+
],
|
|
5417
|
+
"description": "Handles arrow key navigation on the calendar grid wrapper.\nFocus stays on the grid wrapper; only ariaActiveDescendantElement\nand the visual active-cell indicator change.",
|
|
5418
|
+
"privacy": "private",
|
|
5419
|
+
"return": {
|
|
5420
|
+
"type": {
|
|
5421
|
+
"text": "void"
|
|
5422
|
+
}
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"kind": "method",
|
|
5427
|
+
"name": "handleMonthBoundary",
|
|
5428
|
+
"parameters": [
|
|
5429
|
+
{
|
|
5430
|
+
"name": "event",
|
|
5431
|
+
"description": "The boundary event with direction and source date info.",
|
|
5432
|
+
"type": {
|
|
5433
|
+
"text": "CustomEvent"
|
|
5434
|
+
}
|
|
5435
|
+
}
|
|
5436
|
+
],
|
|
5437
|
+
"description": "Handles cross-month boundary navigation events from month components.",
|
|
5438
|
+
"privacy": "private",
|
|
5439
|
+
"return": {
|
|
5440
|
+
"type": {
|
|
5441
|
+
"text": "void"
|
|
5442
|
+
}
|
|
5443
|
+
}
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "method",
|
|
5447
|
+
"name": "handleCellActivate",
|
|
5448
|
+
"parameters": [
|
|
5449
|
+
{
|
|
5450
|
+
"name": "event",
|
|
5451
|
+
"description": "The activation event with target date.",
|
|
5452
|
+
"type": {
|
|
5453
|
+
"text": "CustomEvent"
|
|
5454
|
+
}
|
|
5455
|
+
}
|
|
5456
|
+
],
|
|
5457
|
+
"description": "Handles cell activation events from month components.",
|
|
5458
|
+
"privacy": "private",
|
|
5459
|
+
"return": {
|
|
5460
|
+
"type": {
|
|
5461
|
+
"text": "void"
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"kind": "method",
|
|
5467
|
+
"name": "handleCellFocused",
|
|
5468
|
+
"parameters": [
|
|
5469
|
+
{
|
|
5470
|
+
"name": "event",
|
|
5471
|
+
"description": "The calendar-cell-focused event.",
|
|
5472
|
+
"type": {
|
|
5473
|
+
"text": "CustomEvent"
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
],
|
|
5477
|
+
"description": "Handles focus events from calendar cells.\nUpdates the live region with an SR announcement and triggers\nthe imperative range preview if applicable.",
|
|
5478
|
+
"privacy": "private",
|
|
5479
|
+
"return": {
|
|
5480
|
+
"type": {
|
|
5481
|
+
"text": "void"
|
|
5482
|
+
}
|
|
5483
|
+
}
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"kind": "method",
|
|
5487
|
+
"name": "buildFocusAnnouncement",
|
|
5488
|
+
"parameters": [
|
|
5489
|
+
{
|
|
5490
|
+
"name": "date",
|
|
5491
|
+
"description": "Unix timestamp (seconds) of the focused cell.",
|
|
5492
|
+
"type": {
|
|
5493
|
+
"text": "Number"
|
|
5494
|
+
}
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"description": "Builds a full SR announcement string for a focused cell date.\nIncludes the localized date, range position, popover content,\nand blackout status.",
|
|
5498
|
+
"privacy": "private",
|
|
5499
|
+
"return": {
|
|
5500
|
+
"type": {
|
|
5501
|
+
"text": "String"
|
|
5502
|
+
}
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
5505
|
+
{
|
|
5506
|
+
"kind": "method",
|
|
5507
|
+
"name": "getRangePositionLabel",
|
|
5250
5508
|
"parameters": [
|
|
5251
5509
|
{
|
|
5252
5510
|
"name": "date",
|
|
5253
|
-
"description": "Unix timestamp
|
|
5511
|
+
"description": "Unix timestamp (seconds).",
|
|
5254
5512
|
"type": {
|
|
5255
5513
|
"text": "Number"
|
|
5256
5514
|
}
|
|
5257
5515
|
}
|
|
5258
5516
|
],
|
|
5259
|
-
"description": "
|
|
5517
|
+
"description": "Determines the range position label for a given date.",
|
|
5518
|
+
"privacy": "private",
|
|
5260
5519
|
"return": {
|
|
5261
5520
|
"type": {
|
|
5262
|
-
"text": "
|
|
5521
|
+
"text": "String|null"
|
|
5263
5522
|
}
|
|
5264
5523
|
}
|
|
5265
5524
|
},
|
|
5266
5525
|
{
|
|
5267
5526
|
"kind": "method",
|
|
5268
|
-
"name": "
|
|
5269
|
-
"
|
|
5527
|
+
"name": "isDateBlackout",
|
|
5528
|
+
"parameters": [
|
|
5529
|
+
{
|
|
5530
|
+
"name": "dateTs",
|
|
5531
|
+
"description": "Unix timestamp (seconds).",
|
|
5532
|
+
"type": {
|
|
5533
|
+
"text": "Number"
|
|
5534
|
+
}
|
|
5535
|
+
}
|
|
5536
|
+
],
|
|
5537
|
+
"description": "Checks whether a given date is a blackout date.",
|
|
5538
|
+
"privacy": "private",
|
|
5270
5539
|
"return": {
|
|
5271
5540
|
"type": {
|
|
5272
|
-
"text": "
|
|
5541
|
+
"text": "Boolean"
|
|
5273
5542
|
}
|
|
5274
5543
|
}
|
|
5275
5544
|
},
|
|
5276
5545
|
{
|
|
5277
5546
|
"kind": "method",
|
|
5278
|
-
"name": "
|
|
5547
|
+
"name": "updateRangePreview",
|
|
5279
5548
|
"parameters": [
|
|
5280
5549
|
{
|
|
5281
|
-
"name": "
|
|
5282
|
-
"
|
|
5283
|
-
"description": "Optional settings.",
|
|
5284
|
-
"optional": true,
|
|
5550
|
+
"name": "hoveredDate",
|
|
5551
|
+
"description": "Unix timestamp of the hovered/focused date.",
|
|
5285
5552
|
"type": {
|
|
5286
|
-
"text": "
|
|
5553
|
+
"text": "Number"
|
|
5287
5554
|
}
|
|
5288
5555
|
}
|
|
5289
5556
|
],
|
|
5290
|
-
"description": "
|
|
5557
|
+
"description": "Updates the range preview classes imperatively across all cells.\nOnly active when in range mode with dateFrom set and dateTo not yet set.",
|
|
5291
5558
|
"privacy": "private",
|
|
5292
5559
|
"return": {
|
|
5293
5560
|
"type": {
|
|
5294
|
-
"text": "
|
|
5561
|
+
"text": "void"
|
|
5295
5562
|
}
|
|
5296
5563
|
}
|
|
5297
5564
|
},
|
|
5298
5565
|
{
|
|
5299
5566
|
"kind": "method",
|
|
5300
|
-
"name": "
|
|
5301
|
-
"
|
|
5302
|
-
{
|
|
5303
|
-
"name": "event",
|
|
5304
|
-
"description": "The boundary event with direction and source date info.",
|
|
5305
|
-
"type": {
|
|
5306
|
-
"text": "CustomEvent"
|
|
5307
|
-
}
|
|
5308
|
-
}
|
|
5309
|
-
],
|
|
5310
|
-
"description": "Handles cross-month boundary navigation events from month components.",
|
|
5567
|
+
"name": "clearRangePreview",
|
|
5568
|
+
"description": "Clears range preview classes from all cells.",
|
|
5311
5569
|
"privacy": "private",
|
|
5312
5570
|
"return": {
|
|
5313
5571
|
"type": {
|
|
@@ -5317,17 +5575,17 @@
|
|
|
5317
5575
|
},
|
|
5318
5576
|
{
|
|
5319
5577
|
"kind": "method",
|
|
5320
|
-
"name": "
|
|
5578
|
+
"name": "hoveredDateChanged",
|
|
5321
5579
|
"parameters": [
|
|
5322
5580
|
{
|
|
5323
5581
|
"name": "event",
|
|
5324
|
-
"description": "The
|
|
5582
|
+
"description": "The hovered-date-changed event from a month.",
|
|
5325
5583
|
"type": {
|
|
5326
5584
|
"text": "CustomEvent"
|
|
5327
5585
|
}
|
|
5328
5586
|
}
|
|
5329
5587
|
],
|
|
5330
|
-
"description": "
|
|
5588
|
+
"description": "Overrides the base class handler to prevent setting `this.hoveredDate`\nas a reactive property. Instead, handles the range preview imperatively.",
|
|
5331
5589
|
"privacy": "private",
|
|
5332
5590
|
"return": {
|
|
5333
5591
|
"type": {
|
|
@@ -5346,6 +5604,17 @@
|
|
|
5346
5604
|
}
|
|
5347
5605
|
}
|
|
5348
5606
|
},
|
|
5607
|
+
{
|
|
5608
|
+
"kind": "method",
|
|
5609
|
+
"name": "getOrCreateLiveRegion",
|
|
5610
|
+
"description": "Returns (and lazily creates) an aria-live region inside the dropdown's\n<dialog> element. This placement is critical for two reasons:\n\n1. Inside the dialog's accessible scope — dialog.showModal() makes\n everything outside the top-layer dialog inert, and desktop modal\n mode uses _setPageInert() on document.body siblings. A live region\n on document.body would be invisible to screen readers in both cases.\n\n2. Not nested in shadow DOM — Chrome inconsistently observes aria-live\n mutations inside shadow DOM across machines and versions. The dialog\n element is only one shadow root deep (the dropdown bib's shadow DOM),\n which Chrome handles reliably. The calendar's own shadow DOM (nested\n inside the bib via slotting) is two+ levels deep and unreliable.",
|
|
5611
|
+
"privacy": "private",
|
|
5612
|
+
"return": {
|
|
5613
|
+
"type": {
|
|
5614
|
+
"text": "HTMLElement"
|
|
5615
|
+
}
|
|
5616
|
+
}
|
|
5617
|
+
},
|
|
5349
5618
|
{
|
|
5350
5619
|
"kind": "method",
|
|
5351
5620
|
"name": "announceSelection",
|
|
@@ -5358,7 +5627,27 @@
|
|
|
5358
5627
|
}
|
|
5359
5628
|
}
|
|
5360
5629
|
],
|
|
5361
|
-
"description": "Announces a date selection via the live region.",
|
|
5630
|
+
"description": "Announces a date selection or focus change via the live region.\nUses requestAnimationFrame to ensure the clear and set happen in\nseparate rendering frames — Chrome may coalesce synchronous or\nmicrotask-deferred mutations into a single accessibility tree update.",
|
|
5631
|
+
"privacy": "private",
|
|
5632
|
+
"return": {
|
|
5633
|
+
"type": {
|
|
5634
|
+
"text": "void"
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
"kind": "method",
|
|
5640
|
+
"name": "announceFocusDebounced",
|
|
5641
|
+
"parameters": [
|
|
5642
|
+
{
|
|
5643
|
+
"name": "dateStr",
|
|
5644
|
+
"description": "The localized date string to announce.",
|
|
5645
|
+
"type": {
|
|
5646
|
+
"text": "String"
|
|
5647
|
+
}
|
|
5648
|
+
}
|
|
5649
|
+
],
|
|
5650
|
+
"description": "Debounced version of announceSelection for focus navigation.\nUses the assertive live region with a 150ms debounce so only the\nfinal cell after rapid arrow-key traversal is announced. We\noriginally tried aria-live=\"polite\" here, but VoiceOver treats\npolite as \"wait until idle\" — which never happens during active\nkeyboard navigation — so the announcements were silently dropped.",
|
|
5362
5651
|
"privacy": "private",
|
|
5363
5652
|
"return": {
|
|
5364
5653
|
"type": {
|
|
@@ -5499,6 +5788,16 @@
|
|
|
5499
5788
|
"privacy": "private",
|
|
5500
5789
|
"default": "null"
|
|
5501
5790
|
},
|
|
5791
|
+
{
|
|
5792
|
+
"kind": "field",
|
|
5793
|
+
"name": "_gridHasFocus",
|
|
5794
|
+
"type": {
|
|
5795
|
+
"text": "boolean"
|
|
5796
|
+
},
|
|
5797
|
+
"description": "Whether the #calendarGrid wrapper currently has focus.\nUsed to determine whether the visualFocus ring should be shown.",
|
|
5798
|
+
"privacy": "private",
|
|
5799
|
+
"default": "false"
|
|
5800
|
+
},
|
|
5502
5801
|
{
|
|
5503
5802
|
"kind": "field",
|
|
5504
5803
|
"name": "firstMonthRenderable",
|
|
@@ -5514,6 +5813,16 @@
|
|
|
5514
5813
|
"privacy": "private",
|
|
5515
5814
|
"default": "null"
|
|
5516
5815
|
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "field",
|
|
5818
|
+
"name": "disabledDays",
|
|
5819
|
+
"type": {
|
|
5820
|
+
"text": "array"
|
|
5821
|
+
},
|
|
5822
|
+
"description": "Legacy array of disabled-date timestamps.",
|
|
5823
|
+
"privacy": "private",
|
|
5824
|
+
"default": "[]"
|
|
5825
|
+
},
|
|
5517
5826
|
{
|
|
5518
5827
|
"kind": "field",
|
|
5519
5828
|
"name": "numCalendars",
|
|
@@ -5555,6 +5864,12 @@
|
|
|
5555
5864
|
"default": "undefined",
|
|
5556
5865
|
"attribute": "dropdown"
|
|
5557
5866
|
},
|
|
5867
|
+
{
|
|
5868
|
+
"kind": "field",
|
|
5869
|
+
"name": "_calendarInstanceId",
|
|
5870
|
+
"description": "Unique instance ID for the live region element.",
|
|
5871
|
+
"privacy": "private"
|
|
5872
|
+
},
|
|
5558
5873
|
{
|
|
5559
5874
|
"kind": "field",
|
|
5560
5875
|
"name": "calendarEndMonth",
|
|
@@ -5966,7 +6281,13 @@
|
|
|
5966
6281
|
{
|
|
5967
6282
|
"kind": "field",
|
|
5968
6283
|
"name": "commonDisplayValueWrapperClasses",
|
|
6284
|
+
"description": "Common display value wrapper classes.",
|
|
5969
6285
|
"privacy": "private",
|
|
6286
|
+
"return": {
|
|
6287
|
+
"type": {
|
|
6288
|
+
"text": "Object"
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
5970
6291
|
"readonly": true
|
|
5971
6292
|
},
|
|
5972
6293
|
{
|
|
@@ -6468,6 +6789,7 @@
|
|
|
6468
6789
|
"parameters": [
|
|
6469
6790
|
{
|
|
6470
6791
|
"name": "event",
|
|
6792
|
+
"description": "The mouse event from the clear button click.",
|
|
6471
6793
|
"type": {
|
|
6472
6794
|
"text": "MouseEvent"
|
|
6473
6795
|
}
|
|
@@ -7331,6 +7653,24 @@
|
|
|
7331
7653
|
"default": "false",
|
|
7332
7654
|
"fieldName": "autoPlacement"
|
|
7333
7655
|
},
|
|
7656
|
+
{
|
|
7657
|
+
"name": "blackoutDates",
|
|
7658
|
+
"type": {
|
|
7659
|
+
"text": "array"
|
|
7660
|
+
},
|
|
7661
|
+
"description": "Array of dates that cannot be selected. Dates should be in ISO format (YYYY-MM-DD).",
|
|
7662
|
+
"default": "[]",
|
|
7663
|
+
"fieldName": "blackoutDates"
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "blackoutLabel",
|
|
7667
|
+
"type": {
|
|
7668
|
+
"text": "string"
|
|
7669
|
+
},
|
|
7670
|
+
"description": "Label announced for blackout (disabled but in-range) date cells.",
|
|
7671
|
+
"default": "'unavailable'",
|
|
7672
|
+
"fieldName": "blackoutLabel"
|
|
7673
|
+
},
|
|
7334
7674
|
{
|
|
7335
7675
|
"name": "calendarEndDate",
|
|
7336
7676
|
"type": {
|
|
@@ -7392,20 +7732,22 @@
|
|
|
7392
7732
|
"fieldName": "error"
|
|
7393
7733
|
},
|
|
7394
7734
|
{
|
|
7395
|
-
"name": "
|
|
7735
|
+
"name": "format",
|
|
7396
7736
|
"type": {
|
|
7397
|
-
"text": "
|
|
7737
|
+
"text": "string"
|
|
7398
7738
|
},
|
|
7399
|
-
"
|
|
7400
|
-
"
|
|
7739
|
+
"description": "Specifies the date format. The default is `mm/dd/yyyy`.",
|
|
7740
|
+
"default": "'mm/dd/yyyy'",
|
|
7741
|
+
"fieldName": "format"
|
|
7401
7742
|
},
|
|
7402
7743
|
{
|
|
7403
|
-
"name": "
|
|
7744
|
+
"name": "fullscreenBreakpoint",
|
|
7404
7745
|
"type": {
|
|
7405
|
-
"text": "
|
|
7746
|
+
"text": "string"
|
|
7406
7747
|
},
|
|
7407
|
-
"
|
|
7408
|
-
"
|
|
7748
|
+
"description": "Defines the screen size breakpoint at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.\n\nWhen expanded, the dropdown will automatically display in fullscreen mode\nif the screen size is equal to or smaller than the selected breakpoint.",
|
|
7749
|
+
"default": "'sm'",
|
|
7750
|
+
"fieldName": "fullscreenBreakpoint"
|
|
7409
7751
|
},
|
|
7410
7752
|
{
|
|
7411
7753
|
"name": "hasAllValues",
|
|
@@ -7416,22 +7758,20 @@
|
|
|
7416
7758
|
"fieldName": "hasAllValues"
|
|
7417
7759
|
},
|
|
7418
7760
|
{
|
|
7419
|
-
"name": "
|
|
7761
|
+
"name": "hasFocus",
|
|
7420
7762
|
"type": {
|
|
7421
|
-
"text": "
|
|
7763
|
+
"text": "boolean"
|
|
7422
7764
|
},
|
|
7423
|
-
"
|
|
7424
|
-
"
|
|
7425
|
-
"fieldName": "format"
|
|
7765
|
+
"default": "false",
|
|
7766
|
+
"fieldName": "hasFocus"
|
|
7426
7767
|
},
|
|
7427
7768
|
{
|
|
7428
|
-
"name": "
|
|
7769
|
+
"name": "hasValue",
|
|
7429
7770
|
"type": {
|
|
7430
|
-
"text": "
|
|
7771
|
+
"text": "boolean"
|
|
7431
7772
|
},
|
|
7432
|
-
"
|
|
7433
|
-
"
|
|
7434
|
-
"fieldName": "fullscreenBreakpoint"
|
|
7773
|
+
"default": "false",
|
|
7774
|
+
"fieldName": "hasValue"
|
|
7435
7775
|
},
|
|
7436
7776
|
{
|
|
7437
7777
|
"name": "inputmode",
|
|
@@ -7479,6 +7819,13 @@
|
|
|
7479
7819
|
"description": "Minimum date. All dates before will be disabled.",
|
|
7480
7820
|
"fieldName": "minDate"
|
|
7481
7821
|
},
|
|
7822
|
+
{
|
|
7823
|
+
"name": "monthFirst",
|
|
7824
|
+
"type": {
|
|
7825
|
+
"text": "boolean"
|
|
7826
|
+
},
|
|
7827
|
+
"fieldName": "monthFirst"
|
|
7828
|
+
},
|
|
7482
7829
|
{
|
|
7483
7830
|
"name": "monthNames",
|
|
7484
7831
|
"type": {
|
|
@@ -7489,29 +7836,31 @@
|
|
|
7489
7836
|
"fieldName": "monthNames"
|
|
7490
7837
|
},
|
|
7491
7838
|
{
|
|
7492
|
-
"name": "
|
|
7839
|
+
"name": "navLabelNextMonth",
|
|
7493
7840
|
"type": {
|
|
7494
|
-
"text": "
|
|
7841
|
+
"text": "string"
|
|
7495
7842
|
},
|
|
7496
|
-
"
|
|
7843
|
+
"description": "Accessible label for the next month navigation button.",
|
|
7844
|
+
"default": "'Next month'",
|
|
7845
|
+
"fieldName": "navLabelNextMonth"
|
|
7497
7846
|
},
|
|
7498
7847
|
{
|
|
7499
|
-
"name": "
|
|
7848
|
+
"name": "navLabelPrevMonth",
|
|
7500
7849
|
"type": {
|
|
7501
|
-
"text": "
|
|
7850
|
+
"text": "string"
|
|
7502
7851
|
},
|
|
7503
|
-
"description": "
|
|
7504
|
-
"default": "
|
|
7505
|
-
"fieldName": "
|
|
7852
|
+
"description": "Accessible label for the previous month navigation button.",
|
|
7853
|
+
"default": "'Previous month'",
|
|
7854
|
+
"fieldName": "navLabelPrevMonth"
|
|
7506
7855
|
},
|
|
7507
7856
|
{
|
|
7508
|
-
"name": "
|
|
7857
|
+
"name": "noFlip",
|
|
7509
7858
|
"type": {
|
|
7510
7859
|
"text": "boolean"
|
|
7511
7860
|
},
|
|
7512
|
-
"description": "If declared, the
|
|
7861
|
+
"description": "If declared, the bib will NOT flip to an alternate position\nwhen there isn't enough space in the specified `placement`.",
|
|
7513
7862
|
"default": "false",
|
|
7514
|
-
"fieldName": "
|
|
7863
|
+
"fieldName": "noFlip"
|
|
7515
7864
|
},
|
|
7516
7865
|
{
|
|
7517
7866
|
"name": "noValidate",
|
|
@@ -7575,22 +7924,13 @@
|
|
|
7575
7924
|
"fieldName": "range"
|
|
7576
7925
|
},
|
|
7577
7926
|
{
|
|
7578
|
-
"name": "
|
|
7579
|
-
"type": {
|
|
7580
|
-
"text": "string"
|
|
7581
|
-
},
|
|
7582
|
-
"description": "Label announced for the range start date cell.",
|
|
7583
|
-
"default": "'range start'",
|
|
7584
|
-
"fieldName": "rangeLabelStart"
|
|
7585
|
-
},
|
|
7586
|
-
{
|
|
7587
|
-
"name": "rangeLabelEnd",
|
|
7927
|
+
"name": "rangeLabelAfterRange",
|
|
7588
7928
|
"type": {
|
|
7589
7929
|
"text": "string"
|
|
7590
7930
|
},
|
|
7591
|
-
"description": "Label announced for the range end
|
|
7592
|
-
"default": "'range
|
|
7593
|
-
"fieldName": "
|
|
7931
|
+
"description": "Label announced for cells after the range (or after start when no end is selected).",
|
|
7932
|
+
"default": "'after range'",
|
|
7933
|
+
"fieldName": "rangeLabelAfterRange"
|
|
7594
7934
|
},
|
|
7595
7935
|
{
|
|
7596
7936
|
"name": "rangeLabelBeforeRange",
|
|
@@ -7602,58 +7942,31 @@
|
|
|
7602
7942
|
"fieldName": "rangeLabelBeforeRange"
|
|
7603
7943
|
},
|
|
7604
7944
|
{
|
|
7605
|
-
"name": "
|
|
7606
|
-
"type": {
|
|
7607
|
-
"text": "string"
|
|
7608
|
-
},
|
|
7609
|
-
"description": "Label announced for cells within the selected range.",
|
|
7610
|
-
"default": "'in range'",
|
|
7611
|
-
"fieldName": "rangeLabelInRange"
|
|
7612
|
-
},
|
|
7613
|
-
{
|
|
7614
|
-
"name": "rangeLabelAfterRange",
|
|
7615
|
-
"type": {
|
|
7616
|
-
"text": "string"
|
|
7617
|
-
},
|
|
7618
|
-
"description": "Label announced for cells after the range (or after start when no end is selected).",
|
|
7619
|
-
"default": "'after range'",
|
|
7620
|
-
"fieldName": "rangeLabelAfterRange"
|
|
7621
|
-
},
|
|
7622
|
-
{
|
|
7623
|
-
"name": "blackoutDates",
|
|
7624
|
-
"type": {
|
|
7625
|
-
"text": "array"
|
|
7626
|
-
},
|
|
7627
|
-
"description": "Array of dates that cannot be selected. Dates should be in ISO format (YYYY-MM-DD).",
|
|
7628
|
-
"default": "[]",
|
|
7629
|
-
"fieldName": "blackoutDates"
|
|
7630
|
-
},
|
|
7631
|
-
{
|
|
7632
|
-
"name": "blackoutLabel",
|
|
7945
|
+
"name": "rangeLabelEnd",
|
|
7633
7946
|
"type": {
|
|
7634
7947
|
"text": "string"
|
|
7635
7948
|
},
|
|
7636
|
-
"description": "Label announced for
|
|
7637
|
-
"default": "'
|
|
7638
|
-
"fieldName": "
|
|
7949
|
+
"description": "Label announced for the range end date cell.",
|
|
7950
|
+
"default": "'range end'",
|
|
7951
|
+
"fieldName": "rangeLabelEnd"
|
|
7639
7952
|
},
|
|
7640
7953
|
{
|
|
7641
|
-
"name": "
|
|
7954
|
+
"name": "rangeLabelInRange",
|
|
7642
7955
|
"type": {
|
|
7643
7956
|
"text": "string"
|
|
7644
7957
|
},
|
|
7645
|
-
"description": "
|
|
7646
|
-
"default": "'
|
|
7647
|
-
"fieldName": "
|
|
7958
|
+
"description": "Label announced for cells within the selected range.",
|
|
7959
|
+
"default": "'in range'",
|
|
7960
|
+
"fieldName": "rangeLabelInRange"
|
|
7648
7961
|
},
|
|
7649
7962
|
{
|
|
7650
|
-
"name": "
|
|
7963
|
+
"name": "rangeLabelStart",
|
|
7651
7964
|
"type": {
|
|
7652
7965
|
"text": "string"
|
|
7653
7966
|
},
|
|
7654
|
-
"description": "
|
|
7655
|
-
"default": "'
|
|
7656
|
-
"fieldName": "
|
|
7967
|
+
"description": "Label announced for the range start date cell.",
|
|
7968
|
+
"default": "'range start'",
|
|
7969
|
+
"fieldName": "rangeLabelStart"
|
|
7657
7970
|
},
|
|
7658
7971
|
{
|
|
7659
7972
|
"name": "referenceDates",
|
|
@@ -7712,6 +8025,15 @@
|
|
|
7712
8025
|
"description": "Custom help text message to display when validity = `valueMissing`.",
|
|
7713
8026
|
"fieldName": "setCustomValidityValueMissing"
|
|
7714
8027
|
},
|
|
8028
|
+
{
|
|
8029
|
+
"name": "shift",
|
|
8030
|
+
"type": {
|
|
8031
|
+
"text": "boolean"
|
|
8032
|
+
},
|
|
8033
|
+
"description": "If declared, the dropdown will shift its position to avoid being cut off by the viewport.",
|
|
8034
|
+
"default": "false",
|
|
8035
|
+
"fieldName": "shift"
|
|
8036
|
+
},
|
|
7715
8037
|
{
|
|
7716
8038
|
"name": "stacked",
|
|
7717
8039
|
"type": {
|
|
@@ -8700,7 +9022,7 @@
|
|
|
8700
9022
|
{
|
|
8701
9023
|
"kind": "method",
|
|
8702
9024
|
"name": "_clearPageInert",
|
|
8703
|
-
"description": "Restores `inert` state on siblings that were tracked by `_setPageInert`.\
|
|
9025
|
+
"description": "Restores `inert` state on siblings that were tracked by `_setPageInert`.\nUses reference counting so inert is only cleared when the last modal\ndropdown releases a given element. Preserves the original inert state\nso externally-inerted elements are not inadvertently re-enabled.",
|
|
8704
9026
|
"privacy": "private"
|
|
8705
9027
|
},
|
|
8706
9028
|
{
|