@discourse/types 2026.5.0-640840d8 → 2026.6.0-06d03da3

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 (1022) hide show
  1. package/declarations/admin/components/admin-config-area-card-section.d.ts.map +1 -1
  2. package/declarations/admin/components/admin-config-areas/api-keys-show.d.ts.map +1 -1
  3. package/declarations/admin/components/admin-config-areas/components.d.ts.map +1 -1
  4. package/declarations/admin/components/admin-config-areas/themes.d.ts.map +1 -1
  5. package/declarations/admin/components/admin-config-areas/upcoming-change-item.d.ts +2 -1
  6. package/declarations/admin/components/admin-config-areas/upcoming-change-item.d.ts.map +1 -1
  7. package/declarations/admin/components/admin-filter-controls.d.ts +1 -1
  8. package/declarations/admin/components/admin-filter-controls.d.ts.map +1 -1
  9. package/declarations/admin/components/admin-report-stacked-chart.d.ts +5 -7
  10. package/declarations/admin/components/admin-report-stacked-chart.d.ts.map +1 -1
  11. package/declarations/admin/components/admin-report.d.ts +1 -0
  12. package/declarations/admin/components/admin-report.d.ts.map +1 -1
  13. package/declarations/admin/components/admin-theme-editor.d.ts +1 -1
  14. package/declarations/admin/components/admin-user-upcoming-changes.d.ts +1 -0
  15. package/declarations/admin/components/admin-user-upcoming-changes.d.ts.map +1 -1
  16. package/declarations/admin/components/changes-banner.d.ts.map +1 -1
  17. package/declarations/admin/components/dashboard/configure-menu.d.ts +11 -0
  18. package/declarations/admin/components/dashboard/configure-menu.d.ts.map +1 -0
  19. package/declarations/admin/components/dashboard/date-range-picker.d.ts +76 -0
  20. package/declarations/admin/components/dashboard/date-range-picker.d.ts.map +1 -0
  21. package/declarations/admin/components/dashboard/date-range.d.ts +18 -0
  22. package/declarations/admin/components/dashboard/date-range.d.ts.map +1 -0
  23. package/declarations/admin/components/dashboard/engagement/activity-by-category.d.ts +19 -0
  24. package/declarations/admin/components/dashboard/engagement/activity-by-category.d.ts.map +1 -0
  25. package/declarations/admin/components/dashboard/engagement/headline.d.ts +8 -0
  26. package/declarations/admin/components/dashboard/engagement/headline.d.ts.map +1 -0
  27. package/declarations/admin/components/dashboard/engagement/trust-level-pipeline.d.ts +9 -0
  28. package/declarations/admin/components/dashboard/engagement/trust-level-pipeline.d.ts.map +1 -0
  29. package/declarations/admin/components/dashboard/engagement/whos-posting.d.ts +34 -0
  30. package/declarations/admin/components/dashboard/engagement/whos-posting.d.ts.map +1 -0
  31. package/declarations/admin/components/dashboard/engagement.d.ts +3 -0
  32. package/declarations/admin/components/dashboard/engagement.d.ts.map +1 -0
  33. package/declarations/admin/components/dashboard/highlights.d.ts +7 -0
  34. package/declarations/admin/components/dashboard/highlights.d.ts.map +1 -0
  35. package/declarations/admin/components/dashboard/kpi-tile.d.ts +15 -0
  36. package/declarations/admin/components/dashboard/kpi-tile.d.ts.map +1 -0
  37. package/declarations/admin/components/dashboard/report-cards/core-report.d.ts +3 -0
  38. package/declarations/admin/components/dashboard/report-cards/core-report.d.ts.map +1 -0
  39. package/declarations/admin/components/dashboard/report-empty-state.d.ts +3 -0
  40. package/declarations/admin/components/dashboard/report-empty-state.d.ts.map +1 -0
  41. package/declarations/admin/components/dashboard/reports.d.ts +21 -0
  42. package/declarations/admin/components/dashboard/reports.d.ts.map +1 -0
  43. package/declarations/admin/components/dashboard/section.d.ts +7 -0
  44. package/declarations/admin/components/dashboard/section.d.ts.map +1 -0
  45. package/declarations/{app/components/input-tip.d.ts → admin/components/dashboard/skeleton.d.ts} +3 -3
  46. package/declarations/admin/components/dashboard/skeleton.d.ts.map +1 -0
  47. package/declarations/admin/components/dashboard/traffic.d.ts +31 -0
  48. package/declarations/admin/components/dashboard/traffic.d.ts.map +1 -0
  49. package/declarations/admin/components/emoji-uploader.d.ts.map +1 -1
  50. package/declarations/admin/components/images-uploader.d.ts.map +1 -1
  51. package/declarations/admin/components/ip-lookup.d.ts +7 -0
  52. package/declarations/admin/components/ip-lookup.d.ts.map +1 -1
  53. package/declarations/admin/components/modal/edit-badge-groupings.d.ts.map +1 -1
  54. package/declarations/admin/components/modal/install-theme.d.ts.map +1 -1
  55. package/declarations/admin/components/modal/manage-reports.d.ts +41 -0
  56. package/declarations/admin/components/modal/manage-reports.d.ts.map +1 -0
  57. package/declarations/admin/components/modal/penalize-user.d.ts.map +1 -1
  58. package/declarations/admin/components/redesigned-admin-dashboard.d.ts +14 -0
  59. package/declarations/admin/components/redesigned-admin-dashboard.d.ts.map +1 -0
  60. package/declarations/admin/components/site-settings/upload.d.ts.map +1 -1
  61. package/declarations/admin/components/tags-uploader.d.ts.map +1 -1
  62. package/declarations/admin/components/themes-grid-card.d.ts +3 -8
  63. package/declarations/admin/components/themes-grid-card.d.ts.map +1 -1
  64. package/declarations/admin/components/themes-grid.d.ts +1 -0
  65. package/declarations/admin/components/themes-grid.d.ts.map +1 -1
  66. package/declarations/admin/components/upsert-category/appearance.d.ts +0 -1
  67. package/declarations/admin/components/upsert-category/appearance.d.ts.map +1 -1
  68. package/declarations/admin/components/upsert-category/general.d.ts +9 -1
  69. package/declarations/admin/components/upsert-category/general.d.ts.map +1 -1
  70. package/declarations/admin/components/upsert-category/moderation.d.ts.map +1 -1
  71. package/declarations/admin/components/upsert-category/security.d.ts +1 -0
  72. package/declarations/admin/components/upsert-category/security.d.ts.map +1 -1
  73. package/declarations/admin/components/upsert-category/settings.d.ts.map +1 -1
  74. package/declarations/admin/components/upsert-category/tags.d.ts.map +1 -1
  75. package/declarations/admin/components/watched-word-uploader.d.ts.map +1 -1
  76. package/declarations/admin/components/webhook-event.d.ts.map +1 -1
  77. package/declarations/admin/components/webhook-events.d.ts.map +1 -1
  78. package/declarations/admin/controllers/admin/dashboard/general.d.ts.map +1 -1
  79. package/declarations/admin/controllers/admin/dashboard.d.ts +19 -0
  80. package/declarations/admin/controllers/admin/dashboard.d.ts.map +1 -1
  81. package/declarations/admin/controllers/admin-dashboard-tab.d.ts +1 -2
  82. package/declarations/admin/controllers/admin-dashboard-tab.d.ts.map +1 -1
  83. package/declarations/admin/controllers/admin-email/advanced-test.d.ts.map +1 -1
  84. package/declarations/admin/controllers/admin-reports/show.d.ts.map +1 -1
  85. package/declarations/admin/controllers/admin-user/index.d.ts +8 -1
  86. package/declarations/admin/controllers/admin-user/index.d.ts.map +1 -1
  87. package/declarations/admin/controllers/edit-category/tabs.d.ts.map +1 -1
  88. package/declarations/admin/lib/admin-dashboard-report-renderers.d.ts +4 -0
  89. package/declarations/admin/lib/admin-dashboard-report-renderers.d.ts.map +1 -0
  90. package/declarations/admin/lib/dashboard-reports-loader.d.ts +5 -0
  91. package/declarations/admin/lib/dashboard-reports-loader.d.ts.map +1 -0
  92. package/declarations/admin/lib/format-country.d.ts +3 -0
  93. package/declarations/admin/lib/format-country.d.ts.map +1 -0
  94. package/declarations/admin/lib/site-setting-filter.d.ts.map +1 -1
  95. package/declarations/admin/models/admin-dashboard.d.ts +1 -1
  96. package/declarations/admin/models/admin-dashboard.d.ts.map +1 -1
  97. package/declarations/admin/models/report.d.ts +1 -0
  98. package/declarations/admin/models/report.d.ts.map +1 -1
  99. package/declarations/admin/models/staff-action-log.d.ts.map +1 -1
  100. package/declarations/admin/routes/admin/dashboard.d.ts +1 -0
  101. package/declarations/admin/routes/admin/dashboard.d.ts.map +1 -1
  102. package/declarations/admin/routes/edit-category.d.ts +1 -0
  103. package/declarations/admin/routes/edit-category.d.ts.map +1 -1
  104. package/declarations/admin/routes/new-category/index.d.ts.map +1 -1
  105. package/declarations/admin/routes/new-category/setup.d.ts +0 -1
  106. package/declarations/admin/routes/new-category/setup.d.ts.map +1 -1
  107. package/declarations/admin/routes/new-category/tabs.d.ts.map +1 -1
  108. package/declarations/admin/services/admin-tools.d.ts.map +1 -1
  109. package/declarations/admin/templates/edit-category/tabs-horizontal.d.ts +1 -0
  110. package/declarations/admin/templates/edit-category/tabs-horizontal.d.ts.map +1 -1
  111. package/declarations/admin/templates/edit-category/tabs.d.ts +5 -2
  112. package/declarations/admin/templates/edit-category/tabs.d.ts.map +1 -1
  113. package/declarations/app/app.d.ts.map +1 -1
  114. package/declarations/app/components/admin-onboarding/banner.d.ts +2 -4
  115. package/declarations/app/components/admin-onboarding/banner.d.ts.map +1 -1
  116. package/declarations/app/components/admin-onboarding/modal/theme-picker.d.ts +11 -0
  117. package/declarations/app/components/admin-onboarding/modal/theme-picker.d.ts.map +1 -0
  118. package/declarations/app/components/admin-onboarding/step.d.ts +1 -1
  119. package/declarations/app/components/admin-onboarding/step.d.ts.map +1 -1
  120. package/declarations/app/components/admin-post-menu.d.ts.map +1 -1
  121. package/declarations/app/components/avatar-uploader.d.ts.map +1 -1
  122. package/declarations/app/components/bulk-select-topics-dropdown.d.ts.map +1 -1
  123. package/declarations/app/components/categories-only.d.ts.map +1 -1
  124. package/declarations/app/components/category-type-cards.d.ts.map +1 -1
  125. package/declarations/app/components/choose-topic.d.ts.map +1 -1
  126. package/declarations/app/components/composer/textarea-editor.d.ts.map +1 -1
  127. package/declarations/app/components/composer/toggle-switch.d.ts.map +1 -1
  128. package/declarations/app/components/composer-action-title.d.ts +5 -1
  129. package/declarations/app/components/composer-action-title.d.ts.map +1 -1
  130. package/declarations/app/components/composer-container.d.ts.map +1 -1
  131. package/declarations/app/components/composer-editor.d.ts.map +1 -1
  132. package/declarations/app/components/composer-messages.d.ts.map +1 -1
  133. package/declarations/app/components/create-topic-button.d.ts +7 -0
  134. package/declarations/app/components/create-topic-button.d.ts.map +1 -1
  135. package/declarations/app/components/d-navigation.d.ts +4 -0
  136. package/declarations/app/components/d-navigation.d.ts.map +1 -1
  137. package/declarations/app/components/d-segmented-control.d.ts +1 -0
  138. package/declarations/app/components/d-segmented-control.d.ts.map +1 -1
  139. package/declarations/app/components/d-styles.d.ts +0 -1
  140. package/declarations/app/components/d-styles.d.ts.map +1 -1
  141. package/declarations/app/components/discovery/layout.d.ts.map +1 -1
  142. package/declarations/app/components/discovery/navigation.d.ts.map +1 -1
  143. package/declarations/app/components/discovery/topics.d.ts +1 -0
  144. package/declarations/app/components/discovery/topics.d.ts.map +1 -1
  145. package/declarations/app/components/docked-composer.d.ts +8 -1
  146. package/declarations/app/components/docked-composer.d.ts.map +1 -1
  147. package/declarations/app/components/edit-category-type-schema-fields.d.ts +1 -0
  148. package/declarations/app/components/edit-category-type-schema-fields.d.ts.map +1 -1
  149. package/declarations/app/components/embed-mode-composer.d.ts +7 -0
  150. package/declarations/app/components/embed-mode-composer.d.ts.map +1 -1
  151. package/declarations/app/components/embed-topic-footer.d.ts +1 -0
  152. package/declarations/app/components/embed-topic-footer.d.ts.map +1 -1
  153. package/declarations/app/components/emoji-picker/content.d.ts.map +1 -1
  154. package/declarations/app/components/emoji-picker/index.d.ts +4 -1
  155. package/declarations/app/components/emoji-picker/index.d.ts.map +1 -1
  156. package/declarations/app/components/fast-edit.d.ts.map +1 -1
  157. package/declarations/app/components/flag-action-type.d.ts.map +1 -1
  158. package/declarations/app/components/form-template-field/upload.d.ts.map +1 -1
  159. package/declarations/app/components/group-card-contents.d.ts.map +1 -1
  160. package/declarations/app/components/group-manage-logs-row.d.ts.map +1 -1
  161. package/declarations/app/components/header/contents.d.ts.map +1 -1
  162. package/declarations/app/components/header/sidebar-toggle.d.ts +1 -1
  163. package/declarations/app/components/header/sidebar-toggle.d.ts.map +1 -1
  164. package/declarations/app/components/honeypot-input.d.ts +2 -2
  165. package/declarations/app/components/honeypot-input.d.ts.map +1 -1
  166. package/declarations/app/components/impersonation-notice.d.ts +5 -1
  167. package/declarations/app/components/impersonation-notice.d.ts.map +1 -1
  168. package/declarations/app/components/modal/bookmark.d.ts +0 -2
  169. package/declarations/app/components/modal/bookmark.d.ts.map +1 -1
  170. package/declarations/app/components/modal/bulk-topic-actions/manage-tags-form.d.ts +29 -0
  171. package/declarations/app/components/modal/bulk-topic-actions/manage-tags-form.d.ts.map +1 -0
  172. package/declarations/app/components/modal/bulk-topic-actions.d.ts +2 -4
  173. package/declarations/app/components/modal/bulk-topic-actions.d.ts.map +1 -1
  174. package/declarations/app/components/modal/change-reply-to.d.ts +19 -0
  175. package/declarations/app/components/modal/change-reply-to.d.ts.map +1 -0
  176. package/declarations/app/components/modal/create-invite.d.ts +5 -1
  177. package/declarations/app/components/modal/create-invite.d.ts.map +1 -1
  178. package/declarations/app/components/modal/embed-auth-flow.d.ts +13 -0
  179. package/declarations/app/components/modal/embed-auth-flow.d.ts.map +1 -0
  180. package/declarations/app/components/modal/feature-topic/pin-option-section.d.ts +9 -7
  181. package/declarations/app/components/modal/feature-topic/pin-option-section.d.ts.map +1 -1
  182. package/declarations/app/components/modal/fullscreen-code.d.ts.map +1 -1
  183. package/declarations/app/components/modal/history/revision.d.ts.map +1 -1
  184. package/declarations/app/components/modal/history/revisions.d.ts.map +1 -1
  185. package/declarations/app/components/modal/history.d.ts +1 -0
  186. package/declarations/app/components/modal/history.d.ts.map +1 -1
  187. package/declarations/app/components/modal/keyboard-shortcuts-help.d.ts +435 -87
  188. package/declarations/app/components/modal/keyboard-shortcuts-help.d.ts.map +1 -1
  189. package/declarations/app/components/modal/nested-activity-log/item.d.ts +11 -0
  190. package/declarations/app/components/modal/nested-activity-log/item.d.ts.map +1 -0
  191. package/declarations/app/components/modal/nested-activity-log.d.ts +8 -0
  192. package/declarations/app/components/modal/nested-activity-log.d.ts.map +1 -0
  193. package/declarations/app/components/modal/permanently-delete-confirm.d.ts +13 -0
  194. package/declarations/app/components/modal/permanently-delete-confirm.d.ts.map +1 -0
  195. package/declarations/app/components/modal/sidebar-section-form.d.ts.map +1 -1
  196. package/declarations/app/components/modal/upsert-hyperlink.d.ts +2 -0
  197. package/declarations/app/components/modal/upsert-hyperlink.d.ts.map +1 -1
  198. package/declarations/app/components/modal/user-status.d.ts.map +1 -1
  199. package/declarations/app/components/nested/context-view.d.ts +4 -2
  200. package/declarations/app/components/nested/context-view.d.ts.map +1 -1
  201. package/declarations/app/components/nested/header.d.ts +7 -2
  202. package/declarations/app/components/nested/header.d.ts.map +1 -1
  203. package/declarations/app/components/nested/op.d.ts.map +1 -1
  204. package/declarations/app/components/nested/post-children.d.ts +1 -1
  205. package/declarations/app/components/nested/post-children.d.ts.map +1 -1
  206. package/declarations/app/components/nested/post.d.ts +10 -0
  207. package/declarations/app/components/nested/post.d.ts.map +1 -1
  208. package/declarations/app/components/nested/sort-selector.d.ts +12 -2
  209. package/declarations/app/components/nested/sort-selector.d.ts.map +1 -1
  210. package/declarations/app/components/nested.d.ts +26 -3
  211. package/declarations/app/components/nested.d.ts.map +1 -1
  212. package/declarations/app/components/plugin-outlet.d.ts +420 -26
  213. package/declarations/app/components/plugin-outlet.d.ts.map +1 -1
  214. package/declarations/app/components/post/menu/buttons/like.d.ts.map +1 -1
  215. package/declarations/app/components/post/menu/liked-users-menu.d.ts.map +1 -1
  216. package/declarations/app/components/post/menu/post-users-menu.d.ts +1 -0
  217. package/declarations/app/components/post/menu/post-users-menu.d.ts.map +1 -1
  218. package/declarations/app/components/post/menu.d.ts +0 -1
  219. package/declarations/app/components/post/menu.d.ts.map +1 -1
  220. package/declarations/app/components/post/quoted-content.d.ts.map +1 -1
  221. package/declarations/app/components/post-stream.d.ts.map +1 -1
  222. package/declarations/app/components/post.d.ts.map +1 -1
  223. package/declarations/app/components/reviewable/ip-lookup.d.ts +3 -1
  224. package/declarations/app/components/reviewable/ip-lookup.d.ts.map +1 -1
  225. package/declarations/app/components/reviewable/item.d.ts.map +1 -1
  226. package/declarations/app/components/reviewable/queued-post.d.ts +2 -0
  227. package/declarations/app/components/reviewable/queued-post.d.ts.map +1 -1
  228. package/declarations/app/components/search-menu/results/assistant-item.d.ts.map +1 -1
  229. package/declarations/app/components/search-menu/results/type/topic.d.ts +1 -0
  230. package/declarations/app/components/search-menu/results/type/topic.d.ts.map +1 -1
  231. package/declarations/app/components/search-menu.d.ts.map +1 -1
  232. package/declarations/app/components/search-text-field.d.ts +3 -3
  233. package/declarations/app/components/search-text-field.d.ts.map +1 -1
  234. package/declarations/app/components/sidebar/anonymous/sections.d.ts.map +1 -1
  235. package/declarations/app/components/sidebar/common/custom-section.d.ts.map +1 -1
  236. package/declarations/app/components/sidebar/footer.d.ts +0 -4
  237. package/declarations/app/components/sidebar/footer.d.ts.map +1 -1
  238. package/declarations/app/components/sidebar/section-form-link.d.ts.map +1 -1
  239. package/declarations/app/components/sidebar.d.ts.map +1 -1
  240. package/declarations/app/components/tag-groups-form.d.ts.map +1 -1
  241. package/declarations/app/components/tag-info-button.d.ts +2 -7
  242. package/declarations/app/components/tag-info-button.d.ts.map +1 -1
  243. package/declarations/app/components/tag-info.d.ts +3 -0
  244. package/declarations/app/components/tag-info.d.ts.map +1 -0
  245. package/declarations/app/components/tag-settings.d.ts +1 -0
  246. package/declarations/app/components/tag-settings.d.ts.map +1 -1
  247. package/declarations/app/components/theme-card-preview.d.ts +14 -0
  248. package/declarations/app/components/theme-card-preview.d.ts.map +1 -0
  249. package/declarations/app/components/topic-bookmarks-menu.d.ts.map +1 -1
  250. package/declarations/app/components/topic-dismiss-buttons.d.ts +13 -0
  251. package/declarations/app/components/topic-dismiss-buttons.d.ts.map +1 -1
  252. package/declarations/app/components/topic-drafts-dropdown.d.ts.map +1 -1
  253. package/declarations/app/components/topic-list/item/topic-cell.d.ts.map +1 -1
  254. package/declarations/app/components/topic-list/latest-topic-list-item.d.ts.map +1 -1
  255. package/declarations/app/components/topic-list/new-replies-dot.d.ts +3 -0
  256. package/declarations/app/components/topic-list/new-replies-dot.d.ts.map +1 -0
  257. package/declarations/app/components/topic-list/post-count-or-badges.d.ts.map +1 -1
  258. package/declarations/app/components/topic-map/private-message-map.d.ts.map +1 -1
  259. package/declarations/app/components/topic-map/topic-map-summary.d.ts +2 -0
  260. package/declarations/app/components/topic-map/topic-map-summary.d.ts.map +1 -1
  261. package/declarations/app/components/topic-status.d.ts.map +1 -1
  262. package/declarations/app/components/topic-timeline/container.d.ts.map +1 -1
  263. package/declarations/app/components/uppy-image-uploader.d.ts.map +1 -1
  264. package/declarations/app/components/user-preferences/user-passkeys.d.ts.map +1 -1
  265. package/declarations/app/components/user-stream.d.ts.map +1 -1
  266. package/declarations/app/connectors/category-custom-settings/nested-replies-settings-upsert.d.ts.map +1 -1
  267. package/declarations/app/controllers/discovery/list.d.ts +18 -2
  268. package/declarations/app/controllers/discovery/list.d.ts.map +1 -1
  269. package/declarations/app/controllers/full-page-search.d.ts.map +1 -1
  270. package/declarations/app/controllers/nested.d.ts +18 -1
  271. package/declarations/app/controllers/nested.d.ts.map +1 -1
  272. package/declarations/app/controllers/preferences/notifications.d.ts.map +1 -1
  273. package/declarations/app/controllers/preferences/profile.d.ts.map +1 -1
  274. package/declarations/app/controllers/second-factor-auth.d.ts +4 -1
  275. package/declarations/app/controllers/second-factor-auth.d.ts.map +1 -1
  276. package/declarations/app/controllers/tags/index.d.ts +0 -2
  277. package/declarations/app/controllers/tags/index.d.ts.map +1 -1
  278. package/declarations/app/controllers/topic.d.ts.map +1 -1
  279. package/declarations/app/controllers/user-invited/show.d.ts +3 -1
  280. package/declarations/app/controllers/user-invited/show.d.ts.map +1 -1
  281. package/declarations/app/controllers/user-topics-list.d.ts +3 -0
  282. package/declarations/app/controllers/user-topics-list.d.ts.map +1 -1
  283. package/declarations/app/controllers/user.d.ts +8 -2
  284. package/declarations/app/controllers/user.d.ts.map +1 -1
  285. package/declarations/app/deprecation-workflow.d.ts.map +1 -1
  286. package/declarations/app/form-kit/components/fk/container.d.ts.map +1 -1
  287. package/declarations/app/form-kit/components/fk/control/emoji.d.ts.map +1 -1
  288. package/declarations/app/form-kit/components/fk/control/input.d.ts.map +1 -1
  289. package/declarations/app/form-kit/components/fk/control/select.d.ts.map +1 -1
  290. package/declarations/app/form-kit/components/fk/control/tag-chooser.d.ts.map +1 -1
  291. package/declarations/app/form-kit/components/fk/control/textarea.d.ts +1 -0
  292. package/declarations/app/form-kit/components/fk/control/textarea.d.ts.map +1 -1
  293. package/declarations/app/form-kit/components/fk/field-data.d.ts +15 -0
  294. package/declarations/app/form-kit/components/fk/field-data.d.ts.map +1 -1
  295. package/declarations/app/form-kit/components/fk/field.d.ts.map +1 -1
  296. package/declarations/app/form-kit/components/fk/section.d.ts.map +1 -1
  297. package/declarations/app/instance-initializers/auth-complete.d.ts.map +1 -1
  298. package/declarations/app/instance-initializers/{mobile.d.ts → embed-signin-popup-callback.d.ts} +1 -1
  299. package/declarations/app/instance-initializers/embed-signin-popup-callback.d.ts.map +1 -0
  300. package/declarations/app/instance-initializers/embed-storage-access.d.ts.map +1 -1
  301. package/declarations/app/instance-initializers/page-tracking.d.ts.map +1 -1
  302. package/declarations/app/lib/ajax.d.ts.map +1 -1
  303. package/declarations/app/lib/anonymous-action.d.ts +16 -0
  304. package/declarations/app/lib/anonymous-action.d.ts.map +1 -0
  305. package/declarations/app/lib/beacon-pageview.d.ts.map +1 -1
  306. package/declarations/app/lib/columns.d.ts.map +1 -1
  307. package/declarations/app/lib/composer/rich-editor-extensions.d.ts +1 -1
  308. package/declarations/app/lib/composer/rich-editor-extensions.d.ts.map +1 -1
  309. package/declarations/app/lib/composer/text-manipulation.d.ts +2 -2
  310. package/declarations/app/lib/composer/text-manipulation.d.ts.map +1 -1
  311. package/declarations/app/lib/ember-this-fallback/deprecations-helper.d.ts +9 -0
  312. package/declarations/app/lib/ember-this-fallback/deprecations-helper.d.ts.map +1 -0
  313. package/declarations/app/lib/ember-this-fallback/is-component.d.ts +6 -0
  314. package/declarations/app/lib/ember-this-fallback/is-component.d.ts.map +1 -0
  315. package/declarations/app/lib/ember-this-fallback/this-fallback-helper.d.ts +9 -0
  316. package/declarations/app/lib/ember-this-fallback/this-fallback-helper.d.ts.map +1 -0
  317. package/declarations/app/lib/ember-this-fallback/try-lookup-helper.d.ts +6 -0
  318. package/declarations/app/lib/ember-this-fallback/try-lookup-helper.d.ts.map +1 -0
  319. package/declarations/app/lib/lightbox.d.ts +1 -0
  320. package/declarations/app/lib/lightbox.d.ts.map +1 -1
  321. package/declarations/app/lib/link-mentions.d.ts.map +1 -1
  322. package/declarations/app/lib/mobile.d.ts +0 -6
  323. package/declarations/app/lib/mobile.d.ts.map +1 -1
  324. package/declarations/app/lib/notification-types/replied.d.ts +9 -0
  325. package/declarations/app/lib/notification-types/replied.d.ts.map +1 -0
  326. package/declarations/app/lib/notification-types-manager.d.ts.map +1 -1
  327. package/declarations/app/lib/on-before-category-types-change.d.ts +56 -0
  328. package/declarations/app/lib/on-before-category-types-change.d.ts.map +1 -0
  329. package/declarations/app/lib/plugin-api.d.ts +35 -3
  330. package/declarations/app/lib/plugin-api.d.ts.map +1 -1
  331. package/declarations/app/lib/plugin-connectors.d.ts +2 -2
  332. package/declarations/app/lib/plugin-connectors.d.ts.map +1 -1
  333. package/declarations/app/lib/popular-themes.d.ts +3 -0
  334. package/declarations/app/lib/popular-themes.d.ts.map +1 -1
  335. package/declarations/app/lib/registry/transformers.d.ts.map +1 -1
  336. package/declarations/app/lib/render-tag.d.ts.map +1 -1
  337. package/declarations/app/lib/search.d.ts +3 -2
  338. package/declarations/app/lib/search.d.ts.map +1 -1
  339. package/declarations/app/lib/textarea-text-manipulation.d.ts +3 -2
  340. package/declarations/app/lib/textarea-text-manipulation.d.ts.map +1 -1
  341. package/declarations/app/lib/uppy/composer-upload.d.ts.map +1 -1
  342. package/declarations/app/lib/uppy-chunked-upload.d.ts.map +1 -1
  343. package/declarations/app/lib/uppy-plugin-base.d.ts +1 -1
  344. package/declarations/app/lib/uppy-plugin-base.d.ts.map +1 -1
  345. package/declarations/app/lib/url.d.ts.map +1 -1
  346. package/declarations/app/lib/webauthn.d.ts +3 -1
  347. package/declarations/app/lib/webauthn.d.ts.map +1 -1
  348. package/declarations/app/models/category.d.ts +1 -0
  349. package/declarations/app/models/category.d.ts.map +1 -1
  350. package/declarations/app/models/composer.d.ts +3 -0
  351. package/declarations/app/models/composer.d.ts.map +1 -1
  352. package/declarations/app/models/reviewable.d.ts.map +1 -1
  353. package/declarations/app/models/site.d.ts.map +1 -1
  354. package/declarations/app/models/topic.d.ts.map +1 -1
  355. package/declarations/app/models/user-draft.d.ts.map +1 -1
  356. package/declarations/app/models/user.d.ts.map +1 -1
  357. package/declarations/app/routes/application.d.ts +1 -1
  358. package/declarations/app/routes/application.d.ts.map +1 -1
  359. package/declarations/app/routes/nested-post.d.ts +8 -0
  360. package/declarations/app/routes/nested-post.d.ts.map +1 -1
  361. package/declarations/app/routes/nested.d.ts +5 -0
  362. package/declarations/app/routes/nested.d.ts.map +1 -1
  363. package/declarations/app/routes/second-factor-auth.d.ts.map +1 -1
  364. package/declarations/app/routes/tag/show.d.ts.map +1 -1
  365. package/declarations/app/routes/topic/from-params.d.ts +2 -0
  366. package/declarations/app/routes/topic/from-params.d.ts.map +1 -1
  367. package/declarations/app/routes/topic.d.ts +2 -2
  368. package/declarations/app/routes/topic.d.ts.map +1 -1
  369. package/declarations/app/services/category-type-chooser.d.ts +5 -4
  370. package/declarations/app/services/category-type-chooser.d.ts.map +1 -1
  371. package/declarations/app/services/composer.d.ts +2 -0
  372. package/declarations/app/services/composer.d.ts.map +1 -1
  373. package/declarations/app/services/embed-auth-flow.d.ts +28 -0
  374. package/declarations/app/services/embed-auth-flow.d.ts.map +1 -0
  375. package/declarations/app/services/keyboard-shortcuts.d.ts +2 -1
  376. package/declarations/app/services/keyboard-shortcuts.d.ts.map +1 -1
  377. package/declarations/app/services/media-optimization-worker.d.ts +1 -0
  378. package/declarations/app/services/media-optimization-worker.d.ts.map +1 -1
  379. package/declarations/app/services/store.d.ts.map +1 -1
  380. package/declarations/app/static/dev-tools/plugin-outlet-debug/outlet-info.d.ts +14 -0
  381. package/declarations/app/static/dev-tools/plugin-outlet-debug/outlet-info.d.ts.map +1 -1
  382. package/declarations/app/static/dev-tools/plugin-outlet-debug/patch.d.ts.map +1 -1
  383. package/declarations/app/static/dev-tools/toolbar.d.ts +0 -1
  384. package/declarations/app/static/dev-tools/toolbar.d.ts.map +1 -1
  385. package/declarations/app/static/full-calendar-bundle.d.ts +1 -0
  386. package/declarations/app/static/prosemirror/components/image-node-view.d.ts +5 -0
  387. package/declarations/app/static/prosemirror/components/image-node-view.d.ts.map +1 -1
  388. package/declarations/app/static/prosemirror/components/upload-placeholder-node-view.d.ts +14 -0
  389. package/declarations/app/static/prosemirror/components/upload-placeholder-node-view.d.ts.map +1 -0
  390. package/declarations/app/static/prosemirror/extensions/hashtag.d.ts.map +1 -1
  391. package/declarations/app/static/prosemirror/extensions/image.d.ts.map +1 -1
  392. package/declarations/app/static/prosemirror/extensions/mention.d.ts.map +1 -1
  393. package/declarations/app/static/prosemirror/extensions/register-default.d.ts.map +1 -1
  394. package/declarations/app/static/prosemirror/extensions/upload-placeholder.d.ts +4 -0
  395. package/declarations/app/static/prosemirror/extensions/upload-placeholder.d.ts.map +1 -0
  396. package/declarations/app/static/prosemirror/lib/text-manipulation.d.ts +3 -2
  397. package/declarations/app/static/prosemirror/lib/text-manipulation.d.ts.map +1 -1
  398. package/declarations/app/templates/user/collapsed-info.d.ts.map +1 -1
  399. package/declarations/app/{components/async-content.d.ts → ui-kit/d-async-content.d.ts} +2 -2
  400. package/declarations/app/ui-kit/d-async-content.d.ts.map +1 -0
  401. package/declarations/app/ui-kit/d-autocomplete-results.d.ts.map +1 -0
  402. package/declarations/app/{components/avatar-flair.d.ts → ui-kit/d-avatar-flair.d.ts} +2 -2
  403. package/declarations/app/ui-kit/d-avatar-flair.d.ts.map +1 -0
  404. package/declarations/app/{components/badge-button.d.ts → ui-kit/d-badge-button.d.ts} +2 -2
  405. package/declarations/app/ui-kit/d-badge-button.d.ts.map +1 -0
  406. package/declarations/app/{components/badge-card.d.ts → ui-kit/d-badge-card.d.ts} +2 -2
  407. package/declarations/app/ui-kit/d-badge-card.d.ts.map +1 -0
  408. package/declarations/app/ui-kit/d-breadcrumbs-container.d.ts.map +1 -0
  409. package/declarations/app/ui-kit/d-breadcrumbs-item.d.ts.map +1 -0
  410. package/declarations/app/ui-kit/d-button.d.ts.map +1 -0
  411. package/declarations/app/{components/calendar-date-time-input.d.ts → ui-kit/d-calendar-date-time-input.d.ts} +2 -2
  412. package/declarations/app/{components/calendar-date-time-input.d.ts.map → ui-kit/d-calendar-date-time-input.d.ts.map} +1 -1
  413. package/declarations/app/{components/cdn-img.d.ts → ui-kit/d-cdn-img.d.ts} +2 -2
  414. package/declarations/app/ui-kit/d-cdn-img.d.ts.map +1 -0
  415. package/declarations/app/{components/dropdown-menu.d.ts → ui-kit/d-char-counter.d.ts} +3 -3
  416. package/declarations/app/ui-kit/d-char-counter.d.ts.map +1 -0
  417. package/declarations/app/{components/color-picker-choice.d.ts → ui-kit/d-color-picker-choice.d.ts} +2 -2
  418. package/declarations/app/ui-kit/d-color-picker-choice.d.ts.map +1 -0
  419. package/declarations/app/{components/color-picker.d.ts → ui-kit/d-color-picker.d.ts} +2 -2
  420. package/declarations/app/ui-kit/d-color-picker.d.ts.map +1 -0
  421. package/declarations/app/ui-kit/d-combo-button.d.ts.map +1 -0
  422. package/declarations/app/ui-kit/d-conditional-in-element.d.ts +3 -0
  423. package/declarations/app/ui-kit/d-conditional-in-element.d.ts.map +1 -0
  424. package/declarations/app/{components/conditional-loading-section.d.ts → ui-kit/d-conditional-loading-section.d.ts} +2 -2
  425. package/declarations/app/ui-kit/d-conditional-loading-section.d.ts.map +1 -0
  426. package/declarations/app/ui-kit/d-conditional-loading-spinner.d.ts +3 -0
  427. package/declarations/app/ui-kit/d-conditional-loading-spinner.d.ts.map +1 -0
  428. package/declarations/app/{components/cook-text.d.ts → ui-kit/d-cook-text.d.ts} +2 -2
  429. package/declarations/app/ui-kit/d-cook-text.d.ts.map +1 -0
  430. package/declarations/app/{components/copy-button.d.ts → ui-kit/d-copy-button.d.ts} +3 -2
  431. package/declarations/app/ui-kit/d-copy-button.d.ts.map +1 -0
  432. package/declarations/app/{components/count-i18n.d.ts → ui-kit/d-count-i18n.d.ts} +2 -2
  433. package/declarations/app/ui-kit/d-count-i18n.d.ts.map +1 -0
  434. package/declarations/app/{components/custom-html.d.ts → ui-kit/d-custom-html.d.ts} +2 -2
  435. package/declarations/app/ui-kit/d-custom-html.d.ts.map +1 -0
  436. package/declarations/app/{components/date-input.d.ts → ui-kit/d-date-input.d.ts} +2 -2
  437. package/declarations/app/{components/date-input.d.ts.map → ui-kit/d-date-input.d.ts.map} +1 -1
  438. package/declarations/app/{components/date-picker.d.ts → ui-kit/d-date-picker.d.ts} +2 -2
  439. package/declarations/app/ui-kit/d-date-picker.d.ts.map +1 -0
  440. package/declarations/app/{components/date-time-input-range.d.ts → ui-kit/d-date-time-input-range.d.ts} +2 -2
  441. package/declarations/app/ui-kit/d-date-time-input-range.d.ts.map +1 -0
  442. package/declarations/app/{components/date-time-input.d.ts → ui-kit/d-date-time-input.d.ts} +2 -2
  443. package/declarations/app/ui-kit/d-date-time-input.d.ts.map +1 -0
  444. package/declarations/app/{components/decorated-html.d.ts → ui-kit/d-decorated-html.d.ts} +2 -2
  445. package/declarations/app/{components/decorated-html.d.ts.map → ui-kit/d-decorated-html.d.ts.map} +1 -1
  446. package/declarations/app/ui-kit/d-dropdown-menu.d.ts +3 -0
  447. package/declarations/app/ui-kit/d-dropdown-menu.d.ts.map +1 -0
  448. package/declarations/app/ui-kit/d-editor.d.ts.map +1 -0
  449. package/declarations/app/{components/char-counter.d.ts → ui-kit/d-empty-state.d.ts} +3 -3
  450. package/declarations/app/ui-kit/d-empty-state.d.ts.map +1 -0
  451. package/declarations/app/{components/toggle-password-mask.d.ts → ui-kit/d-expanding-text-area.d.ts} +3 -3
  452. package/declarations/app/ui-kit/d-expanding-text-area.d.ts.map +1 -0
  453. package/declarations/app/{components/filter-input.d.ts → ui-kit/d-filter-input.d.ts} +2 -2
  454. package/declarations/app/ui-kit/d-filter-input.d.ts.map +1 -0
  455. package/declarations/app/{components/flash-message.d.ts → ui-kit/d-flash-message.d.ts} +2 -2
  456. package/declarations/app/ui-kit/d-flash-message.d.ts.map +1 -0
  457. package/declarations/app/{components/future-date-input.d.ts → ui-kit/d-future-date-input.d.ts} +2 -2
  458. package/declarations/app/{components/future-date-input.d.ts.map → ui-kit/d-future-date-input.d.ts.map} +1 -1
  459. package/declarations/app/{components/highlighted-code.d.ts → ui-kit/d-highlighted-code.d.ts} +2 -2
  460. package/declarations/app/ui-kit/d-highlighted-code.d.ts.map +1 -0
  461. package/declarations/app/{components/horizontal-overflow-nav.d.ts → ui-kit/d-horizontal-overflow-nav.d.ts} +2 -2
  462. package/declarations/app/{components/horizontal-overflow-nav.d.ts.map → ui-kit/d-horizontal-overflow-nav.d.ts.map} +1 -1
  463. package/declarations/app/{components/html-with-links.d.ts → ui-kit/d-html-with-links.d.ts} +2 -2
  464. package/declarations/app/ui-kit/d-html-with-links.d.ts.map +1 -0
  465. package/declarations/app/ui-kit/d-icon-grid-picker/content.d.ts.map +1 -0
  466. package/declarations/app/{components → ui-kit}/d-icon-grid-picker/index.d.ts +7 -4
  467. package/declarations/app/ui-kit/d-icon-grid-picker/index.d.ts.map +1 -0
  468. package/declarations/app/ui-kit/d-input-tip.d.ts +3 -0
  469. package/declarations/app/ui-kit/d-input-tip.d.ts.map +1 -0
  470. package/declarations/app/{components/interpolated-translation.d.ts → ui-kit/d-interpolated-translation.d.ts} +2 -2
  471. package/declarations/app/ui-kit/d-interpolated-translation.d.ts.map +1 -0
  472. package/declarations/app/{components/light-dark-img.d.ts → ui-kit/d-light-dark-img.d.ts} +2 -2
  473. package/declarations/app/ui-kit/d-light-dark-img.d.ts.map +1 -0
  474. package/declarations/app/{components/load-more.d.ts → ui-kit/d-load-more.d.ts} +2 -2
  475. package/declarations/app/{components/load-more.d.ts.map → ui-kit/d-load-more.d.ts.map} +1 -1
  476. package/declarations/app/ui-kit/d-modal-cancel.d.ts.map +1 -0
  477. package/declarations/app/ui-kit/d-modal.d.ts.map +1 -0
  478. package/declarations/app/{components → ui-kit}/d-multi-select.d.ts +1 -0
  479. package/declarations/app/ui-kit/d-multi-select.d.ts.map +1 -0
  480. package/declarations/app/{components/nav-item.d.ts → ui-kit/d-nav-item.d.ts} +2 -2
  481. package/declarations/app/ui-kit/d-nav-item.d.ts.map +1 -0
  482. package/declarations/app/ui-kit/d-navigation-item.d.ts.map +1 -0
  483. package/declarations/app/{components/number-field.d.ts → ui-kit/d-number-field.d.ts} +3 -3
  484. package/declarations/app/ui-kit/d-number-field.d.ts.map +1 -0
  485. package/declarations/app/ui-kit/d-otp/index.d.ts.map +1 -0
  486. package/declarations/app/ui-kit/d-otp/slot.d.ts.map +1 -0
  487. package/declarations/app/ui-kit/d-page-action-button.d.ts.map +1 -0
  488. package/declarations/app/ui-kit/d-page-header.d.ts.map +1 -0
  489. package/declarations/app/ui-kit/d-page-subheader.d.ts.map +1 -0
  490. package/declarations/app/{components/password-field.d.ts → ui-kit/d-password-field.d.ts} +3 -3
  491. package/declarations/app/ui-kit/d-password-field.d.ts.map +1 -0
  492. package/declarations/app/{components/pick-files-button.d.ts → ui-kit/d-pick-files-button.d.ts} +2 -2
  493. package/declarations/app/{components/pick-files-button.d.ts.map → ui-kit/d-pick-files-button.d.ts.map} +1 -1
  494. package/declarations/app/{components/popup-input-tip.d.ts → ui-kit/d-popup-input-tip.d.ts} +2 -2
  495. package/declarations/app/{components/popup-input-tip.d.ts.map → ui-kit/d-popup-input-tip.d.ts.map} +1 -1
  496. package/declarations/app/{components/radio-button.d.ts → ui-kit/d-radio-button.d.ts} +2 -2
  497. package/declarations/app/ui-kit/d-radio-button.d.ts.map +1 -0
  498. package/declarations/app/ui-kit/d-relative-date.d.ts +3 -0
  499. package/declarations/app/ui-kit/d-relative-date.d.ts.map +1 -0
  500. package/declarations/app/{components/relative-time-picker.d.ts → ui-kit/d-relative-time-picker.d.ts} +2 -2
  501. package/declarations/app/ui-kit/d-relative-time-picker.d.ts.map +1 -0
  502. package/declarations/app/ui-kit/d-responsive-table.d.ts +3 -0
  503. package/declarations/app/ui-kit/d-responsive-table.d.ts.map +1 -0
  504. package/declarations/app/{components/save-controls.d.ts → ui-kit/d-save-controls.d.ts} +2 -2
  505. package/declarations/app/ui-kit/d-save-controls.d.ts.map +1 -0
  506. package/declarations/app/{components/second-factor-input.d.ts → ui-kit/d-second-factor-input.d.ts} +2 -2
  507. package/declarations/app/ui-kit/d-second-factor-input.d.ts.map +1 -0
  508. package/declarations/app/{components → ui-kit}/d-select.d.ts +1 -0
  509. package/declarations/app/ui-kit/d-select.d.ts.map +1 -0
  510. package/declarations/app/{components/small-user-list.d.ts → ui-kit/d-small-user-list.d.ts} +2 -2
  511. package/declarations/app/ui-kit/d-small-user-list.d.ts.map +1 -0
  512. package/declarations/app/ui-kit/d-stat-tiles.d.ts.map +1 -0
  513. package/declarations/app/{components/table-header-toggle.d.ts → ui-kit/d-table-header-toggle.d.ts} +2 -2
  514. package/declarations/app/ui-kit/d-table-header-toggle.d.ts.map +1 -0
  515. package/declarations/app/{components/tap-tile-grid.d.ts → ui-kit/d-tap-tile-grid.d.ts} +2 -2
  516. package/declarations/app/ui-kit/d-tap-tile-grid.d.ts.map +1 -0
  517. package/declarations/app/{components/tap-tile.d.ts → ui-kit/d-tap-tile.d.ts} +2 -2
  518. package/declarations/app/ui-kit/d-tap-tile.d.ts.map +1 -0
  519. package/declarations/app/{components/text-field.d.ts → ui-kit/d-text-field.d.ts} +2 -2
  520. package/declarations/app/ui-kit/d-text-field.d.ts.map +1 -0
  521. package/declarations/app/{components/textarea.d.ts → ui-kit/d-textarea.d.ts} +3 -3
  522. package/declarations/app/ui-kit/d-textarea.d.ts.map +1 -0
  523. package/declarations/app/{components/time-input.d.ts → ui-kit/d-time-input.d.ts} +2 -2
  524. package/declarations/app/ui-kit/d-time-input.d.ts.map +1 -0
  525. package/declarations/app/{components/time-shortcut-picker.d.ts → ui-kit/d-time-shortcut-picker.d.ts} +2 -2
  526. package/declarations/app/{components/time-shortcut-picker.d.ts.map → ui-kit/d-time-shortcut-picker.d.ts.map} +1 -1
  527. package/declarations/app/ui-kit/d-toggle-password-mask.d.ts +3 -0
  528. package/declarations/app/ui-kit/d-toggle-password-mask.d.ts.map +1 -0
  529. package/declarations/app/ui-kit/d-toggle-switch.d.ts.map +1 -0
  530. package/declarations/app/{components/user-avatar-flair.d.ts → ui-kit/d-user-avatar-flair.d.ts} +2 -2
  531. package/declarations/app/ui-kit/d-user-avatar-flair.d.ts.map +1 -0
  532. package/declarations/app/{components/user-avatar.d.ts → ui-kit/d-user-avatar.d.ts} +2 -2
  533. package/declarations/app/ui-kit/d-user-avatar.d.ts.map +1 -0
  534. package/declarations/app/{components/user-info.d.ts → ui-kit/d-user-info.d.ts} +2 -2
  535. package/declarations/app/ui-kit/d-user-info.d.ts.map +1 -0
  536. package/declarations/app/{components/user-link.d.ts → ui-kit/d-user-link.d.ts} +2 -2
  537. package/declarations/app/ui-kit/d-user-link.d.ts.map +1 -0
  538. package/declarations/app/{components/user-stat.d.ts → ui-kit/d-user-stat.d.ts} +2 -2
  539. package/declarations/app/ui-kit/d-user-stat.d.ts.map +1 -0
  540. package/declarations/app/{components/user-status-message.d.ts → ui-kit/d-user-status-message.d.ts} +2 -2
  541. package/declarations/app/ui-kit/d-user-status-message.d.ts.map +1 -0
  542. package/declarations/app/ui-kit/helpers/d-age-with-tooltip.d.ts +2 -0
  543. package/declarations/app/ui-kit/helpers/d-age-with-tooltip.d.ts.map +1 -0
  544. package/declarations/app/{helpers/avatar.d.ts → ui-kit/helpers/d-avatar.d.ts} +2 -2
  545. package/declarations/app/ui-kit/helpers/d-avatar.d.ts.map +1 -0
  546. package/declarations/app/ui-kit/helpers/d-base-path.d.ts +2 -0
  547. package/declarations/app/ui-kit/helpers/d-base-path.d.ts.map +1 -0
  548. package/declarations/app/ui-kit/helpers/d-bound-avatar-template.d.ts +2 -0
  549. package/declarations/app/ui-kit/helpers/d-bound-avatar-template.d.ts.map +1 -0
  550. package/declarations/app/ui-kit/helpers/d-bound-avatar.d.ts +2 -0
  551. package/declarations/app/ui-kit/helpers/d-bound-avatar.d.ts.map +1 -0
  552. package/declarations/app/ui-kit/helpers/d-bound-category-link.d.ts +2 -0
  553. package/declarations/app/ui-kit/helpers/d-bound-category-link.d.ts.map +1 -0
  554. package/declarations/app/ui-kit/helpers/d-category-badge.d.ts +2 -0
  555. package/declarations/app/ui-kit/helpers/d-category-badge.d.ts.map +1 -0
  556. package/declarations/app/{helpers/category-link.d.ts → ui-kit/helpers/d-category-link.d.ts} +2 -2
  557. package/declarations/app/ui-kit/helpers/d-category-link.d.ts.map +1 -0
  558. package/declarations/app/ui-kit/helpers/d-concat-class.d.ts +2 -0
  559. package/declarations/app/ui-kit/helpers/d-concat-class.d.ts.map +1 -0
  560. package/declarations/app/ui-kit/helpers/d-dasherize.d.ts +2 -0
  561. package/declarations/app/ui-kit/helpers/d-dasherize.d.ts.map +1 -0
  562. package/declarations/app/ui-kit/helpers/d-dir-span.d.ts +2 -0
  563. package/declarations/app/ui-kit/helpers/d-dir-span.d.ts.map +1 -0
  564. package/declarations/app/ui-kit/helpers/d-discourse-tag.d.ts +2 -0
  565. package/declarations/app/ui-kit/helpers/d-discourse-tag.d.ts.map +1 -0
  566. package/declarations/app/ui-kit/helpers/d-discourse-tags.d.ts +2 -0
  567. package/declarations/app/ui-kit/helpers/d-discourse-tags.d.ts.map +1 -0
  568. package/declarations/app/{helpers/element.d.ts → ui-kit/helpers/d-element.d.ts} +2 -2
  569. package/declarations/app/ui-kit/helpers/d-element.d.ts.map +1 -0
  570. package/declarations/app/ui-kit/helpers/d-emoji.d.ts +2 -0
  571. package/declarations/app/ui-kit/helpers/d-emoji.d.ts.map +1 -0
  572. package/declarations/app/ui-kit/helpers/d-format-date.d.ts +6 -0
  573. package/declarations/app/ui-kit/helpers/d-format-date.d.ts.map +1 -0
  574. package/declarations/app/ui-kit/helpers/d-format-duration.d.ts +2 -0
  575. package/declarations/app/ui-kit/helpers/d-format-duration.d.ts.map +1 -0
  576. package/declarations/app/ui-kit/helpers/d-icon-or-image.d.ts +2 -0
  577. package/declarations/app/ui-kit/helpers/d-icon-or-image.d.ts.map +1 -0
  578. package/declarations/app/ui-kit/helpers/d-icon.d.ts.map +1 -0
  579. package/declarations/app/ui-kit/helpers/d-loading-spinner.d.ts +4 -0
  580. package/declarations/app/ui-kit/helpers/d-loading-spinner.d.ts.map +1 -0
  581. package/declarations/app/ui-kit/helpers/d-number.d.ts +2 -0
  582. package/declarations/app/ui-kit/helpers/d-number.d.ts.map +1 -0
  583. package/declarations/app/ui-kit/helpers/d-replace-emoji.d.ts +2 -0
  584. package/declarations/app/ui-kit/helpers/d-replace-emoji.d.ts.map +1 -0
  585. package/declarations/app/ui-kit/helpers/d-topic-link.d.ts +2 -0
  586. package/declarations/app/ui-kit/helpers/d-topic-link.d.ts.map +1 -0
  587. package/declarations/app/ui-kit/helpers/d-unique-id.d.ts +2 -0
  588. package/declarations/app/ui-kit/helpers/d-unique-id.d.ts.map +1 -0
  589. package/declarations/app/ui-kit/helpers/d-user-avatar.d.ts +2 -0
  590. package/declarations/app/ui-kit/helpers/d-user-avatar.d.ts.map +1 -0
  591. package/declarations/app/{modifiers/auto-focus.d.ts → ui-kit/modifiers/d-auto-focus.d.ts} +2 -2
  592. package/declarations/app/ui-kit/modifiers/d-auto-focus.d.ts.map +1 -0
  593. package/declarations/app/ui-kit/modifiers/d-autocomplete.d.ts.map +1 -0
  594. package/declarations/app/{modifiers/close-on-click-outside.d.ts → ui-kit/modifiers/d-close-on-click-outside.d.ts} +2 -2
  595. package/declarations/app/ui-kit/modifiers/d-close-on-click-outside.d.ts.map +1 -0
  596. package/declarations/app/{modifiers/draggable.d.ts → ui-kit/modifiers/d-draggable.d.ts} +2 -2
  597. package/declarations/app/ui-kit/modifiers/d-draggable.d.ts.map +1 -0
  598. package/declarations/app/{modifiers/observe-intersection.d.ts → ui-kit/modifiers/d-observe-intersection.d.ts} +1 -1
  599. package/declarations/app/ui-kit/modifiers/d-observe-intersection.d.ts.map +1 -0
  600. package/declarations/app/{modifiers/on-resize.d.ts → ui-kit/modifiers/d-on-resize.d.ts} +2 -2
  601. package/declarations/app/ui-kit/modifiers/d-on-resize.d.ts.map +1 -0
  602. package/declarations/app/{modifiers/scroll-into-view.d.ts → ui-kit/modifiers/d-scroll-into-view.d.ts} +2 -2
  603. package/declarations/app/ui-kit/modifiers/d-scroll-into-view.d.ts.map +1 -0
  604. package/declarations/app/{modifiers/swipe.d.ts → ui-kit/modifiers/d-swipe.d.ts} +2 -2
  605. package/declarations/app/ui-kit/modifiers/d-swipe.d.ts.map +1 -0
  606. package/declarations/app/{modifiers/tab-to-sibling.d.ts → ui-kit/modifiers/d-tab-to-sibling.d.ts} +3 -3
  607. package/declarations/app/ui-kit/modifiers/d-tab-to-sibling.d.ts.map +1 -0
  608. package/declarations/app/{modifiers/trap-tab.d.ts → ui-kit/modifiers/d-trap-tab.d.ts} +2 -2
  609. package/declarations/app/ui-kit/modifiers/d-trap-tab.d.ts.map +1 -0
  610. package/declarations/app/ui-kit-shims.d.ts +2 -0
  611. package/declarations/app/ui-kit-shims.d.ts.map +1 -0
  612. package/declarations/config/environment.d.ts +1 -0
  613. package/declarations/config/environment.d.ts.map +1 -1
  614. package/declarations/float-kit/components/d-float-body.d.ts +1 -1
  615. package/declarations/float-kit/components/d-float-body.d.ts.map +1 -1
  616. package/declarations/float-kit/components/d-menu.d.ts.map +1 -1
  617. package/declarations/float-kit/lib/d-menu-instance.d.ts.map +1 -1
  618. package/declarations/float-kit/lib/d-toast-instance.d.ts.map +1 -1
  619. package/declarations/select-kit/components/category-chooser.d.ts.map +1 -1
  620. package/declarations/select-kit/components/category-drop.d.ts.map +1 -1
  621. package/declarations/select-kit/components/mini-tag-chooser.d.ts.map +1 -1
  622. package/declarations/select-kit/components/multi-select/multi-select-filter.d.ts.map +1 -1
  623. package/declarations/select-kit/components/multi-select/multi-select-header.d.ts.map +1 -1
  624. package/declarations/select-kit/components/select-kit/select-kit-filter.d.ts.map +1 -1
  625. package/declarations/select-kit/components/select-kit/single-select-header.d.ts.map +1 -1
  626. package/declarations/select-kit/components/select-kit.d.ts +1 -0
  627. package/declarations/select-kit/components/select-kit.d.ts.map +1 -1
  628. package/declarations/select-kit/components/tag-category-admin-dropdown.d.ts.map +1 -1
  629. package/declarations/select-kit/components/tag-chooser-row.d.ts.map +1 -1
  630. package/declarations/select-kit/components/tag-chooser.d.ts +1 -0
  631. package/declarations/select-kit/components/tag-chooser.d.ts.map +1 -1
  632. package/declarations/select-kit/components/tag-row.d.ts.map +1 -1
  633. package/declarations/select-kit/services/tag-utils.d.ts +1 -0
  634. package/declarations/select-kit/services/tag-utils.d.ts.map +1 -1
  635. package/declarations/tests/acceptance/composer-reply-to-test.d.ts +2 -0
  636. package/declarations/tests/acceptance/composer-reply-to-test.d.ts.map +1 -0
  637. package/declarations/tests/acceptance/mobile-new-dismiss-test.d.ts +2 -0
  638. package/declarations/tests/acceptance/mobile-new-dismiss-test.d.ts.map +1 -0
  639. package/declarations/tests/fixtures/category-fixtures.d.ts +16 -0
  640. package/declarations/tests/fixtures/category-fixtures.d.ts.map +1 -1
  641. package/declarations/tests/helpers/create-pretender.d.ts.map +1 -1
  642. package/declarations/tests/helpers/form-kit-assertions.d.ts.map +1 -1
  643. package/declarations/tests/helpers/form-kit-helper.d.ts +115 -0
  644. package/declarations/tests/helpers/form-kit-helper.d.ts.map +1 -1
  645. package/declarations/tests/helpers/qunit-helpers.d.ts.map +1 -1
  646. package/declarations/tests/integration/components/d-copy-button-test.d.ts +2 -0
  647. package/declarations/tests/integration/components/d-copy-button-test.d.ts.map +1 -0
  648. package/declarations/tests/integration/components/dashboard/activity-by-category-test.d.ts +2 -0
  649. package/declarations/tests/integration/components/dashboard/activity-by-category-test.d.ts.map +1 -0
  650. package/declarations/tests/integration/components/dashboard/configure-menu-test.d.ts +2 -0
  651. package/declarations/tests/integration/components/dashboard/configure-menu-test.d.ts.map +1 -0
  652. package/declarations/tests/integration/components/dashboard/date-range-picker-test.d.ts +2 -0
  653. package/declarations/tests/integration/components/dashboard/date-range-picker-test.d.ts.map +1 -0
  654. package/declarations/tests/integration/components/dashboard/date-range-test.d.ts +2 -0
  655. package/declarations/tests/integration/components/dashboard/date-range-test.d.ts.map +1 -0
  656. package/declarations/tests/integration/components/dashboard/engagement-test.d.ts +2 -0
  657. package/declarations/tests/integration/components/dashboard/engagement-test.d.ts.map +1 -0
  658. package/declarations/tests/integration/components/dashboard/highlights-test.d.ts +2 -0
  659. package/declarations/tests/integration/components/dashboard/highlights-test.d.ts.map +1 -0
  660. package/declarations/tests/integration/components/dashboard/kpi-tile-test.d.ts +2 -0
  661. package/declarations/tests/integration/components/dashboard/kpi-tile-test.d.ts.map +1 -0
  662. package/declarations/tests/integration/components/dashboard/section-test.d.ts +2 -0
  663. package/declarations/tests/integration/components/dashboard/section-test.d.ts.map +1 -0
  664. package/declarations/tests/integration/components/dashboard/skeleton-test.d.ts +2 -0
  665. package/declarations/tests/integration/components/dashboard/skeleton-test.d.ts.map +1 -0
  666. package/declarations/tests/integration/components/dashboard/trust-level-pipeline-test.d.ts +2 -0
  667. package/declarations/tests/integration/components/dashboard/trust-level-pipeline-test.d.ts.map +1 -0
  668. package/declarations/tests/integration/components/dashboard/whos-posting-test.d.ts +2 -0
  669. package/declarations/tests/integration/components/dashboard/whos-posting-test.d.ts.map +1 -0
  670. package/declarations/tests/integration/components/post/menu/post-users-menu-test.d.ts +2 -0
  671. package/declarations/tests/integration/components/post/menu/post-users-menu-test.d.ts.map +1 -0
  672. package/declarations/tests/integration/components/tag-info-test.d.ts +2 -0
  673. package/declarations/tests/integration/components/tag-info-test.d.ts.map +1 -0
  674. package/declarations/tests/integration/components/topic-dismiss-buttons-test.d.ts +2 -0
  675. package/declarations/tests/integration/components/topic-dismiss-buttons-test.d.ts.map +1 -0
  676. package/declarations/tests/integration/components/topic-list-post-count-or-badges-test.d.ts +2 -0
  677. package/declarations/tests/integration/components/topic-list-post-count-or-badges-test.d.ts.map +1 -0
  678. package/declarations/tests/integration/ui-kit/d-async-content-test.d.ts +2 -0
  679. package/declarations/tests/integration/ui-kit/d-async-content-test.d.ts.map +1 -0
  680. package/declarations/tests/integration/ui-kit/d-avatar-flair-test.d.ts +2 -0
  681. package/declarations/tests/integration/ui-kit/d-avatar-flair-test.d.ts.map +1 -0
  682. package/declarations/tests/integration/ui-kit/d-badge-button-test.d.ts +2 -0
  683. package/declarations/tests/integration/ui-kit/d-badge-button-test.d.ts.map +1 -0
  684. package/declarations/tests/integration/ui-kit/d-breadcrumbs-test.d.ts.map +1 -0
  685. package/declarations/tests/integration/ui-kit/d-button-test.d.ts.map +1 -0
  686. package/declarations/tests/integration/ui-kit/d-char-counter-test.d.ts +2 -0
  687. package/declarations/tests/integration/ui-kit/d-char-counter-test.d.ts.map +1 -0
  688. package/declarations/tests/integration/ui-kit/d-cook-text-test.d.ts +2 -0
  689. package/declarations/tests/integration/ui-kit/d-cook-text-test.d.ts.map +1 -0
  690. package/declarations/tests/integration/ui-kit/d-date-input-test.d.ts +2 -0
  691. package/declarations/tests/integration/ui-kit/d-date-input-test.d.ts.map +1 -0
  692. package/declarations/tests/integration/ui-kit/d-date-time-input-range-test.d.ts +2 -0
  693. package/declarations/tests/integration/ui-kit/d-date-time-input-range-test.d.ts.map +1 -0
  694. package/declarations/tests/integration/ui-kit/d-date-time-input-test.d.ts +2 -0
  695. package/declarations/tests/integration/ui-kit/d-date-time-input-test.d.ts.map +1 -0
  696. package/declarations/tests/integration/ui-kit/d-decorated-html-test.d.ts +2 -0
  697. package/declarations/tests/integration/ui-kit/d-decorated-html-test.d.ts.map +1 -0
  698. package/declarations/tests/integration/ui-kit/d-dropdown-menu-test.d.ts +2 -0
  699. package/declarations/tests/integration/ui-kit/d-dropdown-menu-test.d.ts.map +1 -0
  700. package/declarations/tests/integration/ui-kit/d-editor-test.d.ts.map +1 -0
  701. package/declarations/tests/integration/ui-kit/d-empty-state-test.d.ts +2 -0
  702. package/declarations/tests/integration/ui-kit/d-empty-state-test.d.ts.map +1 -0
  703. package/declarations/tests/integration/ui-kit/d-filter-input-test.d.ts +2 -0
  704. package/declarations/tests/integration/ui-kit/d-filter-input-test.d.ts.map +1 -0
  705. package/declarations/tests/integration/ui-kit/d-flash-message-test.d.ts +2 -0
  706. package/declarations/tests/integration/ui-kit/d-flash-message-test.d.ts.map +1 -0
  707. package/declarations/tests/integration/ui-kit/d-highlighted-code-test.d.ts +2 -0
  708. package/declarations/tests/integration/ui-kit/d-highlighted-code-test.d.ts.map +1 -0
  709. package/declarations/tests/integration/ui-kit/d-interpolated-translation-test.d.ts +2 -0
  710. package/declarations/tests/integration/ui-kit/d-interpolated-translation-test.d.ts.map +1 -0
  711. package/declarations/tests/integration/ui-kit/d-light-dark-img-test.d.ts +2 -0
  712. package/declarations/tests/integration/ui-kit/d-light-dark-img-test.d.ts.map +1 -0
  713. package/declarations/tests/integration/ui-kit/d-load-more-test.d.ts +2 -0
  714. package/declarations/tests/integration/ui-kit/d-load-more-test.d.ts.map +1 -0
  715. package/declarations/tests/integration/ui-kit/d-modal-test.d.ts.map +1 -0
  716. package/declarations/tests/integration/ui-kit/d-multi-select-test.d.ts.map +1 -0
  717. package/declarations/tests/integration/ui-kit/d-otp-test.d.ts.map +1 -0
  718. package/declarations/tests/integration/ui-kit/d-page-header-test.d.ts.map +1 -0
  719. package/declarations/tests/integration/ui-kit/d-page-subheader-test.d.ts.map +1 -0
  720. package/declarations/tests/integration/ui-kit/d-select-test.d.ts.map +1 -0
  721. package/declarations/tests/integration/ui-kit/d-small-user-list-test.d.ts +2 -0
  722. package/declarations/tests/integration/ui-kit/d-small-user-list-test.d.ts.map +1 -0
  723. package/declarations/tests/integration/ui-kit/d-stat-tiles-test.d.ts.map +1 -0
  724. package/declarations/tests/integration/ui-kit/d-time-input-test.d.ts +2 -0
  725. package/declarations/tests/integration/ui-kit/d-time-input-test.d.ts.map +1 -0
  726. package/declarations/tests/integration/ui-kit/d-time-shortcut-picker-test.d.ts +2 -0
  727. package/declarations/tests/integration/ui-kit/d-time-shortcut-picker-test.d.ts.map +1 -0
  728. package/declarations/tests/integration/ui-kit/d-toggle-switch-test.d.ts.map +1 -0
  729. package/declarations/tests/integration/ui-kit/d-user-avatar-flair-test.d.ts +2 -0
  730. package/declarations/tests/integration/ui-kit/d-user-avatar-flair-test.d.ts.map +1 -0
  731. package/declarations/tests/integration/ui-kit/d-user-info-test.d.ts +2 -0
  732. package/declarations/tests/integration/ui-kit/d-user-info-test.d.ts.map +1 -0
  733. package/declarations/tests/integration/ui-kit/d-user-status-message-test.d.ts +2 -0
  734. package/declarations/tests/integration/ui-kit/d-user-status-message-test.d.ts.map +1 -0
  735. package/declarations/tests/integration/ui-kit/helpers/d-category-badge-test.d.ts +2 -0
  736. package/declarations/tests/integration/ui-kit/helpers/d-category-badge-test.d.ts.map +1 -0
  737. package/declarations/tests/integration/ui-kit/helpers/d-category-link-test.d.ts +2 -0
  738. package/declarations/tests/integration/ui-kit/helpers/d-category-link-test.d.ts.map +1 -0
  739. package/declarations/tests/integration/ui-kit/helpers/d-concat-class-test.d.ts +2 -0
  740. package/declarations/tests/integration/ui-kit/helpers/d-concat-class-test.d.ts.map +1 -0
  741. package/declarations/tests/integration/ui-kit/helpers/d-emoji-test.d.ts +2 -0
  742. package/declarations/tests/integration/ui-kit/helpers/d-emoji-test.d.ts.map +1 -0
  743. package/declarations/tests/integration/ui-kit/helpers/d-icon-test.d.ts.map +1 -0
  744. package/declarations/tests/integration/ui-kit/helpers/d-replace-emoji-test.d.ts +2 -0
  745. package/declarations/tests/integration/ui-kit/helpers/d-replace-emoji-test.d.ts.map +1 -0
  746. package/declarations/tests/integration/ui-kit/modifiers/d-tab-to-sibling-test.d.ts +2 -0
  747. package/declarations/tests/integration/ui-kit/modifiers/d-tab-to-sibling-test.d.ts.map +1 -0
  748. package/declarations/tests/setup-tests.d.ts.map +1 -1
  749. package/declarations/tests/unit/lib/lightbox-sort-test.d.ts +2 -0
  750. package/declarations/tests/unit/lib/lightbox-sort-test.d.ts.map +1 -0
  751. package/declarations/tests/unit/lib/notification-types/replied-test.d.ts +2 -0
  752. package/declarations/tests/unit/lib/notification-types/replied-test.d.ts.map +1 -0
  753. package/declarations/tests/unit/lib/on-before-category-types-change-test.d.ts +2 -0
  754. package/declarations/tests/unit/lib/on-before-category-types-change-test.d.ts.map +1 -0
  755. package/declarations/tests/unit/services/embed-auth-flow-test.d.ts +2 -0
  756. package/declarations/tests/unit/services/embed-auth-flow-test.d.ts.map +1 -0
  757. package/declarations/tsconfig.tsbuildinfo +1 -1
  758. package/external-types/ember__test-helpers/package.json +4 -4
  759. package/package.json +1 -1
  760. package/declarations/admin/components/edit-category-general.d.ts +0 -31
  761. package/declarations/admin/components/edit-category-general.d.ts.map +0 -1
  762. package/declarations/admin/components/edit-category-images.d.ts +0 -17
  763. package/declarations/admin/components/edit-category-images.d.ts.map +0 -1
  764. package/declarations/admin/components/edit-category-security.d.ts +0 -11
  765. package/declarations/admin/components/edit-category-security.d.ts.map +0 -1
  766. package/declarations/admin/components/edit-category-settings.d.ts +0 -43
  767. package/declarations/admin/components/edit-category-settings.d.ts.map +0 -1
  768. package/declarations/admin/components/edit-category-tags.d.ts +0 -10
  769. package/declarations/admin/components/edit-category-tags.d.ts.map +0 -1
  770. package/declarations/admin/templates/edit-category/tabs-vertical.d.ts +0 -3
  771. package/declarations/admin/templates/edit-category/tabs-vertical.d.ts.map +0 -1
  772. package/declarations/app/components/async-content.d.ts.map +0 -1
  773. package/declarations/app/components/avatar-flair.d.ts.map +0 -1
  774. package/declarations/app/components/badge-button.d.ts.map +0 -1
  775. package/declarations/app/components/badge-card.d.ts.map +0 -1
  776. package/declarations/app/components/bulk-actions/append-tags.d.ts +0 -6
  777. package/declarations/app/components/bulk-actions/append-tags.d.ts.map +0 -1
  778. package/declarations/app/components/bulk-actions/change-tags.d.ts +0 -6
  779. package/declarations/app/components/bulk-actions/change-tags.d.ts.map +0 -1
  780. package/declarations/app/components/cdn-img.d.ts.map +0 -1
  781. package/declarations/app/components/char-counter.d.ts.map +0 -1
  782. package/declarations/app/components/color-picker-choice.d.ts.map +0 -1
  783. package/declarations/app/components/color-picker.d.ts.map +0 -1
  784. package/declarations/app/components/conditional-in-element.d.ts +0 -3
  785. package/declarations/app/components/conditional-in-element.d.ts.map +0 -1
  786. package/declarations/app/components/conditional-loading-section.d.ts.map +0 -1
  787. package/declarations/app/components/conditional-loading-spinner.d.ts +0 -3
  788. package/declarations/app/components/conditional-loading-spinner.d.ts.map +0 -1
  789. package/declarations/app/components/cook-text.d.ts.map +0 -1
  790. package/declarations/app/components/copy-button.d.ts.map +0 -1
  791. package/declarations/app/components/count-i18n.d.ts.map +0 -1
  792. package/declarations/app/components/custom-html.d.ts.map +0 -1
  793. package/declarations/app/components/d-autocomplete-results.d.ts.map +0 -1
  794. package/declarations/app/components/d-breadcrumbs-container.d.ts.map +0 -1
  795. package/declarations/app/components/d-breadcrumbs-item.d.ts.map +0 -1
  796. package/declarations/app/components/d-button.d.ts.map +0 -1
  797. package/declarations/app/components/d-combo-button.d.ts.map +0 -1
  798. package/declarations/app/components/d-editor.d.ts.map +0 -1
  799. package/declarations/app/components/d-icon-grid-picker/content.d.ts.map +0 -1
  800. package/declarations/app/components/d-icon-grid-picker/index.d.ts.map +0 -1
  801. package/declarations/app/components/d-modal-cancel.d.ts.map +0 -1
  802. package/declarations/app/components/d-modal.d.ts.map +0 -1
  803. package/declarations/app/components/d-multi-select.d.ts.map +0 -1
  804. package/declarations/app/components/d-navigation-item.d.ts.map +0 -1
  805. package/declarations/app/components/d-otp/index.d.ts.map +0 -1
  806. package/declarations/app/components/d-otp/slot.d.ts.map +0 -1
  807. package/declarations/app/components/d-page-action-button.d.ts.map +0 -1
  808. package/declarations/app/components/d-page-header.d.ts.map +0 -1
  809. package/declarations/app/components/d-page-subheader.d.ts.map +0 -1
  810. package/declarations/app/components/d-select.d.ts.map +0 -1
  811. package/declarations/app/components/d-stat-tiles.d.ts.map +0 -1
  812. package/declarations/app/components/d-textarea.d.ts +0 -3
  813. package/declarations/app/components/d-textarea.d.ts.map +0 -1
  814. package/declarations/app/components/d-toggle-switch.d.ts.map +0 -1
  815. package/declarations/app/components/date-picker.d.ts.map +0 -1
  816. package/declarations/app/components/date-time-input-range.d.ts.map +0 -1
  817. package/declarations/app/components/date-time-input.d.ts.map +0 -1
  818. package/declarations/app/components/dialog-messages/permanently-delete-confirm.d.ts +0 -26
  819. package/declarations/app/components/dialog-messages/permanently-delete-confirm.d.ts.map +0 -1
  820. package/declarations/app/components/dropdown-menu.d.ts.map +0 -1
  821. package/declarations/app/components/empty-state.d.ts +0 -3
  822. package/declarations/app/components/empty-state.d.ts.map +0 -1
  823. package/declarations/app/components/expanding-text-area.d.ts +0 -14
  824. package/declarations/app/components/expanding-text-area.d.ts.map +0 -1
  825. package/declarations/app/components/filter-input.d.ts.map +0 -1
  826. package/declarations/app/components/flash-message.d.ts.map +0 -1
  827. package/declarations/app/components/highlighted-code.d.ts.map +0 -1
  828. package/declarations/app/components/html-with-links.d.ts.map +0 -1
  829. package/declarations/app/components/input-tip.d.ts.map +0 -1
  830. package/declarations/app/components/interpolated-translation.d.ts.map +0 -1
  831. package/declarations/app/components/light-dark-img.d.ts.map +0 -1
  832. package/declarations/app/components/nav-item.d.ts.map +0 -1
  833. package/declarations/app/components/number-field.d.ts.map +0 -1
  834. package/declarations/app/components/password-field.d.ts.map +0 -1
  835. package/declarations/app/components/radio-button.d.ts.map +0 -1
  836. package/declarations/app/components/relative-date.d.ts +0 -3
  837. package/declarations/app/components/relative-date.d.ts.map +0 -1
  838. package/declarations/app/components/relative-time-picker.d.ts.map +0 -1
  839. package/declarations/app/components/responsive-table.d.ts +0 -3
  840. package/declarations/app/components/responsive-table.d.ts.map +0 -1
  841. package/declarations/app/components/save-controls.d.ts.map +0 -1
  842. package/declarations/app/components/second-factor-input.d.ts.map +0 -1
  843. package/declarations/app/components/small-user-list.d.ts.map +0 -1
  844. package/declarations/app/components/table-header-toggle.d.ts.map +0 -1
  845. package/declarations/app/components/tap-tile-grid.d.ts.map +0 -1
  846. package/declarations/app/components/tap-tile.d.ts.map +0 -1
  847. package/declarations/app/components/text-field.d.ts.map +0 -1
  848. package/declarations/app/components/textarea.d.ts.map +0 -1
  849. package/declarations/app/components/time-input.d.ts.map +0 -1
  850. package/declarations/app/components/toggle-password-mask.d.ts.map +0 -1
  851. package/declarations/app/components/user-avatar-flair.d.ts.map +0 -1
  852. package/declarations/app/components/user-avatar.d.ts.map +0 -1
  853. package/declarations/app/components/user-info.d.ts.map +0 -1
  854. package/declarations/app/components/user-link.d.ts.map +0 -1
  855. package/declarations/app/components/user-stat.d.ts.map +0 -1
  856. package/declarations/app/components/user-status-message.d.ts.map +0 -1
  857. package/declarations/app/connectors/category-custom-settings/nested-replies-settings.d.ts +0 -6
  858. package/declarations/app/connectors/category-custom-settings/nested-replies-settings.d.ts.map +0 -1
  859. package/declarations/app/connectors/topic-navigation/nested-view-link.d.ts +0 -7
  860. package/declarations/app/connectors/topic-navigation/nested-view-link.d.ts.map +0 -1
  861. package/declarations/app/helpers/age-with-tooltip.d.ts +0 -2
  862. package/declarations/app/helpers/age-with-tooltip.d.ts.map +0 -1
  863. package/declarations/app/helpers/avatar.d.ts.map +0 -1
  864. package/declarations/app/helpers/base-path.d.ts +0 -2
  865. package/declarations/app/helpers/base-path.d.ts.map +0 -1
  866. package/declarations/app/helpers/bound-avatar-template.d.ts +0 -2
  867. package/declarations/app/helpers/bound-avatar-template.d.ts.map +0 -1
  868. package/declarations/app/helpers/bound-avatar.d.ts +0 -2
  869. package/declarations/app/helpers/bound-avatar.d.ts.map +0 -1
  870. package/declarations/app/helpers/bound-category-link.d.ts +0 -2
  871. package/declarations/app/helpers/bound-category-link.d.ts.map +0 -1
  872. package/declarations/app/helpers/category-badge.d.ts +0 -2
  873. package/declarations/app/helpers/category-badge.d.ts.map +0 -1
  874. package/declarations/app/helpers/category-link.d.ts.map +0 -1
  875. package/declarations/app/helpers/concat-class.d.ts +0 -2
  876. package/declarations/app/helpers/concat-class.d.ts.map +0 -1
  877. package/declarations/app/helpers/d-icon.d.ts.map +0 -1
  878. package/declarations/app/helpers/dasherize.d.ts +0 -2
  879. package/declarations/app/helpers/dasherize.d.ts.map +0 -1
  880. package/declarations/app/helpers/dir-span.d.ts +0 -2
  881. package/declarations/app/helpers/dir-span.d.ts.map +0 -1
  882. package/declarations/app/helpers/discourse-tag.d.ts +0 -2
  883. package/declarations/app/helpers/discourse-tag.d.ts.map +0 -1
  884. package/declarations/app/helpers/discourse-tags.d.ts +0 -2
  885. package/declarations/app/helpers/discourse-tags.d.ts.map +0 -1
  886. package/declarations/app/helpers/element.d.ts.map +0 -1
  887. package/declarations/app/helpers/emoji.d.ts +0 -2
  888. package/declarations/app/helpers/emoji.d.ts.map +0 -1
  889. package/declarations/app/helpers/format-date.d.ts +0 -6
  890. package/declarations/app/helpers/format-date.d.ts.map +0 -1
  891. package/declarations/app/helpers/format-duration.d.ts +0 -2
  892. package/declarations/app/helpers/format-duration.d.ts.map +0 -1
  893. package/declarations/app/helpers/icon-or-image.d.ts +0 -2
  894. package/declarations/app/helpers/icon-or-image.d.ts.map +0 -1
  895. package/declarations/app/helpers/loading-spinner.d.ts +0 -4
  896. package/declarations/app/helpers/loading-spinner.d.ts.map +0 -1
  897. package/declarations/app/helpers/number.d.ts +0 -2
  898. package/declarations/app/helpers/number.d.ts.map +0 -1
  899. package/declarations/app/helpers/replace-emoji.d.ts +0 -2
  900. package/declarations/app/helpers/replace-emoji.d.ts.map +0 -1
  901. package/declarations/app/helpers/topic-link.d.ts +0 -2
  902. package/declarations/app/helpers/topic-link.d.ts.map +0 -1
  903. package/declarations/app/helpers/unique-id.d.ts +0 -2
  904. package/declarations/app/helpers/unique-id.d.ts.map +0 -1
  905. package/declarations/app/helpers/user-avatar.d.ts +0 -2
  906. package/declarations/app/helpers/user-avatar.d.ts.map +0 -1
  907. package/declarations/app/instance-initializers/mobile.d.ts.map +0 -1
  908. package/declarations/app/models/store.d.ts +0 -2
  909. package/declarations/app/models/store.d.ts.map +0 -1
  910. package/declarations/app/modifiers/auto-focus.d.ts.map +0 -1
  911. package/declarations/app/modifiers/close-on-click-outside.d.ts.map +0 -1
  912. package/declarations/app/modifiers/d-autocomplete.d.ts.map +0 -1
  913. package/declarations/app/modifiers/draggable.d.ts.map +0 -1
  914. package/declarations/app/modifiers/observe-intersection.d.ts.map +0 -1
  915. package/declarations/app/modifiers/on-resize.d.ts.map +0 -1
  916. package/declarations/app/modifiers/scroll-into-view.d.ts.map +0 -1
  917. package/declarations/app/modifiers/swipe.d.ts.map +0 -1
  918. package/declarations/app/modifiers/tab-to-sibling.d.ts.map +0 -1
  919. package/declarations/app/modifiers/trap-tab.d.ts.map +0 -1
  920. package/declarations/app/static/dev-tools/mobile-view/button.d.ts +0 -7
  921. package/declarations/app/static/dev-tools/mobile-view/button.d.ts.map +0 -1
  922. package/declarations/tests/integration/components/async-content-test.d.ts +0 -2
  923. package/declarations/tests/integration/components/async-content-test.d.ts.map +0 -1
  924. package/declarations/tests/integration/components/avatar-flair-test.d.ts +0 -2
  925. package/declarations/tests/integration/components/avatar-flair-test.d.ts.map +0 -1
  926. package/declarations/tests/integration/components/badge-button-test.d.ts +0 -2
  927. package/declarations/tests/integration/components/badge-button-test.d.ts.map +0 -1
  928. package/declarations/tests/integration/components/char-counter-test.d.ts +0 -2
  929. package/declarations/tests/integration/components/char-counter-test.d.ts.map +0 -1
  930. package/declarations/tests/integration/components/cook-text-test.d.ts +0 -2
  931. package/declarations/tests/integration/components/cook-text-test.d.ts.map +0 -1
  932. package/declarations/tests/integration/components/d-breadcrumbs-test.d.ts.map +0 -1
  933. package/declarations/tests/integration/components/d-button-test.d.ts.map +0 -1
  934. package/declarations/tests/integration/components/d-editor-test.d.ts.map +0 -1
  935. package/declarations/tests/integration/components/d-modal-test.d.ts.map +0 -1
  936. package/declarations/tests/integration/components/d-multi-select-test.d.ts.map +0 -1
  937. package/declarations/tests/integration/components/d-otp-test.d.ts.map +0 -1
  938. package/declarations/tests/integration/components/d-page-header-test.d.ts.map +0 -1
  939. package/declarations/tests/integration/components/d-page-subheader-test.d.ts.map +0 -1
  940. package/declarations/tests/integration/components/d-select-test.d.ts.map +0 -1
  941. package/declarations/tests/integration/components/d-stat-tiles-test.d.ts.map +0 -1
  942. package/declarations/tests/integration/components/d-toggle-switch-test.d.ts.map +0 -1
  943. package/declarations/tests/integration/components/date-input-test.d.ts +0 -2
  944. package/declarations/tests/integration/components/date-input-test.d.ts.map +0 -1
  945. package/declarations/tests/integration/components/date-time-input-range-test.d.ts +0 -2
  946. package/declarations/tests/integration/components/date-time-input-range-test.d.ts.map +0 -1
  947. package/declarations/tests/integration/components/date-time-input-test.d.ts +0 -2
  948. package/declarations/tests/integration/components/date-time-input-test.d.ts.map +0 -1
  949. package/declarations/tests/integration/components/decorated-html-test.d.ts +0 -2
  950. package/declarations/tests/integration/components/decorated-html-test.d.ts.map +0 -1
  951. package/declarations/tests/integration/components/dropdown-menu-test.d.ts +0 -2
  952. package/declarations/tests/integration/components/dropdown-menu-test.d.ts.map +0 -1
  953. package/declarations/tests/integration/components/empty-state-test.d.ts +0 -2
  954. package/declarations/tests/integration/components/empty-state-test.d.ts.map +0 -1
  955. package/declarations/tests/integration/components/filter-input-test.d.ts +0 -2
  956. package/declarations/tests/integration/components/filter-input-test.d.ts.map +0 -1
  957. package/declarations/tests/integration/components/flash-message-test.d.ts +0 -2
  958. package/declarations/tests/integration/components/flash-message-test.d.ts.map +0 -1
  959. package/declarations/tests/integration/components/highlighted-code-test.d.ts +0 -2
  960. package/declarations/tests/integration/components/highlighted-code-test.d.ts.map +0 -1
  961. package/declarations/tests/integration/components/interpolated-translation-test.d.ts +0 -2
  962. package/declarations/tests/integration/components/interpolated-translation-test.d.ts.map +0 -1
  963. package/declarations/tests/integration/components/light-dark-img-test.d.ts +0 -2
  964. package/declarations/tests/integration/components/light-dark-img-test.d.ts.map +0 -1
  965. package/declarations/tests/integration/components/load-more-test.d.ts +0 -2
  966. package/declarations/tests/integration/components/load-more-test.d.ts.map +0 -1
  967. package/declarations/tests/integration/components/small-user-list-test.d.ts +0 -2
  968. package/declarations/tests/integration/components/small-user-list-test.d.ts.map +0 -1
  969. package/declarations/tests/integration/components/time-input-test.d.ts +0 -2
  970. package/declarations/tests/integration/components/time-input-test.d.ts.map +0 -1
  971. package/declarations/tests/integration/components/time-shortcut-picker-test.d.ts +0 -2
  972. package/declarations/tests/integration/components/time-shortcut-picker-test.d.ts.map +0 -1
  973. package/declarations/tests/integration/components/user-avatar-flair-test.d.ts +0 -2
  974. package/declarations/tests/integration/components/user-avatar-flair-test.d.ts.map +0 -1
  975. package/declarations/tests/integration/components/user-info-test.d.ts +0 -2
  976. package/declarations/tests/integration/components/user-info-test.d.ts.map +0 -1
  977. package/declarations/tests/integration/components/user-status-message-test.d.ts +0 -2
  978. package/declarations/tests/integration/components/user-status-message-test.d.ts.map +0 -1
  979. package/declarations/tests/integration/helpers/category-badge-test.d.ts +0 -2
  980. package/declarations/tests/integration/helpers/category-badge-test.d.ts.map +0 -1
  981. package/declarations/tests/integration/helpers/category-link-test.d.ts +0 -2
  982. package/declarations/tests/integration/helpers/category-link-test.d.ts.map +0 -1
  983. package/declarations/tests/integration/helpers/concat-class-test.d.ts +0 -2
  984. package/declarations/tests/integration/helpers/concat-class-test.d.ts.map +0 -1
  985. package/declarations/tests/integration/helpers/d-icon-test.d.ts.map +0 -1
  986. package/declarations/tests/integration/helpers/emoji-test.d.ts +0 -2
  987. package/declarations/tests/integration/helpers/emoji-test.d.ts.map +0 -1
  988. package/declarations/tests/integration/helpers/replace-emoji-test.d.ts +0 -2
  989. package/declarations/tests/integration/helpers/replace-emoji-test.d.ts.map +0 -1
  990. package/declarations/tests/integration/modifiers/tab-to-sibling-test.d.ts +0 -2
  991. package/declarations/tests/integration/modifiers/tab-to-sibling-test.d.ts.map +0 -1
  992. /package/declarations/app/{components → ui-kit}/d-autocomplete-results.d.ts +0 -0
  993. /package/declarations/app/{components → ui-kit}/d-breadcrumbs-container.d.ts +0 -0
  994. /package/declarations/app/{components → ui-kit}/d-breadcrumbs-item.d.ts +0 -0
  995. /package/declarations/app/{components → ui-kit}/d-button.d.ts +0 -0
  996. /package/declarations/app/{components → ui-kit}/d-combo-button.d.ts +0 -0
  997. /package/declarations/app/{components → ui-kit}/d-editor.d.ts +0 -0
  998. /package/declarations/app/{components → ui-kit}/d-icon-grid-picker/content.d.ts +0 -0
  999. /package/declarations/app/{components → ui-kit}/d-modal-cancel.d.ts +0 -0
  1000. /package/declarations/app/{components → ui-kit}/d-modal.d.ts +0 -0
  1001. /package/declarations/app/{components → ui-kit}/d-navigation-item.d.ts +0 -0
  1002. /package/declarations/app/{components → ui-kit}/d-otp/index.d.ts +0 -0
  1003. /package/declarations/app/{components → ui-kit}/d-otp/slot.d.ts +0 -0
  1004. /package/declarations/app/{components → ui-kit}/d-page-action-button.d.ts +0 -0
  1005. /package/declarations/app/{components → ui-kit}/d-page-header.d.ts +0 -0
  1006. /package/declarations/app/{components → ui-kit}/d-page-subheader.d.ts +0 -0
  1007. /package/declarations/app/{components → ui-kit}/d-stat-tiles.d.ts +0 -0
  1008. /package/declarations/app/{components → ui-kit}/d-toggle-switch.d.ts +0 -0
  1009. /package/declarations/app/{helpers → ui-kit/helpers}/d-icon.d.ts +0 -0
  1010. /package/declarations/app/{modifiers → ui-kit/modifiers}/d-autocomplete.d.ts +0 -0
  1011. /package/declarations/tests/integration/{components → ui-kit}/d-breadcrumbs-test.d.ts +0 -0
  1012. /package/declarations/tests/integration/{components → ui-kit}/d-button-test.d.ts +0 -0
  1013. /package/declarations/tests/integration/{components → ui-kit}/d-editor-test.d.ts +0 -0
  1014. /package/declarations/tests/integration/{components → ui-kit}/d-modal-test.d.ts +0 -0
  1015. /package/declarations/tests/integration/{components → ui-kit}/d-multi-select-test.d.ts +0 -0
  1016. /package/declarations/tests/integration/{components → ui-kit}/d-otp-test.d.ts +0 -0
  1017. /package/declarations/tests/integration/{components → ui-kit}/d-page-header-test.d.ts +0 -0
  1018. /package/declarations/tests/integration/{components → ui-kit}/d-page-subheader-test.d.ts +0 -0
  1019. /package/declarations/tests/integration/{components → ui-kit}/d-select-test.d.ts +0 -0
  1020. /package/declarations/tests/integration/{components → ui-kit}/d-stat-tiles-test.d.ts +0 -0
  1021. /package/declarations/tests/integration/{components → ui-kit}/d-toggle-switch-test.d.ts +0 -0
  1022. /package/declarations/tests/integration/{helpers → ui-kit/helpers}/d-icon-test.d.ts +0 -0
@@ -2,14 +2,16 @@ export const MAX_GLOBALLY_PINNED_TOPICS: 4;
2
2
  export default class PinOptionSection extends Component<any> {
3
3
  constructor(owner: import("@ember/-internals/owner").default, args: any);
4
4
  dialog: any;
5
- site: any;
6
- tipShownAt: boolean;
7
- get validation(): {
8
- failed: boolean;
9
- reason: any;
5
+ get formData(): {
6
+ pinUntil: any;
10
7
  };
11
- _isDateValid(): boolean;
12
- pin(): void;
8
+ validatePinUntil(name: any, value: any, { addError }: {
9
+ addError: any;
10
+ }): void;
11
+ handleDateSet(value: any, { set }: {
12
+ set: any;
13
+ }): void;
14
+ handleSubmit(): void;
13
15
  }
14
16
  import Component from "@glimmer/component";
15
17
  //# sourceMappingURL=pin-option-section.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pin-option-section.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/feature-topic/pin-option-section.gjs"],"names":[],"mappings":"AA4HA,yCAA0C,CAAC,CAAC;AAE5C;;IACE,YAAgB;IAChB,UAAc;IAEd,oBAA4B;IAE5B;;;MAOC;IAED,wBAGC;IAED,YAeC;CAiHF;sBAnKqB,oBAAoB"}
1
+ {"version":3,"file":"pin-option-section.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/feature-topic/pin-option-section.gjs"],"names":[],"mappings":"AA2GA,yCAA0C,CAAC,CAAC;AAE5C;;IACE,YAAgB;IAEhB;;MAGC;IAED;;aASC;IAED;;aAIC;IAED,qBAUC;CAuFF;sBAxIqB,oBAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"fullscreen-code.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/fullscreen-code.gjs"],"names":[],"mappings":"AAkEA;;IACE,UAAc;IACd,kBAAsB;IACtB,aAAiB;IAEjB,mBAIC;IAED,0CAWC;IANC,mCAIE;CAyCL;sBAxEqB,oBAAoB;6BAOb,iCAAiC"}
1
+ {"version":3,"file":"fullscreen-code.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/fullscreen-code.gjs"],"names":[],"mappings":"AAkEA;;IACE,UAAc;IACd,kBAAsB;IACtB,aAAiB;IAEjB,mBAIC;IAED,0CAWC;IANC,mCAIE;CAyCL;sBAxEqB,oBAAoB;6BAMb,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"file":"revision.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/history/revision.gjs"],"names":[],"mappings":"AAyLA;;IACE,UAAc;IACd,kBAAsB;CAgLvB;sBAhMqB,oBAAoB"}
1
+ {"version":3,"file":"revision.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/history/revision.gjs"],"names":[],"mappings":"AAkOA;;IACE,UAAc;IACd,kBAAsB;CAmOvB;sBAnPqB,oBAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"revisions.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/history/revisions.gjs"],"names":[],"mappings":"AAsNA;;IAEE,wBAA4B;IAE5B,yCAKC;IAED,iCAEC;IAED,wCAIC;IAED,gCAEC;IAED,0BAIC;IAED,yBAIC;CAgNF;sBA5QqB,kBAAkB;wBAChB,eAAe"}
1
+ {"version":3,"file":"revisions.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/history/revisions.gjs"],"names":[],"mappings":"AAkQA;;IAEE,wBAA4B;IAE5B,yCAKC;IAED,iCAEC;IAED,wCAIC;IAED,gCAEC;IAED,0BAIC;IAED,yBAIC;CA6PF;sBAzTqB,kBAAkB;wBAChB,eAAe"}
@@ -1,6 +1,7 @@
1
1
  export default class History extends Component<any> {
2
2
  constructor(...args: any[]);
3
3
  dialog: any;
4
+ modal: any;
4
5
  site: any;
5
6
  currentUser: any;
6
7
  siteSettings: any;
@@ -1 +1 @@
1
- {"version":3,"file":"history.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/history.gjs"],"names":[],"mappings":"AAsdA;IAaE,4BAGC;IAfD,YAAgB;IAChB,UAAc;IACd,iBAAqB;IACrB,kBAAsB;IAEtB,aAAiB;IACjB,kBAAsB;IACtB,iBAAqE;IACrE,cAAkB;IAClB,qBAA4B;IAC5B,WAAe;IAOf,6BAKC;IAED,gCAQC;IAED,4BAKC;IAED,4BAKC;IAED,gCAEC;IAED,4DAIC;IAED,8BAIC;IAED,yBAUC;IAED,qBAMC;IAED,wBAEC;IAED,4DAcC;IAED,8BAYC;IAED,6BAYC;IAED,4BAEC;IAED,2BAMC;IAED,gCAMC;IAED,sDAqBC;IAED,0CAIC;IAED,0CAIC;IAED,mDAqBC;IAED,8BAIC;IAED,4BAgBC;IAED,4BAUC;IAED,2BAUC;IAED,gCAIC;IAED,oCAIC;IAED,4CAIC;IAED,yBAGC;IAED,4BAMC;IAED,wBAGC;IAED,iCAMC;IAED,oBAGC;IAED,kCAcC;IAED,oBAGC;IAED,iBAIC;IAED,wBAGC;CAgGF;sBA/cqB,oBAAoB"}
1
+ {"version":3,"file":"history.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/history.gjs"],"names":[],"mappings":"AAseA;IAcE,4BAGC;IAhBD,YAAgB;IAChB,WAAe;IACf,UAAc;IACd,iBAAqB;IACrB,kBAAsB;IAEtB,aAAiB;IACjB,kBAAsB;IACtB,iBAAqE;IACrE,cAAkB;IAClB,qBAA4B;IAC5B,WAAe;IAOf,6BAKC;IAED,gCAQC;IAED,4BAKC;IAED,4BAKC;IAED,gCAEC;IAED,4DAIC;IAED,8BAIC;IAED,yBAUC;IAED,qBAMC;IAED,wBAEC;IAED,4DAcC;IAED,8BAYC;IAED,6BAYC;IAED,4BAEC;IAED,2BAMC;IAED,gCAMC;IAED,sDAqBC;IAED,0CAIC;IAED,0CAIC;IAED,mDAoCC;IAED,8BAIC;IAED,4BAgBC;IAED,4BAUC;IAED,2BAUC;IAED,gCAIC;IAED,oCAIC;IAED,4CAIC;IAED,yBAGC;IAED,4BAMC;IAED,wBAGC;IAED,iCAMC;IAED,oBAGC;IAED,kCAcC;IAED,oBAGC;IAED,iBAIC;IAED,wBAGC;CAgGF;sBA/dqB,oBAAoB"}
@@ -5,108 +5,420 @@ export default class KeyboardShortcutsHelp extends Component<any> {
5
5
  get shortcuts(): {
6
6
  jump_to: {
7
7
  shortcuts: {
8
- home: any;
9
- latest: any;
10
- new: any;
11
- unread: any;
12
- unseen: any;
13
- categories: any;
14
- top: any;
15
- bookmarks: any;
16
- profile: any;
8
+ home: {
9
+ shortcut: any;
10
+ shortcutTexts: any[];
11
+ description: any;
12
+ };
13
+ latest: {
14
+ shortcut: any;
15
+ shortcutTexts: any[];
16
+ description: any;
17
+ };
18
+ new: {
19
+ shortcut: any;
20
+ shortcutTexts: any[];
21
+ description: any;
22
+ };
23
+ unread: {
24
+ shortcut: any;
25
+ shortcutTexts: any[];
26
+ description: any;
27
+ };
28
+ unseen: {
29
+ shortcut: any;
30
+ shortcutTexts: any[];
31
+ description: any;
32
+ };
33
+ categories: {
34
+ shortcut: any;
35
+ shortcutTexts: any[];
36
+ description: any;
37
+ };
38
+ top: {
39
+ shortcut: any;
40
+ shortcutTexts: any[];
41
+ description: any;
42
+ };
43
+ bookmarks: {
44
+ shortcut: any;
45
+ shortcutTexts: any[];
46
+ description: any;
47
+ };
48
+ profile: {
49
+ shortcut: any;
50
+ shortcutTexts: any[];
51
+ description: any;
52
+ };
17
53
  };
18
54
  };
19
55
  application: {
20
56
  shortcuts: {
21
- hamburger_menu: any;
22
- user_profile_menu: any;
23
- create: any;
24
- show_incoming_updated_topics: any;
25
- search: any;
26
- filter_sidebar: any;
27
- help: any;
28
- bulk_select: any;
29
- dismiss: any;
30
- x: any;
31
- log_out: any;
57
+ hamburger_menu: {
58
+ shortcut: any;
59
+ shortcutTexts: any[];
60
+ description: any;
61
+ };
62
+ user_profile_menu: {
63
+ shortcut: any;
64
+ shortcutTexts: any[];
65
+ description: any;
66
+ };
67
+ create: {
68
+ shortcut: any;
69
+ shortcutTexts: any[];
70
+ description: any;
71
+ };
72
+ show_incoming_updated_topics: {
73
+ shortcut: any;
74
+ shortcutTexts: any[];
75
+ description: any;
76
+ };
77
+ search: {
78
+ shortcut: any;
79
+ shortcutTexts: any[];
80
+ description: any;
81
+ };
82
+ filter_sidebar: {
83
+ shortcut: any;
84
+ shortcutTexts: any[];
85
+ description: any;
86
+ };
87
+ help: {
88
+ shortcut: any;
89
+ shortcutTexts: any[];
90
+ description: any;
91
+ };
92
+ bulk_select: {
93
+ shortcut: any;
94
+ shortcutTexts: any[];
95
+ description: any;
96
+ };
97
+ dismiss: {
98
+ shortcut: any;
99
+ shortcutTexts: any[];
100
+ description: any;
101
+ };
102
+ x: {
103
+ shortcut: any;
104
+ shortcutTexts: any[];
105
+ description: any;
106
+ };
107
+ log_out: {
108
+ shortcut: any;
109
+ shortcutTexts: any[];
110
+ description: any;
111
+ };
32
112
  };
33
113
  };
34
114
  actions: {
35
115
  shortcuts: {
36
- bookmark_topic: any;
37
- reply_as_new_topic: any;
38
- reply_topic: any;
39
- reply_post: any;
40
- quote_post: any;
41
- pin_unpin_topic: any;
42
- share_topic: any;
43
- share_post: any;
44
- like: any;
45
- flag: any;
46
- bookmark: any;
47
- edit: any;
48
- delete: any;
49
- mark_muted: any;
50
- mark_regular: any;
51
- mark_tracking: any;
52
- mark_watching: any;
53
- print: any;
54
- defer: any;
55
- topic_admin_actions: any;
56
- archive_private_message: any;
116
+ bookmark_topic: {
117
+ shortcut: any;
118
+ shortcutTexts: any[];
119
+ description: any;
120
+ };
121
+ reply_as_new_topic: {
122
+ shortcut: any;
123
+ shortcutTexts: any[];
124
+ description: any;
125
+ };
126
+ reply_topic: {
127
+ shortcut: any;
128
+ shortcutTexts: any[];
129
+ description: any;
130
+ };
131
+ reply_post: {
132
+ shortcut: any;
133
+ shortcutTexts: any[];
134
+ description: any;
135
+ };
136
+ quote_post: {
137
+ shortcut: any;
138
+ shortcutTexts: any[];
139
+ description: any;
140
+ };
141
+ pin_unpin_topic: {
142
+ shortcut: any;
143
+ shortcutTexts: any[];
144
+ description: any;
145
+ };
146
+ share_topic: {
147
+ shortcut: any;
148
+ shortcutTexts: any[];
149
+ description: any;
150
+ };
151
+ share_post: {
152
+ shortcut: any;
153
+ shortcutTexts: any[];
154
+ description: any;
155
+ };
156
+ like: {
157
+ shortcut: any;
158
+ shortcutTexts: any[];
159
+ description: any;
160
+ };
161
+ flag: {
162
+ shortcut: any;
163
+ shortcutTexts: any[];
164
+ description: any;
165
+ };
166
+ bookmark: {
167
+ shortcut: any;
168
+ shortcutTexts: any[];
169
+ description: any;
170
+ };
171
+ edit: {
172
+ shortcut: any;
173
+ shortcutTexts: any[];
174
+ description: any;
175
+ };
176
+ delete: {
177
+ shortcut: any;
178
+ shortcutTexts: any[];
179
+ description: any;
180
+ };
181
+ mark_muted: {
182
+ shortcut: any;
183
+ shortcutTexts: any[];
184
+ description: any;
185
+ };
186
+ mark_regular: {
187
+ shortcut: any;
188
+ shortcutTexts: any[];
189
+ description: any;
190
+ };
191
+ mark_tracking: {
192
+ shortcut: any;
193
+ shortcutTexts: any[];
194
+ description: any;
195
+ };
196
+ mark_watching: {
197
+ shortcut: any;
198
+ shortcutTexts: any[];
199
+ description: any;
200
+ };
201
+ print: {
202
+ shortcut: any;
203
+ shortcutTexts: any[];
204
+ description: any;
205
+ };
206
+ defer: {
207
+ shortcut: any;
208
+ shortcutTexts: any[];
209
+ description: any;
210
+ };
211
+ topic_admin_actions: {
212
+ shortcut: any;
213
+ shortcutTexts: any[];
214
+ description: any;
215
+ };
216
+ archive_private_message: {
217
+ shortcut: any;
218
+ shortcutTexts: any[];
219
+ description: any;
220
+ };
57
221
  };
58
222
  };
59
223
  navigation: {
60
224
  shortcuts: {
61
- back: any;
62
- jump: any;
63
- up_down: any;
64
- open: any;
65
- open_new_window: any;
66
- next_prev: any;
67
- go_to_unread_post: any;
225
+ back: {
226
+ shortcut: any;
227
+ shortcutTexts: any[];
228
+ description: any;
229
+ };
230
+ jump: {
231
+ shortcut: any;
232
+ shortcutTexts: any[];
233
+ description: any;
234
+ };
235
+ up_down: {
236
+ shortcut: any;
237
+ shortcutTexts: any[];
238
+ description: any;
239
+ };
240
+ open: {
241
+ shortcut: any;
242
+ shortcutTexts: any[];
243
+ description: any;
244
+ };
245
+ open_new_window: {
246
+ shortcut: any;
247
+ shortcutTexts: any[];
248
+ description: any;
249
+ };
250
+ next_prev: {
251
+ shortcut: any;
252
+ shortcutTexts: any[];
253
+ description: any;
254
+ };
255
+ go_to_unread_post: {
256
+ shortcut: any;
257
+ shortcutTexts: any[];
258
+ description: any;
259
+ };
68
260
  };
69
261
  };
70
262
  composing: {
71
263
  shortcuts: {
72
- return: any;
73
- fullscreen: any;
74
- minimize: any;
75
- create_or_reply: any;
76
- insertCurrentTime: any;
77
- bold: any;
78
- italic: any;
79
- link: any;
80
- preformatted: any;
81
- paragraph: any;
82
- heading1: any;
83
- heading2: any;
84
- heading3: any;
85
- heading4: any;
86
- toggleDirection: any;
87
- orderedList: any;
88
- unorderedList: any;
89
- blockquote: any;
264
+ return: {
265
+ shortcut: any;
266
+ shortcutTexts: any[];
267
+ description: any;
268
+ };
269
+ fullscreen: {
270
+ shortcut: any;
271
+ shortcutTexts: any[];
272
+ description: any;
273
+ };
274
+ minimize: {
275
+ shortcut: any;
276
+ shortcutTexts: any[];
277
+ description: any;
278
+ };
279
+ create_or_reply: {
280
+ shortcut: any;
281
+ shortcutTexts: any[];
282
+ description: any;
283
+ };
284
+ insertCurrentTime: {
285
+ shortcut: any;
286
+ shortcutTexts: any[];
287
+ description: any;
288
+ };
289
+ bold: {
290
+ shortcut: any;
291
+ shortcutTexts: any[];
292
+ description: any;
293
+ };
294
+ italic: {
295
+ shortcut: any;
296
+ shortcutTexts: any[];
297
+ description: any;
298
+ };
299
+ link: {
300
+ shortcut: any;
301
+ shortcutTexts: any[];
302
+ description: any;
303
+ };
304
+ preformatted: {
305
+ shortcut: any;
306
+ shortcutTexts: any[];
307
+ description: any;
308
+ };
309
+ paragraph: {
310
+ shortcut: any;
311
+ shortcutTexts: any[];
312
+ description: any;
313
+ };
314
+ heading1: {
315
+ shortcut: any;
316
+ shortcutTexts: any[];
317
+ description: any;
318
+ };
319
+ heading2: {
320
+ shortcut: any;
321
+ shortcutTexts: any[];
322
+ description: any;
323
+ };
324
+ heading3: {
325
+ shortcut: any;
326
+ shortcutTexts: any[];
327
+ description: any;
328
+ };
329
+ heading4: {
330
+ shortcut: any;
331
+ shortcutTexts: any[];
332
+ description: any;
333
+ };
334
+ toggleDirection: {
335
+ shortcut: any;
336
+ shortcutTexts: any[];
337
+ description: any;
338
+ };
339
+ orderedList: {
340
+ shortcut: any;
341
+ shortcutTexts: any[];
342
+ description: any;
343
+ };
344
+ unorderedList: {
345
+ shortcut: any;
346
+ shortcutTexts: any[];
347
+ description: any;
348
+ };
349
+ blockquote: {
350
+ shortcut: any;
351
+ shortcutTexts: any[];
352
+ description: any;
353
+ };
90
354
  };
91
355
  };
92
356
  bookmarks: {
93
357
  shortcuts: {
94
- enter: any;
95
- later_today: any;
96
- later_this_week: any;
97
- tomorrow: any;
98
- next_business_week: any;
99
- next_business_day: any;
100
- custom: any;
101
- none: any;
102
- delete: any;
358
+ enter: {
359
+ shortcut: any;
360
+ shortcutTexts: any[];
361
+ description: any;
362
+ };
363
+ later_today: {
364
+ shortcut: any;
365
+ shortcutTexts: any[];
366
+ description: any;
367
+ };
368
+ later_this_week: {
369
+ shortcut: any;
370
+ shortcutTexts: any[];
371
+ description: any;
372
+ };
373
+ tomorrow: {
374
+ shortcut: any;
375
+ shortcutTexts: any[];
376
+ description: any;
377
+ };
378
+ next_business_week: {
379
+ shortcut: any;
380
+ shortcutTexts: any[];
381
+ description: any;
382
+ };
383
+ next_business_day: {
384
+ shortcut: any;
385
+ shortcutTexts: any[];
386
+ description: any;
387
+ };
388
+ custom: {
389
+ shortcut: any;
390
+ shortcutTexts: any[];
391
+ description: any;
392
+ };
393
+ none: {
394
+ shortcut: any;
395
+ shortcutTexts: any[];
396
+ description: any;
397
+ };
398
+ delete: {
399
+ shortcut: any;
400
+ shortcutTexts: any[];
401
+ description: any;
402
+ };
103
403
  };
104
404
  };
105
405
  search_menu: {
106
406
  shortcuts: {
107
- prev_next: any;
108
- insert_url: any;
109
- full_page_search: any;
407
+ prev_next: {
408
+ shortcut: any;
409
+ shortcutTexts: any[];
410
+ description: any;
411
+ };
412
+ insert_url: {
413
+ shortcut: any;
414
+ shortcutTexts: any[];
415
+ description: any;
416
+ };
417
+ full_page_search: {
418
+ shortcut: any;
419
+ shortcutTexts: any[];
420
+ description: any;
421
+ };
110
422
  };
111
423
  };
112
424
  };
@@ -117,15 +429,51 @@ export default class KeyboardShortcutsHelp extends Component<any> {
117
429
  _transformExtraDefinition(definition: any): any;
118
430
  _translateKeys(string: any): any;
119
431
  _buildJumpToSection(): {
120
- home: any;
121
- latest: any;
122
- new: any;
123
- unread: any;
124
- unseen: any;
125
- categories: any;
126
- top: any;
127
- bookmarks: any;
128
- profile: any;
432
+ home: {
433
+ shortcut: any;
434
+ shortcutTexts: any[];
435
+ description: any;
436
+ };
437
+ latest: {
438
+ shortcut: any;
439
+ shortcutTexts: any[];
440
+ description: any;
441
+ };
442
+ new: {
443
+ shortcut: any;
444
+ shortcutTexts: any[];
445
+ description: any;
446
+ };
447
+ unread: {
448
+ shortcut: any;
449
+ shortcutTexts: any[];
450
+ description: any;
451
+ };
452
+ unseen: {
453
+ shortcut: any;
454
+ shortcutTexts: any[];
455
+ description: any;
456
+ };
457
+ categories: {
458
+ shortcut: any;
459
+ shortcutTexts: any[];
460
+ description: any;
461
+ };
462
+ top: {
463
+ shortcut: any;
464
+ shortcutTexts: any[];
465
+ description: any;
466
+ };
467
+ bookmarks: {
468
+ shortcut: any;
469
+ shortcutTexts: any[];
470
+ description: any;
471
+ };
472
+ profile: {
473
+ shortcut: any;
474
+ shortcutTexts: any[];
475
+ description: any;
476
+ };
129
477
  };
130
478
  }
131
479
  import Component from "@glimmer/component";
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-shortcuts-help.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/keyboard-shortcuts-help.gjs"],"names":[],"mappings":"AAokBA;;IACE,iBAAqB;IAErB,mBAAyB;IAEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmPC;IAED,kCAGC;IAED,4BA0BC;IAED,2CAmBC;IAED,qDAMC;IAED,gDAoBC;IAED,iCAOC;IAED;;;;;;;;;;MAuBC;CAqFF;sBAzhBqB,oBAAoB"}
1
+ {"version":3,"file":"keyboard-shortcuts-help.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/keyboard-shortcuts-help.gjs"],"names":[],"mappings":"AAirBA;;IACE,iBAAqB;IAErB,mBAAyB;IAEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmPC;IAED,kCAGC;IAED,4BA2CC;IAED,2CAmBC;IAED,qDAMC;IAED,gDAoBC;IAED,iCAOC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBC;CAkJF;sBA3oBqB,oBAAoB"}
@@ -0,0 +1,11 @@
1
+ export default class NestedActivityLogItem extends Component<any> {
2
+ constructor(owner: import("@ember/-internals/owner").default, args: any);
3
+ get iconName(): any;
4
+ get description(): import("@ember/template").TrustedHTML;
5
+ get user(): {
6
+ username: any;
7
+ avatar_template: any;
8
+ };
9
+ }
10
+ import Component from "@glimmer/component";
11
+ //# sourceMappingURL=item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../../../../discourse/app/components/modal/nested-activity-log/item.gjs"],"names":[],"mappings":"AA6IA;;IACE,oBAGC;IAED,yDAEC;IAED;;;MAQC;CA+DF;sBAjIqB,oBAAoB"}
@@ -0,0 +1,8 @@
1
+ export default class NestedActivityLog extends Component<any> {
2
+ constructor(...args: any[]);
3
+ loading: boolean;
4
+ smallActions: any[];
5
+ fetchActivity(): Promise<void>;
6
+ }
7
+ import Component from "@glimmer/component";
8
+ //# sourceMappingURL=nested-activity-log.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nested-activity-log.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/nested-activity-log.gjs"],"names":[],"mappings":"AAqEA;IAIE,4BAGC;IAND,iBAAwB;IACxB,oBAA2B;IAO3B,+BAWC;CAyDF;sBAvFqB,oBAAoB"}
@@ -0,0 +1,13 @@
1
+ export default class PermanentlyDeleteConfirm extends Component<any> {
2
+ constructor(owner: import("@ember/-internals/owner").default, args: any);
3
+ inputtedConfirmPhrase: string;
4
+ get confirmPhrase(): any;
5
+ get phraseMatches(): boolean;
6
+ get showEasterEgg(): boolean;
7
+ onInput(event: any): void;
8
+ maybePlayEasterEggSound(): void;
9
+ confirm(): void;
10
+ #private;
11
+ }
12
+ import Component from "@glimmer/component";
13
+ //# sourceMappingURL=permanently-delete-confirm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permanently-delete-confirm.d.ts","sourceRoot":"","sources":["../../../../../discourse/app/components/modal/permanently-delete-confirm.gjs"],"names":[],"mappings":"AAkHA;;IACE,8BAAoC;IAIpC,yBAEC;IAED,6BAEC;IAED,6BAIC;IAED,0BAIC;IAED,gCAOC;IAED,gBAIC;;CAkFF;sBAtIqB,oBAAoB"}