@tylertech/forge 3.9.0-dev.0 → 3.9.0-dev.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 (117) hide show
  1. package/custom-elements.json +4276 -4167
  2. package/dist/lib.js +27 -105
  3. package/dist/lib.js.map +4 -4
  4. package/dist/vscode.css-custom-data.json +154 -147
  5. package/dist/vscode.html-custom-data.json +355 -368
  6. package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
  7. package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
  8. package/esm/app-bar/notification-button/app-bar-notification-button.js +1 -1
  9. package/esm/app-bar/search/app-bar-search.js +1 -1
  10. package/esm/autocomplete/autocomplete.js +1 -1
  11. package/esm/banner/banner.js +1 -1
  12. package/esm/button/base/base-button-adapter.js +1 -1
  13. package/esm/button/base/base-button.js +1 -1
  14. package/esm/calendar/calendar-adapter.d.ts +0 -24
  15. package/esm/calendar/calendar-adapter.js +1 -67
  16. package/esm/calendar/calendar-constants.d.ts +0 -34
  17. package/esm/calendar/calendar-constants.js +0 -33
  18. package/esm/calendar/calendar-core.d.ts +0 -60
  19. package/esm/calendar/calendar-core.js +2 -220
  20. package/esm/calendar/calendar-dom-utils.d.ts +0 -6
  21. package/esm/calendar/calendar-dom-utils.js +0 -36
  22. package/esm/calendar/calendar.d.ts +1 -40
  23. package/esm/calendar/calendar.js +3 -81
  24. package/esm/calendar/core/calendar-base.d.ts +0 -3
  25. package/esm/calendar/core/date-range.d.ts +0 -2
  26. package/esm/calendar/core/date-range.js +0 -1
  27. package/esm/chips/chip/chip.js +1 -1
  28. package/esm/color-picker/color-picker.js +1 -1
  29. package/esm/core/utils/dismissible-stack.d.ts +5 -1
  30. package/esm/core/utils/dismissible-stack.js +6 -0
  31. package/esm/data-table/body/body.d.ts +33 -0
  32. package/esm/data-table/body/body.js +42 -0
  33. package/esm/data-table/body/index.d.ts +6 -0
  34. package/esm/data-table/body/index.js +6 -0
  35. package/esm/data-table/cell/cell.d.ts +33 -0
  36. package/esm/data-table/cell/cell.js +42 -0
  37. package/esm/data-table/cell/index.d.ts +6 -0
  38. package/esm/data-table/cell/index.js +6 -0
  39. package/esm/data-table/column/column.d.ts +33 -0
  40. package/esm/data-table/column/column.js +42 -0
  41. package/esm/data-table/column/index.d.ts +6 -0
  42. package/esm/data-table/column/index.js +6 -0
  43. package/esm/data-table/footer/footer.d.ts +33 -0
  44. package/esm/data-table/footer/footer.js +42 -0
  45. package/esm/data-table/footer/index.d.ts +6 -0
  46. package/esm/data-table/footer/index.js +6 -0
  47. package/esm/data-table/head/head.d.ts +33 -0
  48. package/esm/data-table/head/head.js +42 -0
  49. package/esm/data-table/head/index.d.ts +6 -0
  50. package/esm/data-table/head/index.js +6 -0
  51. package/esm/data-table/index.d.ts +12 -0
  52. package/esm/data-table/index.js +12 -0
  53. package/esm/data-table/row/index.d.ts +6 -0
  54. package/esm/data-table/row/index.js +6 -0
  55. package/esm/data-table/row/row.d.ts +33 -0
  56. package/esm/data-table/row/row.js +42 -0
  57. package/esm/data-table/table/index.d.ts +6 -0
  58. package/esm/data-table/table/index.js +6 -0
  59. package/esm/data-table/table/table.d.ts +36 -0
  60. package/esm/data-table/table/table.js +40 -0
  61. package/esm/date-picker/base/base-date-picker-adapter.js +3 -0
  62. package/esm/date-picker/base/base-date-picker-constants.d.ts +0 -3
  63. package/esm/date-picker/base/base-date-picker-constants.js +0 -3
  64. package/esm/date-picker/base/base-date-picker-core.d.ts +0 -15
  65. package/esm/date-picker/base/base-date-picker-core.js +0 -30
  66. package/esm/date-picker/base/base-date-picker.d.ts +0 -12
  67. package/esm/date-picker/base/base-date-picker.js +0 -24
  68. package/esm/date-picker/date-picker-core.d.ts +0 -3
  69. package/esm/date-picker/date-picker-core.js +0 -20
  70. package/esm/date-picker/date-picker.js +1 -1
  71. package/esm/date-range-picker/date-range-picker-constants.d.ts +0 -3
  72. package/esm/date-range-picker/date-range-picker-constants.js +0 -1
  73. package/esm/date-range-picker/date-range-picker-core.d.ts +0 -3
  74. package/esm/date-range-picker/date-range-picker-core.js +2 -62
  75. package/esm/date-range-picker/date-range-picker.d.ts +0 -3
  76. package/esm/date-range-picker/date-range-picker.js +1 -4
  77. package/esm/icon/icon-constants.d.ts +2 -1
  78. package/esm/icon/icon-constants.js +2 -1
  79. package/esm/icon/icon-core.js +6 -2
  80. package/esm/icon/icon-utils.d.ts +2 -1
  81. package/esm/icon/icon-utils.js +2 -2
  82. package/esm/icon/icon.d.ts +3 -1
  83. package/esm/icon/icon.js +1 -1
  84. package/esm/icon-button/icon-button-core.js +11 -2
  85. package/esm/list-dropdown/list-dropdown-utils.js +1 -1
  86. package/esm/list-dropdown/list-dropdown.js +1 -1
  87. package/esm/menu/menu.js +1 -1
  88. package/esm/open-icon/open-icon.js +1 -1
  89. package/esm/paginator/paginator.js +1 -1
  90. package/esm/popover/popover-constants.d.ts +3 -0
  91. package/esm/popover/popover-constants.js +4 -2
  92. package/esm/popover/popover-core.d.ts +4 -0
  93. package/esm/popover/popover-core.js +20 -0
  94. package/esm/popover/popover.d.ts +4 -0
  95. package/esm/popover/popover.js +8 -0
  96. package/esm/select/select/select.js +1 -1
  97. package/esm/split-view/split-view-panel/split-view-panel.js +3 -4
  98. package/esm/stepper/step/step.js +1 -1
  99. package/esm/table/table-core.js +1 -0
  100. package/esm/table/table.js +1 -1
  101. package/esm/tabs/tab-bar/tab-bar-adapter.js +1 -1
  102. package/esm/tabs/tab-bar/tab-bar.js +1 -1
  103. package/esm/text-field/text-field.js +1 -1
  104. package/esm/time-picker/time-picker.js +1 -2
  105. package/esm/toast/toast.js +1 -1
  106. package/package.json +2 -2
  107. package/sass/calendar/_mixins.scss +2 -3
  108. package/sass/data-table/_core.scss +52 -0
  109. package/sass/data-table/_token-utils.scss +15 -0
  110. package/sass/data-table/body/body.scss +27 -0
  111. package/sass/data-table/cell/cell.scss +27 -0
  112. package/sass/data-table/column/column.scss +27 -0
  113. package/sass/data-table/footer/footer.scss +27 -0
  114. package/sass/data-table/head/head.scss +27 -0
  115. package/sass/data-table/index.scss +12 -0
  116. package/sass/data-table/row/row.scss +27 -0
  117. package/sass/data-table/table/table.scss +16 -0
@@ -14,29 +14,6 @@
14
14
  ],
15
15
  "references": []
16
16
  },
17
- {
18
- "name": "forge-backdrop",
19
- "description": "\n---\n\n\n### **Methods:**\n - **show(): _void_** - Immediately shows the backdrop by setting the `visibility` to `true` without animations.\n- **hide(): _void_** - Immediately hides the backdrop by setting the `visibility` to `false` without animations.\n- **fadeIn(): _Promise<void>_** - Sets the `visibility` to `true` and animates in.\n- **fadeOut(): _Promise<void>_** - Sets the `visibility` to `false` and animates out.\n\n### **CSS Properties:**\n - **--forge-backdrop-background** - The backdrop background color. _(default: undefined)_\n- **--forge-backdrop-opacity** - The backdrop opacity. _(default: undefined)_\n- **--forge-backdrop-z-index** - The backdrop z-index. _(default: undefined)_\n- **--forge-backdrop-enter-animation-duration** - The animation duration for the enter animation. _(default: undefined)_\n- **--forge-backdrop-enter-animation-easing** - The animation easing for the enter animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-duration** - The animation duration for the exit animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-easing** - The animation easing for the exit animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the backdrop.",
20
- "attributes": [
21
- {
22
- "name": "visible",
23
- "description": "Whether the backdrop is visible.",
24
- "values": []
25
- },
26
- {
27
- "name": "fixed",
28
- "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
29
- "values": []
30
- }
31
- ],
32
- "references": []
33
- },
34
- {
35
- "name": "forge-badge",
36
- "description": "\n---\n\n\n### **Slots:**\n - _default_ - Default content placed inside the badge.\n- **start** - Content placed before the default content.\n- **end** - Content placed after the default content.\n\n### **CSS Properties:**\n - **--forge-badge-background** - The background color. _(default: undefined)_\n- **--forge-badge-color** - The text color. _(default: undefined)_\n- **--forge-badge-shape** - The shape radius. _(default: undefined)_\n- **--forge-badge-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-badge-padding-block** - The block padding. _(default: undefined)_\n- **--forge-badge-border-width** - The border width. _(default: undefined)_\n- **--forge-badge-border-color** - The border color. _(default: undefined)_\n- **--forge-badge-border-style** - The border style. _(default: undefined)_\n- **--forge-badge-gap** - The spacing between the content within the badge. _(default: undefined)_",
37
- "attributes": [],
38
- "references": []
39
- },
40
17
  {
41
18
  "name": "forge-autocomplete",
42
19
  "description": "\n---\n\n\n### **Events:**\n - **forge-autocomplete-change** - Fired when the value changes.\n- **forge-autocomplete-select** - Fired when an option is selected. Only applies when in \"stateless\" `mode`.\n- **forge-autocomplete-scrolled-bottom** - Fired when the dropdown is scrolled to the bottom. Only applies when `observe-scroll` is enabled.\n\n### **Methods:**\n - **appendOptions(options: _IAutocompleteOption[] | IAutocompleteOptionGroup[]_): _void_** - Adds options to the dropdown while it is open. Has no effect if the dropdown is closed.\n- **openDropdown(): _void_** - Opens the dropdown.\n- **closeDropdown(): _void_** - Closes the dropdown.\n- **forceFilter(opts: _IAutocompleteForceFilterOptions_): _void_** - Forces the filter callback to be executed to update the current selection state with new options.",
@@ -150,22 +127,17 @@
150
127
  "references": []
151
128
  },
152
129
  {
153
- "name": "forge-avatar",
154
- "description": "Avatars represent an entity via text or image.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for avatar content if not provided via text/imageUrl.\n\n### **CSS Properties:**\n - **--forge-avatar-background** - The background color of the avatar. _(default: undefined)_\n- **--forge-avatar-shape** - The border radius of the avatar, defaults to 50%. _(default: undefined)_\n- **--forge-avatar-color** - The text color of the avatar. _(default: undefined)_\n- **--forge-avatar-size** - The height and width of the avatar. _(default: undefined)_\n- **--forge-avatar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-avatar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.",
130
+ "name": "forge-backdrop",
131
+ "description": "\n---\n\n\n### **Methods:**\n - **show(): _void_** - Immediately shows the backdrop by setting the `visibility` to `true` without animations.\n- **hide(): _void_** - Immediately hides the backdrop by setting the `visibility` to `false` without animations.\n- **fadeIn(): _Promise<void>_** - Sets the `visibility` to `true` and animates in.\n- **fadeOut(): _Promise<void>_** - Sets the `visibility` to `false` and animates out.\n\n### **CSS Properties:**\n - **--forge-backdrop-background** - The backdrop background color. _(default: undefined)_\n- **--forge-backdrop-opacity** - The backdrop opacity. _(default: undefined)_\n- **--forge-backdrop-z-index** - The backdrop z-index. _(default: undefined)_\n- **--forge-backdrop-enter-animation-duration** - The animation duration for the enter animation. _(default: undefined)_\n- **--forge-backdrop-enter-animation-easing** - The animation easing for the enter animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-duration** - The animation duration for the exit animation. _(default: undefined)_\n- **--forge-backdrop-exit-animation-easing** - The animation easing for the exit animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the backdrop.",
155
132
  "attributes": [
156
133
  {
157
- "name": "text",
158
- "description": "The text to display in the avatar.",
159
- "values": []
160
- },
161
- {
162
- "name": "letter-count",
163
- "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
134
+ "name": "visible",
135
+ "description": "Whether the backdrop is visible.",
164
136
  "values": []
165
137
  },
166
138
  {
167
- "name": "image-url",
168
- "description": "The background image URL to use.",
139
+ "name": "fixed",
140
+ "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
169
141
  "values": []
170
142
  }
171
143
  ],
@@ -220,6 +192,34 @@
220
192
  ],
221
193
  "references": []
222
194
  },
195
+ {
196
+ "name": "forge-avatar",
197
+ "description": "Avatars represent an entity via text or image.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for avatar content if not provided via text/imageUrl.\n\n### **CSS Properties:**\n - **--forge-avatar-background** - The background color of the avatar. _(default: undefined)_\n- **--forge-avatar-shape** - The border radius of the avatar, defaults to 50%. _(default: undefined)_\n- **--forge-avatar-color** - The text color of the avatar. _(default: undefined)_\n- **--forge-avatar-size** - The height and width of the avatar. _(default: undefined)_\n- **--forge-avatar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-avatar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.",
198
+ "attributes": [
199
+ {
200
+ "name": "text",
201
+ "description": "The text to display in the avatar.",
202
+ "values": []
203
+ },
204
+ {
205
+ "name": "letter-count",
206
+ "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
207
+ "values": []
208
+ },
209
+ {
210
+ "name": "image-url",
211
+ "description": "The background image URL to use.",
212
+ "values": []
213
+ }
214
+ ],
215
+ "references": []
216
+ },
217
+ {
218
+ "name": "forge-badge",
219
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - Default content placed inside the badge.\n- **start** - Content placed before the default content.\n- **end** - Content placed after the default content.\n\n### **CSS Properties:**\n - **--forge-badge-background** - The background color. _(default: undefined)_\n- **--forge-badge-color** - The text color. _(default: undefined)_\n- **--forge-badge-shape** - The shape radius. _(default: undefined)_\n- **--forge-badge-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-badge-padding-block** - The block padding. _(default: undefined)_\n- **--forge-badge-border-width** - The border width. _(default: undefined)_\n- **--forge-badge-border-color** - The border color. _(default: undefined)_\n- **--forge-badge-border-style** - The border style. _(default: undefined)_\n- **--forge-badge-gap** - The spacing between the content within the badge. _(default: undefined)_",
220
+ "attributes": [],
221
+ "references": []
222
+ },
223
223
  {
224
224
  "name": "forge-button",
225
225
  "description": "Buttons represent actions that a user can take.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the label text.\n- **start** - Elements to logically render before the label text.\n- **end** - Elements to logically render after the label text.\n\n### **CSS Properties:**\n - **--forge-button-primary-color** - The primary color of the button. _(default: undefined)_\n- **--forge-button-text-color** - The text color of the button. Inherits from primary color. _(default: undefined)_\n- **--forge-button-disabled-color** - The disabled color of the button. _(default: undefined)_\n- **--forge-button-padding** - The padding of the button. _(default: undefined)_\n- **--forge-button-display** - The display of the button. _(default: undefined)_\n- **--forge-button-justify** - The flex justify of the button. _(default: undefined)_\n- **--forge-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-button-height** - The height of the button. _(default: undefined)_\n- **--forge-button-min-width** - The min-width of the button. _(default: undefined)_\n- **--forge-button-spacing** - The spacing of the button. _(default: undefined)_\n- **--forge-button-border-width** - The border-width of the button. _(default: undefined)_\n- **--forge-button-border-style** - The border style of the button. _(default: undefined)_\n- **--forge-button-border-color** - The border color of the button. _(default: undefined)_\n- **--forge-button-shape-start-start-radius** - The shape start start radius of the button. _(default: undefined)_\n- **--forge-button-shape-start-end-radius** - The shape start end radius of the button. _(default: undefined)_\n- **--forge-button-shape-end-start-radius** - The shape end start radius of the button. _(default: undefined)_\n- **--forge-button-shape-end-end-radius** - The shape end end radius of the button. _(default: undefined)_\n- **--forge-button-padding-block** - The padding block of the button. _(default: undefined)_\n- **--forge-button-padding-inline** - The padding inline of the button. _(default: undefined)_\n- **--forge-button-background** - The background color of the button. _(default: undefined)_\n- **--forge-button-hover-background** - The background color of the button on hover. _(default: undefined)_\n- **--forge-button-active-background** - The background color of the button on active state. _(default: undefined)_\n- **--forge-button-color** - The text color of the button. _(default: undefined)_\n- **--forge-button-icon-size** - The size of the icon in the button. _(default: undefined)_\n- **--forge-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-button-hover-shadow** - The shadow of the button on hover. _(default: undefined)_\n- **--forge-button-active-shadow** - The shadow of the button on active state. _(default: undefined)_\n- **--forge-button-cursor** - The cursor type of the button. _(default: undefined)_\n- **--forge-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-button-text-padding-inline** - The inline padding of the button when using the text variant. _(default: undefined)_\n- **--forge-button-filled-background** - The background color of the filled button. _(default: undefined)_\n- **--forge-button-filled-disabled-background** - The background color of the disabled filled button. _(default: undefined)_\n- **--forge-button-filled-color** - The text color of the filled button. _(default: undefined)_\n- **--forge-button-filled-disabled-color** - The text color of the disabled filled button. _(default: undefined)_\n- **--forge-button-raised-background** - The background color of the raised button. _(default: undefined)_\n- **--forge-button-raised-disabled-background** - The background color of the disabled raised button. _(default: undefined)_\n- **--forge-button-raised-color** - The text color of the raised button. _(default: undefined)_\n- **--forge-button-raised-disabled-color** - The text color of the disabled raised button. _(default: undefined)_\n- **--forge-button-raised-shadow** - The shadow of the raised button. _(default: undefined)_\n- **--forge-button-raised-hover-shadow** - The shadow of the raised button on hover. _(default: undefined)_\n- **--forge-button-raised-active-shadow** - The shadow of the raised button on active state. _(default: undefined)_\n- **--forge-button-raised-disabled-shadow** - The shadow of the disabled raised button. _(default: undefined)_\n- **--forge-button-flat-background** - The background color of the flat button. _(default: undefined)_\n- **--forge-button-flat-disabled-background** - The background color of the disabled flat button. _(default: undefined)_\n- **--forge-button-flat-color** - The text color of the flat button. _(default: undefined)_\n- **--forge-button-flat-disabled-color** - The text color of the disabled flat button. _(default: undefined)_\n- **--forge-button-outlined-background** - The background color of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-color** - The text color of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-width** - The border width of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-style** - The border style of the outlined button. _(default: undefined)_\n- **--forge-button-outlined-border-color** - The border color of the outlined button. _(default: undefined)_\n- **--forge-button-link-color** - The text color of the link button. _(default: undefined)_\n- **--forge-button-link-text-decoration** - The text decoration of the link button. _(default: undefined)_\n- **--forge-button-link-height** - The height of the link button. _(default: undefined)_\n- **--forge-button-link-padding** - The padding of the link button. _(default: undefined)_\n- **--forge-button-link-line-height** - The line height of the link button. _(default: undefined)_\n- **--forge-button-link-width** - The width of the link button. _(default: undefined)_\n- **--forge-button-link-hover-text-decoration** - The text decoration of the link button on hover. _(default: undefined)_\n- **--forge-button-link-active-opacity** - The opacity of the link button on active state. _(default: undefined)_\n- **--forge-button-link-transition-duration** - The transition duration of the link button. _(default: undefined)_\n- **--forge-button-link-transition-timing** - The transition timing of the link button. _(default: undefined)_\n- **--forge-button-disabled-cursor** - The cursor type of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-text-color** - The text color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-background** - The background color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-border-color** - The border color of the disabled button. _(default: undefined)_\n- **--forge-button-disabled-shadow** - The shadow of the disabled button. _(default: undefined)_\n- **--forge-button-dense-height** - The height of the dense button. _(default: undefined)_\n- **--forge-button-pill-shape** - The shape of the pill button. _(default: undefined)_\n- **--forge-button-pill-padding-inline** - The inline padding of the pill button. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
@@ -291,7 +291,7 @@
291
291
  },
292
292
  {
293
293
  "name": "forge-calendar",
294
- "description": "\n---\n\n\n### **Events:**\n - **forge-calendar-date-select** - Event fired when a date is selected.\n- **forge-calendar-focus-change** - Event fired when the focus changes.\n- **forge-calendar-month-change** - Event fired when the month changes.\n- **forge-calendar-view-change** - Event fired when the view changes.\n\n### **Methods:**\n - **clear(): _void_** - Clears the selected date(s).\n- **deselectDate(date: _Date_): _void_** - Deselects a date.\n- **goToDate(date: _Date_, setFocus: _boolean_): _void_** - Navigates to a specific date.\n- **handleKey(evt: _KeyboardEvent_): _void_** - Handles a keyboard event.\n- **layout(): _void_** - Lays out the calendar.\n- **selectDate(date: _Date_): _void_** - Selects a date.\n- **setActiveDate(date: _Date_, setFocus: _boolean_): _boolean_** - Sets the active date.\n- **today(): _void_** - Sets the calendar to today.\n- **toggleDate(date: _Date_, force: _boolean_): _void_** - Toggles a date selection.\n\n### **Slots:**\n - **today-button-text** - Text to display in the today button.\n- **yesterday-button-text** - Text to display in the yesterday button.\n- **last-seven-days-button-text** - Text to display in the last seven days button.\n- **last-thirty-days-button-text** - Text to display in the last thirty days button.\n- **clear-button-text** - Text to display in the clear button.\n- **next-month-button-text** - Text to display in the next month button's tooltip.\n- **previous-month-button-text** - Text to display in the previous month button's tooltip.\n- **next-year-button-text** - Text to display in the next year button's tooltip.\n- **previous-year-button-text** - Text to display in the previous year button's tooltip.\n- **next-years-button-text** - Text to display in the next years button's tooltip.\n- **previous-years-button-text** - Text to display in the previous years button's tooltip.",
294
+ "description": "\n---\n\n\n### **Events:**\n - **forge-calendar-date-select** - Event fired when a date is selected.\n- **forge-calendar-focus-change** - Event fired when the focus changes.\n- **forge-calendar-month-change** - Event fired when the month changes.\n- **forge-calendar-view-change** - Event fired when the view changes.\n\n### **Methods:**\n - **clear(): _void_** - Clears the selected date(s).\n- **deselectDate(date: _Date_): _void_** - Deselects a date.\n- **goToDate(date: _Date_, setFocus: _boolean_): _void_** - Navigates to a specific date.\n- **handleKey(evt: _KeyboardEvent_): _void_** - Handles a keyboard event.\n- **layout(): _void_** - Lays out the calendar.\n- **selectDate(date: _Date_): _void_** - Selects a date.\n- **setActiveDate(date: _Date_, setFocus: _boolean_): _boolean_** - Sets the active date.\n- **today(): _void_** - Sets the calendar to today.\n- **toggleDate(date: _Date_, force: _boolean_): _void_** - Toggles a date selection.\n\n### **Slots:**\n - **today-button-text** - Text to display in the today button.\n- **clear-button-text** - Text to display in the clear button.\n- **next-month-button-text** - Text to display in the next month button's tooltip.\n- **previous-month-button-text** - Text to display in the previous month button's tooltip.\n- **next-year-button-text** - Text to display in the next year button's tooltip.\n- **previous-year-button-text** - Text to display in the previous year button's tooltip.\n- **next-years-button-text** - Text to display in the next years button's tooltip.\n- **previous-years-button-text** - Text to display in the previous years button's tooltip.",
295
295
  "attributes": [
296
296
  {
297
297
  "name": "allow-single-date-range",
@@ -388,36 +388,6 @@
388
388
  "description": "Whether to show a button to select today.",
389
389
  "values": []
390
390
  },
391
- {
392
- "name": "show-yesterday",
393
- "description": "Whether to show the yesterday button.",
394
- "values": []
395
- },
396
- {
397
- "name": "yesterday-button",
398
- "description": "Whether to show a button to select yesterday.",
399
- "values": []
400
- },
401
- {
402
- "name": "show-last-seven-days",
403
- "description": "Whether to show the last seven days button.",
404
- "values": []
405
- },
406
- {
407
- "name": "last-seven-days-button",
408
- "description": "Whether to show a button to select last seven days.",
409
- "values": []
410
- },
411
- {
412
- "name": "show-last-thirty-days",
413
- "description": "Whether to show the last thirty days button.",
414
- "values": []
415
- },
416
- {
417
- "name": "last-thirty-days-button",
418
- "description": "Whether to show a button to select last thirty days.",
419
- "values": []
420
- },
421
391
  {
422
392
  "name": "view",
423
393
  "description": "The view of the calendar.",
@@ -707,21 +677,6 @@
707
677
  "description": "Whether the today button is visible in the popup.",
708
678
  "values": []
709
679
  },
710
- {
711
- "name": "show-yesterday",
712
- "description": "Whether the yesterday button is visible in the popup.",
713
- "values": []
714
- },
715
- {
716
- "name": "show-last-seven-days",
717
- "description": "Whether the last seven days button is visible in the popup.",
718
- "values": []
719
- },
720
- {
721
- "name": "show-last-thirty-days",
722
- "description": "Whether the last thirty days button is visible in the popup.",
723
- "values": []
724
- },
725
680
  {
726
681
  "name": "value-mode",
727
682
  "description": "The type for the `value` property and `forge-date-picker-change` event.",
@@ -801,21 +756,6 @@
801
756
  "description": "Whether the today button is visible in the popup.",
802
757
  "values": []
803
758
  },
804
- {
805
- "name": "show-yesterday",
806
- "description": "Whether the yesterday button is visible in the popup.",
807
- "values": []
808
- },
809
- {
810
- "name": "show-last-seven-days",
811
- "description": "Whether the last seven days button is visible in the popup.",
812
- "values": []
813
- },
814
- {
815
- "name": "show-last-thirty-days",
816
- "description": "Whether the last thirty days button is visible in the popup.",
817
- "values": []
818
- },
819
759
  {
820
760
  "name": "value-mode",
821
761
  "description": "The type for the `value` property and `forge-date-picker-change` event.",
@@ -919,33 +859,6 @@
919
859
  ],
920
860
  "references": []
921
861
  },
922
- {
923
- "name": "forge-expansion-panel",
924
- "description": "Expansion panels provide progressive disclosure of content.\n---\n\n\n### **Events:**\n - **forge-expansion-panel-toggle** - Event fired when the panel is toggled open or closed.\n- **forge-expansion-panel-animation-complete** - Event fired when the panel has finished animating when toggling.\n\n### **Methods:**\n - **toggle(): _void_** - Toggles the open state of the panel.\n\n### **Slots:**\n - _default_ - The content of the panel.\n- **header** - The header of the panel.\n\n### **CSS Properties:**\n - **--forge-expansion-panel-animation-duration** - The duration of the open/close animation. _(default: undefined)_\n- **--forge-expansion-panel-animation-easing** - The easing function of the open/close animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the panel.\n- **header** - The header of the panel.\n- **content** - The content of the panel.",
925
- "attributes": [
926
- {
927
- "name": "open",
928
- "description": "Whether the panel is open or closed.",
929
- "values": []
930
- },
931
- {
932
- "name": "orientation",
933
- "description": "The orientation of the panel.",
934
- "values": [{ "name": "ExpansionPanelOrientation" }]
935
- },
936
- {
937
- "name": "animation-type",
938
- "description": "The type of animation to use when opening/closing the panel.",
939
- "values": [{ "name": "ExpansionPanelAnimationType" }]
940
- },
941
- {
942
- "name": "trigger",
943
- "description": "The id of the button that the expansion panel is associated with.",
944
- "values": []
945
- }
946
- ],
947
- "references": []
948
- },
949
862
  {
950
863
  "name": "forge-field",
951
864
  "description": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.\n---\n\n\n### **Events:**\n - **forge-field-popover-icon-click** - Dispatches when the user clicks the popover icon.\n- **forge-field-popover-icon-mousedown** - Dispatches when the user presses the mouse button over the popover icon. Cancelable to prevent focus loss.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Sets the floating label without animating the transition.\n\n### **Slots:**\n - _default_ - The default/unnamed slot for the field's input.\n- **label** - Renders its content as a positioned label.\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **input** - The element containing the input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **outline** - The element containing the forge-focus-indicator element.\n- **focus-indicator** - The focus indicator element.",
@@ -1048,6 +961,33 @@
1048
961
  ],
1049
962
  "references": []
1050
963
  },
964
+ {
965
+ "name": "forge-expansion-panel",
966
+ "description": "Expansion panels provide progressive disclosure of content.\n---\n\n\n### **Events:**\n - **forge-expansion-panel-toggle** - Event fired when the panel is toggled open or closed.\n- **forge-expansion-panel-animation-complete** - Event fired when the panel has finished animating when toggling.\n\n### **Methods:**\n - **toggle(): _void_** - Toggles the open state of the panel.\n\n### **Slots:**\n - _default_ - The content of the panel.\n- **header** - The header of the panel.\n\n### **CSS Properties:**\n - **--forge-expansion-panel-animation-duration** - The duration of the open/close animation. _(default: undefined)_\n- **--forge-expansion-panel-animation-easing** - The easing function of the open/close animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the panel.\n- **header** - The header of the panel.\n- **content** - The content of the panel.",
967
+ "attributes": [
968
+ {
969
+ "name": "open",
970
+ "description": "Whether the panel is open or closed.",
971
+ "values": []
972
+ },
973
+ {
974
+ "name": "orientation",
975
+ "description": "The orientation of the panel.",
976
+ "values": [{ "name": "ExpansionPanelOrientation" }]
977
+ },
978
+ {
979
+ "name": "animation-type",
980
+ "description": "The type of animation to use when opening/closing the panel.",
981
+ "values": [{ "name": "ExpansionPanelAnimationType" }]
982
+ },
983
+ {
984
+ "name": "trigger",
985
+ "description": "The id of the button that the expansion panel is associated with.",
986
+ "values": []
987
+ }
988
+ ],
989
+ "references": []
990
+ },
1051
991
  {
1052
992
  "name": "forge-file-picker",
1053
993
  "description": "The file-picker component allows for a user to upload files of their own to the system. The component provides a slot for a\nbutton, as well as drag-and-drop functionality to launch the system file chooser dialog. There are visual queues to let the\nuser know when files they are dragging can be dropped, as well as events that are relayed to the developer to handle files\nthat are legal and/or illegal based on the parameters set on the component.\n\nThe expectation of this component is that it will be used as a familiar element on the page that will let users upload files,\nwhile providing that visual and functional consistency.\n---\n\n\n### **Events:**\n - **forge-file-picker-change** - Dispatched when a file is chosen.\n\n### **CSS Properties:**\n - **--forge-file-picker-background** - Controls the background color. _(default: undefined)_\n- **--forge-file-picker-width** - Controls the width. _(default: undefined)_\n- **--forge-file-picker-height** - Controls the height. _(default: undefined)_\n- **--forge-file-picker-max-width** - Controls the maximum width. _(default: undefined)_\n- **--forge-file-picker-border-width** - Controls the border width. _(default: undefined)_\n- **--forge-file-picker-border-style** - Controls the border style. _(default: undefined)_\n- **--forge-file-picker-border-color** - Controls the border color. _(default: undefined)_\n- **--forge-file-picker-gap** - Controls gap between each element. _(default: undefined)_\n- **--forge-file-picker-padding** - Controls the padding. _(default: undefined)_\n- **--forge-file-picker-padding-block** - Controls the top and bottom padding. _(default: undefined)_\n- **--forge-file-picker-padding-inline** - Controls the left and right padding. _(default: undefined)_\n- **--forge-file-picker-disabled-opacity** - Controls the opacity value of the file picker when it's disabled. _(default: undefined)_\n- **--forge-file-picker-highlight-background** - Controls the background color of the file picker when dragging files into the form. _(default: undefined)_\n- **--forge-file-picker-highlight-border-color** - Controls the border color of the file picker when dragging files into the form. _(default: undefined)_\n\n### **CSS Parts:**\n - **form** - The `<form>` element at the root.\n- **primary** - The container element around the primary slot.\n- **secondary** - The container element around the secondary slot.\n- **input** - The `<input type=\"file\">` element.\n- **helper-text-container** - The container around the helper-text slot.",
@@ -1226,6 +1166,18 @@
1226
1166
  ],
1227
1167
  "references": []
1228
1168
  },
1169
+ {
1170
+ "name": "forge-inline-message",
1171
+ "description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
1172
+ "attributes": [
1173
+ {
1174
+ "name": "theme",
1175
+ "description": "The theme to apply.",
1176
+ "values": [{ "name": "InlineMessageTheme" }]
1177
+ }
1178
+ ],
1179
+ "references": []
1180
+ },
1229
1181
  {
1230
1182
  "name": "forge-icon-button",
1231
1183
  "description": "\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-background-color** - The background color of the when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
@@ -1263,18 +1215,6 @@
1263
1215
  ],
1264
1216
  "references": []
1265
1217
  },
1266
- {
1267
- "name": "forge-inline-message",
1268
- "description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
1269
- "attributes": [
1270
- {
1271
- "name": "theme",
1272
- "description": "The theme to apply.",
1273
- "values": [{ "name": "InlineMessageTheme" }]
1274
- }
1275
- ],
1276
- "references": []
1277
- },
1278
1218
  {
1279
1219
  "name": "forge-keyboard-shortcut",
1280
1220
  "description": "\n---\n\n\n### **Events:**\n - **forge-keyboard-shortcut-activate** - Event fired when the keyboard shortcut is activated.",
@@ -1328,49 +1268,49 @@
1328
1268
  "references": []
1329
1269
  },
1330
1270
  {
1331
- "name": "forge-label",
1332
- "description": "The Forge Label component is used to associate a text label with a compatible Forge component.\n---\n\n\n### **Methods:**\n - **update(): _void_** - Updates the targeted element with the label's current text content.",
1271
+ "name": "forge-label-value",
1272
+ "description": "Label-value pairs are used to display a label and a value in a compact format.\n---\n\n\n### **Slots:**\n - **label** - The label to display.\n- **value** - The value to display.\n- **icon** - An icon to display next to the label.\n\n### **CSS Properties:**\n - **--forge-label-value-align** - Aligns the label and value. Possible values: `start` (default), `center`, `end`. _(default: undefined)_\n- **--forge-label-value-label-spacing** - The spacing between the label and value. _(default: undefined)_\n- **--forge-label-value-label-block-start-spacing** - The block start spacing for the label. _(default: undefined)_\n- **--forge-label-value-label-block-end-spacing** - The block end spacing for the label. _(default: undefined)_\n- **--forge-label-value-label-color** - The color to apply to the label. _(default: undefined)_\n- **--forge-label-value-icon-spacing** - The spacing between the icon and the label. _(default: undefined)_\n- **--forge-label-value-inline-label-spacing** - The spacing between the label and value when displayed inline. _(default: undefined)_\n- **--forge-label-value-empty-color** - The color to apply to the value when empty. _(default: undefined)_\n- **--forge-label-value-empty-style** - The font-style to apply to the value when empty. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout container element.\n- **label** - The label container element.\n- **value** - The value container element.\n- **icon** - The icon container element.",
1333
1273
  "attributes": [
1334
1274
  {
1335
- "name": "for",
1336
- "description": "The id of the associated element.",
1337
- "values": []
1338
- },
1339
- {
1340
- "name": "dynamic",
1341
- "description": "Propagates changes in the label's text content to the associated element.",
1275
+ "name": "empty",
1276
+ "description": "If present, the value will be displayed in an alternative emphasized style.",
1342
1277
  "values": []
1343
1278
  },
1344
1279
  {
1345
- "name": "non-interactive",
1346
- "description": "Removes click handling from the label.",
1280
+ "name": "ellipsis",
1281
+ "description": "If present, the value will be truncated with an ellipsis if it overflows its container.",
1347
1282
  "values": []
1348
1283
  },
1349
1284
  {
1350
- "name": "legend",
1351
- "description": "Whether or not the label should be associated with an ancestor element.",
1285
+ "name": "inline",
1286
+ "description": "If present, the label and value will be displayed on the same line.",
1352
1287
  "values": []
1353
1288
  }
1354
1289
  ],
1355
1290
  "references": []
1356
1291
  },
1357
1292
  {
1358
- "name": "forge-label-value",
1359
- "description": "Label-value pairs are used to display a label and a value in a compact format.\n---\n\n\n### **Slots:**\n - **label** - The label to display.\n- **value** - The value to display.\n- **icon** - An icon to display next to the label.\n\n### **CSS Properties:**\n - **--forge-label-value-align** - Aligns the label and value. Possible values: `start` (default), `center`, `end`. _(default: undefined)_\n- **--forge-label-value-label-spacing** - The spacing between the label and value. _(default: undefined)_\n- **--forge-label-value-label-block-start-spacing** - The block start spacing for the label. _(default: undefined)_\n- **--forge-label-value-label-block-end-spacing** - The block end spacing for the label. _(default: undefined)_\n- **--forge-label-value-label-color** - The color to apply to the label. _(default: undefined)_\n- **--forge-label-value-icon-spacing** - The spacing between the icon and the label. _(default: undefined)_\n- **--forge-label-value-inline-label-spacing** - The spacing between the label and value when displayed inline. _(default: undefined)_\n- **--forge-label-value-empty-color** - The color to apply to the value when empty. _(default: undefined)_\n- **--forge-label-value-empty-style** - The font-style to apply to the value when empty. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout container element.\n- **label** - The label container element.\n- **value** - The value container element.\n- **icon** - The icon container element.",
1293
+ "name": "forge-label",
1294
+ "description": "The Forge Label component is used to associate a text label with a compatible Forge component.\n---\n\n\n### **Methods:**\n - **update(): _void_** - Updates the targeted element with the label's current text content.",
1360
1295
  "attributes": [
1361
1296
  {
1362
- "name": "empty",
1363
- "description": "If present, the value will be displayed in an alternative emphasized style.",
1297
+ "name": "for",
1298
+ "description": "The id of the associated element.",
1364
1299
  "values": []
1365
1300
  },
1366
1301
  {
1367
- "name": "ellipsis",
1368
- "description": "If present, the value will be truncated with an ellipsis if it overflows its container.",
1302
+ "name": "dynamic",
1303
+ "description": "Propagates changes in the label's text content to the associated element.",
1369
1304
  "values": []
1370
1305
  },
1371
1306
  {
1372
- "name": "inline",
1373
- "description": "If present, the label and value will be displayed on the same line.",
1307
+ "name": "non-interactive",
1308
+ "description": "Removes click handling from the label.",
1309
+ "values": []
1310
+ },
1311
+ {
1312
+ "name": "legend",
1313
+ "description": "Whether or not the label should be associated with an ancestor element.",
1374
1314
  "values": []
1375
1315
  }
1376
1316
  ],
@@ -1707,6 +1647,11 @@
1707
1647
  "description": "The preset to use for the popover.",
1708
1648
  "values": []
1709
1649
  },
1650
+ {
1651
+ "name": "distinct",
1652
+ "description": "Enforces that this popover should be the only one open in the same context. Use a unique name otherwise a default context will be used.",
1653
+ "values": []
1654
+ },
1710
1655
  {
1711
1656
  "name": "anchor",
1712
1657
  "description": "The IDREF of the anchor element to position the overlay relative to.",
@@ -2877,100 +2822,142 @@
2877
2822
  "references": []
2878
2823
  },
2879
2824
  {
2880
- "name": "forge-chip-set",
2881
- "description": "Chips sets are used to group multiple chips together and orchestrate their behavior.\n---\n\n\n### **Slots:**\n - _default_ - The chips to display in the chip set.\n\n### **CSS Properties:**\n - **--forge-chip-set-spacing** - The spacing between chips. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.",
2825
+ "name": "forge-chip",
2826
+ "description": "\n---\n\n\n### **Events:**\n - **forge-chip-delete** - Event fired when the chip is deleted.\n- **forge-chip-select** - Event fired when the chip is selected.\n\n### **Slots:**\n - _default_ - The content of the chip.\n- **start** - The start content of the chip.\n- **end** - The end content of the chip.\n\n### **CSS Properties:**\n - **--forge-chip-background** - The background color of the chip. _(default: undefined)_\n- **--forge-chip-color** - The background color of the chip. _(default: undefined)_\n- **--forge-chip-shape** - The shape of the chip. _(default: undefined)_\n- **--forge-chip-spacing** - The spacing between chips. _(default: undefined)_\n- **--forge-chip-height** - The height of the chip. _(default: undefined)_\n- **--forge-chip-padding-inline** - The inline padding of the chip. _(default: undefined)_\n- **--forge-chip-padding-block** - The block padding of the chip. _(default: undefined)_\n- **--forge-chip-cursor** - The cursor style of the chip. _(default: undefined)_\n- **--forge-chip-icon-font-size** - The font size of the chip icon. _(default: undefined)_\n- **--forge-chip-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n- **--forge-chip-disabled-opacity** - The opacity of the disabled chip. _(default: undefined)_\n- **--forge-chip-disabled-cursor** - The cursor style of the disabled chip. _(default: undefined)_\n- **--forge-chip-dense-height** - The height of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-padding-inline** - The inline padding of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-spacing** - The spacing between dense chips. _(default: undefined)_\n- **--forge-chip-dense-font-size** - The font size of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-font-weight** - The font weight of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-focus-indicator-offset** - The offset of the focus indicator for dense chips. _(default: undefined)_\n- **--forge-chip-dense-icon-font-size** - The font size of the icon in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-spacing** - The spacing of the remove button in chips. _(default: undefined)_\n- **--forge-chip-remove-button-height-dense** - The height of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-icon-size-dense** - The icon size of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-spacing-dense** - The spacing of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-selected-background** - The background color of the selected chip. _(default: undefined)_\n- **--forge-chip-selected-color** - The text color of the selected chip. _(default: undefined)_\n- **--forge-chip-invalid-color** - The text color of the invalid chip. _(default: undefined)_\n- **--forge-chip-invalid-selected-background** - The background color of the invalid selected chip. _(default: undefined)_\n- **--forge-chip-invalid-selected-color** - The text color of the invalid selected chip. _(default: undefined)_\n- **--forge-chip-border-width** - The width of the chip border. _(default: undefined)_\n- **--forge-chip-border-style** - The style of the chip border. _(default: undefined)_\n- **--forge-chip-border-color** - The color of the chip border. _(default: undefined)_\n- **--forge-chip-field-background** - The background color of the chip field. _(default: undefined)_\n- **--forge-chip-field-color** - The text color of the chip field. _(default: undefined)_\n- **--forge-chip-field-shape** - The shape of the chip field. _(default: undefined)_\n- **--forge-chip-field-border-color** - The color of the chip field border. _(default: undefined)_\n- **--forge-chip-field-cursor** - The cursor style of the chip field. _(default: undefined)_\n- **--forge-chip-checkmark-size** - The size of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-checkmark-color** - The color of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-checkmark-spacing** - The spacing of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-avatar-size** - The size of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-size-dense** - The size of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-avatar-font-size** - The font size of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-font-size-dense** - The font size of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-avatar-spacing** - The spacing of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-spacing-dense** - The spacing of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-transition-duration** - The duration of the chip transition. _(default: undefined)_\n- **--forge-chip-transition-easing** - The easing function of the chip transition. _(default: undefined)_\n- **--forge-chip-checkmark-transition-delay** - The delay of the checkmark transition in chips. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.\n- **trigger** - The trigger element of the chip.\n- **focus-indicator** - The focus indicator of the chip.\n- **state-layer** - The state layer surface.",
2882
2827
  "attributes": [
2883
2828
  {
2884
- "name": "vertical",
2885
- "description": "Whether the chip set is vertically oriented.",
2829
+ "name": "type",
2830
+ "description": "The type of chip.",
2831
+ "values": [{ "name": "ChipType" }]
2832
+ },
2833
+ {
2834
+ "name": "value",
2835
+ "description": "The value of the chip.",
2886
2836
  "values": []
2887
2837
  },
2888
2838
  {
2889
- "name": "type",
2890
- "description": "The type of chips.",
2891
- "values": [{ "name": "ChipType" }]
2839
+ "name": "selected",
2840
+ "description": "Whether the chip is selected.",
2841
+ "values": []
2892
2842
  },
2893
2843
  {
2894
- "name": "dense",
2895
- "description": "Whether all chips in the chip set are dense.",
2844
+ "name": "invalid",
2845
+ "description": "Whether the chip is invalid.",
2896
2846
  "values": []
2897
2847
  },
2898
2848
  {
2899
2849
  "name": "disabled",
2900
- "description": "Whether all chips in the chip set are disabled.",
2850
+ "description": "Whether the chip is disabled.",
2901
2851
  "values": []
2902
2852
  },
2903
2853
  {
2904
- "name": "invalid",
2905
- "description": "Whether all chips in the chip set are invalid.",
2854
+ "name": "dense",
2855
+ "description": "Whether the chip is dense.",
2906
2856
  "values": []
2907
2857
  },
2908
2858
  {
2909
2859
  "name": "theme",
2910
- "description": "The theme of the chips.",
2860
+ "description": "The theme of the chip.",
2911
2861
  "values": [{ "name": "ChipTheme" }]
2912
- }
2913
- ],
2914
- "references": []
2915
- },
2916
- {
2917
- "name": "forge-chip",
2918
- "description": "\n---\n\n\n### **Events:**\n - **forge-chip-delete** - Event fired when the chip is deleted.\n- **forge-chip-select** - Event fired when the chip is selected.\n\n### **Slots:**\n - _default_ - The content of the chip.\n- **start** - The start content of the chip.\n- **end** - The end content of the chip.\n\n### **CSS Properties:**\n - **--forge-chip-background** - The background color of the chip. _(default: undefined)_\n- **--forge-chip-color** - The background color of the chip. _(default: undefined)_\n- **--forge-chip-shape** - The shape of the chip. _(default: undefined)_\n- **--forge-chip-spacing** - The spacing between chips. _(default: undefined)_\n- **--forge-chip-height** - The height of the chip. _(default: undefined)_\n- **--forge-chip-padding-inline** - The inline padding of the chip. _(default: undefined)_\n- **--forge-chip-padding-block** - The block padding of the chip. _(default: undefined)_\n- **--forge-chip-cursor** - The cursor style of the chip. _(default: undefined)_\n- **--forge-chip-icon-font-size** - The font size of the chip icon. _(default: undefined)_\n- **--forge-chip-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n- **--forge-chip-disabled-opacity** - The opacity of the disabled chip. _(default: undefined)_\n- **--forge-chip-disabled-cursor** - The cursor style of the disabled chip. _(default: undefined)_\n- **--forge-chip-dense-height** - The height of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-padding-inline** - The inline padding of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-spacing** - The spacing between dense chips. _(default: undefined)_\n- **--forge-chip-dense-font-size** - The font size of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-font-weight** - The font weight of the dense chip. _(default: undefined)_\n- **--forge-chip-dense-focus-indicator-offset** - The offset of the focus indicator for dense chips. _(default: undefined)_\n- **--forge-chip-dense-icon-font-size** - The font size of the icon in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-spacing** - The spacing of the remove button in chips. _(default: undefined)_\n- **--forge-chip-remove-button-height-dense** - The height of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-icon-size-dense** - The icon size of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-remove-button-spacing-dense** - The spacing of the remove button in dense chips. _(default: undefined)_\n- **--forge-chip-selected-background** - The background color of the selected chip. _(default: undefined)_\n- **--forge-chip-selected-color** - The text color of the selected chip. _(default: undefined)_\n- **--forge-chip-invalid-color** - The text color of the invalid chip. _(default: undefined)_\n- **--forge-chip-invalid-selected-background** - The background color of the invalid selected chip. _(default: undefined)_\n- **--forge-chip-invalid-selected-color** - The text color of the invalid selected chip. _(default: undefined)_\n- **--forge-chip-border-width** - The width of the chip border. _(default: undefined)_\n- **--forge-chip-border-style** - The style of the chip border. _(default: undefined)_\n- **--forge-chip-border-color** - The color of the chip border. _(default: undefined)_\n- **--forge-chip-field-background** - The background color of the chip field. _(default: undefined)_\n- **--forge-chip-field-color** - The text color of the chip field. _(default: undefined)_\n- **--forge-chip-field-shape** - The shape of the chip field. _(default: undefined)_\n- **--forge-chip-field-border-color** - The color of the chip field border. _(default: undefined)_\n- **--forge-chip-field-cursor** - The cursor style of the chip field. _(default: undefined)_\n- **--forge-chip-checkmark-size** - The size of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-checkmark-color** - The color of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-checkmark-spacing** - The spacing of the checkmark in chips. _(default: undefined)_\n- **--forge-chip-avatar-size** - The size of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-size-dense** - The size of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-avatar-font-size** - The font size of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-font-size-dense** - The font size of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-avatar-spacing** - The spacing of the avatar in chips. _(default: undefined)_\n- **--forge-chip-avatar-spacing-dense** - The spacing of the avatar in dense chips. _(default: undefined)_\n- **--forge-chip-transition-duration** - The duration of the chip transition. _(default: undefined)_\n- **--forge-chip-transition-easing** - The easing function of the chip transition. _(default: undefined)_\n- **--forge-chip-checkmark-transition-delay** - The delay of the checkmark transition in chips. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.\n- **trigger** - The trigger element of the chip.\n- **focus-indicator** - The focus indicator of the chip.\n- **state-layer** - The state layer surface.",
2919
- "attributes": [
2920
- {
2921
- "name": "type",
2922
- "description": "The type of chip.",
2923
- "values": [{ "name": "ChipType" }]
2924
2862
  },
2925
2863
  {
2926
- "name": "value",
2927
- "description": "The value of the chip.",
2928
- "values": []
2929
- },
2930
- {
2931
- "name": "selected",
2932
- "description": "Whether the chip is selected.",
2864
+ "name": "href",
2865
+ "description": "The href of the chip.",
2933
2866
  "values": []
2934
2867
  },
2935
2868
  {
2936
- "name": "invalid",
2937
- "description": "Whether the chip is invalid.",
2869
+ "name": "target",
2870
+ "description": "The target of the chip.",
2938
2871
  "values": []
2939
2872
  },
2940
2873
  {
2941
- "name": "disabled",
2942
- "description": "Whether the chip is disabled.",
2874
+ "name": "download",
2875
+ "description": "The download of the chip.",
2943
2876
  "values": []
2944
2877
  },
2878
+ { "name": "rel", "description": "The rel of the chip.", "values": [] }
2879
+ ],
2880
+ "references": []
2881
+ },
2882
+ {
2883
+ "name": "forge-chip-set",
2884
+ "description": "Chips sets are used to group multiple chips together and orchestrate their behavior.\n---\n\n\n### **Slots:**\n - _default_ - The chips to display in the chip set.\n\n### **CSS Properties:**\n - **--forge-chip-set-spacing** - The spacing between chips. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.",
2885
+ "attributes": [
2945
2886
  {
2946
- "name": "dense",
2947
- "description": "Whether the chip is dense.",
2887
+ "name": "vertical",
2888
+ "description": "Whether the chip set is vertically oriented.",
2948
2889
  "values": []
2949
2890
  },
2950
2891
  {
2951
- "name": "theme",
2952
- "description": "The theme of the chip.",
2953
- "values": [{ "name": "ChipTheme" }]
2892
+ "name": "type",
2893
+ "description": "The type of chips.",
2894
+ "values": [{ "name": "ChipType" }]
2954
2895
  },
2955
2896
  {
2956
- "name": "href",
2957
- "description": "The href of the chip.",
2897
+ "name": "dense",
2898
+ "description": "Whether all chips in the chip set are dense.",
2958
2899
  "values": []
2959
2900
  },
2960
2901
  {
2961
- "name": "target",
2962
- "description": "The target of the chip.",
2902
+ "name": "disabled",
2903
+ "description": "Whether all chips in the chip set are disabled.",
2963
2904
  "values": []
2964
2905
  },
2965
2906
  {
2966
- "name": "download",
2967
- "description": "The download of the chip.",
2907
+ "name": "invalid",
2908
+ "description": "Whether all chips in the chip set are invalid.",
2968
2909
  "values": []
2969
2910
  },
2970
- { "name": "rel", "description": "The rel of the chip.", "values": [] }
2911
+ {
2912
+ "name": "theme",
2913
+ "description": "The theme of the chips.",
2914
+ "values": [{ "name": "ChipTheme" }]
2915
+ }
2971
2916
  ],
2972
2917
  "references": []
2973
2918
  },
2919
+ {
2920
+ "name": "forge-data-table-body",
2921
+ "description": "Represents the body section of a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for body content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2922
+ "attributes": [],
2923
+ "references": []
2924
+ },
2925
+ {
2926
+ "name": "forge-data-table-cell",
2927
+ "description": "Represents a cell in a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for cell content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2928
+ "attributes": [],
2929
+ "references": []
2930
+ },
2931
+ {
2932
+ "name": "forge-data-table-column",
2933
+ "description": "Represents a column in a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for column content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2934
+ "attributes": [],
2935
+ "references": []
2936
+ },
2937
+ {
2938
+ "name": "forge-data-table-footer",
2939
+ "description": "Represents the footer section of a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for footer content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2940
+ "attributes": [],
2941
+ "references": []
2942
+ },
2943
+ {
2944
+ "name": "forge-data-table-head",
2945
+ "description": "Represents the header section of a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for head content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2946
+ "attributes": [],
2947
+ "references": []
2948
+ },
2949
+ {
2950
+ "name": "forge-data-table-row",
2951
+ "description": "Represents a row in a data table.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for row content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2952
+ "attributes": [],
2953
+ "references": []
2954
+ },
2955
+ {
2956
+ "name": "forge-data-table",
2957
+ "description": "Data tables display information in a grid-like format of rows and columns.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for data table content.\n\n### **CSS Parts:**\n - **root** - The root container element.",
2958
+ "attributes": [],
2959
+ "references": []
2960
+ },
2974
2961
  {
2975
2962
  "name": "forge-deprecated-button",
2976
2963
  "description": "@deprecated Use the `<forge-button>` element instead.\n\n\n---\n",
@@ -3412,19 +3399,26 @@
3412
3399
  "references": []
3413
3400
  },
3414
3401
  {
3415
- "name": "forge-select",
3416
- "description": "\n---\n\n\n### **Events:**\n - **forge-select-scrolled-bottom** - Dispatched when the dropdown list has scrolled to the bottom.\n- **change** - Dispatched when the user selects a value.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Floats the label without an animation. Only applies when the label is inset.\n\n### **Slots:**\n - **value** - The selected text to display\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-select-placeholder-color** - The color of the placeholder text. _(default: undefined)_\n- **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **text-container** - The element container for the selected text.\n- **text** - The element containing the selected text.\n- **container** - The container element surrounding the input.\n- **input** - The element containing te input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The support text element.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **outline** - The element containing the forge-focus-indicator element.\n- **focus-indicator** - The focus indicator element.",
3402
+ "name": "forge-option-group",
3403
+ "description": "\n---\n",
3417
3404
  "attributes": [
3418
3405
  {
3419
- "name": "label",
3420
- "description": "Controls the label text.",
3406
+ "name": "value",
3407
+ "description": "Gets/sets the optional group value.",
3421
3408
  "values": []
3422
3409
  },
3423
3410
  {
3424
- "name": "placeholder",
3425
- "description": "Controls the placeholder text.",
3411
+ "name": "text",
3412
+ "description": "The text content for the group.",
3426
3413
  "values": []
3427
- },
3414
+ }
3415
+ ],
3416
+ "references": []
3417
+ },
3418
+ {
3419
+ "name": "forge-select-dropdown",
3420
+ "description": "\n---\n\n\n### **Methods:**\n - **appendOptions(options: _ISelectOption[] | ISelectOptionGroup[]_): _void_** - Dynamically appends options to the dropdown while it's open.\n- **selectAll(): _void_** - Selects all options.\n- **deselectAll(): _void_** - Deselects all options.",
3421
+ "attributes": [
3428
3422
  {
3429
3423
  "name": "value",
3430
3424
  "description": "Gets/sets the value.",
@@ -3442,9 +3436,14 @@
3442
3436
  },
3443
3437
  {
3444
3438
  "name": "open",
3445
- "description": "Gets/sets the open state.",
3439
+ "description": "Gets the open state of the dropdown.",
3446
3440
  "values": []
3447
3441
  },
3442
+ {
3443
+ "name": "popup-classes",
3444
+ "description": "Gets/sets the list of classes to apply to the popup element.",
3445
+ "values": [{ "name": "string[]" }]
3446
+ },
3448
3447
  {
3449
3448
  "name": "sync-popup-width",
3450
3449
  "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
@@ -3465,9 +3464,14 @@
3465
3464
  "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
3466
3465
  "values": []
3467
3466
  },
3467
+ {
3468
+ "name": "constrain-popup-width",
3469
+ "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
3470
+ "values": []
3471
+ },
3468
3472
  {
3469
3473
  "name": "wrap-option-text",
3470
- "description": "Gets/sets whether the options will wrap their text or not. This only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
3474
+ "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
3471
3475
  "values": []
3472
3476
  },
3473
3477
  {
@@ -3491,99 +3495,116 @@
3491
3495
  "values": [{ "name": "OverlayShiftState" }]
3492
3496
  },
3493
3497
  {
3494
- "name": "label-position",
3495
- "description": "The position of the label.",
3496
- "values": [{ "name": "FieldLabelPosition" }]
3498
+ "name": "popover-fallback-placements",
3499
+ "description": "Gets/sets the fallback placements of the popover.",
3500
+ "values": [{ "name": "PositionPlacement[]" }]
3501
+ }
3502
+ ],
3503
+ "references": []
3504
+ },
3505
+ {
3506
+ "name": "forge-split-view",
3507
+ "description": "\n---\n\n\n### **Methods:**\n - **layerSlottedPanels(target: _ISplitViewPanelComponent_): _void_** - Arranges split view panels to avoid overlapping during animations.\n- **unlayerSlottedPanels(): _void_** - Removes presentation data set during an animation.\n- **update(config: _ISplitViewUpdateConfig_): _void_** - Updates the provided characteristics of each slotted panel.\n- **refit(): _void_** - Resizes panels within the split view to avoid overflow.",
3508
+ "attributes": [
3509
+ {
3510
+ "name": "orientation",
3511
+ "description": "Whether child split view panels are laid out and resize horizontally or vertically.",
3512
+ "values": [{ "name": "SplitViewOrientation" }]
3497
3513
  },
3498
3514
  {
3499
- "name": "label-alignment",
3500
- "description": "The alignment of the label.",
3501
- "values": [{ "name": "FieldLabelAlignment" }]
3515
+ "name": "disabled",
3516
+ "description": "Whether child split view panels have resize interactions disabled or enabled.",
3517
+ "values": []
3502
3518
  },
3503
3519
  {
3504
- "name": "invalid",
3505
- "description": "Whether the field is invalid.",
3520
+ "name": "allow-close",
3521
+ "description": "Whether child split view panels can be closed via keyboard interaction.",
3506
3522
  "values": []
3507
3523
  },
3508
3524
  {
3509
- "name": "required",
3510
- "description": "Whether the field is required.",
3525
+ "name": "auto-close",
3526
+ "description": "Whether child split view panels automatically close when they reach a size of 0.",
3511
3527
  "values": []
3512
3528
  },
3513
3529
  {
3514
- "name": "optional",
3515
- "description": "Whether the field is optional.",
3530
+ "name": "auto-close-threshold",
3531
+ "description": "The size at which panels auto close.",
3516
3532
  "values": []
3533
+ }
3534
+ ],
3535
+ "references": []
3536
+ },
3537
+ {
3538
+ "name": "forge-split-view-panel",
3539
+ "description": "\n---\n\n\n### **Events:**\n - **forge-split-view-panel-will-resize** - Emitted before the panel resizes.\n- **forge-split-view-panel-resize-start** - Emitted when the panel starts resizing.\n- **forge-split-view-panel-resize-end** - Emitted when the panel stops resizing.\n- **forge-split-view-panel-resize** - Emitted when the panel resizes.\n- **forge-split-view-panel-will-open** - Emitted before the panel opens.\n- **forge-split-view-panel-will-close** - Emitted before the panel closes.\n- **forge-split-view-panel-did-open** - Emitted after the panel opens.\n- **forge-split-view-panel-did-close** - Emitted after the panel closes.\n\n### **Methods:**\n - **getContentSize(): __** - Gets the size of content along the axis of orientation.\n- **getCollapsibleSize(): __** - Gets the amount that the content can shrink along the axis of orientation before reaching its\nmin size.\n- **setContentSize(size: _number_): _void_** - Sets the size of content along the axis of orientation.\n- **update(config: _ISplitViewUpdateConfig_): _void_** - Updates the provided characteristics.\n\n### **CSS Properties:**\n - **--forge-split-view-panel-size** - The size of the panel along the axis of orientation. _(default: undefined)_\n- **--forge-split-view-panel-cursor** - The cursor to display when hovering over the panel. _(default: undefined)_",
3540
+ "attributes": [
3541
+ {
3542
+ "name": "resizable",
3543
+ "description": "Controls which side of the panel the resize handle appears on.",
3544
+ "values": [{ "name": "SplitViewPanelResizable" }]
3517
3545
  },
3518
3546
  {
3519
- "name": "disabled",
3520
- "description": "Whether the field is disabled.",
3547
+ "name": "size",
3548
+ "description": "The initial size along the axis of orientation.",
3521
3549
  "values": []
3522
3550
  },
3523
3551
  {
3524
- "name": "float-label",
3525
- "description": "Whether the label floats above the field.",
3552
+ "name": "min",
3553
+ "description": "The smallest size the panel can take along its axis of orientation.",
3526
3554
  "values": []
3527
3555
  },
3528
3556
  {
3529
- "name": "variant",
3530
- "description": "The variant of the field.",
3531
- "values": [{ "name": "FieldVariant" }]
3557
+ "name": "max",
3558
+ "description": "The largest size the panel can take along its axis of orientation.",
3559
+ "values": []
3532
3560
  },
3533
3561
  {
3534
- "name": "theme",
3535
- "description": "The theme of the field.",
3536
- "values": [{ "name": "FieldTheme" }]
3562
+ "name": "accessible-label",
3563
+ "description": "The ARIA label given to the resize handle.",
3564
+ "values": []
3537
3565
  },
3538
3566
  {
3539
- "name": "shape",
3540
- "description": "The shape of the field.",
3541
- "values": [{ "name": "FieldShape" }]
3567
+ "name": "open",
3568
+ "description": "Controls the open state of the panel.",
3569
+ "values": []
3542
3570
  },
3543
3571
  {
3544
- "name": "density",
3545
- "description": "The density of the field.",
3546
- "values": [{ "name": "FieldDensity" }]
3572
+ "name": "disabled",
3573
+ "description": "Whether resize interactions are disabled or enabled.",
3574
+ "values": []
3547
3575
  },
3548
3576
  {
3549
- "name": "dense",
3550
- "description": "Whether the field is dense.",
3577
+ "name": "allow-close",
3578
+ "description": "Whether the panel can be closed via keyboard interaction.",
3551
3579
  "values": []
3552
3580
  },
3553
3581
  {
3554
- "name": "popover-icon",
3555
- "description": "Whether the popover icon is displayed.",
3582
+ "name": "auto-close",
3583
+ "description": "Whether the panel automatically closes when it reaches a size of 0.",
3556
3584
  "values": []
3557
3585
  },
3558
3586
  {
3559
- "name": "support-text-inset",
3560
- "description": "The inset of the support text.",
3561
- "values": [{ "name": "FieldSupportTextInset" }]
3587
+ "name": "auto-close-threshold",
3588
+ "description": "The size at which the panel auto closes.",
3589
+ "values": []
3562
3590
  }
3563
3591
  ],
3564
3592
  "references": []
3565
3593
  },
3566
3594
  {
3567
- "name": "forge-option-group",
3568
- "description": "\n---\n",
3595
+ "name": "forge-select",
3596
+ "description": "\n---\n\n\n### **Events:**\n - **forge-select-scrolled-bottom** - Dispatched when the dropdown list has scrolled to the bottom.\n- **change** - Dispatched when the user selects a value.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Floats the label without an animation. Only applies when the label is inset.\n\n### **Slots:**\n - **value** - The selected text to display\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-select-placeholder-color** - The color of the placeholder text. _(default: undefined)_\n- **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **text-container** - The element container for the selected text.\n- **text** - The element containing the selected text.\n- **container** - The container element surrounding the input.\n- **input** - The element containing te input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The support text element.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **outline** - The element containing the forge-focus-indicator element.\n- **focus-indicator** - The focus indicator element.",
3569
3597
  "attributes": [
3570
3598
  {
3571
- "name": "value",
3572
- "description": "Gets/sets the optional group value.",
3599
+ "name": "label",
3600
+ "description": "Controls the label text.",
3573
3601
  "values": []
3574
3602
  },
3575
3603
  {
3576
- "name": "text",
3577
- "description": "The text content for the group.",
3604
+ "name": "placeholder",
3605
+ "description": "Controls the placeholder text.",
3578
3606
  "values": []
3579
- }
3580
- ],
3581
- "references": []
3582
- },
3583
- {
3584
- "name": "forge-select-dropdown",
3585
- "description": "\n---\n\n\n### **Methods:**\n - **appendOptions(options: _ISelectOption[] | ISelectOptionGroup[]_): _void_** - Dynamically appends options to the dropdown while it's open.\n- **selectAll(): _void_** - Selects all options.\n- **deselectAll(): _void_** - Deselects all options.",
3586
- "attributes": [
3607
+ },
3587
3608
  {
3588
3609
  "name": "value",
3589
3610
  "description": "Gets/sets the value.",
@@ -3601,14 +3622,9 @@
3601
3622
  },
3602
3623
  {
3603
3624
  "name": "open",
3604
- "description": "Gets the open state of the dropdown.",
3625
+ "description": "Gets/sets the open state.",
3605
3626
  "values": []
3606
3627
  },
3607
- {
3608
- "name": "popup-classes",
3609
- "description": "Gets/sets the list of classes to apply to the popup element.",
3610
- "values": [{ "name": "string[]" }]
3611
- },
3612
3628
  {
3613
3629
  "name": "sync-popup-width",
3614
3630
  "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
@@ -3629,14 +3645,9 @@
3629
3645
  "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
3630
3646
  "values": []
3631
3647
  },
3632
- {
3633
- "name": "constrain-popup-width",
3634
- "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
3635
- "values": []
3636
- },
3637
3648
  {
3638
3649
  "name": "wrap-option-text",
3639
- "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
3650
+ "description": "Gets/sets whether the options will wrap their text or not. This only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
3640
3651
  "values": []
3641
3652
  },
3642
3653
  {
@@ -3660,97 +3671,115 @@
3660
3671
  "values": [{ "name": "OverlayShiftState" }]
3661
3672
  },
3662
3673
  {
3663
- "name": "popover-fallback-placements",
3664
- "description": "Gets/sets the fallback placements of the popover.",
3665
- "values": [{ "name": "PositionPlacement[]" }]
3666
- }
3667
- ],
3668
- "references": []
3669
- },
3670
- {
3671
- "name": "forge-split-view",
3672
- "description": "\n---\n\n\n### **Methods:**\n - **layerSlottedPanels(target: _ISplitViewPanelComponent_): _void_** - Arranges split view panels to avoid overlapping during animations.\n- **unlayerSlottedPanels(): _void_** - Removes presentation data set during an animation.\n- **update(config: _ISplitViewUpdateConfig_): _void_** - Updates the provided characteristics of each slotted panel.\n- **refit(): _void_** - Resizes panels within the split view to avoid overflow.",
3673
- "attributes": [
3674
+ "name": "label-position",
3675
+ "description": "The position of the label.",
3676
+ "values": [{ "name": "FieldLabelPosition" }]
3677
+ },
3674
3678
  {
3675
- "name": "orientation",
3676
- "description": "Whether child split view panels are laid out and resize horizontally or vertically.",
3677
- "values": [{ "name": "SplitViewOrientation" }]
3679
+ "name": "label-alignment",
3680
+ "description": "The alignment of the label.",
3681
+ "values": [{ "name": "FieldLabelAlignment" }]
3678
3682
  },
3679
3683
  {
3680
- "name": "disabled",
3681
- "description": "Whether child split view panels have resize interactions disabled or enabled.",
3684
+ "name": "invalid",
3685
+ "description": "Whether the field is invalid.",
3682
3686
  "values": []
3683
3687
  },
3684
3688
  {
3685
- "name": "allow-close",
3686
- "description": "Whether child split view panels can be closed via keyboard interaction.",
3689
+ "name": "required",
3690
+ "description": "Whether the field is required.",
3687
3691
  "values": []
3688
3692
  },
3689
3693
  {
3690
- "name": "auto-close",
3691
- "description": "Whether child split view panels automatically close when they reach a size of 0.",
3694
+ "name": "optional",
3695
+ "description": "Whether the field is optional.",
3692
3696
  "values": []
3693
3697
  },
3694
3698
  {
3695
- "name": "auto-close-threshold",
3696
- "description": "The size at which panels auto close.",
3699
+ "name": "disabled",
3700
+ "description": "Whether the field is disabled.",
3697
3701
  "values": []
3698
- }
3699
- ],
3700
- "references": []
3701
- },
3702
- {
3703
- "name": "forge-split-view-panel",
3704
- "description": "\n---\n\n\n### **Events:**\n - **forge-split-view-panel-will-resize** - Emitted before the panel resizes.\n- **forge-split-view-panel-resize-start** - Emitted when the panel starts resizing.\n- **forge-split-view-panel-resize-end** - Emitted when the panel stops resizing.\n- **forge-split-view-panel-resize** - Emitted when the panel resizes.\n- **forge-split-view-panel-will-open** - Emitted before the panel opens.\n- **forge-split-view-panel-will-close** - Emitted before the panel closes.\n- **forge-split-view-panel-did-open** - Emitted after the panel opens.\n- **forge-split-view-panel-did-close** - Emitted after the panel closes.\n\n### **Methods:**\n - **getContentSize(): __** - Gets the size of content along the axis of orientation.\n- **getCollapsibleSize(): __** - Gets the amount that the content can shrink along the axis of orientation before reaching its\nmin size.\n- **setContentSize(size: _number_): _void_** - Sets the size of content along the axis of orientation.\n- **update(config: _ISplitViewUpdateConfig_): _void_** - Updates the provided characteristics.\n\n### **CSS Properties:**\n - **--forge-split-view-panel-size** - The size of the panel along the axis of orientation. _(default: undefined)_\n- **--forge-split-view-panel-cursor** - The cursor to display when hovering over the panel. _(default: undefined)_",
3705
- "attributes": [
3706
- {
3707
- "name": "resizable",
3708
- "description": "Controls which side of the panel the resize handle appears on.",
3709
- "values": [{ "name": "SplitViewPanelResizable" }]
3710
3702
  },
3711
3703
  {
3712
- "name": "size",
3713
- "description": "The initial size along the axis of orientation.",
3704
+ "name": "float-label",
3705
+ "description": "Whether the label floats above the field.",
3714
3706
  "values": []
3715
3707
  },
3716
3708
  {
3717
- "name": "min",
3718
- "description": "The smallest size the panel can take along its axis of orientation.",
3719
- "values": []
3709
+ "name": "variant",
3710
+ "description": "The variant of the field.",
3711
+ "values": [{ "name": "FieldVariant" }]
3720
3712
  },
3721
3713
  {
3722
- "name": "max",
3723
- "description": "The largest size the panel can take along its axis of orientation.",
3714
+ "name": "theme",
3715
+ "description": "The theme of the field.",
3716
+ "values": [{ "name": "FieldTheme" }]
3717
+ },
3718
+ {
3719
+ "name": "shape",
3720
+ "description": "The shape of the field.",
3721
+ "values": [{ "name": "FieldShape" }]
3722
+ },
3723
+ {
3724
+ "name": "density",
3725
+ "description": "The density of the field.",
3726
+ "values": [{ "name": "FieldDensity" }]
3727
+ },
3728
+ {
3729
+ "name": "dense",
3730
+ "description": "Whether the field is dense.",
3724
3731
  "values": []
3725
3732
  },
3726
3733
  {
3727
- "name": "accessible-label",
3728
- "description": "The ARIA label given to the resize handle.",
3734
+ "name": "popover-icon",
3735
+ "description": "Whether the popover icon is displayed.",
3729
3736
  "values": []
3730
3737
  },
3731
3738
  {
3732
- "name": "open",
3733
- "description": "Controls the open state of the panel.",
3739
+ "name": "support-text-inset",
3740
+ "description": "The inset of the support text.",
3741
+ "values": [{ "name": "FieldSupportTextInset" }]
3742
+ }
3743
+ ],
3744
+ "references": []
3745
+ },
3746
+ {
3747
+ "name": "forge-stepper",
3748
+ "description": "\n---\n\n\n### **Events:**\n - **forge-step-select** - Emits the index when a step is selected.\n- **forge-step-expanded-content-focusin** - Emits the step component when the expanded content is focused.\n- **forge-step-expanded-content-focusout** - Emits the step component when the expanded content is blurred.",
3749
+ "attributes": [
3750
+ {
3751
+ "name": "selected-index",
3752
+ "description": "The active step index.",
3734
3753
  "values": []
3735
3754
  },
3736
3755
  {
3737
- "name": "disabled",
3738
- "description": "Whether resize interactions are disabled or enabled.",
3756
+ "name": "linear",
3757
+ "description": "Whether the stepper is linear or non-linear.",
3739
3758
  "values": []
3740
3759
  },
3741
3760
  {
3742
- "name": "allow-close",
3743
- "description": "Whether the panel can be closed via keyboard interaction.",
3761
+ "name": "alternative",
3762
+ "description": "Whether the stepper uses the default or alternative label layout mode.",
3744
3763
  "values": []
3745
3764
  },
3746
3765
  {
3747
- "name": "auto-close",
3748
- "description": "Whether the panel automatically closes when it reaches a size of 0.",
3766
+ "name": "layout-mode",
3767
+ "description": "The layout mode of the stepper.",
3768
+ "values": [{ "name": "StepperLayoutMode" }]
3769
+ },
3770
+ {
3771
+ "name": "layout-align",
3772
+ "description": "The layout alignment of the stepper.",
3773
+ "values": [{ "name": "StepperLayoutAlign" }]
3774
+ },
3775
+ {
3776
+ "name": "disabled",
3777
+ "description": "Whether the stepper is disabled.",
3749
3778
  "values": []
3750
3779
  },
3751
3780
  {
3752
- "name": "auto-close-threshold",
3753
- "description": "The size at which the panel auto closes.",
3781
+ "name": "vertical",
3782
+ "description": "Whether the stepper is vertical.",
3754
3783
  "values": []
3755
3784
  }
3756
3785
  ],
@@ -3813,48 +3842,6 @@
3813
3842
  ],
3814
3843
  "references": []
3815
3844
  },
3816
- {
3817
- "name": "forge-stepper",
3818
- "description": "\n---\n\n\n### **Events:**\n - **forge-step-select** - Emits the index when a step is selected.\n- **forge-step-expanded-content-focusin** - Emits the step component when the expanded content is focused.\n- **forge-step-expanded-content-focusout** - Emits the step component when the expanded content is blurred.",
3819
- "attributes": [
3820
- {
3821
- "name": "selected-index",
3822
- "description": "The active step index.",
3823
- "values": []
3824
- },
3825
- {
3826
- "name": "linear",
3827
- "description": "Whether the stepper is linear or non-linear.",
3828
- "values": []
3829
- },
3830
- {
3831
- "name": "alternative",
3832
- "description": "Whether the stepper uses the default or alternative label layout mode.",
3833
- "values": []
3834
- },
3835
- {
3836
- "name": "layout-mode",
3837
- "description": "The layout mode of the stepper.",
3838
- "values": [{ "name": "StepperLayoutMode" }]
3839
- },
3840
- {
3841
- "name": "layout-align",
3842
- "description": "The layout alignment of the stepper.",
3843
- "values": [{ "name": "StepperLayoutAlign" }]
3844
- },
3845
- {
3846
- "name": "disabled",
3847
- "description": "Whether the stepper is disabled.",
3848
- "values": []
3849
- },
3850
- {
3851
- "name": "vertical",
3852
- "description": "Whether the stepper is vertical.",
3853
- "values": []
3854
- }
3855
- ],
3856
- "references": []
3857
- },
3858
3845
  {
3859
3846
  "name": "forge-tab",
3860
3847
  "description": "\n---\n\n\n### **Events:**\n - **forge-tab-select** - Dispatched when the tab is selected. This event bubbles and it can be useful to capture it on the `<forge-tab-bar>` element.\n\n### **Slots:**\n - _default_ - The tab label.\n- **start** - Content before the label.\n- **end** - Content after the label.\n\n### **CSS Properties:**\n - **--forge-tab-active-color** - The primary color of the contents when active. _(default: undefined)_\n- **--forge-tab-inactive-color** - The primary color of the contents when inactive. _(default: undefined)_\n- **--forge-tab-height** - The height of the tab. _(default: undefined)_\n- **--forge-tab-stacked-height** - The height of the tab when stacked. _(default: undefined)_\n- **--forge-tab-padding-block** - The block space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-padding-inline** - The inline space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-disabled-opacity** - The opacity of the tab when disabled. _(default: undefined)_\n- **--forge-tab-indicator-color** - The color of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-height** - The height of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-shape** - The shape of the active tab indicator. _(default: undefined)_\n- **--forge-tab-vertical-indicator-shape** - The shape of the active tab indicator when vertical. _(default: undefined)_\n- **--forge-tab-inverted-indicator-shape** - The shape of the active tab indicator when inverted. _(default: undefined)_\n- **--forge-tab-vertical-inverted-indicator-shape** - The shape of the active tab indicator when vertical and inverted. _(default: undefined)_\n- **--forge-tab-container-color** - The color of the tab container. _(default: undefined)_\n- **--forge-tab-container-height** - The height of the tab container. _(default: undefined)_\n- **--forge-tab-container-shape** - The shape of the tab container. _(default: undefined)_\n- **--forge-tab-content-height** - The height of the tab content. _(default: undefined)_\n- **--forge-tab-content-spacing** - The spacing between tab contents. _(default: undefined)_\n- **--forge-tab-content-padding** - The padding value for both block and inline of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-block** - The block padding of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-inline** - The inline padding of the tab content. _(default: undefined)_\n- **--forge-tab-active-focus-icon-color** - The color of the icon when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-icon-color** - The color of the icon when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-icon-color** - The color of the icon when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-icon-color** - The color of the icon when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-tab-focus-icon-color** - The color of the icon when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-icon-color** - The color of the icon when the tab is hovered. _(default: undefined)_\n- **--forge-tab-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-tab-pressed-icon-color** - The color of the icon when the tab is pressed. _(default: undefined)_\n- **--forge-tab-active-focus-label-text-color** - The color of the label text when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-label-text-color** - The color of the label text when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-label-text-color** - The color of the label text when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-label-text-color** - The color of the label text when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-focus-label-text-color** - The color of the label text when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-label-text-color** - The color of the label text when the tab is hovered. _(default: undefined)_\n- **--forge-tab-label-text-color** - The color of the label text. _(default: undefined)_\n- **--forge-tab-pressed-label-text-color** - The color of the label text when the tab is pressed. _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - The tab container.\n- **content** - The tab content container.\n- **label** - The tab label container.\n- **indicator** - The tab active indicator.",