@aurodesignsystem-dev/auro-formkit 0.0.0-pr1512.0 → 0.0.0-pr1513.1

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 (129) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/customize.min.js +96 -119
  7. package/components/combobox/demo/getting-started.min.js +96 -119
  8. package/components/combobox/demo/index.min.js +96 -119
  9. package/components/combobox/dist/index.js +95 -118
  10. package/components/combobox/dist/registered.js +95 -118
  11. package/components/counter/demo/customize.min.js +2 -2
  12. package/components/counter/demo/index.min.js +2 -2
  13. package/components/counter/dist/index.js +2 -2
  14. package/components/counter/dist/registered.js +2 -2
  15. package/components/datepicker/demo/accessibility.md +2 -1
  16. package/components/datepicker/demo/api.md +63 -62
  17. package/components/datepicker/demo/customize.md +12 -1
  18. package/components/datepicker/demo/customize.min.js +716 -336
  19. package/components/datepicker/demo/index.min.js +716 -336
  20. package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +14 -3
  21. package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +91 -6
  22. package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +78 -5
  23. package/components/datepicker/dist/blackoutUtils.d.ts +43 -0
  24. package/components/datepicker/dist/index.js +716 -336
  25. package/components/datepicker/dist/registered.js +716 -336
  26. package/components/dropdown/demo/customize.min.js +1 -1
  27. package/components/dropdown/demo/getting-started.min.js +1 -1
  28. package/components/dropdown/demo/index.min.js +1 -1
  29. package/components/dropdown/dist/index.js +1 -1
  30. package/components/dropdown/dist/registered.js +1 -1
  31. package/components/form/demo/customize.min.js +918 -584
  32. package/components/form/demo/getting-started.min.js +918 -584
  33. package/components/form/demo/index.min.js +918 -584
  34. package/components/form/demo/registerDemoDeps.min.js +918 -584
  35. package/components/input/demo/api.md +5 -5
  36. package/components/input/demo/customize.md +8 -8
  37. package/components/input/demo/customize.min.js +93 -116
  38. package/components/input/demo/getting-started.min.js +93 -116
  39. package/components/input/demo/index.min.js +93 -116
  40. package/components/input/dist/base-input.d.ts +44 -33
  41. package/components/input/dist/index.js +94 -129
  42. package/components/input/dist/registered.js +93 -116
  43. package/components/radio/demo/customize.min.js +1 -1
  44. package/components/radio/demo/getting-started.min.js +1 -1
  45. package/components/radio/demo/index.min.js +1 -1
  46. package/components/radio/dist/index.js +1 -1
  47. package/components/radio/dist/registered.js +1 -1
  48. package/components/select/demo/customize.min.js +2 -2
  49. package/components/select/demo/getting-started.min.js +2 -2
  50. package/components/select/demo/index.min.js +2 -2
  51. package/components/select/dist/index.js +2 -2
  52. package/components/select/dist/registered.js +2 -2
  53. package/custom-elements.json +562 -480
  54. package/package.json +6 -2
  55. package/components/checkbox/demo/customize.js +0 -22
  56. package/components/checkbox/demo/demo-support.js +0 -1
  57. package/components/checkbox/demo/getting-started.js +0 -22
  58. package/components/checkbox/demo/index.js +0 -8
  59. package/components/checkbox/demo/styles.scss +0 -1
  60. package/components/combobox/demo/customize.js +0 -24
  61. package/components/combobox/demo/demo-support.js +0 -1
  62. package/components/combobox/demo/getting-started.js +0 -21
  63. package/components/combobox/demo/index.js +0 -23
  64. package/components/combobox/demo/styles.scss +0 -1
  65. package/components/counter/demo/customize.js +0 -21
  66. package/components/counter/demo/demo-support.js +0 -1
  67. package/components/counter/demo/index.js +0 -21
  68. package/components/counter/demo/styles.scss +0 -1
  69. package/components/datepicker/demo/customize.js +0 -17
  70. package/components/datepicker/demo/demo-support.js +0 -1
  71. package/components/datepicker/demo/index.js +0 -23
  72. package/components/datepicker/demo/styles.scss +0 -1
  73. package/components/dropdown/demo/customize.js +0 -9
  74. package/components/dropdown/demo/demo-support.js +0 -1
  75. package/components/dropdown/demo/getting-started.js +0 -9
  76. package/components/dropdown/demo/index.js +0 -16
  77. package/components/dropdown/demo/styles.scss +0 -1
  78. package/components/form/demo/customize.js +0 -28
  79. package/components/form/demo/demo-support.js +0 -1
  80. package/components/form/demo/getting-started.js +0 -9
  81. package/components/form/demo/index.js +0 -5
  82. package/components/form/demo/registerDemoDeps.js +0 -23
  83. package/components/form/demo/styles.scss +0 -1
  84. package/components/input/demo/customize.js +0 -25
  85. package/components/input/demo/demo-support.js +0 -1
  86. package/components/input/demo/getting-started.js +0 -8
  87. package/components/input/demo/index.js +0 -8
  88. package/components/input/demo/styles.css +0 -974
  89. package/components/input/demo/styles.scss +0 -1
  90. package/components/menu/demo/demo-support.js +0 -1
  91. package/components/menu/demo/index.js +0 -25
  92. package/components/menu/demo/styles.scss +0 -1
  93. package/components/radio/demo/customize.js +0 -22
  94. package/components/radio/demo/demo-support.js +0 -1
  95. package/components/radio/demo/getting-started.js +0 -24
  96. package/components/radio/demo/index.js +0 -8
  97. package/components/radio/demo/styles.scss +0 -1
  98. package/components/select/demo/customize.js +0 -11
  99. package/components/select/demo/demo-support.js +0 -1
  100. package/components/select/demo/getting-started.js +0 -26
  101. package/components/select/demo/index.js +0 -11
  102. package/components/select/demo/styles.scss +0 -1
  103. /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
  104. /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
  105. /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
  106. /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
  107. /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
  108. /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
  109. /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
  110. /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
  111. /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
  112. /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
  113. /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
  114. /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
  115. /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
  116. /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
  117. /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
  118. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
  119. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
  120. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
  121. /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
  122. /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
  123. /package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +0 -0
  124. /package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +0 -0
  125. /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
  126. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
  127. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -0
  128. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
  129. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +0 -0
@@ -4577,7 +4577,7 @@
4577
4577
  {
4578
4578
  "kind": "method",
4579
4579
  "name": "updateHostAria",
4580
- "description": "Updates ARIA attributes on the host element so that\nariaActiveDescendantElement can expose cell info to the SR.",
4580
+ "description": "Sets host-level ARIA so each cell exposes its date, selection state,\nand blackout status to assistive tech browsing the month grid.",
4581
4581
  "privacy": "private",
4582
4582
  "return": {
4583
4583
  "type": {
@@ -4598,7 +4598,7 @@
4598
4598
  {
4599
4599
  "kind": "method",
4600
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.",
4601
+ "description": "Imperatively marks this cell as active without triggering a Lit re-render.\nButtons stay tabindex=\"-1\" because DOM focus stays on the grid wrapper —\narrow keys move the active cell imperatively and the live region carries\nthe SR announcement.",
4602
4602
  "return": {
4603
4603
  "type": {
4604
4604
  "text": "void"
@@ -4743,6 +4743,7 @@
4743
4743
  "type": {
4744
4744
  "text": "array"
4745
4745
  },
4746
+ "deprecated": "Propagated from the legacy `auro-calendar.disabledDays`\nUnix-timestamp array. The cell honors it for backward compatibility\n(see the divergence-check fallback inside `isBlackout`), but\nconsumers should migrate to `auro-datepicker.blackoutDates`\n(YYYY-MM-DD ISO strings). The calendar emits a one-time\ndeprecation warning the first time a non-empty value is observed.",
4746
4747
  "default": "[]",
4747
4748
  "attribute": "disabledDays"
4748
4749
  },
@@ -4902,6 +4903,7 @@
4902
4903
  "type": {
4903
4904
  "text": "array"
4904
4905
  },
4906
+ "deprecated": "Propagated from the legacy `auro-calendar.disabledDays`\nUnix-timestamp array. The cell honors it for backward compatibility\n(see the divergence-check fallback inside `isBlackout`), but\nconsumers should migrate to `auro-datepicker.blackoutDates`\n(YYYY-MM-DD ISO strings). The calendar emits a one-time\ndeprecation warning the first time a non-empty value is observed.",
4905
4907
  "default": "[]",
4906
4908
  "fieldName": "disabledDays"
4907
4909
  },
@@ -5306,6 +5308,26 @@
5306
5308
  }
5307
5309
  }
5308
5310
  },
5311
+ {
5312
+ "kind": "method",
5313
+ "name": "_afterMonthRender",
5314
+ "parameters": [
5315
+ {
5316
+ "name": "callback",
5317
+ "description": "Runs once after the month re-render and\nthe cells' button caches have refreshed.",
5318
+ "type": {
5319
+ "text": "() => void"
5320
+ }
5321
+ }
5322
+ ],
5323
+ "description": "Schedules `callback` two animation frames out, giving the child\n`auro-formkit-calendar-month` and `auro-formkit-calendar-cell` elements\na full render-and-paint cycle to settle before the callback reads or\nmutates DOM.\n\nWhy two frames, not one:\n1. Lit batches property updates and renders in a microtask, so frame N\n schedules the render but the new DOM may not be painted yet.\n2. Cells re-cache `_cachedButton` inside their own `updateComplete.then`,\n which also lands a tick later. Reading buttons from frame N+1\n (after both renders + cache refresh have flushed) reliably hits the\n new month's cells.\n\nUsed by every code path that calls `handleNextMonth`/`handlePrevMonth`\nand then needs to inspect the freshly-rendered cells (cross-month\nkeyboard nav, boundary events, `updateActiveCellForVisibleMonth`).\nDo NOT collapse to a single rAF — it intermittently lands before\n`_cachedButton` is refreshed, which silently breaks focus restoration\nand `setActiveCell` lookups.",
5324
+ "privacy": "private",
5325
+ "return": {
5326
+ "type": {
5327
+ "text": "void"
5328
+ }
5329
+ }
5330
+ },
5309
5331
  {
5310
5332
  "kind": "method",
5311
5333
  "name": "renderAllCalendars",
@@ -5357,6 +5379,40 @@
5357
5379
  }
5358
5380
  }
5359
5381
  },
5382
+ {
5383
+ "kind": "method",
5384
+ "name": "pickNearestCell",
5385
+ "parameters": [
5386
+ {
5387
+ "name": "cells",
5388
+ "description": "Focusable cells from getAllFocusableCells.",
5389
+ "type": {
5390
+ "text": "Array"
5391
+ }
5392
+ },
5393
+ {
5394
+ "name": "targetTs",
5395
+ "description": "Desired Unix timestamp (seconds).",
5396
+ "type": {
5397
+ "text": "Number"
5398
+ }
5399
+ },
5400
+ {
5401
+ "name": "direction",
5402
+ "description": "Navigation direction.",
5403
+ "type": {
5404
+ "text": "'next'|'prev'"
5405
+ }
5406
+ }
5407
+ ],
5408
+ "description": "Picks the focusable cell whose date is closest to targetTs. Used as a\nfallback after a month-boundary nav when the exact target date isn't\nfocusable — typically because the month re-render lagged or the date\nwas filtered out by isOutOfRange. When two cells are equidistant, the\nnavigation direction breaks the tie so the user moves the way they\npressed (forward → later cell, backward → earlier cell).",
5409
+ "privacy": "private",
5410
+ "return": {
5411
+ "type": {
5412
+ "text": "Object|null"
5413
+ }
5414
+ }
5415
+ },
5360
5416
  {
5361
5417
  "kind": "method",
5362
5418
  "name": "getAllFocusableCells",
@@ -5380,7 +5436,7 @@
5380
5436
  }
5381
5437
  }
5382
5438
  ],
5383
- "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.",
5439
+ "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. DOM focus\nstays on the grid wrapper; the live region (see getOrCreateLiveRegion)\nis what announces the active cell to assistive tech.",
5384
5440
  "return": {
5385
5441
  "type": {
5386
5442
  "text": "void"
@@ -5400,6 +5456,16 @@
5400
5456
  {
5401
5457
  "kind": "method",
5402
5458
  "name": "handleGridFocusIn",
5459
+ "parameters": [
5460
+ {
5461
+ "name": "event",
5462
+ "description": "The focusin event.",
5463
+ "optional": true,
5464
+ "type": {
5465
+ "text": "FocusEvent"
5466
+ }
5467
+ }
5468
+ ],
5403
5469
  "description": "Shows the activeCell ring when the grid gains focus.",
5404
5470
  "privacy": "private",
5405
5471
  "return": {
@@ -5419,6 +5485,39 @@
5419
5485
  }
5420
5486
  }
5421
5487
  },
5488
+ {
5489
+ "kind": "method",
5490
+ "name": "_getBlackoutSet",
5491
+ "description": "Returns a memoized Set of blackout timestamps (seconds) drawn from both\nthe legacy `disabledDays` array and the datepicker's ISO `blackoutDates`.\nThe cache invalidates when either source array's reference changes, which\nmatches Lit's own reactive identity semantics for array properties.",
5492
+ "privacy": "private",
5493
+ "return": {
5494
+ "type": {
5495
+ "text": "Set<Number>"
5496
+ }
5497
+ }
5498
+ },
5499
+ {
5500
+ "kind": "field",
5501
+ "name": "_warnedDisabledDaysDeprecation",
5502
+ "type": {
5503
+ "text": "boolean"
5504
+ },
5505
+ "static": true,
5506
+ "default": "false",
5507
+ "description": "Per-class flag that gates the `disabledDays` deprecation warning so it\nfires exactly once per page no matter how many calendars or rebuild\ncycles encounter the legacy array.",
5508
+ "privacy": "private"
5509
+ },
5510
+ {
5511
+ "kind": "method",
5512
+ "name": "_warnDisabledDaysDeprecated",
5513
+ "description": "One-time `console.debug` directing consumers from the legacy\n`disabledDays` Unix-timestamp API to the ISO `blackoutDates` API. Fires\nthe first time `_getBlackoutSet` rebuilds from a non-empty\n`disabledDays`; subsequent calls (on this or any other AuroCalendar\ninstance on the page) are silent.",
5514
+ "privacy": "private",
5515
+ "return": {
5516
+ "type": {
5517
+ "text": "void"
5518
+ }
5519
+ }
5520
+ },
5422
5521
  {
5423
5522
  "kind": "method",
5424
5523
  "name": "computeActiveDate",
@@ -5473,7 +5572,7 @@
5473
5572
  }
5474
5573
  }
5475
5574
  ],
5476
- "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.",
5575
+ "description": "Handles arrow key navigation on the calendar grid wrapper.\nFocus stays on the grid wrapper; only the visual active-cell indicator\nchanges. The live region announces the new active cell.",
5477
5576
  "privacy": "private",
5478
5577
  "return": {
5479
5578
  "type": {
@@ -5593,7 +5692,7 @@
5593
5692
  }
5594
5693
  }
5595
5694
  ],
5596
- "description": "Checks whether a given date is a blackout date.",
5695
+ "description": "Checks whether a given date is a blackout date. Delegates to the\nmemoized `_getBlackoutSet` so the YYYY-MM-DD parsing and the\nlegacy/ISO merge rules live in exactly one place (see `blackoutUtils.js`).",
5597
5696
  "privacy": "private",
5598
5697
  "return": {
5599
5698
  "type": {
@@ -5704,6 +5803,33 @@
5704
5803
  }
5705
5804
  }
5706
5805
  },
5806
+ {
5807
+ "kind": "method",
5808
+ "name": "_deliverAnnouncement",
5809
+ "parameters": [
5810
+ {
5811
+ "name": "dateStr",
5812
+ "description": "The localized date string to announce.",
5813
+ "type": {
5814
+ "text": "String"
5815
+ }
5816
+ },
5817
+ {
5818
+ "name": "attempts",
5819
+ "description": "Number of prior retry attempts.",
5820
+ "type": {
5821
+ "text": "Number"
5822
+ }
5823
+ }
5824
+ ],
5825
+ "description": "Writes `dateStr` to the live region. If the dropdown's dialog hasn't\nmounted yet (so getOrCreateLiveRegion can't attach), retries on the\nnext animation frame up to MAX_LIVE_REGION_RETRIES instead of silently\ndropping the announcement. The retry uses the same `_announceRafId`\nthe double-rAF below uses, so a newer announceSelection call (or\ndisconnectedCallback) cancels any in-flight retry.",
5826
+ "privacy": "private",
5827
+ "return": {
5828
+ "type": {
5829
+ "text": "void"
5830
+ }
5831
+ }
5832
+ },
5707
5833
  {
5708
5834
  "kind": "method",
5709
5835
  "name": "announceFocusDebounced",
@@ -5888,7 +6014,7 @@
5888
6014
  "type": {
5889
6015
  "text": "array"
5890
6016
  },
5891
- "description": "Legacy array of disabled-date timestamps.",
6017
+ "deprecated": "Use `auro-datepicker.blackoutDates` (an array of\n`YYYY-MM-DD` ISO strings) instead. This legacy array of Unix\ntimestamps is still honored for backward compatibility but emits a\none-time `console.debug` the first time a non-empty value is observed.\nSupport will be removed in a future major release.",
5892
6018
  "privacy": "private",
5893
6019
  "default": "[]"
5894
6020
  },
@@ -6590,13 +6716,13 @@
6590
6716
  "parameters": [
6591
6717
  {
6592
6718
  "name": "time",
6593
- "description": "Unix timestamp in seconds.",
6719
+ "description": "Unix timestamp (seconds), local midnight of the day.",
6594
6720
  "type": {
6595
6721
  "text": "number"
6596
6722
  }
6597
6723
  }
6598
6724
  ],
6599
- "description": "Converts a Unix timestamp (seconds) from the vendor calendar to an ISO date string.",
6725
+ "description": "Converts a Unix timestamp (seconds) from the vendored range-datepicker\n(`src/vendor/wc-range-datepicker/day.js`) to an ISO date string.\n\nTimezone contract:\n- INPUT: `time` is assumed to be the seconds-since-epoch of **local\n midnight** for the intended calendar day. The vendor's Day constructor\n builds it via `date-fns format(date, 't')` from a locally-constructed\n Date, so this assumption currently holds end-to-end.\n- OUTPUT: `dateFormatter.toISOFormatString` reads the Date's local\n getFullYear/getMonth/getDate components, so the returned YYYY-MM-DD\n string matches the local calendar day.\n\nIf the vendor ever switches to emitting UTC-midnight timestamps, this\nconversion will silently shift the returned date by one day in zones\nwest of UTC. Any vendor swap should re-verify this contract; the TZ\nregression suite (`npm run test:hst`, UTC-10) will catch the symptom.",
6600
6726
  "privacy": "private",
6601
6727
  "return": {
6602
6728
  "type": {
@@ -6872,6 +6998,34 @@
6872
6998
  },
6873
6999
  "readonly": true
6874
7000
  },
7001
+ {
7002
+ "kind": "field",
7003
+ "name": "_warnedInvalidLocales",
7004
+ "static": true,
7005
+ "default": "new Set()",
7006
+ "description": "Per-class dedup set used by `_warnInvalidLocale`. Static so the dedup\nspans every datepicker instance on the page; lives on the class (not\nat module scope) so it stays an encapsulated implementation detail of\nthis component and does not interfere with WCA's class-JSDoc\nattachment.",
7007
+ "privacy": "private"
7008
+ },
7009
+ {
7010
+ "kind": "method",
7011
+ "name": "_warnInvalidLocale",
7012
+ "parameters": [
7013
+ {
7014
+ "name": "badLocale",
7015
+ "description": "The locale value that failed.",
7016
+ "type": {
7017
+ "text": "string|undefined"
7018
+ }
7019
+ }
7020
+ ],
7021
+ "description": "Logs a one-time `console.debug` when an unsupported locale falls back to\nen-US. Deduped by the offending tag so noisy re-renders that resurface\nthe same bad value stay quiet, but each new bad value still signals so\nconsumers can spot the typo or missing tag.",
7022
+ "privacy": "private",
7023
+ "return": {
7024
+ "type": {
7025
+ "text": "void"
7026
+ }
7027
+ }
7028
+ },
6875
7029
  {
6876
7030
  "kind": "method",
6877
7031
  "name": "handleSlotToSlot",
@@ -7236,11 +7390,23 @@
7236
7390
  "type": {
7237
7391
  "text": "string"
7238
7392
  },
7239
- "description": "Label announced for cells after the range (or after start when no end is selected).",
7393
+ "description": "Label announced for cells after a fully selected range (both\n`dateFrom` and `dateTo` are set). While a range is still being\npicked (`dateFrom` set, `dateTo` unset), focused cells past the\nstart use `rangeLabelEndPreview` instead.",
7240
7394
  "default": "'after range'",
7241
7395
  "attribute": "rangeLabelAfterRange",
7242
7396
  "reflects": true
7243
7397
  },
7398
+ {
7399
+ "kind": "field",
7400
+ "name": "rangeLabelEndPreview",
7401
+ "privacy": "public",
7402
+ "type": {
7403
+ "text": "string"
7404
+ },
7405
+ "description": "Label announced for the focused cell while previewing a range end\n(dateFrom set, dateTo not yet selected). Tells AT users that\npressing Enter would commit this cell as the range end.",
7406
+ "default": "'previewing range end'",
7407
+ "attribute": "rangeLabelEndPreview",
7408
+ "reflects": true
7409
+ },
7244
7410
  {
7245
7411
  "kind": "field",
7246
7412
  "name": "blackoutDates",
@@ -7580,6 +7746,13 @@
7580
7746
  "name": "helpTextTag",
7581
7747
  "privacy": "private"
7582
7748
  },
7749
+ {
7750
+ "kind": "field",
7751
+ "name": "_listenerAbortController",
7752
+ "description": "Single AbortController shared by every listener registered in the\nconfigure* methods. Lets disconnectedCallback tear all of them down\nwith one abort() call.\n\nThe genuine leak risk is the listeners attached to children that can\noutlive the host if they get reparented — `this.dropdown`,\n`this.calendar`, and the inputs inside the dropdown's slot.\nListeners attached to `this` (e.g. focusin/focusout on the host)\nform a self-contained reference graph that the GC can collect with\nthe host anyway, but they share the same signal so the cleanup\npattern stays uniform across all configure* sites.",
7753
+ "privacy": "private",
7754
+ "default": "new AbortController()"
7755
+ },
7583
7756
  {
7584
7757
  "kind": "field",
7585
7758
  "name": "layout",
@@ -7750,7 +7923,7 @@
7750
7923
  "type": {
7751
7924
  "text": "array"
7752
7925
  },
7753
- "description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
7926
+ "description": "Dates that the user should have for reference as part of their decision-making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
7754
7927
  "attribute": "referenceDates",
7755
7928
  "reflects": true
7756
7929
  },
@@ -8190,7 +8363,7 @@
8190
8363
  "type": {
8191
8364
  "text": "string"
8192
8365
  },
8193
- "description": "Label announced for cells after the range (or after start when no end is selected).",
8366
+ "description": "Label announced for cells after a fully selected range (both\n`dateFrom` and `dateTo` are set). While a range is still being\npicked (`dateFrom` set, `dateTo` unset), focused cells past the\nstart use `rangeLabelEndPreview` instead.",
8194
8367
  "default": "'after range'",
8195
8368
  "fieldName": "rangeLabelAfterRange"
8196
8369
  },
@@ -8212,6 +8385,15 @@
8212
8385
  "default": "'range end'",
8213
8386
  "fieldName": "rangeLabelEnd"
8214
8387
  },
8388
+ {
8389
+ "name": "rangeLabelEndPreview",
8390
+ "type": {
8391
+ "text": "string"
8392
+ },
8393
+ "description": "Label announced for the focused cell while previewing a range end\n(dateFrom set, dateTo not yet selected). Tells AT users that\npressing Enter would commit this cell as the range end.",
8394
+ "default": "'previewing range end'",
8395
+ "fieldName": "rangeLabelEndPreview"
8396
+ },
8215
8397
  {
8216
8398
  "name": "rangeLabelInRange",
8217
8399
  "type": {
@@ -8235,7 +8417,7 @@
8235
8417
  "type": {
8236
8418
  "text": "array"
8237
8419
  },
8238
- "description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
8420
+ "description": "Dates that the user should have for reference as part of their decision-making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
8239
8421
  "fieldName": "referenceDates"
8240
8422
  },
8241
8423
  {
@@ -8385,6 +8567,116 @@
8385
8567
  }
8386
8568
  ]
8387
8569
  },
8570
+ {
8571
+ "kind": "javascript-module",
8572
+ "path": "components/datepicker/src/blackoutUtils.js",
8573
+ "declarations": [
8574
+ {
8575
+ "kind": "function",
8576
+ "name": "parseIsoToTimestamp",
8577
+ "parameters": [
8578
+ {
8579
+ "name": "isoStr",
8580
+ "description": "Date string in `YYYY-MM-DD` format.",
8581
+ "type": {
8582
+ "text": "string"
8583
+ }
8584
+ }
8585
+ ],
8586
+ "description": "Converts a `YYYY-MM-DD` ISO date string to a Unix timestamp (seconds)\nrepresenting local midnight on that calendar day. Returns `null` for\ninputs that don't parse to a finite timestamp.\n\nUses the `new Date(year, monthIndex, day)` constructor (NOT\n`new Date(isoStr)`) so the result is local-midnight rather than UTC\nmidnight — required to keep the calendar grid aligned with the user's\nlocal calendar day in negative-offset timezones.",
8587
+ "return": {
8588
+ "type": {
8589
+ "text": "number|null"
8590
+ }
8591
+ }
8592
+ },
8593
+ {
8594
+ "kind": "function",
8595
+ "name": "buildBlackoutSet",
8596
+ "parameters": [
8597
+ {
8598
+ "name": "disabledDays",
8599
+ "description": "Legacy timestamp array.",
8600
+ "type": {
8601
+ "text": "Array<string|number>|undefined"
8602
+ }
8603
+ },
8604
+ {
8605
+ "name": "blackoutDates",
8606
+ "description": "ISO `YYYY-MM-DD` array.",
8607
+ "type": {
8608
+ "text": "Array<string>|undefined"
8609
+ }
8610
+ }
8611
+ ],
8612
+ "description": "Builds a `Set<number>` of seconds-since-epoch timestamps covering both the\nlegacy `disabledDays` (already-numeric) array and the ISO `blackoutDates`\narray. Use this for O(1) membership checks in hot paths.",
8613
+ "return": {
8614
+ "type": {
8615
+ "text": "Set<number>"
8616
+ }
8617
+ }
8618
+ },
8619
+ {
8620
+ "kind": "function",
8621
+ "name": "isBlackoutTimestamp",
8622
+ "parameters": [
8623
+ {
8624
+ "name": "dateTs",
8625
+ "description": "Unix timestamp (seconds) to test.",
8626
+ "type": {
8627
+ "text": "number"
8628
+ }
8629
+ },
8630
+ {
8631
+ "name": "disabledDays",
8632
+ "description": "Legacy timestamp array.",
8633
+ "type": {
8634
+ "text": "Array<string|number>|undefined"
8635
+ }
8636
+ },
8637
+ {
8638
+ "name": "blackoutDates",
8639
+ "description": "ISO `YYYY-MM-DD` array.",
8640
+ "type": {
8641
+ "text": "Array<string>|undefined"
8642
+ }
8643
+ }
8644
+ ],
8645
+ "description": "One-shot membership test for a single timestamp against both blackout\nsources. Allocates a Set on each call; only use this in cold paths\n(e.g. the pre-`firstUpdated` cell fallback). Hot paths should hold the\nSet returned from `buildBlackoutSet` and `.has(ts)` directly.",
8646
+ "return": {
8647
+ "type": {
8648
+ "text": "boolean"
8649
+ }
8650
+ }
8651
+ }
8652
+ ],
8653
+ "exports": [
8654
+ {
8655
+ "kind": "js",
8656
+ "name": "parseIsoToTimestamp",
8657
+ "declaration": {
8658
+ "name": "parseIsoToTimestamp",
8659
+ "module": "components/datepicker/src/blackoutUtils.js"
8660
+ }
8661
+ },
8662
+ {
8663
+ "kind": "js",
8664
+ "name": "buildBlackoutSet",
8665
+ "declaration": {
8666
+ "name": "buildBlackoutSet",
8667
+ "module": "components/datepicker/src/blackoutUtils.js"
8668
+ }
8669
+ },
8670
+ {
8671
+ "kind": "js",
8672
+ "name": "isBlackoutTimestamp",
8673
+ "declaration": {
8674
+ "name": "isBlackoutTimestamp",
8675
+ "module": "components/datepicker/src/blackoutUtils.js"
8676
+ }
8677
+ }
8678
+ ]
8679
+ },
8388
8680
  {
8389
8681
  "kind": "javascript-module",
8390
8682
  "path": "components/datepicker/src/buttonVersion.js",
@@ -11765,6 +12057,21 @@
11765
12057
  "module": "components/input/src/base-input.js"
11766
12058
  }
11767
12059
  },
12060
+ {
12061
+ "kind": "method",
12062
+ "name": "_initializePrivateDefaults",
12063
+ "description": "Internal Defaults.",
12064
+ "privacy": "private",
12065
+ "return": {
12066
+ "type": {
12067
+ "text": "void"
12068
+ }
12069
+ },
12070
+ "inheritedFrom": {
12071
+ "name": "BaseInput",
12072
+ "module": "components/input/src/base-input.js"
12073
+ }
12074
+ },
11768
12075
  {
11769
12076
  "kind": "field",
11770
12077
  "name": "valueObject",
@@ -12280,14 +12587,14 @@
12280
12587
  },
12281
12588
  {
12282
12589
  "kind": "field",
12283
- "name": "activeLabel",
12590
+ "name": "appearance",
12284
12591
  "privacy": "public",
12285
12592
  "type": {
12286
- "text": "boolean"
12593
+ "text": "string"
12287
12594
  },
12288
- "description": "If set, the label will remain fixed in the active position.",
12289
- "default": "false",
12290
- "attribute": "activeLabel",
12595
+ "description": "Defines whether the component will be on lighter or darker backgrounds.",
12596
+ "default": "\"default\"",
12597
+ "attribute": "appearance",
12291
12598
  "reflects": true,
12292
12599
  "inheritedFrom": {
12293
12600
  "name": "BaseInput",
@@ -12296,12 +12603,15 @@
12296
12603
  },
12297
12604
  {
12298
12605
  "kind": "field",
12299
- "name": "allowedInputTypes",
12606
+ "name": "disabled",
12607
+ "privacy": "public",
12300
12608
  "type": {
12301
- "text": "array"
12609
+ "text": "boolean"
12302
12610
  },
12303
- "privacy": "private",
12304
- "default": "[ \"text\", \"number\", \"email\", \"password\", \"credit-card\", \"tel\" ]",
12611
+ "description": "If set, disables the input.",
12612
+ "default": "false",
12613
+ "attribute": "disabled",
12614
+ "reflects": true,
12305
12615
  "inheritedFrom": {
12306
12616
  "name": "BaseInput",
12307
12617
  "module": "components/input/src/base-input.js"
@@ -12309,147 +12619,7 @@
12309
12619
  },
12310
12620
  {
12311
12621
  "kind": "field",
12312
- "name": "appearance",
12313
- "privacy": "public",
12314
- "type": {
12315
- "text": "string"
12316
- },
12317
- "description": "Defines whether the component will be on lighter or darker backgrounds.",
12318
- "default": "\"default\"",
12319
- "attribute": "appearance",
12320
- "reflects": true,
12321
- "inheritedFrom": {
12322
- "name": "BaseInput",
12323
- "module": "components/input/src/base-input.js"
12324
- }
12325
- },
12326
- {
12327
- "kind": "field",
12328
- "name": "dateFormatMap",
12329
- "type": {
12330
- "text": "object"
12331
- },
12332
- "privacy": "private",
12333
- "default": "{ 'mm/dd/yyyy': 'dateMMDDYYYY', 'dd/mm/yyyy': 'dateDDMMYYYY', 'yyyy/mm/dd': 'dateYYYYMMDD', 'yyyy/dd/mm': 'dateYYYYDDMM', 'mm/yy': 'dateMMYY', 'yy/mm': 'dateYYMM', 'mm/yyyy': 'dateMMYYYY', 'yyyy/mm': 'dateYYYYMM', 'yy': 'dateYY', 'yyyy': 'dateYYYY', 'mm': 'dateMM', 'dd': 'dateDD', 'dd/mm': 'dateDDMM', 'mm/dd': 'dateMMDD' }",
12334
- "inheritedFrom": {
12335
- "name": "BaseInput",
12336
- "module": "components/input/src/base-input.js"
12337
- }
12338
- },
12339
- {
12340
- "kind": "field",
12341
- "name": "disabled",
12342
- "privacy": "public",
12343
- "type": {
12344
- "text": "boolean"
12345
- },
12346
- "description": "If set, disables the input.",
12347
- "default": "false",
12348
- "attribute": "disabled",
12349
- "reflects": true,
12350
- "inheritedFrom": {
12351
- "name": "BaseInput",
12352
- "module": "components/input/src/base-input.js"
12353
- }
12354
- },
12355
- {
12356
- "kind": "field",
12357
- "name": "domHandler",
12358
- "privacy": "private",
12359
- "default": "new DomHandler()",
12360
- "inheritedFrom": {
12361
- "name": "BaseInput",
12362
- "module": "components/input/src/base-input.js"
12363
- }
12364
- },
12365
- {
12366
- "kind": "field",
12367
- "name": "dvInputOnly",
12368
- "privacy": "public",
12369
- "type": {
12370
- "text": "boolean"
12371
- },
12372
- "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
12373
- "default": "false",
12374
- "attribute": "dvInputOnly",
12375
- "reflects": true,
12376
- "inheritedFrom": {
12377
- "name": "BaseInput",
12378
- "module": "components/input/src/base-input.js"
12379
- }
12380
- },
12381
- {
12382
- "kind": "field",
12383
- "name": "hasValue",
12384
- "privacy": "public",
12385
- "type": {
12386
- "text": "boolean"
12387
- },
12388
- "description": "Flag to indicate if the input currently has value.",
12389
- "default": "false",
12390
- "inheritedFrom": {
12391
- "name": "BaseInput",
12392
- "module": "components/input/src/base-input.js"
12393
- }
12394
- },
12395
- {
12396
- "kind": "field",
12397
- "name": "hideLabelVisually",
12398
- "privacy": "private",
12399
- "type": {
12400
- "text": "boolean"
12401
- },
12402
- "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
12403
- "default": "false",
12404
- "attribute": "hideLabelVisually",
12405
- "reflects": true,
12406
- "inheritedFrom": {
12407
- "name": "BaseInput",
12408
- "module": "components/input/src/base-input.js"
12409
- }
12410
- },
12411
- {
12412
- "kind": "field",
12413
- "name": "icon",
12414
- "privacy": "public",
12415
- "type": {
12416
- "text": "boolean"
12417
- },
12418
- "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
12419
- "default": "false",
12420
- "attribute": "icon",
12421
- "reflects": true,
12422
- "inheritedFrom": {
12423
- "name": "BaseInput",
12424
- "module": "components/input/src/base-input.js"
12425
- }
12426
- },
12427
- {
12428
- "kind": "field",
12429
- "name": "inputIconName",
12430
- "privacy": "private",
12431
- "default": "undefined",
12432
- "inheritedFrom": {
12433
- "name": "BaseInput",
12434
- "module": "components/input/src/base-input.js"
12435
- }
12436
- },
12437
- {
12438
- "kind": "field",
12439
- "name": "label",
12440
- "type": {
12441
- "text": "string"
12442
- },
12443
- "privacy": "private",
12444
- "default": "'Input label is undefined'",
12445
- "inheritedFrom": {
12446
- "name": "BaseInput",
12447
- "module": "components/input/src/base-input.js"
12448
- }
12449
- },
12450
- {
12451
- "kind": "field",
12452
- "name": "layout",
12622
+ "name": "layout",
12453
12623
  "privacy": "public",
12454
12624
  "type": {
12455
12625
  "text": "string"
@@ -12561,14 +12731,14 @@
12561
12731
  },
12562
12732
  {
12563
12733
  "kind": "field",
12564
- "name": "noValidate",
12734
+ "name": "required",
12565
12735
  "privacy": "public",
12566
12736
  "type": {
12567
12737
  "text": "boolean"
12568
12738
  },
12569
- "description": "If set, disables auto-validation on blur.",
12739
+ "description": "Populates the `required` attribute on the input. Used for client-side validation.",
12570
12740
  "default": "false",
12571
- "attribute": "noValidate",
12741
+ "attribute": "required",
12572
12742
  "reflects": true,
12573
12743
  "inheritedFrom": {
12574
12744
  "name": "BaseInput",
@@ -12591,31 +12761,6 @@
12591
12761
  "module": "components/layoutElement/src/auroElement.js"
12592
12762
  }
12593
12763
  },
12594
- {
12595
- "kind": "field",
12596
- "name": "_rawMaskValue",
12597
- "default": "undefined",
12598
- "inheritedFrom": {
12599
- "name": "BaseInput",
12600
- "module": "components/input/src/base-input.js"
12601
- }
12602
- },
12603
- {
12604
- "kind": "field",
12605
- "name": "required",
12606
- "privacy": "public",
12607
- "type": {
12608
- "text": "boolean"
12609
- },
12610
- "description": "Populates the `required` attribute on the input. Used for client-side validation.",
12611
- "default": "false",
12612
- "attribute": "required",
12613
- "reflects": true,
12614
- "inheritedFrom": {
12615
- "name": "BaseInput",
12616
- "module": "components/input/src/base-input.js"
12617
- }
12618
- },
12619
12764
  {
12620
12765
  "kind": "field",
12621
12766
  "name": "setCustomValidityForType",
@@ -12633,27 +12778,14 @@
12633
12778
  },
12634
12779
  {
12635
12780
  "kind": "field",
12636
- "name": "setSelectionInputTypes",
12637
- "type": {
12638
- "text": "array"
12639
- },
12640
- "privacy": "private",
12641
- "default": "[ \"text\", \"password\", \"email\" ]",
12642
- "inheritedFrom": {
12643
- "name": "BaseInput",
12644
- "module": "components/input/src/base-input.js"
12645
- }
12646
- },
12647
- {
12648
- "kind": "field",
12649
- "name": "shape",
12781
+ "name": "size",
12650
12782
  "privacy": "public",
12651
12783
  "type": {
12652
12784
  "text": "string"
12653
12785
  },
12654
- "attribute": "shape",
12786
+ "attribute": "size",
12655
12787
  "reflects": true,
12656
- "default": "'classic'",
12788
+ "default": "'lg'",
12657
12789
  "inheritedFrom": {
12658
12790
  "name": "AuroElement",
12659
12791
  "module": "components/layoutElement/src/auroElement.js"
@@ -12661,86 +12793,19 @@
12661
12793
  },
12662
12794
  {
12663
12795
  "kind": "field",
12664
- "name": "showPassword",
12665
- "privacy": "private",
12666
- "type": {
12667
- "text": "boolean"
12668
- },
12669
- "default": "false",
12670
- "attribute": "showPassword",
12671
- "inheritedFrom": {
12672
- "name": "BaseInput",
12673
- "module": "components/input/src/base-input.js"
12674
- }
12675
- },
12676
- {
12677
- "kind": "field",
12678
- "name": "size",
12796
+ "name": "shape",
12679
12797
  "privacy": "public",
12680
12798
  "type": {
12681
12799
  "text": "string"
12682
12800
  },
12683
- "attribute": "size",
12801
+ "attribute": "shape",
12684
12802
  "reflects": true,
12685
- "default": "'lg'",
12803
+ "default": "'classic'",
12686
12804
  "inheritedFrom": {
12687
12805
  "name": "AuroElement",
12688
12806
  "module": "components/layoutElement/src/auroElement.js"
12689
12807
  }
12690
12808
  },
12691
- {
12692
- "kind": "field",
12693
- "name": "touched",
12694
- "privacy": "private",
12695
- "type": {
12696
- "text": "boolean"
12697
- },
12698
- "description": "Indicates whether the input is in a dirty state (has been interacted with).",
12699
- "default": "false",
12700
- "inheritedFrom": {
12701
- "name": "BaseInput",
12702
- "module": "components/input/src/base-input.js"
12703
- }
12704
- },
12705
- {
12706
- "kind": "field",
12707
- "name": "uniqueId",
12708
- "privacy": "private",
12709
- "inheritedFrom": {
12710
- "name": "BaseInput",
12711
- "module": "components/input/src/base-input.js"
12712
- }
12713
- },
12714
- {
12715
- "kind": "field",
12716
- "name": "util",
12717
- "privacy": "private",
12718
- "default": "new AuroInputUtilities({ locale: this.locale, format: this.format })",
12719
- "inheritedFrom": {
12720
- "name": "BaseInput",
12721
- "module": "components/input/src/base-input.js"
12722
- }
12723
- },
12724
- {
12725
- "kind": "field",
12726
- "name": "validation",
12727
- "privacy": "private",
12728
- "default": "new AuroFormValidation()",
12729
- "inheritedFrom": {
12730
- "name": "BaseInput",
12731
- "module": "components/input/src/base-input.js"
12732
- }
12733
- },
12734
- {
12735
- "kind": "field",
12736
- "name": "validationCCLength",
12737
- "privacy": "private",
12738
- "default": "undefined",
12739
- "inheritedFrom": {
12740
- "name": "BaseInput",
12741
- "module": "components/input/src/base-input.js"
12742
- }
12743
- },
12744
12809
  {
12745
12810
  "kind": "field",
12746
12811
  "name": "value",
@@ -12825,6 +12890,21 @@
12825
12890
  "module": "components/input/src/base-input.js"
12826
12891
  }
12827
12892
  },
12893
+ {
12894
+ "kind": "field",
12895
+ "name": "activeLabel",
12896
+ "privacy": "public",
12897
+ "type": {
12898
+ "text": "boolean"
12899
+ },
12900
+ "description": "If set, the label will remain fixed in the active position.",
12901
+ "attribute": "activeLabel",
12902
+ "reflects": true,
12903
+ "inheritedFrom": {
12904
+ "name": "BaseInput",
12905
+ "module": "components/input/src/base-input.js"
12906
+ }
12907
+ },
12828
12908
  {
12829
12909
  "kind": "field",
12830
12910
  "name": "autocapitalize",
@@ -12884,6 +12964,21 @@
12884
12964
  "module": "components/input/src/base-input.js"
12885
12965
  }
12886
12966
  },
12967
+ {
12968
+ "kind": "field",
12969
+ "name": "dvInputOnly",
12970
+ "privacy": "public",
12971
+ "type": {
12972
+ "text": "boolean"
12973
+ },
12974
+ "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
12975
+ "attribute": "dvInputOnly",
12976
+ "reflects": true,
12977
+ "inheritedFrom": {
12978
+ "name": "BaseInput",
12979
+ "module": "components/input/src/base-input.js"
12980
+ }
12981
+ },
12887
12982
  {
12888
12983
  "kind": "field",
12889
12984
  "name": "error",
@@ -12941,6 +13036,49 @@
12941
13036
  "module": "components/input/src/base-input.js"
12942
13037
  }
12943
13038
  },
13039
+ {
13040
+ "kind": "field",
13041
+ "name": "hasValue",
13042
+ "privacy": "public",
13043
+ "type": {
13044
+ "text": "boolean"
13045
+ },
13046
+ "description": "Flag to indicate if the input currently has value.",
13047
+ "inheritedFrom": {
13048
+ "name": "BaseInput",
13049
+ "module": "components/input/src/base-input.js"
13050
+ }
13051
+ },
13052
+ {
13053
+ "kind": "field",
13054
+ "name": "hideLabelVisually",
13055
+ "privacy": "private",
13056
+ "type": {
13057
+ "text": "boolean"
13058
+ },
13059
+ "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
13060
+ "attribute": "hideLabelVisually",
13061
+ "reflects": true,
13062
+ "inheritedFrom": {
13063
+ "name": "BaseInput",
13064
+ "module": "components/input/src/base-input.js"
13065
+ }
13066
+ },
13067
+ {
13068
+ "kind": "field",
13069
+ "name": "icon",
13070
+ "privacy": "public",
13071
+ "type": {
13072
+ "text": "boolean"
13073
+ },
13074
+ "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
13075
+ "attribute": "icon",
13076
+ "reflects": true,
13077
+ "inheritedFrom": {
13078
+ "name": "BaseInput",
13079
+ "module": "components/input/src/base-input.js"
13080
+ }
13081
+ },
12944
13082
  {
12945
13083
  "kind": "field",
12946
13084
  "name": "id",
@@ -13029,6 +13167,21 @@
13029
13167
  "module": "components/input/src/base-input.js"
13030
13168
  }
13031
13169
  },
13170
+ {
13171
+ "kind": "field",
13172
+ "name": "noValidate",
13173
+ "privacy": "public",
13174
+ "type": {
13175
+ "text": "boolean"
13176
+ },
13177
+ "description": "If set, disables auto-validation on blur.",
13178
+ "attribute": "noValidate",
13179
+ "reflects": true,
13180
+ "inheritedFrom": {
13181
+ "name": "BaseInput",
13182
+ "module": "components/input/src/base-input.js"
13183
+ }
13184
+ },
13032
13185
  {
13033
13186
  "kind": "field",
13034
13187
  "name": "pattern",
@@ -13186,6 +13339,16 @@
13186
13339
  "module": "components/input/src/base-input.js"
13187
13340
  }
13188
13341
  },
13342
+ {
13343
+ "kind": "field",
13344
+ "name": "showPassword",
13345
+ "privacy": "public",
13346
+ "attribute": "showPassword",
13347
+ "inheritedFrom": {
13348
+ "name": "BaseInput",
13349
+ "module": "components/input/src/base-input.js"
13350
+ }
13351
+ },
13189
13352
  {
13190
13353
  "kind": "field",
13191
13354
  "name": "simple",
@@ -13216,6 +13379,19 @@
13216
13379
  "module": "components/input/src/base-input.js"
13217
13380
  }
13218
13381
  },
13382
+ {
13383
+ "kind": "field",
13384
+ "name": "touched",
13385
+ "privacy": "private",
13386
+ "type": {
13387
+ "text": "boolean"
13388
+ },
13389
+ "description": "Indicates whether the input is in a dirty state (has been interacted with).",
13390
+ "inheritedFrom": {
13391
+ "name": "BaseInput",
13392
+ "module": "components/input/src/base-input.js"
13393
+ }
13394
+ },
13219
13395
  {
13220
13396
  "kind": "field",
13221
13397
  "name": "type",
@@ -13363,7 +13539,6 @@
13363
13539
  "text": "boolean"
13364
13540
  },
13365
13541
  "description": "If set, the label will remain fixed in the active position.",
13366
- "default": "false",
13367
13542
  "fieldName": "activeLabel",
13368
13543
  "inheritedFrom": {
13369
13544
  "name": "BaseInput",
@@ -13450,7 +13625,6 @@
13450
13625
  "text": "boolean"
13451
13626
  },
13452
13627
  "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
13453
- "default": "false",
13454
13628
  "fieldName": "dvInputOnly",
13455
13629
  "inheritedFrom": {
13456
13630
  "name": "BaseInput",
@@ -13499,7 +13673,6 @@
13499
13673
  "text": "boolean"
13500
13674
  },
13501
13675
  "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
13502
- "default": "false",
13503
13676
  "fieldName": "hideLabelVisually",
13504
13677
  "inheritedFrom": {
13505
13678
  "name": "BaseInput",
@@ -13512,7 +13685,6 @@
13512
13685
  "text": "boolean"
13513
13686
  },
13514
13687
  "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
13515
- "default": "false",
13516
13688
  "fieldName": "icon",
13517
13689
  "inheritedFrom": {
13518
13690
  "name": "BaseInput",
@@ -13650,7 +13822,6 @@
13650
13822
  "text": "boolean"
13651
13823
  },
13652
13824
  "description": "If set, disables auto-validation on blur.",
13653
- "default": "false",
13654
13825
  "fieldName": "noValidate",
13655
13826
  "inheritedFrom": {
13656
13827
  "name": "BaseInput",
@@ -13830,10 +14001,6 @@
13830
14001
  },
13831
14002
  {
13832
14003
  "name": "showPassword",
13833
- "type": {
13834
- "text": "boolean"
13835
- },
13836
- "default": "false",
13837
14004
  "fieldName": "showPassword",
13838
14005
  "inheritedFrom": {
13839
14006
  "name": "BaseInput",
@@ -14017,6 +14184,17 @@
14017
14184
  "static": true,
14018
14185
  "readonly": true
14019
14186
  },
14187
+ {
14188
+ "kind": "method",
14189
+ "name": "_initializePrivateDefaults",
14190
+ "description": "Internal Defaults.",
14191
+ "privacy": "private",
14192
+ "return": {
14193
+ "type": {
14194
+ "text": "void"
14195
+ }
14196
+ }
14197
+ },
14020
14198
  {
14021
14199
  "kind": "field",
14022
14200
  "name": "valueObject",
@@ -14403,41 +14581,20 @@
14403
14581
  "return": {
14404
14582
  "type": {
14405
14583
  "text": "void"
14406
- }
14407
- }
14408
- },
14409
- {
14410
- "kind": "method",
14411
- "name": "matchInputValueToCreditCard",
14412
- "description": "Function to support credit-card feature type.",
14413
- "privacy": "private",
14414
- "deprecated": "https://dev.azure.com/itsals/E_Retain_Content/_workitems/edit/1557296",
14415
- "return": {
14416
- "type": {
14417
- "text": "object"
14418
- }
14419
- }
14420
- },
14421
- {
14422
- "kind": "field",
14423
- "name": "activeLabel",
14424
- "privacy": "public",
14425
- "type": {
14426
- "text": "boolean"
14427
- },
14428
- "description": "If set, the label will remain fixed in the active position.",
14429
- "default": "false",
14430
- "attribute": "activeLabel",
14431
- "reflects": true
14584
+ }
14585
+ }
14432
14586
  },
14433
14587
  {
14434
- "kind": "field",
14435
- "name": "allowedInputTypes",
14436
- "type": {
14437
- "text": "array"
14438
- },
14588
+ "kind": "method",
14589
+ "name": "matchInputValueToCreditCard",
14590
+ "description": "Function to support credit-card feature type.",
14439
14591
  "privacy": "private",
14440
- "default": "[ \"text\", \"number\", \"email\", \"password\", \"credit-card\", \"tel\" ]"
14592
+ "deprecated": "https://dev.azure.com/itsals/E_Retain_Content/_workitems/edit/1557296",
14593
+ "return": {
14594
+ "type": {
14595
+ "text": "object"
14596
+ }
14597
+ }
14441
14598
  },
14442
14599
  {
14443
14600
  "kind": "field",
@@ -14451,15 +14608,6 @@
14451
14608
  "attribute": "appearance",
14452
14609
  "reflects": true
14453
14610
  },
14454
- {
14455
- "kind": "field",
14456
- "name": "dateFormatMap",
14457
- "type": {
14458
- "text": "object"
14459
- },
14460
- "privacy": "private",
14461
- "default": "{ 'mm/dd/yyyy': 'dateMMDDYYYY', 'dd/mm/yyyy': 'dateDDMMYYYY', 'yyyy/mm/dd': 'dateYYYYMMDD', 'yyyy/dd/mm': 'dateYYYYDDMM', 'mm/yy': 'dateMMYY', 'yy/mm': 'dateYYMM', 'mm/yyyy': 'dateMMYYYY', 'yyyy/mm': 'dateYYYYMM', 'yy': 'dateYY', 'yyyy': 'dateYYYY', 'mm': 'dateMM', 'dd': 'dateDD', 'dd/mm': 'dateDDMM', 'mm/dd': 'dateMMDD' }"
14462
- },
14463
14611
  {
14464
14612
  "kind": "field",
14465
14613
  "name": "disabled",
@@ -14472,73 +14620,6 @@
14472
14620
  "attribute": "disabled",
14473
14621
  "reflects": true
14474
14622
  },
14475
- {
14476
- "kind": "field",
14477
- "name": "domHandler",
14478
- "privacy": "private",
14479
- "default": "new DomHandler()"
14480
- },
14481
- {
14482
- "kind": "field",
14483
- "name": "dvInputOnly",
14484
- "privacy": "public",
14485
- "type": {
14486
- "text": "boolean"
14487
- },
14488
- "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
14489
- "default": "false",
14490
- "attribute": "dvInputOnly",
14491
- "reflects": true
14492
- },
14493
- {
14494
- "kind": "field",
14495
- "name": "hasValue",
14496
- "privacy": "public",
14497
- "type": {
14498
- "text": "boolean"
14499
- },
14500
- "description": "Flag to indicate if the input currently has value.",
14501
- "default": "false"
14502
- },
14503
- {
14504
- "kind": "field",
14505
- "name": "hideLabelVisually",
14506
- "privacy": "private",
14507
- "type": {
14508
- "text": "boolean"
14509
- },
14510
- "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
14511
- "default": "false",
14512
- "attribute": "hideLabelVisually",
14513
- "reflects": true
14514
- },
14515
- {
14516
- "kind": "field",
14517
- "name": "icon",
14518
- "privacy": "public",
14519
- "type": {
14520
- "text": "boolean"
14521
- },
14522
- "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
14523
- "default": "false",
14524
- "attribute": "icon",
14525
- "reflects": true
14526
- },
14527
- {
14528
- "kind": "field",
14529
- "name": "inputIconName",
14530
- "privacy": "private",
14531
- "default": "undefined"
14532
- },
14533
- {
14534
- "kind": "field",
14535
- "name": "label",
14536
- "type": {
14537
- "text": "string"
14538
- },
14539
- "privacy": "private",
14540
- "default": "'Input label is undefined'"
14541
- },
14542
14623
  {
14543
14624
  "kind": "field",
14544
14625
  "name": "layout",
@@ -14625,14 +14706,14 @@
14625
14706
  },
14626
14707
  {
14627
14708
  "kind": "field",
14628
- "name": "noValidate",
14709
+ "name": "required",
14629
14710
  "privacy": "public",
14630
14711
  "type": {
14631
14712
  "text": "boolean"
14632
14713
  },
14633
- "description": "If set, disables auto-validation on blur.",
14714
+ "description": "Populates the `required` attribute on the input. Used for client-side validation.",
14634
14715
  "default": "false",
14635
- "attribute": "noValidate",
14716
+ "attribute": "required",
14636
14717
  "reflects": true
14637
14718
  },
14638
14719
  {
@@ -14651,23 +14732,6 @@
14651
14732
  "module": "components/layoutElement/src/auroElement.js"
14652
14733
  }
14653
14734
  },
14654
- {
14655
- "kind": "field",
14656
- "name": "_rawMaskValue",
14657
- "default": "undefined"
14658
- },
14659
- {
14660
- "kind": "field",
14661
- "name": "required",
14662
- "privacy": "public",
14663
- "type": {
14664
- "text": "boolean"
14665
- },
14666
- "description": "Populates the `required` attribute on the input. Used for client-side validation.",
14667
- "default": "false",
14668
- "attribute": "required",
14669
- "reflects": true
14670
- },
14671
14735
  {
14672
14736
  "kind": "field",
14673
14737
  "name": "setCustomValidityForType",
@@ -14681,23 +14745,14 @@
14681
14745
  },
14682
14746
  {
14683
14747
  "kind": "field",
14684
- "name": "setSelectionInputTypes",
14685
- "type": {
14686
- "text": "array"
14687
- },
14688
- "privacy": "private",
14689
- "default": "[ \"text\", \"password\", \"email\" ]"
14690
- },
14691
- {
14692
- "kind": "field",
14693
- "name": "shape",
14748
+ "name": "size",
14694
14749
  "privacy": "public",
14695
14750
  "type": {
14696
14751
  "text": "string"
14697
14752
  },
14698
- "attribute": "shape",
14753
+ "attribute": "size",
14699
14754
  "reflects": true,
14700
- "default": "'classic'",
14755
+ "default": "'lg'",
14701
14756
  "inheritedFrom": {
14702
14757
  "name": "AuroElement",
14703
14758
  "module": "components/layoutElement/src/auroElement.js"
@@ -14705,62 +14760,19 @@
14705
14760
  },
14706
14761
  {
14707
14762
  "kind": "field",
14708
- "name": "showPassword",
14709
- "privacy": "private",
14710
- "type": {
14711
- "text": "boolean"
14712
- },
14713
- "default": "false",
14714
- "attribute": "showPassword"
14715
- },
14716
- {
14717
- "kind": "field",
14718
- "name": "size",
14763
+ "name": "shape",
14719
14764
  "privacy": "public",
14720
14765
  "type": {
14721
14766
  "text": "string"
14722
14767
  },
14723
- "attribute": "size",
14768
+ "attribute": "shape",
14724
14769
  "reflects": true,
14725
- "default": "'lg'",
14770
+ "default": "'classic'",
14726
14771
  "inheritedFrom": {
14727
14772
  "name": "AuroElement",
14728
14773
  "module": "components/layoutElement/src/auroElement.js"
14729
14774
  }
14730
14775
  },
14731
- {
14732
- "kind": "field",
14733
- "name": "touched",
14734
- "privacy": "private",
14735
- "type": {
14736
- "text": "boolean"
14737
- },
14738
- "description": "Indicates whether the input is in a dirty state (has been interacted with).",
14739
- "default": "false"
14740
- },
14741
- {
14742
- "kind": "field",
14743
- "name": "uniqueId",
14744
- "privacy": "private"
14745
- },
14746
- {
14747
- "kind": "field",
14748
- "name": "util",
14749
- "privacy": "private",
14750
- "default": "new AuroInputUtilities({ locale: this.locale, format: this.format })"
14751
- },
14752
- {
14753
- "kind": "field",
14754
- "name": "validation",
14755
- "privacy": "private",
14756
- "default": "new AuroFormValidation()"
14757
- },
14758
- {
14759
- "kind": "field",
14760
- "name": "validationCCLength",
14761
- "privacy": "private",
14762
- "default": "undefined"
14763
- },
14764
14776
  {
14765
14777
  "kind": "field",
14766
14778
  "name": "value",
@@ -14821,6 +14833,17 @@
14821
14833
  "attribute": "a11yActivedescendant",
14822
14834
  "reflects": true
14823
14835
  },
14836
+ {
14837
+ "kind": "field",
14838
+ "name": "activeLabel",
14839
+ "privacy": "public",
14840
+ "type": {
14841
+ "text": "boolean"
14842
+ },
14843
+ "description": "If set, the label will remain fixed in the active position.",
14844
+ "attribute": "activeLabel",
14845
+ "reflects": true
14846
+ },
14824
14847
  {
14825
14848
  "kind": "field",
14826
14849
  "name": "autocapitalize",
@@ -14864,6 +14887,17 @@
14864
14887
  "description": "Custom help text message for email type validity.",
14865
14888
  "attribute": "customValidityTypeEmail"
14866
14889
  },
14890
+ {
14891
+ "kind": "field",
14892
+ "name": "dvInputOnly",
14893
+ "privacy": "public",
14894
+ "type": {
14895
+ "text": "boolean"
14896
+ },
14897
+ "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
14898
+ "attribute": "dvInputOnly",
14899
+ "reflects": true
14900
+ },
14867
14901
  {
14868
14902
  "kind": "field",
14869
14903
  "name": "error",
@@ -14905,6 +14939,37 @@
14905
14939
  },
14906
14940
  "description": "Flag to indicate if the input currently has focus."
14907
14941
  },
14942
+ {
14943
+ "kind": "field",
14944
+ "name": "hasValue",
14945
+ "privacy": "public",
14946
+ "type": {
14947
+ "text": "boolean"
14948
+ },
14949
+ "description": "Flag to indicate if the input currently has value."
14950
+ },
14951
+ {
14952
+ "kind": "field",
14953
+ "name": "hideLabelVisually",
14954
+ "privacy": "private",
14955
+ "type": {
14956
+ "text": "boolean"
14957
+ },
14958
+ "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
14959
+ "attribute": "hideLabelVisually",
14960
+ "reflects": true
14961
+ },
14962
+ {
14963
+ "kind": "field",
14964
+ "name": "icon",
14965
+ "privacy": "public",
14966
+ "type": {
14967
+ "text": "boolean"
14968
+ },
14969
+ "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
14970
+ "attribute": "icon",
14971
+ "reflects": true
14972
+ },
14908
14973
  {
14909
14974
  "kind": "field",
14910
14975
  "name": "id",
@@ -14969,6 +15034,17 @@
14969
15034
  "attribute": "nested",
14970
15035
  "reflects": true
14971
15036
  },
15037
+ {
15038
+ "kind": "field",
15039
+ "name": "noValidate",
15040
+ "privacy": "public",
15041
+ "type": {
15042
+ "text": "boolean"
15043
+ },
15044
+ "description": "If set, disables auto-validation on blur.",
15045
+ "attribute": "noValidate",
15046
+ "reflects": true
15047
+ },
14972
15048
  {
14973
15049
  "kind": "field",
14974
15050
  "name": "pattern",
@@ -15082,6 +15158,12 @@
15082
15158
  "description": "Custom help text message to display when validity = `valueMissing`.",
15083
15159
  "attribute": "setCustomValidityValueMissing"
15084
15160
  },
15161
+ {
15162
+ "kind": "field",
15163
+ "name": "showPassword",
15164
+ "privacy": "public",
15165
+ "attribute": "showPassword"
15166
+ },
15085
15167
  {
15086
15168
  "kind": "field",
15087
15169
  "name": "simple",
@@ -15104,6 +15186,15 @@
15104
15186
  "attribute": "spellcheck",
15105
15187
  "reflects": true
15106
15188
  },
15189
+ {
15190
+ "kind": "field",
15191
+ "name": "touched",
15192
+ "privacy": "private",
15193
+ "type": {
15194
+ "text": "boolean"
15195
+ },
15196
+ "description": "Indicates whether the input is in a dirty state (has been interacted with)."
15197
+ },
15107
15198
  {
15108
15199
  "kind": "field",
15109
15200
  "name": "type",
@@ -15233,7 +15324,6 @@
15233
15324
  "text": "boolean"
15234
15325
  },
15235
15326
  "description": "If set, the label will remain fixed in the active position.",
15236
- "default": "false",
15237
15327
  "fieldName": "activeLabel"
15238
15328
  },
15239
15329
  {
@@ -15292,7 +15382,6 @@
15292
15382
  "text": "boolean"
15293
15383
  },
15294
15384
  "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
15295
- "default": "false",
15296
15385
  "fieldName": "dvInputOnly"
15297
15386
  },
15298
15387
  {
@@ -15325,7 +15414,6 @@
15325
15414
  "text": "boolean"
15326
15415
  },
15327
15416
  "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
15328
- "default": "false",
15329
15417
  "fieldName": "hideLabelVisually"
15330
15418
  },
15331
15419
  {
@@ -15334,7 +15422,6 @@
15334
15422
  "text": "boolean"
15335
15423
  },
15336
15424
  "description": "If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.",
15337
- "default": "false",
15338
15425
  "fieldName": "icon"
15339
15426
  },
15340
15427
  {
@@ -15428,7 +15515,6 @@
15428
15515
  "text": "boolean"
15429
15516
  },
15430
15517
  "description": "If set, disables auto-validation on blur.",
15431
- "default": "false",
15432
15518
  "fieldName": "noValidate"
15433
15519
  },
15434
15520
  {
@@ -15548,10 +15634,6 @@
15548
15634
  },
15549
15635
  {
15550
15636
  "name": "showPassword",
15551
- "type": {
15552
- "text": "boolean"
15553
- },
15554
- "default": "false",
15555
15637
  "fieldName": "showPassword"
15556
15638
  },
15557
15639
  {