@ni/nimble-components 24.0.0 → 24.1.0

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 (611) hide show
  1. package/dist/all-components-bundle.js +378 -73
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +498 -471
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/.storybook/blocks/StoryLayout.d.ts +51 -0
  6. package/dist/esm/src/all-components.d.ts +63 -0
  7. package/dist/esm/src/anchor/index.d.ts +36 -0
  8. package/dist/esm/src/anchor/styles.d.ts +1 -0
  9. package/dist/esm/src/anchor/template.d.ts +4 -0
  10. package/dist/esm/src/anchor/types.d.ts +9 -0
  11. package/dist/esm/src/anchor-base/index.d.ts +6 -0
  12. package/dist/esm/src/anchor-button/index.d.ts +37 -0
  13. package/dist/esm/src/anchor-button/styles.d.ts +1 -0
  14. package/dist/esm/src/anchor-button/template.d.ts +4 -0
  15. package/dist/esm/src/anchor-button/types.d.ts +5 -0
  16. package/dist/esm/src/anchor-menu-item/index.d.ts +36 -0
  17. package/dist/esm/src/anchor-menu-item/styles.d.ts +1 -0
  18. package/dist/esm/src/anchor-menu-item/template.d.ts +4 -0
  19. package/dist/esm/src/anchor-tab/index.d.ts +30 -0
  20. package/dist/esm/src/anchor-tab/styles.d.ts +1 -0
  21. package/dist/esm/src/anchor-tab/template.d.ts +4 -0
  22. package/dist/esm/src/anchor-tabs/index.d.ts +60 -0
  23. package/dist/esm/src/anchor-tabs/styles.d.ts +1 -0
  24. package/dist/esm/src/anchor-tabs/template.d.ts +4 -0
  25. package/dist/esm/src/anchor-tree-item/index.d.ts +57 -0
  26. package/dist/esm/src/anchor-tree-item/styles.d.ts +1 -0
  27. package/dist/esm/src/anchor-tree-item/template.d.ts +4 -0
  28. package/dist/esm/src/anchored-region/index.d.ts +12 -0
  29. package/dist/esm/src/anchored-region/styles.d.ts +1 -0
  30. package/dist/esm/src/banner/index.d.ts +47 -0
  31. package/dist/esm/src/banner/styles.d.ts +1 -0
  32. package/dist/esm/src/banner/template.d.ts +2 -0
  33. package/dist/esm/src/banner/types.d.ts +19 -0
  34. package/dist/esm/src/breadcrumb/index.d.ts +14 -0
  35. package/dist/esm/src/breadcrumb/styles.d.ts +1 -0
  36. package/dist/esm/src/breadcrumb/types.d.ts +9 -0
  37. package/dist/esm/src/breadcrumb-item/index.d.ts +12 -0
  38. package/dist/esm/src/breadcrumb-item/styles.d.ts +1 -0
  39. package/dist/esm/src/button/index.d.ts +32 -0
  40. package/dist/esm/src/button/styles.d.ts +1 -0
  41. package/dist/esm/src/button/types.d.ts +7 -0
  42. package/dist/esm/src/card/index.d.ts +12 -0
  43. package/dist/esm/src/card/styles.d.ts +1 -0
  44. package/dist/esm/src/card/template.d.ts +2 -0
  45. package/dist/esm/src/card-button/index.d.ts +18 -0
  46. package/dist/esm/src/card-button/styles.d.ts +1 -0
  47. package/dist/esm/src/checkbox/index.d.ts +12 -0
  48. package/dist/esm/src/checkbox/styles.d.ts +1 -0
  49. package/dist/esm/src/combobox/index.d.ts +82 -0
  50. package/dist/esm/src/combobox/styles.d.ts +1 -0
  51. package/dist/esm/src/combobox/template.d.ts +4 -0
  52. package/dist/esm/src/combobox/types.d.ts +2 -0
  53. package/dist/esm/src/dialog/index.d.ts +70 -0
  54. package/dist/esm/src/dialog/styles.d.ts +1 -0
  55. package/dist/esm/src/dialog/template.d.ts +2 -0
  56. package/dist/esm/src/drawer/index.d.ts +55 -0
  57. package/dist/esm/src/drawer/styles.d.ts +1 -0
  58. package/dist/esm/src/drawer/template.d.ts +2 -0
  59. package/dist/esm/src/drawer/types.d.ts +5 -0
  60. package/dist/esm/src/icon-base/index.d.ts +19 -0
  61. package/dist/esm/src/icon-base/styles.d.ts +1 -0
  62. package/dist/esm/src/icon-base/template.d.ts +2 -0
  63. package/dist/esm/src/icon-base/types.d.ts +12 -0
  64. package/dist/esm/src/icons/add.d.ts +13 -0
  65. package/dist/esm/src/icons/all-icons.d.ts +185 -0
  66. package/dist/esm/src/icons/arrow-down-right-and-arrow-up-left.d.ts +13 -0
  67. package/dist/esm/src/icons/arrow-down.d.ts +13 -0
  68. package/dist/esm/src/icons/arrow-expander-down.d.ts +13 -0
  69. package/dist/esm/src/icons/arrow-expander-left.d.ts +13 -0
  70. package/dist/esm/src/icons/arrow-expander-right.d.ts +13 -0
  71. package/dist/esm/src/icons/arrow-expander-up.d.ts +13 -0
  72. package/dist/esm/src/icons/arrow-in-circle.d.ts +13 -0
  73. package/dist/esm/src/icons/arrow-left-from-line.d.ts +13 -0
  74. package/dist/esm/src/icons/arrow-out-circle.d.ts +13 -0
  75. package/dist/esm/src/icons/arrow-partial-rotate-left.d.ts +13 -0
  76. package/dist/esm/src/icons/arrow-right-to-line.d.ts +13 -0
  77. package/dist/esm/src/icons/arrow-rotate-right.d.ts +13 -0
  78. package/dist/esm/src/icons/arrow-u-rotate-left.d.ts +13 -0
  79. package/dist/esm/src/icons/arrow-up-left-and-arrow-down-right.d.ts +13 -0
  80. package/dist/esm/src/icons/arrow-up-right-from-square.d.ts +13 -0
  81. package/dist/esm/src/icons/arrow-up.d.ts +13 -0
  82. package/dist/esm/src/icons/arrows-maximize.d.ts +13 -0
  83. package/dist/esm/src/icons/arrows-repeat.d.ts +13 -0
  84. package/dist/esm/src/icons/at.d.ts +13 -0
  85. package/dist/esm/src/icons/bars.d.ts +13 -0
  86. package/dist/esm/src/icons/bell-and-comment.d.ts +13 -0
  87. package/dist/esm/src/icons/bell-circle.d.ts +13 -0
  88. package/dist/esm/src/icons/bell-solid-circle.d.ts +13 -0
  89. package/dist/esm/src/icons/bell.d.ts +13 -0
  90. package/dist/esm/src/icons/block-with-ribbon.d.ts +13 -0
  91. package/dist/esm/src/icons/bold-b.d.ts +13 -0
  92. package/dist/esm/src/icons/book-magnifying-glass.d.ts +13 -0
  93. package/dist/esm/src/icons/calendar-check-lines.d.ts +13 -0
  94. package/dist/esm/src/icons/calendar-day.d.ts +13 -0
  95. package/dist/esm/src/icons/calendar.d.ts +13 -0
  96. package/dist/esm/src/icons/chart-diagram-child-focus.d.ts +13 -0
  97. package/dist/esm/src/icons/chart-diagram-parent-focus-two-child.d.ts +13 -0
  98. package/dist/esm/src/icons/chart-diagram-parent-focus.d.ts +13 -0
  99. package/dist/esm/src/icons/chart-diagram.d.ts +13 -0
  100. package/dist/esm/src/icons/check-dot.d.ts +13 -0
  101. package/dist/esm/src/icons/check-large.d.ts +13 -0
  102. package/dist/esm/src/icons/check.d.ts +13 -0
  103. package/dist/esm/src/icons/circle-broken.d.ts +13 -0
  104. package/dist/esm/src/icons/circle-check.d.ts +13 -0
  105. package/dist/esm/src/icons/circle-filled.d.ts +13 -0
  106. package/dist/esm/src/icons/circle-partial-broken.d.ts +13 -0
  107. package/dist/esm/src/icons/circle-slash.d.ts +13 -0
  108. package/dist/esm/src/icons/circle-x.d.ts +13 -0
  109. package/dist/esm/src/icons/circle.d.ts +13 -0
  110. package/dist/esm/src/icons/clipboard.d.ts +13 -0
  111. package/dist/esm/src/icons/clock-cog.d.ts +13 -0
  112. package/dist/esm/src/icons/clock-exclamation.d.ts +13 -0
  113. package/dist/esm/src/icons/clock-triangle.d.ts +13 -0
  114. package/dist/esm/src/icons/clock.d.ts +13 -0
  115. package/dist/esm/src/icons/clone.d.ts +13 -0
  116. package/dist/esm/src/icons/cloud-upload.d.ts +13 -0
  117. package/dist/esm/src/icons/cloud-with-arrow.d.ts +13 -0
  118. package/dist/esm/src/icons/cloud.d.ts +13 -0
  119. package/dist/esm/src/icons/cog-database-inset.d.ts +13 -0
  120. package/dist/esm/src/icons/cog-database.d.ts +13 -0
  121. package/dist/esm/src/icons/cog-small-cog.d.ts +13 -0
  122. package/dist/esm/src/icons/cog-zoomed.d.ts +13 -0
  123. package/dist/esm/src/icons/cog.d.ts +13 -0
  124. package/dist/esm/src/icons/comment.d.ts +13 -0
  125. package/dist/esm/src/icons/computer-and-monitor.d.ts +13 -0
  126. package/dist/esm/src/icons/copy-text.d.ts +13 -0
  127. package/dist/esm/src/icons/copy.d.ts +13 -0
  128. package/dist/esm/src/icons/dashboard-builder-legend.d.ts +13 -0
  129. package/dist/esm/src/icons/dashboard-builder-templates.d.ts +13 -0
  130. package/dist/esm/src/icons/dashboard-builder-tile.d.ts +13 -0
  131. package/dist/esm/src/icons/dashboard-builder.d.ts +13 -0
  132. package/dist/esm/src/icons/database-check.d.ts +13 -0
  133. package/dist/esm/src/icons/database.d.ts +13 -0
  134. package/dist/esm/src/icons/desktop.d.ts +13 -0
  135. package/dist/esm/src/icons/donut-chart.d.ts +13 -0
  136. package/dist/esm/src/icons/dot-solid-dot-stroke-measurement.d.ts +13 -0
  137. package/dist/esm/src/icons/dot-solid-dot-stroke.d.ts +13 -0
  138. package/dist/esm/src/icons/down-right-from-square.d.ts +13 -0
  139. package/dist/esm/src/icons/download.d.ts +13 -0
  140. package/dist/esm/src/icons/electronic-chip-zoomed.d.ts +13 -0
  141. package/dist/esm/src/icons/exclamation-mark.d.ts +13 -0
  142. package/dist/esm/src/icons/eye-dash.d.ts +13 -0
  143. package/dist/esm/src/icons/eye.d.ts +13 -0
  144. package/dist/esm/src/icons/fancy-a.d.ts +13 -0
  145. package/dist/esm/src/icons/file-arrow-curved-right.d.ts +13 -0
  146. package/dist/esm/src/icons/file-drawer.d.ts +13 -0
  147. package/dist/esm/src/icons/file-search.d.ts +13 -0
  148. package/dist/esm/src/icons/file.d.ts +13 -0
  149. package/dist/esm/src/icons/filter.d.ts +13 -0
  150. package/dist/esm/src/icons/floppy-disk-checkmark.d.ts +13 -0
  151. package/dist/esm/src/icons/floppy-disk-pen.d.ts +13 -0
  152. package/dist/esm/src/icons/floppy-disk-star-arrow-right.d.ts +13 -0
  153. package/dist/esm/src/icons/floppy-disk-three-dots.d.ts +13 -0
  154. package/dist/esm/src/icons/floppy-disk.d.ts +13 -0
  155. package/dist/esm/src/icons/folder-open.d.ts +13 -0
  156. package/dist/esm/src/icons/folder.d.ts +13 -0
  157. package/dist/esm/src/icons/forward-slash.d.ts +13 -0
  158. package/dist/esm/src/icons/four-dots-square.d.ts +13 -0
  159. package/dist/esm/src/icons/function.d.ts +13 -0
  160. package/dist/esm/src/icons/gauge-simple.d.ts +13 -0
  161. package/dist/esm/src/icons/grid-three-by-three.d.ts +13 -0
  162. package/dist/esm/src/icons/grid-two-by-two.d.ts +13 -0
  163. package/dist/esm/src/icons/hammer.d.ts +13 -0
  164. package/dist/esm/src/icons/hashtag.d.ts +13 -0
  165. package/dist/esm/src/icons/home.d.ts +13 -0
  166. package/dist/esm/src/icons/horizontal-triangle-outline.d.ts +13 -0
  167. package/dist/esm/src/icons/hourglass.d.ts +13 -0
  168. package/dist/esm/src/icons/indent.d.ts +13 -0
  169. package/dist/esm/src/icons/indeterminant-checkbox.d.ts +13 -0
  170. package/dist/esm/src/icons/info-circle.d.ts +13 -0
  171. package/dist/esm/src/icons/info.d.ts +13 -0
  172. package/dist/esm/src/icons/inward-squares-three.d.ts +13 -0
  173. package/dist/esm/src/icons/italic-i.d.ts +13 -0
  174. package/dist/esm/src/icons/key.d.ts +13 -0
  175. package/dist/esm/src/icons/laptop.d.ts +13 -0
  176. package/dist/esm/src/icons/layer-group.d.ts +13 -0
  177. package/dist/esm/src/icons/lightning-bolt.d.ts +13 -0
  178. package/dist/esm/src/icons/link-cancel.d.ts +13 -0
  179. package/dist/esm/src/icons/link.d.ts +13 -0
  180. package/dist/esm/src/icons/list-tree-database.d.ts +13 -0
  181. package/dist/esm/src/icons/list-tree.d.ts +13 -0
  182. package/dist/esm/src/icons/list.d.ts +13 -0
  183. package/dist/esm/src/icons/lock.d.ts +13 -0
  184. package/dist/esm/src/icons/magnifying-glass.d.ts +13 -0
  185. package/dist/esm/src/icons/markdown.d.ts +13 -0
  186. package/dist/esm/src/icons/minus-wide.d.ts +13 -0
  187. package/dist/esm/src/icons/minus.d.ts +13 -0
  188. package/dist/esm/src/icons/mobile.d.ts +13 -0
  189. package/dist/esm/src/icons/ni.d.ts +13 -0
  190. package/dist/esm/src/icons/notebook.d.ts +13 -0
  191. package/dist/esm/src/icons/number-list.d.ts +13 -0
  192. package/dist/esm/src/icons/outdent.d.ts +13 -0
  193. package/dist/esm/src/icons/outward-squares-three.d.ts +13 -0
  194. package/dist/esm/src/icons/paste.d.ts +13 -0
  195. package/dist/esm/src/icons/pause.d.ts +13 -0
  196. package/dist/esm/src/icons/pencil.d.ts +13 -0
  197. package/dist/esm/src/icons/play.d.ts +13 -0
  198. package/dist/esm/src/icons/pot-with-lid.d.ts +13 -0
  199. package/dist/esm/src/icons/question.d.ts +13 -0
  200. package/dist/esm/src/icons/rectangle-check-lines.d.ts +13 -0
  201. package/dist/esm/src/icons/running-arrow.d.ts +13 -0
  202. package/dist/esm/src/icons/screen-check-lines-calendar.d.ts +13 -0
  203. package/dist/esm/src/icons/screen-check-lines.d.ts +13 -0
  204. package/dist/esm/src/icons/server.d.ts +13 -0
  205. package/dist/esm/src/icons/share-nodes.d.ts +13 -0
  206. package/dist/esm/src/icons/shield-check.d.ts +13 -0
  207. package/dist/esm/src/icons/shield-xmark.d.ts +13 -0
  208. package/dist/esm/src/icons/signal-bars.d.ts +13 -0
  209. package/dist/esm/src/icons/sine-graph.d.ts +13 -0
  210. package/dist/esm/src/icons/skip-arrow.d.ts +13 -0
  211. package/dist/esm/src/icons/spinner.d.ts +13 -0
  212. package/dist/esm/src/icons/square-check.d.ts +13 -0
  213. package/dist/esm/src/icons/square-t.d.ts +13 -0
  214. package/dist/esm/src/icons/square-x.d.ts +13 -0
  215. package/dist/esm/src/icons/stop-square.d.ts +13 -0
  216. package/dist/esm/src/icons/systemlink.d.ts +13 -0
  217. package/dist/esm/src/icons/t.d.ts +13 -0
  218. package/dist/esm/src/icons/tablet.d.ts +13 -0
  219. package/dist/esm/src/icons/tag.d.ts +13 -0
  220. package/dist/esm/src/icons/tags.d.ts +13 -0
  221. package/dist/esm/src/icons/target-crosshairs-progress.d.ts +13 -0
  222. package/dist/esm/src/icons/target-crosshairs.d.ts +13 -0
  223. package/dist/esm/src/icons/three-circles-ascending-container.d.ts +13 -0
  224. package/dist/esm/src/icons/three-dots-line.d.ts +13 -0
  225. package/dist/esm/src/icons/three-vertical-lines.d.ts +13 -0
  226. package/dist/esm/src/icons/thumbtack.d.ts +13 -0
  227. package/dist/esm/src/icons/tile-size.d.ts +13 -0
  228. package/dist/esm/src/icons/times.d.ts +13 -0
  229. package/dist/esm/src/icons/trash.d.ts +13 -0
  230. package/dist/esm/src/icons/triangle-filled.d.ts +13 -0
  231. package/dist/esm/src/icons/triangle-two-lines-horizontal.d.ts +13 -0
  232. package/dist/esm/src/icons/triangle.d.ts +13 -0
  233. package/dist/esm/src/icons/true-false-rectangle.d.ts +13 -0
  234. package/dist/esm/src/icons/two-squares-in-brackets.d.ts +13 -0
  235. package/dist/esm/src/icons/two-triangles-between-lines.d.ts +13 -0
  236. package/dist/esm/src/icons/unlink.d.ts +13 -0
  237. package/dist/esm/src/icons/unlock.d.ts +13 -0
  238. package/dist/esm/src/icons/up-right-from-square.d.ts +13 -0
  239. package/dist/esm/src/icons/upload.d.ts +13 -0
  240. package/dist/esm/src/icons/user.d.ts +13 -0
  241. package/dist/esm/src/icons/watch.d.ts +13 -0
  242. package/dist/esm/src/icons/waveform.d.ts +13 -0
  243. package/dist/esm/src/icons/webvi-custom.d.ts +13 -0
  244. package/dist/esm/src/icons/webvi-host.d.ts +13 -0
  245. package/dist/esm/src/icons/window-code.d.ts +13 -0
  246. package/dist/esm/src/icons/window-text.d.ts +13 -0
  247. package/dist/esm/src/icons/wrench-hammer.d.ts +13 -0
  248. package/dist/esm/src/icons/xmark-check.d.ts +13 -0
  249. package/dist/esm/src/icons/xmark.d.ts +13 -0
  250. package/dist/esm/src/label-provider/base/index.d.ts +19 -0
  251. package/dist/esm/src/label-provider/core/index.d.ts +41 -0
  252. package/dist/esm/src/label-provider/core/label-token-defaults.d.ts +6 -0
  253. package/dist/esm/src/label-provider/core/label-tokens.d.ts +9 -0
  254. package/dist/esm/src/label-provider/rich-text/index.d.ts +29 -0
  255. package/dist/esm/src/label-provider/rich-text/label-token-defaults.d.ts +6 -0
  256. package/dist/esm/src/label-provider/rich-text/label-tokens.d.ts +5 -0
  257. package/dist/esm/src/label-provider/table/index.d.ts +65 -0
  258. package/dist/esm/src/label-provider/table/label-token-defaults.d.ts +6 -0
  259. package/dist/esm/src/label-provider/table/label-tokens.d.ts +17 -0
  260. package/dist/esm/src/list-option/index.d.ts +37 -0
  261. package/dist/esm/src/list-option/styles.d.ts +1 -0
  262. package/dist/esm/src/list-option/template.d.ts +8 -0
  263. package/dist/esm/src/listbox/index.d.ts +12 -0
  264. package/dist/esm/src/listbox/styles.d.ts +1 -0
  265. package/dist/esm/src/mapping/base/index.d.ts +10 -0
  266. package/dist/esm/src/mapping/base/template.d.ts +1 -0
  267. package/dist/esm/src/mapping/base/types.d.ts +3 -0
  268. package/dist/esm/src/mapping/icon/index.d.ts +27 -0
  269. package/dist/esm/src/mapping/spinner/index.d.ts +16 -0
  270. package/dist/esm/src/mapping/text/index.d.ts +16 -0
  271. package/dist/esm/src/mapping/user/index.d.ts +15 -0
  272. package/dist/esm/src/menu/index.d.ts +13 -0
  273. package/dist/esm/src/menu/styles.d.ts +1 -0
  274. package/dist/esm/src/menu-button/index.d.ts +54 -0
  275. package/dist/esm/src/menu-button/styles.d.ts +1 -0
  276. package/dist/esm/src/menu-button/template.d.ts +2 -0
  277. package/dist/esm/src/menu-button/types.d.ts +22 -0
  278. package/dist/esm/src/menu-item/index.d.ts +12 -0
  279. package/dist/esm/src/menu-item/styles.d.ts +1 -0
  280. package/dist/esm/src/number-field/index.d.ts +25 -0
  281. package/dist/esm/src/number-field/styles.d.ts +1 -0
  282. package/dist/esm/src/number-field/types.d.ts +9 -0
  283. package/dist/esm/src/patterns/button/styles.d.ts +2 -0
  284. package/dist/esm/src/patterns/button/types.d.ts +49 -0
  285. package/dist/esm/src/patterns/dialog/types.d.ts +6 -0
  286. package/dist/esm/src/patterns/dropdown/styles.d.ts +1 -0
  287. package/dist/esm/src/patterns/dropdown/types.d.ts +33 -0
  288. package/dist/esm/src/patterns/error/styles.d.ts +1 -0
  289. package/dist/esm/src/patterns/error/template.d.ts +2 -0
  290. package/dist/esm/src/patterns/error/types.d.ts +10 -0
  291. package/dist/esm/src/patterns/expand-collapse/styles.d.ts +1 -0
  292. package/dist/esm/src/radio/index.d.ts +12 -0
  293. package/dist/esm/src/radio/styles.d.ts +1 -0
  294. package/dist/esm/src/radio-group/index.d.ts +14 -0
  295. package/dist/esm/src/radio-group/styles.d.ts +1 -0
  296. package/dist/esm/src/rich-text/base/index.d.ts +49 -0
  297. package/dist/esm/src/rich-text/base/types.d.ts +5 -0
  298. package/dist/esm/src/rich-text/editor/index.d.ts +270 -0
  299. package/dist/esm/src/rich-text/editor/models/create-tiptap-editor.d.ts +5 -0
  300. package/dist/esm/src/rich-text/editor/styles.d.ts +1 -0
  301. package/dist/esm/src/rich-text/editor/template.d.ts +2 -0
  302. package/dist/esm/src/rich-text/editor/testing/rich-text-editor-utils.d.ts +6 -0
  303. package/dist/esm/src/rich-text/editor/testing/rich-text-editor.pageobject.d.ts +75 -0
  304. package/dist/esm/src/rich-text/editor/testing/types.d.ts +31 -0
  305. package/dist/esm/src/rich-text/editor/types.d.ts +27 -0
  306. package/dist/esm/src/rich-text/mention-listbox/index.d.ts +116 -0
  307. package/dist/esm/src/rich-text/mention-listbox/styles.d.ts +1 -0
  308. package/dist/esm/src/rich-text/mention-listbox/template.d.ts +2 -0
  309. package/dist/esm/src/rich-text/mention-listbox/types.d.ts +7 -0
  310. package/dist/esm/src/rich-text/models/configuration.d.ts +10 -0
  311. package/dist/esm/src/rich-text/models/editor-configuration.d.ts +10 -0
  312. package/dist/esm/src/rich-text/models/markdown-parser-mention-configuration.d.ts +14 -0
  313. package/dist/esm/src/rich-text/models/markdown-parser.d.ts +30 -0
  314. package/dist/esm/src/rich-text/models/markdown-serializer.d.ts +10 -0
  315. package/dist/esm/src/rich-text/models/mention-extension-configuration.d.ts +19 -0
  316. package/dist/esm/src/rich-text/models/rich-text-tracker.d.ts +19 -0
  317. package/dist/esm/src/rich-text/models/rich-text-validator.d.ts +15 -0
  318. package/dist/esm/src/rich-text/models/testing/markdown-parser-utils.d.ts +5 -0
  319. package/dist/esm/src/rich-text/viewer/index.d.ts +37 -0
  320. package/dist/esm/src/rich-text/viewer/styles.d.ts +1 -0
  321. package/dist/esm/src/rich-text/viewer/template.d.ts +2 -0
  322. package/dist/esm/src/rich-text/viewer/testing/rich-text-viewer.pageobject.d.ts +27 -0
  323. package/dist/esm/src/rich-text-mention/base/index.d.ts +56 -0
  324. package/dist/esm/src/rich-text-mention/base/models/mapping-config.d.ts +8 -0
  325. package/dist/esm/src/rich-text-mention/base/models/mention-internals.d.ts +45 -0
  326. package/dist/esm/src/rich-text-mention/base/models/mention-validator.d.ts +33 -0
  327. package/dist/esm/src/rich-text-mention/base/template.d.ts +2 -0
  328. package/dist/esm/src/rich-text-mention/base/types.d.ts +10 -0
  329. package/dist/esm/src/rich-text-mention/base/view/index.d.ts +20 -0
  330. package/dist/esm/src/rich-text-mention/users/index.d.ts +21 -0
  331. package/dist/esm/src/rich-text-mention/users/models/mapping-user-config.d.ts +6 -0
  332. package/dist/esm/src/rich-text-mention/users/models/rich-text-mention-users-validator.d.ts +16 -0
  333. package/dist/esm/src/rich-text-mention/users/view/index.d.ts +12 -0
  334. package/dist/esm/src/rich-text-mention/users/view/styles.d.ts +1 -0
  335. package/dist/esm/src/rich-text-mention/users/view/template.d.ts +2 -0
  336. package/dist/esm/src/rich-text-mention/users/view/testing/rich-text-mention-users-view.pageobject.d.ts +9 -0
  337. package/dist/esm/src/select/index.d.ts +281 -0
  338. package/dist/esm/src/select/models/select-form-associated.d.ts +16 -0
  339. package/dist/esm/src/select/styles.d.ts +1 -0
  340. package/dist/esm/src/select/template.d.ts +4 -0
  341. package/dist/esm/src/select/testing/select.pageobject.d.ts +39 -0
  342. package/dist/esm/src/select/types.d.ts +14 -0
  343. package/dist/esm/src/spinner/index.d.ts +20 -0
  344. package/dist/esm/src/spinner/styles.d.ts +1 -0
  345. package/dist/esm/src/spinner/template.d.ts +2 -0
  346. package/dist/esm/src/spinner/types.d.ts +9 -0
  347. package/dist/esm/src/switch/index.d.ts +12 -0
  348. package/dist/esm/src/switch/styles.d.ts +1 -0
  349. package/dist/esm/src/switch/template.d.ts +2 -0
  350. package/dist/esm/src/tab/index.d.ts +12 -0
  351. package/dist/esm/src/tab/styles.d.ts +1 -0
  352. package/dist/esm/src/tab-panel/index.d.ts +12 -0
  353. package/dist/esm/src/tab-panel/styles.d.ts +1 -0
  354. package/dist/esm/src/table/components/cell/index.d.ts +30 -0
  355. package/dist/esm/src/table/components/cell/styles.d.ts +1 -0
  356. package/dist/esm/src/table/components/cell/template.d.ts +2 -0
  357. package/dist/esm/src/table/components/group-row/index.d.ts +42 -0
  358. package/dist/esm/src/table/components/group-row/styles.d.ts +1 -0
  359. package/dist/esm/src/table/components/group-row/template.d.ts +2 -0
  360. package/dist/esm/src/table/components/header/index.d.ts +20 -0
  361. package/dist/esm/src/table/components/header/styles.d.ts +1 -0
  362. package/dist/esm/src/table/components/header/template.d.ts +2 -0
  363. package/dist/esm/src/table/components/row/index.d.ts +89 -0
  364. package/dist/esm/src/table/components/row/styles.d.ts +1 -0
  365. package/dist/esm/src/table/components/row/template.d.ts +2 -0
  366. package/dist/esm/src/table/index.d.ts +225 -0
  367. package/dist/esm/src/table/models/array-to-tree.d.ts +17 -0
  368. package/dist/esm/src/table/models/data-hierarchy-manager.d.ts +15 -0
  369. package/dist/esm/src/table/models/expansion-manager.d.ts +33 -0
  370. package/dist/esm/src/table/models/interactive-selection-manager.d.ts +18 -0
  371. package/dist/esm/src/table/models/selection-managers/disabled-selection-manager.d.ts +11 -0
  372. package/dist/esm/src/table/models/selection-managers/multi-selection-manager.d.ts +20 -0
  373. package/dist/esm/src/table/models/selection-managers/selection-manager-base.d.ts +19 -0
  374. package/dist/esm/src/table/models/selection-managers/single-selection-manager.d.ts +11 -0
  375. package/dist/esm/src/table/models/sort-operations.d.ts +7 -0
  376. package/dist/esm/src/table/models/table-layout-manager.d.ts +42 -0
  377. package/dist/esm/src/table/models/table-update-tracker.d.ts +33 -0
  378. package/dist/esm/src/table/models/table-validator.d.ts +32 -0
  379. package/dist/esm/src/table/models/virtualizer.d.ts +27 -0
  380. package/dist/esm/src/table/styles.d.ts +1 -0
  381. package/dist/esm/src/table/template.d.ts +2 -0
  382. package/dist/esm/src/table/testing/table.pageobject.d.ts +112 -0
  383. package/dist/esm/src/table/types.d.ts +186 -0
  384. package/dist/esm/src/table-column/anchor/cell-view/index.d.ts +22 -0
  385. package/dist/esm/src/table-column/anchor/cell-view/styles.d.ts +1 -0
  386. package/dist/esm/src/table-column/anchor/cell-view/template.d.ts +2 -0
  387. package/dist/esm/src/table-column/anchor/index.d.ts +77 -0
  388. package/dist/esm/src/table-column/base/cell-view/index.d.ts +22 -0
  389. package/dist/esm/src/table-column/base/cell-view/template.d.ts +3 -0
  390. package/dist/esm/src/table-column/base/group-header-view/index.d.ts +15 -0
  391. package/dist/esm/src/table-column/base/group-header-view/template.d.ts +3 -0
  392. package/dist/esm/src/table-column/base/index.d.ts +35 -0
  393. package/dist/esm/src/table-column/base/models/column-internals.d.ts +124 -0
  394. package/dist/esm/src/table-column/base/models/column-validator.d.ts +19 -0
  395. package/dist/esm/src/table-column/base/styles.d.ts +1 -0
  396. package/dist/esm/src/table-column/base/template.d.ts +2 -0
  397. package/dist/esm/src/table-column/base/types.d.ts +38 -0
  398. package/dist/esm/src/table-column/date-text/cell-view/index.d.ts +14 -0
  399. package/dist/esm/src/table-column/date-text/group-header-view/index.d.ts +15 -0
  400. package/dist/esm/src/table-column/date-text/index.d.ts +73 -0
  401. package/dist/esm/src/table-column/date-text/models/format-helper.d.ts +2 -0
  402. package/dist/esm/src/table-column/date-text/models/table-column-date-text-validator.d.ts +11 -0
  403. package/dist/esm/src/table-column/date-text/testing/table-column-date-text.pageobject.d.ts +8 -0
  404. package/dist/esm/src/table-column/date-text/types.d.ts +23 -0
  405. package/dist/esm/src/table-column/duration-text/cell-view/index.d.ts +14 -0
  406. package/dist/esm/src/table-column/duration-text/group-header-view/index.d.ts +15 -0
  407. package/dist/esm/src/table-column/duration-text/index.d.ts +26 -0
  408. package/dist/esm/src/table-column/duration-text/models/duration-formatter.d.ts +14 -0
  409. package/dist/esm/src/table-column/duration-text/testing/table-column-duration-text.pageobject.d.ts +8 -0
  410. package/dist/esm/src/table-column/enum-base/index.d.ts +50 -0
  411. package/dist/esm/src/table-column/enum-base/models/mapping-config.d.ts +7 -0
  412. package/dist/esm/src/table-column/enum-base/models/mapping-icon-config.d.ts +15 -0
  413. package/dist/esm/src/table-column/enum-base/models/mapping-key-resolver.d.ts +8 -0
  414. package/dist/esm/src/table-column/enum-base/models/mapping-spinner-config.d.ts +7 -0
  415. package/dist/esm/src/table-column/enum-base/models/mapping-text-config.d.ts +6 -0
  416. package/dist/esm/src/table-column/enum-base/models/table-column-enum-base-validator.d.ts +15 -0
  417. package/dist/esm/src/table-column/enum-base/styles.d.ts +1 -0
  418. package/dist/esm/src/table-column/enum-base/template.d.ts +3 -0
  419. package/dist/esm/src/table-column/enum-base/types.d.ts +10 -0
  420. package/dist/esm/src/table-column/enum-text/cell-view/index.d.ts +14 -0
  421. package/dist/esm/src/table-column/enum-text/group-header-view/index.d.ts +15 -0
  422. package/dist/esm/src/table-column/enum-text/index.d.ts +43 -0
  423. package/dist/esm/src/table-column/enum-text/models/table-column-enum-text-validator.d.ts +16 -0
  424. package/dist/esm/src/table-column/icon/cell-view/index.d.ts +23 -0
  425. package/dist/esm/src/table-column/icon/cell-view/template.d.ts +2 -0
  426. package/dist/esm/src/table-column/icon/group-header-view/index.d.ts +21 -0
  427. package/dist/esm/src/table-column/icon/group-header-view/styles.d.ts +1 -0
  428. package/dist/esm/src/table-column/icon/group-header-view/template.d.ts +2 -0
  429. package/dist/esm/src/table-column/icon/index.d.ts +43 -0
  430. package/dist/esm/src/table-column/icon/models/table-column-icon-validator.d.ts +19 -0
  431. package/dist/esm/src/table-column/mixins/fractional-width-column.d.ts +11 -0
  432. package/dist/esm/src/table-column/mixins/groupable-column.d.ts +11 -0
  433. package/dist/esm/src/table-column/mixins/placeholder.d.ts +9 -0
  434. package/dist/esm/src/table-column/number-text/cell-view/index.d.ts +15 -0
  435. package/dist/esm/src/table-column/number-text/group-header-view/index.d.ts +15 -0
  436. package/dist/esm/src/table-column/number-text/index.d.ts +53 -0
  437. package/dist/esm/src/table-column/number-text/models/number-text-unit-format.d.ts +23 -0
  438. package/dist/esm/src/table-column/number-text/models/table-column-number-text-validator.d.ts +16 -0
  439. package/dist/esm/src/table-column/number-text/template.d.ts +2 -0
  440. package/dist/esm/src/table-column/number-text/types.d.ts +18 -0
  441. package/dist/esm/src/table-column/testing/table-column-formatted-text.pageobject.d.ts +14 -0
  442. package/dist/esm/src/table-column/text/cell-view/index.d.ts +14 -0
  443. package/dist/esm/src/table-column/text/group-header-view/index.d.ts +15 -0
  444. package/dist/esm/src/table-column/text/index.d.ts +20 -0
  445. package/dist/esm/src/table-column/text-base/cell-view/index.d.ts +37 -0
  446. package/dist/esm/src/table-column/text-base/cell-view/styles.d.ts +1 -0
  447. package/dist/esm/src/table-column/text-base/cell-view/template.d.ts +2 -0
  448. package/dist/esm/src/table-column/text-base/cell-view/types.d.ts +8 -0
  449. package/dist/esm/src/table-column/text-base/group-header-view/index.d.ts +29 -0
  450. package/dist/esm/src/table-column/text-base/group-header-view/styles.d.ts +1 -0
  451. package/dist/esm/src/table-column/text-base/group-header-view/template.d.ts +2 -0
  452. package/dist/esm/src/table-column/text-base/index.d.ts +25 -0
  453. package/dist/esm/src/tabs/index.d.ts +13 -0
  454. package/dist/esm/src/tabs/styles.d.ts +1 -0
  455. package/dist/esm/src/tabs-toolbar/index.d.ts +12 -0
  456. package/dist/esm/src/tabs-toolbar/styles.d.ts +1 -0
  457. package/dist/esm/src/tabs-toolbar/template.d.ts +2 -0
  458. package/dist/esm/src/testing/async-helpers.d.ts +10 -0
  459. package/dist/esm/src/text-area/index.d.ts +68 -0
  460. package/dist/esm/src/text-area/styles.d.ts +1 -0
  461. package/dist/esm/src/text-area/template.d.ts +4 -0
  462. package/dist/esm/src/text-area/types.d.ts +7 -0
  463. package/dist/esm/src/text-field/index.d.ts +32 -0
  464. package/dist/esm/src/text-field/styles.d.ts +1 -0
  465. package/dist/esm/src/text-field/types.d.ts +15 -0
  466. package/dist/esm/src/theme-provider/design-token-comments.d.ts +6 -0
  467. package/dist/esm/src/theme-provider/design-token-names.d.ts +19 -0
  468. package/dist/esm/src/theme-provider/design-tokens-static.d.ts +10 -0
  469. package/dist/esm/src/theme-provider/design-tokens.d.ts +83 -0
  470. package/dist/esm/src/theme-provider/index.d.ts +30 -0
  471. package/dist/esm/src/theme-provider/styles.d.ts +1 -0
  472. package/dist/esm/src/theme-provider/template.d.ts +2 -0
  473. package/dist/esm/src/theme-provider/types.d.ts +6 -0
  474. package/dist/esm/src/toggle-button/index.d.ts +36 -0
  475. package/dist/esm/src/toggle-button/styles.d.ts +1 -0
  476. package/dist/esm/src/toggle-button/template.d.ts +4 -0
  477. package/dist/esm/src/toggle-button/types.d.ts +5 -0
  478. package/dist/esm/src/toolbar/index.d.ts +12 -0
  479. package/dist/esm/src/toolbar/styles.d.ts +1 -0
  480. package/dist/esm/src/tooltip/index.d.ts +20 -0
  481. package/dist/esm/src/tooltip/styles.d.ts +1 -0
  482. package/dist/esm/src/tooltip/template.d.ts +2 -0
  483. package/dist/esm/src/tooltip/types.d.ts +10 -0
  484. package/dist/esm/src/tree-item/index.d.ts +23 -0
  485. package/dist/esm/src/tree-item/styles.d.ts +1 -0
  486. package/dist/esm/src/tree-view/index.d.ts +29 -0
  487. package/dist/esm/src/tree-view/styles.d.ts +1 -0
  488. package/dist/esm/src/tree-view/template.d.ts +2 -0
  489. package/dist/esm/src/tree-view/types.d.ts +8 -0
  490. package/dist/esm/src/unit/base/template.d.ts +1 -0
  491. package/dist/esm/src/unit/base/unit.d.ts +9 -0
  492. package/dist/esm/src/unit/byte/index.d.ts +19 -0
  493. package/dist/esm/src/unit/volt/index.d.ts +13 -0
  494. package/dist/esm/src/utilities/directive/overflow.d.ts +36 -0
  495. package/dist/esm/src/utilities/models/converter.d.ts +2 -0
  496. package/dist/esm/src/utilities/models/document-element-lang.d.ts +9 -0
  497. package/dist/esm/src/utilities/models/string-normalizers.d.ts +5 -0
  498. package/dist/esm/src/utilities/models/tracker.d.ts +21 -0
  499. package/dist/esm/src/utilities/models/update-tracker.d.ts +7 -0
  500. package/dist/esm/src/utilities/models/validator.d.ts +11 -0
  501. package/dist/esm/src/utilities/style/accessibly-hidden.d.ts +6 -0
  502. package/dist/esm/src/utilities/style/appearance.d.ts +11 -0
  503. package/dist/esm/src/utilities/style/colors.d.ts +8 -0
  504. package/dist/esm/src/utilities/style/direction.d.ts +34 -0
  505. package/dist/esm/src/utilities/style/focus.d.ts +11 -0
  506. package/dist/esm/src/utilities/style/multivalue-property-stylesheet-behavior.d.ts +37 -0
  507. package/dist/esm/src/utilities/style/prefers-reduced-motion.d.ts +4 -0
  508. package/dist/esm/src/utilities/style/theme.d.ts +37 -0
  509. package/dist/esm/src/utilities/style/types.d.ts +5 -0
  510. package/dist/esm/src/utilities/style/user-select.d.ts +5 -0
  511. package/dist/esm/src/utilities/unit-format/decimal-unit-format.d.ts +19 -0
  512. package/dist/esm/src/utilities/unit-format/default-unit-format.d.ts +22 -0
  513. package/dist/esm/src/utilities/unit-format/scaled-unit/scaled-unit.d.ts +16 -0
  514. package/dist/esm/src/utilities/unit-format/scaled-unit-format/intl-number-format-scaled-unit-format.d.ts +11 -0
  515. package/dist/esm/src/utilities/unit-format/scaled-unit-format/manually-translated-scaled-unit-format.d.ts +43 -0
  516. package/dist/esm/src/utilities/unit-format/scaled-unit-format/scaled-unit-format.d.ts +10 -0
  517. package/dist/esm/src/utilities/unit-format/unit-format.d.ts +16 -0
  518. package/dist/esm/src/utilities/unit-format/unit-scale/byte-1024-unit-scale.d.ts +9 -0
  519. package/dist/esm/src/utilities/unit-format/unit-scale/byte-unit-scale.d.ts +9 -0
  520. package/dist/esm/src/utilities/unit-format/unit-scale/passthrough-unit-scale.d.ts +9 -0
  521. package/dist/esm/src/utilities/unit-format/unit-scale/unit-scale.d.ts +15 -0
  522. package/dist/esm/src/utilities/unit-format/unit-scale/utilities/metrix-prefixes.d.ts +1 -0
  523. package/dist/esm/src/utilities/unit-format/unit-scale/volt-unit-scale.d.ts +9 -0
  524. package/dist/esm/src/utilities/wait-until-custom-elements-defined-async.d.ts +1 -0
  525. package/dist/esm/src/wafer-map/index.d.ts +146 -0
  526. package/dist/esm/src/wafer-map/modules/computations.d.ts +39 -0
  527. package/dist/esm/src/wafer-map/modules/create-matrix-renderer.d.ts +10 -0
  528. package/dist/esm/src/wafer-map/modules/data-manager.d.ts +30 -0
  529. package/dist/esm/src/wafer-map/modules/experimental/computations.d.ts +31 -0
  530. package/dist/esm/src/wafer-map/modules/experimental/data-manager.d.ts +27 -0
  531. package/dist/esm/src/wafer-map/modules/experimental/hover-handler.d.ts +23 -0
  532. package/dist/esm/src/wafer-map/modules/experimental/worker-renderer.d.ts +12 -0
  533. package/dist/esm/src/wafer-map/modules/hover-handler.d.ts +20 -0
  534. package/dist/esm/src/wafer-map/modules/prerendering.d.ts +30 -0
  535. package/dist/esm/src/wafer-map/modules/rendering.d.ts +19 -0
  536. package/dist/esm/src/wafer-map/modules/wafer-map-update-tracker.d.ts +25 -0
  537. package/dist/esm/src/wafer-map/modules/wafer-map-validator.d.ts +16 -0
  538. package/dist/esm/src/wafer-map/modules/zoom-handler.d.ts +20 -0
  539. package/dist/esm/src/wafer-map/styles.d.ts +1 -0
  540. package/dist/esm/src/wafer-map/template.d.ts +2 -0
  541. package/dist/esm/src/wafer-map/types.d.ts +73 -0
  542. package/dist/esm/src/wafer-map/workers/matrix-renderer.d.ts +1 -0
  543. package/dist/esm/table-column/anchor/cell-view/index.d.ts +2 -0
  544. package/dist/esm/table-column/anchor/cell-view/index.js +12 -0
  545. package/dist/esm/table-column/anchor/cell-view/index.js.map +1 -1
  546. package/dist/esm/table-column/anchor/cell-view/styles.js +6 -1
  547. package/dist/esm/table-column/anchor/cell-view/styles.js.map +1 -1
  548. package/dist/esm/table-column/anchor/cell-view/template.js +1 -0
  549. package/dist/esm/table-column/anchor/cell-view/template.js.map +1 -1
  550. package/dist/esm/table-column/anchor/index.d.ts +5 -0
  551. package/dist/esm/table-column/anchor/index.js +7 -2
  552. package/dist/esm/table-column/anchor/index.js.map +1 -1
  553. package/dist/esm/table-column/date-text/cell-view/index.d.ts +1 -3
  554. package/dist/esm/table-column/date-text/cell-view/index.js +0 -6
  555. package/dist/esm/table-column/date-text/cell-view/index.js.map +1 -1
  556. package/dist/esm/table-column/date-text/index.d.ts +3 -1
  557. package/dist/esm/table-column/date-text/index.js +5 -1
  558. package/dist/esm/table-column/date-text/index.js.map +1 -1
  559. package/dist/esm/table-column/duration-text/cell-view/index.d.ts +1 -3
  560. package/dist/esm/table-column/duration-text/cell-view/index.js +0 -6
  561. package/dist/esm/table-column/duration-text/cell-view/index.js.map +1 -1
  562. package/dist/esm/table-column/duration-text/index.d.ts +3 -1
  563. package/dist/esm/table-column/duration-text/index.js +8 -9
  564. package/dist/esm/table-column/duration-text/index.js.map +1 -1
  565. package/dist/esm/table-column/enum-base/index.d.ts +2 -1
  566. package/dist/esm/table-column/enum-base/index.js.map +1 -1
  567. package/dist/esm/table-column/enum-text/cell-view/index.d.ts +1 -3
  568. package/dist/esm/table-column/enum-text/cell-view/index.js +0 -6
  569. package/dist/esm/table-column/enum-text/cell-view/index.js.map +1 -1
  570. package/dist/esm/table-column/mixins/placeholder.d.ts +9 -0
  571. package/dist/esm/table-column/mixins/placeholder.js +16 -0
  572. package/dist/esm/table-column/mixins/placeholder.js.map +1 -0
  573. package/dist/esm/table-column/number-text/cell-view/index.d.ts +2 -3
  574. package/dist/esm/table-column/number-text/cell-view/index.js +1 -4
  575. package/dist/esm/table-column/number-text/cell-view/index.js.map +1 -1
  576. package/dist/esm/table-column/number-text/index.d.ts +3 -1
  577. package/dist/esm/table-column/number-text/index.js +5 -1
  578. package/dist/esm/table-column/number-text/index.js.map +1 -1
  579. package/dist/esm/table-column/text/cell-view/index.d.ts +1 -1
  580. package/dist/esm/table-column/text/cell-view/index.js +1 -1
  581. package/dist/esm/table-column/text/cell-view/index.js.map +1 -1
  582. package/dist/esm/table-column/text/index.d.ts +3 -1
  583. package/dist/esm/table-column/text/index.js +5 -0
  584. package/dist/esm/table-column/text/index.js.map +1 -1
  585. package/dist/esm/table-column/text-base/cell-view/index.d.ts +20 -1
  586. package/dist/esm/table-column/text-base/cell-view/index.js +34 -0
  587. package/dist/esm/table-column/text-base/cell-view/index.js.map +1 -1
  588. package/dist/esm/table-column/text-base/cell-view/styles.js +6 -1
  589. package/dist/esm/table-column/text-base/cell-view/styles.js.map +1 -1
  590. package/dist/esm/table-column/text-base/cell-view/template.d.ts +1 -1
  591. package/dist/esm/table-column/text-base/cell-view/template.js +5 -3
  592. package/dist/esm/table-column/text-base/cell-view/template.js.map +1 -1
  593. package/dist/esm/table-column/text-base/index.d.ts +3 -0
  594. package/dist/esm/table-column/text-base/index.js +2 -1
  595. package/dist/esm/table-column/text-base/index.js.map +1 -1
  596. package/dist/esm/wafer-map/index.d.ts +7 -1
  597. package/dist/esm/wafer-map/index.js +10 -1
  598. package/dist/esm/wafer-map/index.js.map +1 -1
  599. package/dist/esm/wafer-map/modules/experimental/computations.d.ts +31 -0
  600. package/dist/esm/wafer-map/modules/experimental/computations.js +158 -0
  601. package/dist/esm/wafer-map/modules/experimental/computations.js.map +1 -0
  602. package/dist/esm/wafer-map/modules/experimental/data-manager.d.ts +27 -0
  603. package/dist/esm/wafer-map/modules/experimental/data-manager.js +59 -0
  604. package/dist/esm/wafer-map/modules/experimental/data-manager.js.map +1 -0
  605. package/dist/esm/wafer-map/modules/experimental/hover-handler.js +22 -14
  606. package/dist/esm/wafer-map/modules/experimental/hover-handler.js.map +1 -1
  607. package/dist/esm/wafer-map/modules/hover-handler.js +22 -13
  608. package/dist/esm/wafer-map/modules/hover-handler.js.map +1 -1
  609. package/dist/esm/wafer-map/modules/prerendering.js +1 -1
  610. package/dist/esm/wafer-map/modules/prerendering.js.map +1 -1
  611. package/package.json +17 -14
@@ -0,0 +1,186 @@
1
+ import type { TableColumn } from '../table-column/base';
2
+ import type { ValidityObject } from '../utilities/models/validator';
3
+ /**
4
+ * TableFieldName describes the type associated with keys within
5
+ * a table's records.
6
+ */
7
+ export type TableFieldName = string;
8
+ /**
9
+ * TableFieldValue describes the type associated with values within
10
+ * a table's records.
11
+ */
12
+ export type TableFieldValue = string | number | boolean | null | undefined;
13
+ /**
14
+ * TableStringFieldValue describes the type associated with values within
15
+ * a table's string records.
16
+ */
17
+ export type TableStringFieldValue = string | null | undefined;
18
+ /**
19
+ * TableBooleanFieldValue describes the type associated with values within
20
+ * a table's boolean records.
21
+ */
22
+ export type TableBooleanFieldValue = boolean | null | undefined;
23
+ /**
24
+ * TableNumberFieldValue describes the type associated with values within
25
+ * a table's number records.
26
+ */
27
+ export type TableNumberFieldValue = number | null | undefined;
28
+ /**
29
+ * TableRecord describes the data structure that backs a single row in a table.
30
+ * It is made up of fields, which are key/value pairs that have a key of type
31
+ * TableFieldName and a value of type TableFieldValue.
32
+ */
33
+ export interface TableRecord {
34
+ [key: TableFieldName]: TableFieldValue;
35
+ }
36
+ /**
37
+ * @internal
38
+ *
39
+ * Describes a hierarchical data structure that is used for
40
+ * the internal representation of the data, and allows us to represent data with
41
+ * parent-child relationships within Tanstack.
42
+ */
43
+ export interface TableNode<TRecord extends TableRecord = TableRecord> {
44
+ subRows?: TableNode<TRecord>[];
45
+ originalIndex: number;
46
+ clientRecord: TRecord;
47
+ }
48
+ export type TableStringField<FieldName extends TableFieldName> = {
49
+ [name in FieldName]: TableStringFieldValue;
50
+ };
51
+ export type TableBooleanField<FieldName extends TableFieldName> = {
52
+ [name in FieldName]: TableBooleanFieldValue;
53
+ };
54
+ export type TableNumberField<FieldName extends TableFieldName> = {
55
+ [name in FieldName]: TableNumberFieldValue;
56
+ };
57
+ export interface TableValidity extends ValidityObject {
58
+ readonly duplicateRecordId: boolean;
59
+ readonly missingRecordId: boolean;
60
+ readonly invalidRecordId: boolean;
61
+ readonly duplicateColumnId: boolean;
62
+ readonly missingColumnId: boolean;
63
+ readonly duplicateSortIndex: boolean;
64
+ readonly duplicateGroupIndex: boolean;
65
+ readonly idFieldNameNotConfigured: boolean;
66
+ readonly invalidColumnConfiguration: boolean;
67
+ readonly invalidParentIdConfiguration: boolean;
68
+ }
69
+ /**
70
+ * The hierarachy options for a record in the table.
71
+ */
72
+ export interface TableSetRecordHierarchyOptions {
73
+ recordId: string;
74
+ options: TableRecordHierarchyOptions;
75
+ }
76
+ /**
77
+ * Describes the hierarchy options that can be configured for a record in the table.
78
+ */
79
+ export interface TableRecordHierarchyOptions {
80
+ delayedHierarchyState: TableRecordDelayedHierarchyState;
81
+ }
82
+ export declare const TableRecordDelayedHierarchyState: {
83
+ readonly none: undefined;
84
+ readonly canLoadChildren: "can-load-children";
85
+ readonly loadingChildren: "loading-children";
86
+ };
87
+ export type TableRecordDelayedHierarchyState = (typeof TableRecordDelayedHierarchyState)[keyof typeof TableRecordDelayedHierarchyState];
88
+ export interface TableActionMenuToggleEventDetail {
89
+ newState: boolean;
90
+ oldState: boolean;
91
+ recordIds: string[];
92
+ columnId?: string;
93
+ }
94
+ /**
95
+ * The possible directions a table column can be sorted in.
96
+ */
97
+ export declare const TableColumnSortDirection: {
98
+ readonly none: undefined;
99
+ readonly ascending: "ascending";
100
+ readonly descending: "descending";
101
+ };
102
+ export type TableColumnSortDirection = (typeof TableColumnSortDirection)[keyof typeof TableColumnSortDirection];
103
+ /**
104
+ * The selection modes of rows in the table.
105
+ */
106
+ export declare const TableRowSelectionMode: {
107
+ readonly none: undefined;
108
+ readonly single: "single";
109
+ readonly multiple: "multiple";
110
+ };
111
+ export type TableRowSelectionMode = (typeof TableRowSelectionMode)[keyof typeof TableRowSelectionMode];
112
+ /**
113
+ * @internal
114
+ *
115
+ * The possible selection states that the table or a table row can be in.
116
+ */
117
+ export declare const TableRowSelectionState: {
118
+ readonly notSelected: "not-selected";
119
+ readonly selected: "selected";
120
+ readonly partiallySelected: "partially-selected";
121
+ };
122
+ export type TableRowSelectionState = (typeof TableRowSelectionState)[keyof typeof TableRowSelectionState];
123
+ /**
124
+ * @internal
125
+ *
126
+ * Internal event detail type for a row's selection state changing
127
+ */
128
+ export interface TableRowSelectionToggleEventDetail {
129
+ oldState: boolean;
130
+ newState: boolean;
131
+ }
132
+ /**
133
+ * Event detail type for row selection events in the table.
134
+ */
135
+ export interface TableRowSelectionEventDetail {
136
+ selectedRecordIds: string[];
137
+ }
138
+ /**
139
+ * Event detail type for row toggle events in the table.
140
+ */
141
+ export interface TableRowExpansionToggleEventDetail {
142
+ oldState: boolean;
143
+ newState: boolean;
144
+ recordId: string;
145
+ }
146
+ /**
147
+ * Event detail type for interactive column configuration changes.
148
+ *
149
+ * The column-configuration-change event is emitted when a column's configuration
150
+ * is modified programmatically, such as by clicking on the column's header to sort
151
+ * the column. The items in the `columns` array are specified in the same order as
152
+ * the columns are listed in the DOM.
153
+ */
154
+ export interface TableColumnConfigurationChangeEventDetail {
155
+ columns: TableColumnConfiguration[];
156
+ }
157
+ /**
158
+ * A representation of the current configuration of a column within the table.
159
+ */
160
+ export interface TableColumnConfiguration {
161
+ columnId?: string;
162
+ sortIndex?: number;
163
+ sortDirection: TableColumnSortDirection;
164
+ groupIndex?: number;
165
+ hidden: boolean;
166
+ fractionalWidth: number;
167
+ pixelWidth?: number;
168
+ }
169
+ /**
170
+ * @internal
171
+ *
172
+ * Internal representation of a row in the table
173
+ */
174
+ export interface TableRowState<TData extends TableRecord = TableRecord> {
175
+ record: TData;
176
+ id: string;
177
+ selectionState: TableRowSelectionState;
178
+ isGroupRow: boolean;
179
+ groupRowValue?: unknown;
180
+ isExpanded: boolean;
181
+ nestingLevel?: number;
182
+ immediateChildCount?: number;
183
+ groupColumn?: TableColumn;
184
+ isParentRow: boolean;
185
+ isLoadingChildren: boolean;
186
+ }
@@ -0,0 +1,22 @@
1
+ import type { TableColumnAnchorCellRecord, TableColumnAnchorColumnConfig } from '..';
2
+ import type { Anchor } from '../../../anchor';
3
+ import { TableCellView } from '../../base/cell-view';
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'nimble-table-column-anchor-cell-view': TableColumnAnchorCellView;
7
+ }
8
+ }
9
+ /**
10
+ * A cell view for displaying links
11
+ */
12
+ export declare class TableColumnAnchorCellView extends TableCellView<TableColumnAnchorCellRecord, TableColumnAnchorColumnConfig> {
13
+ /** @internal */
14
+ hasOverflow: boolean;
15
+ /** @internal */
16
+ isPlaceholder: boolean;
17
+ /** @internal */
18
+ anchor?: Anchor;
19
+ get text(): string;
20
+ focusedRecycleCallback(): void;
21
+ }
22
+ export declare const tableColumnAnchorCellViewTag = "nimble-table-column-anchor-cell-view";
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,2 @@
1
+ import type { TableColumnAnchorCellView } from '.';
2
+ export declare const template: import("@microsoft/fast-element").ViewTemplate<TableColumnAnchorCellView, any>;
@@ -0,0 +1,77 @@
1
+ import { TableColumn } from '../base';
2
+ import type { TableStringField } from '../../table/types';
3
+ import type { AnchorAppearance } from '../../anchor/types';
4
+ import type { ColumnInternalsOptions } from '../base/models/column-internals';
5
+ export type TableColumnAnchorCellRecord = TableStringField<'label' | 'href'>;
6
+ export interface TableColumnAnchorColumnConfig {
7
+ appearance: AnchorAppearance;
8
+ underlineHidden?: boolean;
9
+ hreflang?: string;
10
+ ping?: string;
11
+ referrerpolicy?: string;
12
+ rel?: string;
13
+ target?: string;
14
+ type?: string;
15
+ download?: string;
16
+ placeholder?: string;
17
+ }
18
+ declare global {
19
+ interface HTMLElementTagNameMap {
20
+ 'nimble-table-column-anchor': TableColumnAnchor;
21
+ }
22
+ }
23
+ declare const TableColumnAnchor_base: (abstract new (...args: any[]) => {
24
+ groupingDisabled: boolean;
25
+ groupIndex?: number | null | undefined;
26
+ groupingDisabledChanged(): void;
27
+ groupIndexChanged(): void;
28
+ readonly columnInternals: import("../base/models/column-internals").ColumnInternals<unknown>;
29
+ }) & (abstract new (...args: any[]) => {
30
+ fractionalWidth?: number | null | undefined;
31
+ minPixelWidth?: number | null | undefined;
32
+ fractionalWidthChanged(): void;
33
+ minPixelWidthChanged(): void;
34
+ readonly columnInternals: import("../base/models/column-internals").ColumnInternals<unknown>;
35
+ }) & (abstract new (...args: any[]) => {
36
+ placeholder?: string | undefined;
37
+ placeholderChanged(): void;
38
+ }) & ((abstract new () => TableColumn<TableColumnAnchorColumnConfig>) & {
39
+ compose<T extends import("@microsoft/fast-foundation").FoundationElementDefinition = import("@microsoft/fast-foundation").FoundationElementDefinition, K extends import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement> = import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>(this: K, elementDefinition: T): (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<T> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<T, K>;
40
+ from<TBase extends {
41
+ new (): HTMLElement;
42
+ prototype: HTMLElement;
43
+ }>(BaseType: TBase): new () => InstanceType<TBase> & import("@microsoft/fast-element").FASTElement;
44
+ define<TType extends Function>(type: TType, nameOrDef?: string | import("@microsoft/fast-element").PartialFASTElementDefinition | undefined): TType;
45
+ });
46
+ /**
47
+ * A table column for displaying links.
48
+ */
49
+ export declare class TableColumnAnchor extends TableColumnAnchor_base {
50
+ labelFieldName?: string;
51
+ hrefFieldName?: string;
52
+ appearance?: AnchorAppearance;
53
+ underlineHidden: boolean;
54
+ hreflang?: string;
55
+ ping?: string;
56
+ referrerpolicy?: string;
57
+ rel?: string;
58
+ target?: string;
59
+ type?: string;
60
+ download?: string;
61
+ placeholderChanged(): void;
62
+ protected getColumnInternalsOptions(): ColumnInternalsOptions;
63
+ protected labelFieldNameChanged(): void;
64
+ protected hrefFieldNameChanged(): void;
65
+ protected appearanceChanged(): void;
66
+ protected underlineHiddenChanged(): void;
67
+ protected hreflangChanged(): void;
68
+ protected pingChanged(): void;
69
+ protected referrerpolicyChanged(): void;
70
+ protected relChanged(): void;
71
+ protected targetChanged(): void;
72
+ protected typeChanged(): void;
73
+ protected downloadChanged(): void;
74
+ private updateColumnConfig;
75
+ }
76
+ export declare const tableColumnAnchorTag = "nimble-table-column-anchor";
77
+ export {};
@@ -0,0 +1,22 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ import type { TableColumn } from '..';
3
+ import type { TableCellRecord, TableCellState } from '../types';
4
+ /**
5
+ * Base class for table cell views, which are used within the nimble-table-cell.
6
+ * Each TableColumn type has a corresponding TableCellView type (linked via TableColumn.cellViewTag).
7
+ */
8
+ export declare abstract class TableCellView<TCellRecord extends TableCellRecord = TableCellRecord, TColumnConfig = unknown> extends FoundationElement implements TableCellState<TCellRecord, TColumnConfig> {
9
+ cellRecord?: TCellRecord;
10
+ columnConfig?: TColumnConfig;
11
+ column?: TableColumn<TColumnConfig>;
12
+ recordId?: string;
13
+ private delegatedEvents;
14
+ /**
15
+ * Called if an element inside this cell view has focus, and this row/cell is being recycled.
16
+ * Expected implementation is to commit changes as needed, and blur the focusable element (or close
17
+ * the menu/popup/etc).
18
+ */
19
+ focusedRecycleCallback(): void;
20
+ columnChanged(): void;
21
+ private delegatedEventHandler;
22
+ }
@@ -0,0 +1,3 @@
1
+ import { type ViewTemplate } from '@microsoft/fast-element';
2
+ import type { TableCell } from '../../../table/components/cell';
3
+ export declare const createCellViewTemplate: (cellViewTag: string) => ViewTemplate<TableCell>;
@@ -0,0 +1,15 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ import type { TableFieldValue } from '../../../table/types';
3
+ export interface TableGroupHeaderState<TGroupValue = TableFieldValue, TColumnConfig = unknown> {
4
+ groupHeaderValue?: TGroupValue;
5
+ columnConfig?: TColumnConfig;
6
+ }
7
+ /**
8
+ * The base class for group header views, which are displayed in a TableGroupRow.
9
+ * A TableColumn that uses the GroupableColumn mixin must provide a TableGroupHeaderView
10
+ * type (linked via TableColumn.groupHeaderViewTag).
11
+ */
12
+ export declare abstract class TableGroupHeaderView<TGroupValue = TableFieldValue, TColumnConfig = unknown> extends FoundationElement implements TableGroupHeaderState<TGroupValue, TColumnConfig> {
13
+ groupHeaderValue?: TGroupValue;
14
+ columnConfig?: TColumnConfig;
15
+ }
@@ -0,0 +1,3 @@
1
+ import { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { TableGroupRow } from '../../../table/components/group-row';
3
+ export declare const createGroupHeaderViewTemplate: (groupHeaderViewTag: string) => ViewTemplate<TableGroupRow>;
@@ -0,0 +1,35 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ import { TableColumnSortDirection } from '../../table/types';
3
+ import { ColumnInternals, ColumnInternalsOptions } from './models/column-internals';
4
+ import type { TableColumnValidity } from './types';
5
+ /**
6
+ * The base class for table columns
7
+ */
8
+ export declare abstract class TableColumn<TColumnConfig = unknown> extends FoundationElement {
9
+ /**
10
+ * @internal
11
+ *
12
+ * Column properties configurable by plugin authors
13
+ */
14
+ readonly columnInternals: ColumnInternals<TColumnConfig>;
15
+ columnId?: string;
16
+ actionMenuSlot?: string;
17
+ actionMenuLabel?: string;
18
+ columnHidden: boolean;
19
+ sortIndex?: number | null;
20
+ sortDirection: TableColumnSortDirection;
21
+ sortingDisabled: boolean;
22
+ /** @internal */
23
+ hasOverflow: boolean;
24
+ /** @internal */
25
+ contentSlot: HTMLSlotElement;
26
+ checkValidity(): boolean;
27
+ get validity(): TableColumnValidity;
28
+ /** @internal */
29
+ get headerTextContent(): string;
30
+ connectedCallback(): void;
31
+ protected abstract getColumnInternalsOptions(): ColumnInternalsOptions;
32
+ protected sortDirectionChanged(): void;
33
+ protected sortIndexChanged(): void;
34
+ protected sortingDisabledChanged(): void;
35
+ }
@@ -0,0 +1,124 @@
1
+ import { ViewTemplate } from '@microsoft/fast-element';
2
+ import { TableColumnSortDirection, TableFieldName } from '../../../table/types';
3
+ import type { TableCell } from '../../../table/components/cell';
4
+ import { TableColumnSortOperation } from '../types';
5
+ import type { TableGroupRow } from '../../../table/components/group-row';
6
+ export interface ColumnInternalsOptions {
7
+ /**
8
+ * The tag (element name) of the custom element that renders the cell content for the column.
9
+ * That element should derive from TableCellView<TCellRecord, TColumnConfig>.
10
+ */
11
+ readonly cellViewTag: string;
12
+ /**
13
+ * The names of the fields that should be present in TCellRecord.
14
+ * This array is parallel with the field names specified by `dataRecordFieldNames`.
15
+ */
16
+ readonly cellRecordFieldNames: readonly TableFieldName[];
17
+ /**
18
+ * The tag to use to render the group header content for a column.
19
+ * The element this tag refers to must derive from TableGroupHeaderView.
20
+ */
21
+ readonly groupHeaderViewTag: string;
22
+ /**
23
+ * The names of events that should be delegated from the cell view to the column.
24
+ */
25
+ readonly delegatedEvents: readonly string[];
26
+ /**
27
+ * The sort operation to use for the column (defaults to TableColumnSortOperation.basic)
28
+ */
29
+ readonly sortOperation?: TableColumnSortOperation;
30
+ }
31
+ /**
32
+ * Internal column state configured by plugin authors
33
+ * @internal
34
+ */
35
+ export declare class ColumnInternals<TColumnConfig> {
36
+ /**
37
+ * @see ColumnInternalsOptions.cellRecordFieldNames
38
+ */
39
+ readonly cellRecordFieldNames: readonly TableFieldName[];
40
+ /**
41
+ * A unique id used internally in the table to identify specific column instances
42
+ */
43
+ readonly uniqueId: string;
44
+ /**
45
+ * Template for the cell view
46
+ */
47
+ readonly cellViewTemplate: ViewTemplate<TableCell>;
48
+ /**
49
+ * The names of events that should be delegated from the cell view to the column.
50
+ */
51
+ readonly delegatedEvents: readonly string[];
52
+ /**
53
+ * The relevant, static configuration a column requires its cell view to have access to.
54
+ */
55
+ columnConfig?: TColumnConfig;
56
+ /**
57
+ * Whether this column has a valid configuration.
58
+ */
59
+ validConfiguration: boolean;
60
+ /**
61
+ * The name of the data field that will be used for operations on the table, such as sorting and grouping.
62
+ */
63
+ operandDataRecordFieldName?: TableFieldName;
64
+ /**
65
+ * The operation to use when sorting the table by this column.
66
+ */
67
+ sortOperation: TableColumnSortOperation;
68
+ /**
69
+ * The names of the fields from the row's record that correlate to the data that will be in TCellRecord.
70
+ * This array is parallel with the field names specified by `cellRecordFieldNames`.
71
+ */
72
+ dataRecordFieldNames: readonly (TableFieldName | undefined)[];
73
+ /**
74
+ * Template for the group header view
75
+ */
76
+ readonly groupHeaderViewTemplate: ViewTemplate<TableGroupRow>;
77
+ /**
78
+ * Whether or not this column can be used to group rows by
79
+ */
80
+ groupingDisabled: boolean;
81
+ /**
82
+ * Specifies the grouping precedence of the column within the set of all columns participating in grouping.
83
+ * Columns are rendered in the grouping tree from lowest group-index as the tree root to highest
84
+ * group-index as tree leaves.
85
+ */
86
+ groupIndex?: number;
87
+ /**
88
+ * Used by column plugins to set a specific pixel width. Sets currentPixelWidth when changed.
89
+ */
90
+ pixelWidth?: number;
91
+ /**
92
+ * Used by column plugins to size a column proportionally to the available
93
+ * width of a row. Sets currentFractionalWidth when changed.
94
+ */
95
+ fractionalWidth: number;
96
+ /**
97
+ * The minimum size in pixels according to the design doc
98
+ */
99
+ minPixelWidth: number;
100
+ /**
101
+ * @internal Do not write to this value directly. It is used by the Table in order to store
102
+ * the resolved value of the fractionalWidth after updates programmatic or interactive updates.
103
+ */
104
+ currentFractionalWidth: number;
105
+ /**
106
+ * @internal Do not write to this value directly. It is used by the Table in order to store
107
+ * the resolved value of the pixelWidth after programmatic or interactive updates.
108
+ */
109
+ currentPixelWidth?: number;
110
+ /**
111
+ * @internal Do not write to this value directly. It is used by the Table in order to store
112
+ * the resolved value of the sortIndex after programmatic or interactive updates.
113
+ */
114
+ currentSortIndex?: number | null;
115
+ /**
116
+ * @internal Do not write to this value directly. It is used by the Table in order to store
117
+ * the resolved value of the sortDirection after programmatic or interactive updates.
118
+ */
119
+ currentSortDirection: TableColumnSortDirection;
120
+ constructor(options: ColumnInternalsOptions);
121
+ protected fractionalWidthChanged(): void;
122
+ protected pixelWidthChanged(): void;
123
+ }
124
+ export declare function isColumnInternalsProperty(changedProperty: string, ...args: (keyof ColumnInternals<unknown>)[]): boolean;
@@ -0,0 +1,19 @@
1
+ import { Validator } from '../../../utilities/models/validator';
2
+ import type { TableColumnValidity } from '../types';
3
+ import type { ColumnInternals } from './column-internals';
4
+ /**
5
+ * Base column validator
6
+ */
7
+ export declare class ColumnValidator<ValidityFlagNames extends readonly string[]> extends Validator<ValidityFlagNames> {
8
+ private readonly columnInternals;
9
+ constructor(columnInternals: ColumnInternals<unknown>, configValidityKeys: ValidityFlagNames);
10
+ /**
11
+ * @returns an object containing flags for various ways the configuation can be invalid
12
+ */
13
+ getValidity(): TableColumnValidity;
14
+ /**
15
+ * Sets a particular validity condition flag's value, e.g. "hasInvalidFooValue" = true
16
+ */
17
+ protected setConditionValue(name: ValidityFlagNames extends readonly (infer U)[] ? U : never, isInvalid: boolean): void;
18
+ private updateColumnInternalsFlag;
19
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,2 @@
1
+ import type { TableColumn } from '.';
2
+ export declare const template: import("@microsoft/fast-element").ViewTemplate<TableColumn<unknown>, any>;
@@ -0,0 +1,38 @@
1
+ import type { TableRecord } from '../../table/types';
2
+ import type { ValidityObject } from '../../utilities/models/validator';
3
+ /**
4
+ * An object whose fields are defined by a particular TableColumn, which is used by the column's
5
+ * cellTemplate implementation.
6
+ */
7
+ export interface TableCellRecord extends TableRecord {
8
+ }
9
+ export interface TableCellState<TCellRecord extends TableCellRecord = TableCellRecord, TColumnConfig = unknown> {
10
+ cellRecord?: TCellRecord;
11
+ columnConfig?: TColumnConfig;
12
+ }
13
+ /**
14
+ * The event details for the 'delegated-event' CustomEvent
15
+ */
16
+ export interface DelegatedEventEventDetails {
17
+ originalEvent: Event;
18
+ recordId: string;
19
+ }
20
+ /**
21
+ * The possible operations to use when sorting a table column.
22
+ */
23
+ export declare const TableColumnSortOperation: {
24
+ /**
25
+ * Performs a sort using `===`, `<`, and `>` operators
26
+ */
27
+ readonly basic: "basic";
28
+ /**
29
+ * Performs a locale-aware case-sensitive string sort on the columns.
30
+ * Only use this sort operation if the field is of type `string | undefined | null`.
31
+ */
32
+ readonly localeAwareCaseSensitive: "localeAwareCaseSensitive";
33
+ };
34
+ export type TableColumnSortOperation = (typeof TableColumnSortOperation)[keyof typeof TableColumnSortOperation];
35
+ export interface TableColumnValidity extends ValidityObject {
36
+ }
37
+ export declare const defaultMinPixelWidth: number;
38
+ export declare const defaultFractionalWidth = 1;
@@ -0,0 +1,14 @@
1
+ import type { TableColumnDateTextCellRecord, TableColumnDateTextColumnConfig } from '..';
2
+ import { TableColumnTextCellViewBase } from '../../text-base/cell-view';
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ 'nimble-table-column-date-text-cell-view': TableColumnDateTextCellView;
6
+ }
7
+ }
8
+ /**
9
+ * A cell view for displaying date/time fields as text
10
+ */
11
+ export declare class TableColumnDateTextCellView extends TableColumnTextCellViewBase<TableColumnDateTextCellRecord, TableColumnDateTextColumnConfig> {
12
+ protected updateText(): void;
13
+ }
14
+ export declare const tableColumnDateTextCellViewTag = "nimble-table-column-date-text-cell-view";
@@ -0,0 +1,15 @@
1
+ import type { TableNumberFieldValue } from '../../../table/types';
2
+ import { TableColumnTextGroupHeaderViewBase } from '../../text-base/group-header-view';
3
+ import type { TableColumnDateTextColumnConfig } from '..';
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'nimble-table-column-date-text-group-header': TableColumnDateTextGroupHeaderView;
7
+ }
8
+ }
9
+ /**
10
+ * The group header view for displaying date/time fields as text.
11
+ */
12
+ export declare class TableColumnDateTextGroupHeaderView extends TableColumnTextGroupHeaderViewBase<TableNumberFieldValue, TableColumnDateTextColumnConfig> {
13
+ protected updateText(): void;
14
+ }
15
+ export declare const tableColumnDateTextGroupHeaderViewTag = "nimble-table-column-date-text-group-header-view";