@impartner/design-components 3.0.2 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/README.md +9 -8
  2. package/fesm2022/impartner-design-components.mjs +1668 -972
  3. package/fesm2022/impartner-design-components.mjs.map +1 -1
  4. package/index.d.ts +3634 -3
  5. package/package.json +9 -12
  6. package/constants/fontawesome-icons.d.ts +0 -6
  7. package/constants/index.d.ts +0 -1
  8. package/esm2022/constants/fontawesome-icons.mjs +0 -3012
  9. package/esm2022/constants/index.mjs +0 -2
  10. package/esm2022/impartner-design-components.mjs +0 -5
  11. package/esm2022/lib/alert/alert.component.mjs +0 -106
  12. package/esm2022/lib/alert/alert.module.mjs +0 -19
  13. package/esm2022/lib/alert/index.mjs +0 -4
  14. package/esm2022/lib/alert/theme/alert-theme.mjs +0 -2
  15. package/esm2022/lib/alert/theme/index.mjs +0 -2
  16. package/esm2022/lib/avatar/avatar.component.mjs +0 -48
  17. package/esm2022/lib/avatar/avatar.module.mjs +0 -19
  18. package/esm2022/lib/avatar/index.mjs +0 -3
  19. package/esm2022/lib/avatar-group/avatar-group.component.mjs +0 -16
  20. package/esm2022/lib/avatar-group/avatar-group.module.mjs +0 -19
  21. package/esm2022/lib/avatar-group/index.mjs +0 -3
  22. package/esm2022/lib/backdrop/backdrop.component.mjs +0 -52
  23. package/esm2022/lib/backdrop/backdrop.module.mjs +0 -19
  24. package/esm2022/lib/backdrop/index.mjs +0 -3
  25. package/esm2022/lib/badge/badge.component.mjs +0 -121
  26. package/esm2022/lib/badge/badge.module.mjs +0 -20
  27. package/esm2022/lib/badge/index.mjs +0 -4
  28. package/esm2022/lib/badge/types/badge-icon.mjs +0 -2
  29. package/esm2022/lib/badge/types/badge-size.mjs +0 -7
  30. package/esm2022/lib/badge/types/index.mjs +0 -2
  31. package/esm2022/lib/branding/branded.directive.mjs +0 -19
  32. package/esm2022/lib/branding/branding.module.mjs +0 -19
  33. package/esm2022/lib/branding/index.mjs +0 -3
  34. package/esm2022/lib/breadcrumb/breadcrumb-item.component.mjs +0 -25
  35. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +0 -37
  36. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +0 -19
  37. package/esm2022/lib/breadcrumb/index.mjs +0 -4
  38. package/esm2022/lib/button/button.component.mjs +0 -116
  39. package/esm2022/lib/button/button.module.mjs +0 -21
  40. package/esm2022/lib/button/index.mjs +0 -4
  41. package/esm2022/lib/button/themes/button-theme.mjs +0 -2
  42. package/esm2022/lib/button/themes/index.mjs +0 -2
  43. package/esm2022/lib/button-group/button-group.component.mjs +0 -52
  44. package/esm2022/lib/button-group/button-group.module.mjs +0 -20
  45. package/esm2022/lib/button-group/index.mjs +0 -3
  46. package/esm2022/lib/card-heading/card-heading.component.mjs +0 -30
  47. package/esm2022/lib/card-heading/card-heading.module.mjs +0 -19
  48. package/esm2022/lib/card-heading/index.mjs +0 -3
  49. package/esm2022/lib/data-card/data-card.component.mjs +0 -123
  50. package/esm2022/lib/data-card/data-card.module.mjs +0 -21
  51. package/esm2022/lib/data-card/index.mjs +0 -3
  52. package/esm2022/lib/datetime-picker/components/datepicker-nav/datepicker-nav.component.mjs +0 -105
  53. package/esm2022/lib/datetime-picker/components/datepicker-nav/index.mjs +0 -2
  54. package/esm2022/lib/datetime-picker/components/datepicker-template-host/datepicker-template-host.component.mjs +0 -33
  55. package/esm2022/lib/datetime-picker/components/datepicker-template-host/index.mjs +0 -2
  56. package/esm2022/lib/datetime-picker/components/datetime-picker/datetime-picker.component.mjs +0 -369
  57. package/esm2022/lib/datetime-picker/components/datetime-picker/index.mjs +0 -2
  58. package/esm2022/lib/datetime-picker/components/datetime-picker-input/datetime-picker-input.component.mjs +0 -367
  59. package/esm2022/lib/datetime-picker/components/datetime-picker-input/index.mjs +0 -2
  60. package/esm2022/lib/datetime-picker/components/datetime-picker-input-footer/datetime-picker-input-footer.component.mjs +0 -68
  61. package/esm2022/lib/datetime-picker/components/datetime-picker-input-footer/index.mjs +0 -2
  62. package/esm2022/lib/datetime-picker/components/index.mjs +0 -6
  63. package/esm2022/lib/datetime-picker/constants/datetime-picker-defaults.mjs +0 -12
  64. package/esm2022/lib/datetime-picker/constants/index.mjs +0 -2
  65. package/esm2022/lib/datetime-picker/datetime-picker.module.mjs +0 -22
  66. package/esm2022/lib/datetime-picker/index.mjs +0 -4
  67. package/esm2022/lib/datetime-picker/services/datetime-formatter/datetime-formatter.service.mjs +0 -40
  68. package/esm2022/lib/datetime-picker/services/datetime-formatter/index.mjs +0 -2
  69. package/esm2022/lib/datetime-picker/services/index.mjs +0 -2
  70. package/esm2022/lib/datetime-picker/types/datetime-picker-value.interface.mjs +0 -2
  71. package/esm2022/lib/datetime-picker/types/index.mjs +0 -2
  72. package/esm2022/lib/design-components.module.mjs +0 -132
  73. package/esm2022/lib/dropdown/components/dropdown-item/dropdown-item.component.mjs +0 -22
  74. package/esm2022/lib/dropdown/components/index.mjs +0 -2
  75. package/esm2022/lib/dropdown/dropdown.component.mjs +0 -143
  76. package/esm2022/lib/dropdown/dropdown.module.mjs +0 -21
  77. package/esm2022/lib/dropdown/index.mjs +0 -5
  78. package/esm2022/lib/dropdown/types/dropdown-position.mjs +0 -2
  79. package/esm2022/lib/dropdown/types/index.mjs +0 -2
  80. package/esm2022/lib/file-upload/directives/file-drop.directive.mjs +0 -50
  81. package/esm2022/lib/file-upload/directives/index.mjs +0 -2
  82. package/esm2022/lib/file-upload/file-upload.component.mjs +0 -335
  83. package/esm2022/lib/file-upload/file-upload.module.mjs +0 -38
  84. package/esm2022/lib/file-upload/index.mjs +0 -5
  85. package/esm2022/lib/file-upload/pipes/human-readable-byte-size.pipe.mjs +0 -23
  86. package/esm2022/lib/file-upload/pipes/index.mjs +0 -2
  87. package/esm2022/lib/form-field/component/directives/corner-hint.directive.mjs +0 -15
  88. package/esm2022/lib/form-field/component/directives/error.directive.mjs +0 -27
  89. package/esm2022/lib/form-field/component/directives/form-root.directive.mjs +0 -93
  90. package/esm2022/lib/form-field/component/directives/hint.directive.mjs +0 -25
  91. package/esm2022/lib/form-field/component/directives/index.mjs +0 -25
  92. package/esm2022/lib/form-field/component/directives/label.directive.mjs +0 -15
  93. package/esm2022/lib/form-field/component/directives/prefix.directive.mjs +0 -25
  94. package/esm2022/lib/form-field/component/directives/suffix.directive.mjs +0 -25
  95. package/esm2022/lib/form-field/component/form-field.component.mjs +0 -131
  96. package/esm2022/lib/form-field/component/form-field.module.mjs +0 -24
  97. package/esm2022/lib/form-field/component/index.mjs +0 -4
  98. package/esm2022/lib/form-field/controls/checkbox/checkbox.component.mjs +0 -345
  99. package/esm2022/lib/form-field/controls/checkbox/checkbox.module.mjs +0 -16
  100. package/esm2022/lib/form-field/controls/checkbox/index.mjs +0 -3
  101. package/esm2022/lib/form-field/controls/index.mjs +0 -6
  102. package/esm2022/lib/form-field/controls/input/index.mjs +0 -2
  103. package/esm2022/lib/form-field/controls/input/input.directive.mjs +0 -234
  104. package/esm2022/lib/form-field/controls/radio/index.mjs +0 -6
  105. package/esm2022/lib/form-field/controls/radio/injection-tokens.mjs +0 -4
  106. package/esm2022/lib/form-field/controls/radio/interfaces/index.mjs +0 -4
  107. package/esm2022/lib/form-field/controls/radio/interfaces/radio-button.interface.mjs +0 -2
  108. package/esm2022/lib/form-field/controls/radio/interfaces/radio-change-event.interface.mjs +0 -11
  109. package/esm2022/lib/form-field/controls/radio/interfaces/radio-group.interface.mjs +0 -2
  110. package/esm2022/lib/form-field/controls/radio/radio-button/radio-button.component.mjs +0 -262
  111. package/esm2022/lib/form-field/controls/radio/radio-group/radio-group.directive.mjs +0 -290
  112. package/esm2022/lib/form-field/controls/radio/radio.module.mjs +0 -17
  113. package/esm2022/lib/form-field/controls/select/index.mjs +0 -9
  114. package/esm2022/lib/form-field/controls/select/interfaces/index.mjs +0 -2
  115. package/esm2022/lib/form-field/controls/select/interfaces/select-option.interface.mjs +0 -2
  116. package/esm2022/lib/form-field/controls/select/option/index.mjs +0 -2
  117. package/esm2022/lib/form-field/controls/select/option/select-option.component.mjs +0 -44
  118. package/esm2022/lib/form-field/controls/select/option-display/index.mjs +0 -2
  119. package/esm2022/lib/form-field/controls/select/option-display/select-option-display.component.mjs +0 -162
  120. package/esm2022/lib/form-field/controls/select/option-group/index.mjs +0 -2
  121. package/esm2022/lib/form-field/controls/select/option-group/select-option-group.component.mjs +0 -35
  122. package/esm2022/lib/form-field/controls/select/option-parent.mjs +0 -4
  123. package/esm2022/lib/form-field/controls/select/select-model.mjs +0 -150
  124. package/esm2022/lib/form-field/controls/select/select.component.mjs +0 -725
  125. package/esm2022/lib/form-field/controls/select/select.module.mjs +0 -37
  126. package/esm2022/lib/form-field/controls/select/value-tags-display/index.mjs +0 -2
  127. package/esm2022/lib/form-field/controls/select/value-tags-display/select-value-tags-display.component.mjs +0 -91
  128. package/esm2022/lib/form-field/controls/shared/index.mjs +0 -2
  129. package/esm2022/lib/form-field/controls/shared/toggle/components/index.mjs +0 -2
  130. package/esm2022/lib/form-field/controls/shared/toggle/components/toggle-input/toggle-input.component.mjs +0 -17
  131. package/esm2022/lib/form-field/controls/shared/toggle/index.mjs +0 -4
  132. package/esm2022/lib/form-field/controls/shared/toggle/toggle.component.mjs +0 -112
  133. package/esm2022/lib/form-field/controls/shared/toggle/toggle.module.mjs +0 -18
  134. package/esm2022/lib/form-field/controls/tag-select/index.mjs +0 -2
  135. package/esm2022/lib/form-field/controls/tag-select/tag-select.component.mjs +0 -146
  136. package/esm2022/lib/form-field/form-field-errors.mjs +0 -5
  137. package/esm2022/lib/form-field/impdc-forms.mjs +0 -7
  138. package/esm2022/lib/form-field/impdc-forms.module.mjs +0 -53
  139. package/esm2022/lib/form-field/index.mjs +0 -2
  140. package/esm2022/lib/form-field/services/error-state-matcher.service.mjs +0 -28
  141. package/esm2022/lib/form-field/services/index.mjs +0 -3
  142. package/esm2022/lib/form-field/services/unique-selection-dispatcher.service.mjs +0 -48
  143. package/esm2022/lib/form-field/shared/constructors.type.mjs +0 -2
  144. package/esm2022/lib/form-field/shared/disabled.mixin.mjs +0 -15
  145. package/esm2022/lib/form-field/shared/error-state.mixin.mjs +0 -24
  146. package/esm2022/lib/form-field/shared/form-field-control.mjs +0 -10
  147. package/esm2022/lib/form-field/shared/index.mjs +0 -5
  148. package/esm2022/lib/form-field/shared/tab-index.mixin.mjs +0 -19
  149. package/esm2022/lib/icon/icon.component.mjs +0 -83
  150. package/esm2022/lib/icon/icon.module.mjs +0 -19
  151. package/esm2022/lib/icon/index.mjs +0 -3
  152. package/esm2022/lib/index.mjs +0 -29
  153. package/esm2022/lib/modal/index.mjs +0 -4
  154. package/esm2022/lib/modal/modal.component.mjs +0 -266
  155. package/esm2022/lib/modal/modal.module.mjs +0 -37
  156. package/esm2022/lib/modal/types/index.mjs +0 -3
  157. package/esm2022/lib/modal/types/modal-component-sizes.mjs +0 -9
  158. package/esm2022/lib/modal/types/modal-theme.mjs +0 -12
  159. package/esm2022/lib/pagination/index.mjs +0 -3
  160. package/esm2022/lib/pagination/pagination.component.mjs +0 -176
  161. package/esm2022/lib/pagination/pagination.module.mjs +0 -41
  162. package/esm2022/lib/progress-bar/index.mjs +0 -3
  163. package/esm2022/lib/progress-bar/progress-bar.component.mjs +0 -51
  164. package/esm2022/lib/progress-bar/progress-bar.module.mjs +0 -18
  165. package/esm2022/lib/scrollable/index.mjs +0 -3
  166. package/esm2022/lib/scrollable/scrollable.component.mjs +0 -187
  167. package/esm2022/lib/scrollable/scrollable.module.mjs +0 -22
  168. package/esm2022/lib/select-icon/index.mjs +0 -3
  169. package/esm2022/lib/select-icon/select-icon.component.mjs +0 -308
  170. package/esm2022/lib/select-icon/select-icon.module.mjs +0 -39
  171. package/esm2022/lib/size-detection/directive/element-size.interface.mjs +0 -2
  172. package/esm2022/lib/size-detection/directive/index.mjs +0 -3
  173. package/esm2022/lib/size-detection/directive/size-detector.directive.mjs +0 -43
  174. package/esm2022/lib/size-detection/index.mjs +0 -3
  175. package/esm2022/lib/size-detection/size-detection.module.mjs +0 -18
  176. package/esm2022/lib/spinner/index.mjs +0 -3
  177. package/esm2022/lib/spinner/spinner.component.mjs +0 -24
  178. package/esm2022/lib/spinner/spinner.module.mjs +0 -18
  179. package/esm2022/lib/table/components/bulk-actions/bulk-actions.component.mjs +0 -16
  180. package/esm2022/lib/table/components/column-heading/column-heading.component.mjs +0 -38
  181. package/esm2022/lib/table/components/index.mjs +0 -4
  182. package/esm2022/lib/table/components/row-actions/row-actions.component.mjs +0 -61
  183. package/esm2022/lib/table/constants/index.mjs +0 -3
  184. package/esm2022/lib/table/constants/public-table.constants.mjs +0 -2
  185. package/esm2022/lib/table/constants/table.constants.mjs +0 -23
  186. package/esm2022/lib/table/containers/index.mjs +0 -2
  187. package/esm2022/lib/table/containers/table.component.mjs +0 -474
  188. package/esm2022/lib/table/directives/collapse-monitor.directive.mjs +0 -42
  189. package/esm2022/lib/table/directives/index.mjs +0 -4
  190. package/esm2022/lib/table/directives/table-inject-component.directive.mjs +0 -46
  191. package/esm2022/lib/table/directives/table.directive.mjs +0 -55
  192. package/esm2022/lib/table/enumerations/index.mjs +0 -2
  193. package/esm2022/lib/table/enumerations/table-column-type.mjs +0 -21
  194. package/esm2022/lib/table/helpers/index.mjs +0 -2
  195. package/esm2022/lib/table/helpers/table-theme.helper.mjs +0 -31
  196. package/esm2022/lib/table/index.mjs +0 -8
  197. package/esm2022/lib/table/interfaces/cell-renderer.interface.mjs +0 -2
  198. package/esm2022/lib/table/interfaces/collapsible-row-content-context.interface.mjs +0 -2
  199. package/esm2022/lib/table/interfaces/custom-cell-renderer-components.type.mjs +0 -2
  200. package/esm2022/lib/table/interfaces/index.mjs +0 -13
  201. package/esm2022/lib/table/interfaces/sort-by-payload.interface.mjs +0 -2
  202. package/esm2022/lib/table/interfaces/table-cell-option.interface.mjs +0 -2
  203. package/esm2022/lib/table/interfaces/table-column-defs.type.mjs +0 -2
  204. package/esm2022/lib/table/interfaces/table-event-payload.interface.mjs +0 -2
  205. package/esm2022/lib/table/interfaces/table-row-action-payload.interface.mjs +0 -2
  206. package/esm2022/lib/table/interfaces/table-row-action.interface.mjs +0 -2
  207. package/esm2022/lib/table/interfaces/table-row-collapse-change.interface.mjs +0 -2
  208. package/esm2022/lib/table/interfaces/table-row-item.interface.mjs +0 -2
  209. package/esm2022/lib/table/table.module.mjs +0 -101
  210. package/esm2022/lib/tag/index.mjs +0 -2
  211. package/esm2022/lib/tag/tag.component.mjs +0 -104
  212. package/esm2022/lib/text-highlight/index.mjs +0 -3
  213. package/esm2022/lib/text-highlight/text-highlight.component.mjs +0 -101
  214. package/esm2022/lib/text-highlight/text-highlight.module.mjs +0 -17
  215. package/esm2022/public-api.mjs +0 -9
  216. package/esm2022/services/index.mjs +0 -2
  217. package/esm2022/services/interaction.service.mjs +0 -88
  218. package/esm2022/types/component-size.mjs +0 -12
  219. package/esm2022/types/component-theme.mjs +0 -22
  220. package/esm2022/types/index.mjs +0 -3
  221. package/esm2022/utilities/boolean-props.mjs +0 -7
  222. package/esm2022/utilities/dc.mjs +0 -9
  223. package/esm2022/utilities/index.mjs +0 -6
  224. package/esm2022/utilities/lc.mjs +0 -9
  225. package/esm2022/utilities/number-props.mjs +0 -18
  226. package/esm2022/utilities/sanitize.mjs +0 -7
  227. package/lib/alert/alert.component.d.ts +0 -50
  228. package/lib/alert/alert.module.d.ts +0 -9
  229. package/lib/alert/index.d.ts +0 -3
  230. package/lib/alert/theme/alert-theme.d.ts +0 -1
  231. package/lib/alert/theme/index.d.ts +0 -1
  232. package/lib/avatar/avatar.component.d.ts +0 -28
  233. package/lib/avatar/avatar.module.d.ts +0 -9
  234. package/lib/avatar/index.d.ts +0 -2
  235. package/lib/avatar-group/avatar-group.component.d.ts +0 -10
  236. package/lib/avatar-group/avatar-group.module.d.ts +0 -9
  237. package/lib/avatar-group/index.d.ts +0 -2
  238. package/lib/backdrop/backdrop.component.d.ts +0 -24
  239. package/lib/backdrop/backdrop.module.d.ts +0 -9
  240. package/lib/backdrop/index.d.ts +0 -2
  241. package/lib/badge/badge.component.d.ts +0 -63
  242. package/lib/badge/badge.module.d.ts +0 -10
  243. package/lib/badge/index.d.ts +0 -3
  244. package/lib/badge/types/badge-icon.d.ts +0 -1
  245. package/lib/badge/types/badge-size.d.ts +0 -6
  246. package/lib/badge/types/index.d.ts +0 -2
  247. package/lib/branding/branded.directive.d.ts +0 -6
  248. package/lib/branding/branding.module.d.ts +0 -9
  249. package/lib/branding/index.d.ts +0 -2
  250. package/lib/breadcrumb/breadcrumb-item.component.d.ts +0 -7
  251. package/lib/breadcrumb/breadcrumb.component.d.ts +0 -21
  252. package/lib/breadcrumb/breadcrumb.module.d.ts +0 -9
  253. package/lib/breadcrumb/index.d.ts +0 -3
  254. package/lib/button/button.component.d.ts +0 -47
  255. package/lib/button/button.module.d.ts +0 -11
  256. package/lib/button/index.d.ts +0 -3
  257. package/lib/button/themes/button-theme.d.ts +0 -1
  258. package/lib/button/themes/index.d.ts +0 -1
  259. package/lib/button-group/button-group.component.d.ts +0 -22
  260. package/lib/button-group/button-group.module.d.ts +0 -10
  261. package/lib/button-group/index.d.ts +0 -2
  262. package/lib/card-heading/card-heading.component.d.ts +0 -18
  263. package/lib/card-heading/card-heading.module.d.ts +0 -9
  264. package/lib/card-heading/index.d.ts +0 -2
  265. package/lib/data-card/data-card.component.d.ts +0 -68
  266. package/lib/data-card/data-card.module.d.ts +0 -11
  267. package/lib/data-card/index.d.ts +0 -2
  268. package/lib/datetime-picker/components/datepicker-nav/datepicker-nav.component.d.ts +0 -31
  269. package/lib/datetime-picker/components/datepicker-nav/index.d.ts +0 -1
  270. package/lib/datetime-picker/components/datepicker-template-host/datepicker-template-host.component.d.ts +0 -15
  271. package/lib/datetime-picker/components/datepicker-template-host/index.d.ts +0 -1
  272. package/lib/datetime-picker/components/datetime-picker/datetime-picker.component.d.ts +0 -155
  273. package/lib/datetime-picker/components/datetime-picker/index.d.ts +0 -1
  274. package/lib/datetime-picker/components/datetime-picker-input/datetime-picker-input.component.d.ts +0 -160
  275. package/lib/datetime-picker/components/datetime-picker-input/index.d.ts +0 -1
  276. package/lib/datetime-picker/components/datetime-picker-input-footer/datetime-picker-input-footer.component.d.ts +0 -24
  277. package/lib/datetime-picker/components/datetime-picker-input-footer/index.d.ts +0 -1
  278. package/lib/datetime-picker/components/index.d.ts +0 -5
  279. package/lib/datetime-picker/constants/datetime-picker-defaults.d.ts +0 -4
  280. package/lib/datetime-picker/constants/index.d.ts +0 -1
  281. package/lib/datetime-picker/datetime-picker.module.d.ts +0 -8
  282. package/lib/datetime-picker/index.d.ts +0 -4
  283. package/lib/datetime-picker/services/datetime-formatter/datetime-formatter.service.d.ts +0 -20
  284. package/lib/datetime-picker/services/datetime-formatter/index.d.ts +0 -1
  285. package/lib/datetime-picker/services/index.d.ts +0 -1
  286. package/lib/datetime-picker/types/datetime-picker-value.interface.d.ts +0 -5
  287. package/lib/datetime-picker/types/index.d.ts +0 -1
  288. package/lib/design-components.module.d.ts +0 -24
  289. package/lib/dropdown/components/dropdown-item/dropdown-item.component.d.ts +0 -11
  290. package/lib/dropdown/components/index.d.ts +0 -1
  291. package/lib/dropdown/dropdown.component.d.ts +0 -67
  292. package/lib/dropdown/dropdown.module.d.ts +0 -11
  293. package/lib/dropdown/index.d.ts +0 -4
  294. package/lib/dropdown/types/dropdown-position.d.ts +0 -1
  295. package/lib/dropdown/types/index.d.ts +0 -1
  296. package/lib/file-upload/directives/file-drop.directive.d.ts +0 -11
  297. package/lib/file-upload/directives/index.d.ts +0 -1
  298. package/lib/file-upload/file-upload.component.d.ts +0 -105
  299. package/lib/file-upload/file-upload.module.d.ts +0 -14
  300. package/lib/file-upload/index.d.ts +0 -4
  301. package/lib/file-upload/pipes/human-readable-byte-size.pipe.d.ts +0 -7
  302. package/lib/file-upload/pipes/index.d.ts +0 -1
  303. package/lib/form-field/component/directives/corner-hint.directive.d.ts +0 -5
  304. package/lib/form-field/component/directives/error.directive.d.ts +0 -8
  305. package/lib/form-field/component/directives/form-root.directive.d.ts +0 -26
  306. package/lib/form-field/component/directives/hint.directive.d.ts +0 -6
  307. package/lib/form-field/component/directives/index.d.ts +0 -15
  308. package/lib/form-field/component/directives/label.directive.d.ts +0 -5
  309. package/lib/form-field/component/directives/prefix.directive.d.ts +0 -9
  310. package/lib/form-field/component/directives/suffix.directive.d.ts +0 -9
  311. package/lib/form-field/component/form-field.component.d.ts +0 -37
  312. package/lib/form-field/component/form-field.module.d.ts +0 -14
  313. package/lib/form-field/component/index.d.ts +0 -3
  314. package/lib/form-field/controls/checkbox/checkbox.component.d.ts +0 -137
  315. package/lib/form-field/controls/checkbox/checkbox.module.d.ts +0 -7
  316. package/lib/form-field/controls/checkbox/index.d.ts +0 -2
  317. package/lib/form-field/controls/index.d.ts +0 -5
  318. package/lib/form-field/controls/input/index.d.ts +0 -1
  319. package/lib/form-field/controls/input/input.directive.d.ts +0 -84
  320. package/lib/form-field/controls/radio/index.d.ts +0 -5
  321. package/lib/form-field/controls/radio/injection-tokens.d.ts +0 -4
  322. package/lib/form-field/controls/radio/interfaces/index.d.ts +0 -3
  323. package/lib/form-field/controls/radio/interfaces/radio-button.interface.d.ts +0 -6
  324. package/lib/form-field/controls/radio/interfaces/radio-change-event.interface.d.ts +0 -12
  325. package/lib/form-field/controls/radio/interfaces/radio-group.interface.d.ts +0 -13
  326. package/lib/form-field/controls/radio/radio-button/radio-button.component.d.ts +0 -98
  327. package/lib/form-field/controls/radio/radio-group/radio-group.directive.d.ts +0 -104
  328. package/lib/form-field/controls/radio/radio.module.d.ts +0 -8
  329. package/lib/form-field/controls/select/index.d.ts +0 -9
  330. package/lib/form-field/controls/select/interfaces/index.d.ts +0 -1
  331. package/lib/form-field/controls/select/interfaces/select-option.interface.d.ts +0 -6
  332. package/lib/form-field/controls/select/option/index.d.ts +0 -1
  333. package/lib/form-field/controls/select/option/select-option.component.d.ts +0 -21
  334. package/lib/form-field/controls/select/option-display/index.d.ts +0 -1
  335. package/lib/form-field/controls/select/option-display/select-option-display.component.d.ts +0 -64
  336. package/lib/form-field/controls/select/option-group/index.d.ts +0 -1
  337. package/lib/form-field/controls/select/option-group/select-option-group.component.d.ts +0 -11
  338. package/lib/form-field/controls/select/option-parent.d.ts +0 -16
  339. package/lib/form-field/controls/select/select-model.d.ts +0 -36
  340. package/lib/form-field/controls/select/select.component.d.ts +0 -232
  341. package/lib/form-field/controls/select/select.module.d.ts +0 -10
  342. package/lib/form-field/controls/select/value-tags-display/index.d.ts +0 -1
  343. package/lib/form-field/controls/select/value-tags-display/select-value-tags-display.component.d.ts +0 -46
  344. package/lib/form-field/controls/shared/index.d.ts +0 -1
  345. package/lib/form-field/controls/shared/toggle/components/index.d.ts +0 -1
  346. package/lib/form-field/controls/shared/toggle/components/toggle-input/toggle-input.component.d.ts +0 -6
  347. package/lib/form-field/controls/shared/toggle/index.d.ts +0 -3
  348. package/lib/form-field/controls/shared/toggle/toggle.component.d.ts +0 -29
  349. package/lib/form-field/controls/shared/toggle/toggle.module.d.ts +0 -9
  350. package/lib/form-field/controls/tag-select/index.d.ts +0 -1
  351. package/lib/form-field/controls/tag-select/tag-select.component.d.ts +0 -43
  352. package/lib/form-field/form-field-errors.d.ts +0 -2
  353. package/lib/form-field/impdc-forms.d.ts +0 -6
  354. package/lib/form-field/impdc-forms.module.d.ts +0 -13
  355. package/lib/form-field/index.d.ts +0 -1
  356. package/lib/form-field/services/error-state-matcher.service.d.ts +0 -12
  357. package/lib/form-field/services/index.d.ts +0 -2
  358. package/lib/form-field/services/unique-selection-dispatcher.service.d.ts +0 -29
  359. package/lib/form-field/shared/constructors.type.d.ts +0 -7
  360. package/lib/form-field/shared/disabled.mixin.d.ts +0 -10
  361. package/lib/form-field/shared/error-state.mixin.d.ts +0 -31
  362. package/lib/form-field/shared/form-field-control.d.ts +0 -24
  363. package/lib/form-field/shared/index.d.ts +0 -5
  364. package/lib/form-field/shared/tab-index.mixin.d.ts +0 -13
  365. package/lib/icon/icon.component.d.ts +0 -36
  366. package/lib/icon/icon.module.d.ts +0 -9
  367. package/lib/icon/index.d.ts +0 -2
  368. package/lib/index.d.ts +0 -28
  369. package/lib/modal/index.d.ts +0 -3
  370. package/lib/modal/modal.component.d.ts +0 -116
  371. package/lib/modal/modal.module.d.ts +0 -13
  372. package/lib/modal/types/index.d.ts +0 -2
  373. package/lib/modal/types/modal-component-sizes.d.ts +0 -3
  374. package/lib/modal/types/modal-theme.d.ts +0 -7
  375. package/lib/pagination/index.d.ts +0 -2
  376. package/lib/pagination/pagination.component.d.ts +0 -58
  377. package/lib/pagination/pagination.module.d.ts +0 -14
  378. package/lib/progress-bar/index.d.ts +0 -2
  379. package/lib/progress-bar/progress-bar.component.d.ts +0 -31
  380. package/lib/progress-bar/progress-bar.module.d.ts +0 -8
  381. package/lib/scrollable/index.d.ts +0 -2
  382. package/lib/scrollable/scrollable.component.d.ts +0 -41
  383. package/lib/scrollable/scrollable.module.d.ts +0 -12
  384. package/lib/select-icon/index.d.ts +0 -2
  385. package/lib/select-icon/select-icon.component.d.ts +0 -123
  386. package/lib/select-icon/select-icon.module.d.ts +0 -12
  387. package/lib/size-detection/directive/element-size.interface.d.ts +0 -4
  388. package/lib/size-detection/directive/index.d.ts +0 -2
  389. package/lib/size-detection/directive/size-detector.directive.d.ts +0 -14
  390. package/lib/size-detection/index.d.ts +0 -3
  391. package/lib/size-detection/size-detection.module.d.ts +0 -8
  392. package/lib/spinner/index.d.ts +0 -2
  393. package/lib/spinner/spinner.component.d.ts +0 -13
  394. package/lib/spinner/spinner.module.d.ts +0 -8
  395. package/lib/table/components/bulk-actions/bulk-actions.component.d.ts +0 -10
  396. package/lib/table/components/column-heading/column-heading.component.d.ts +0 -14
  397. package/lib/table/components/index.d.ts +0 -3
  398. package/lib/table/components/row-actions/row-actions.component.d.ts +0 -21
  399. package/lib/table/constants/index.d.ts +0 -2
  400. package/lib/table/constants/public-table.constants.d.ts +0 -1
  401. package/lib/table/constants/table.constants.d.ts +0 -9
  402. package/lib/table/containers/index.d.ts +0 -1
  403. package/lib/table/containers/table.component.d.ts +0 -178
  404. package/lib/table/directives/collapse-monitor.directive.d.ts +0 -12
  405. package/lib/table/directives/index.d.ts +0 -3
  406. package/lib/table/directives/table-inject-component.directive.d.ts +0 -16
  407. package/lib/table/directives/table.directive.d.ts +0 -23
  408. package/lib/table/enumerations/index.d.ts +0 -1
  409. package/lib/table/enumerations/table-column-type.d.ts +0 -19
  410. package/lib/table/helpers/index.d.ts +0 -1
  411. package/lib/table/helpers/table-theme.helper.d.ts +0 -7
  412. package/lib/table/index.d.ts +0 -7
  413. package/lib/table/interfaces/cell-renderer.interface.d.ts +0 -13
  414. package/lib/table/interfaces/collapsible-row-content-context.interface.d.ts +0 -39
  415. package/lib/table/interfaces/custom-cell-renderer-components.type.d.ts +0 -3
  416. package/lib/table/interfaces/index.d.ts +0 -12
  417. package/lib/table/interfaces/sort-by-payload.interface.d.ts +0 -11
  418. package/lib/table/interfaces/table-cell-option.interface.d.ts +0 -4
  419. package/lib/table/interfaces/table-column-defs.type.d.ts +0 -53
  420. package/lib/table/interfaces/table-event-payload.interface.d.ts +0 -13
  421. package/lib/table/interfaces/table-row-action-payload.interface.d.ts +0 -13
  422. package/lib/table/interfaces/table-row-action.interface.d.ts +0 -17
  423. package/lib/table/interfaces/table-row-collapse-change.interface.d.ts +0 -11
  424. package/lib/table/interfaces/table-row-item.interface.d.ts +0 -8
  425. package/lib/table/table.module.d.ts +0 -24
  426. package/lib/tag/index.d.ts +0 -1
  427. package/lib/tag/tag.component.d.ts +0 -54
  428. package/lib/text-highlight/index.d.ts +0 -2
  429. package/lib/text-highlight/text-highlight.component.d.ts +0 -37
  430. package/lib/text-highlight/text-highlight.module.d.ts +0 -8
  431. package/public-api.d.ts +0 -4
  432. package/services/index.d.ts +0 -1
  433. package/services/interaction.service.d.ts +0 -28
  434. package/types/component-size.d.ts +0 -12
  435. package/types/component-theme.d.ts +0 -12
  436. package/types/index.d.ts +0 -2
  437. package/utilities/boolean-props.d.ts +0 -8
  438. package/utilities/dc.d.ts +0 -6
  439. package/utilities/index.d.ts +0 -5
  440. package/utilities/lc.d.ts +0 -6
  441. package/utilities/number-props.d.ts +0 -15
  442. package/utilities/sanitize.d.ts +0 -1
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./badge.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
5
- export declare class BadgeModule {
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, [typeof i1.BadgeComponent], [typeof i2.CommonModule, typeof i3.IconModule], [typeof i3.IconModule, typeof i1.BadgeComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
10
- }
@@ -1,3 +0,0 @@
1
- export * from './types';
2
- export { BadgeComponent } from './badge.component';
3
- export { BadgeModule } from './badge.module';
@@ -1 +0,0 @@
1
- export type BadgeIcon = '' | 'arrow-up' | 'arrow-down' | 'dot';
@@ -1,6 +0,0 @@
1
- export declare enum BadgeSize {
2
- Default = "default",
3
- Large = "large"
4
- }
5
- export declare const BadgeSizesArr: BadgeSize[];
6
- export type BadgeSizes = (typeof BadgeSizesArr)[number];
@@ -1,2 +0,0 @@
1
- export { BadgeIcon } from './badge-icon';
2
- export * from './badge-size';
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BrandedDirective {
3
- private brandedClass;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BrandedDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<BrandedDirective, "[impdcBranded]", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./branded.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class BrandingModule {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<BrandingModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BrandingModule, [typeof i1.BrandedDirective], [typeof i2.CommonModule], [typeof i1.BrandedDirective]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<BrandingModule>;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './branded.directive';
2
- export * from './branding.module';
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BreadcrumbItemComponent {
4
- contentTemplate: TemplateRef<never>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "impdc-breadcrumb-item", never, {}, {}, never, ["*"], false, never>;
7
- }
@@ -1,21 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, QueryList } from '@angular/core';
2
- import { BreadcrumbItemComponent } from './breadcrumb-item.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * The `BreadcrumbComponent` (`<impdc-breadcrumb` or `<div impdc-breadcrumb`) is for historical navigation so the user can get back
6
- * to a previous page. Items within must be wrapped with `BreadcrumbItemComponent` (`<impdc-breadcrumb-item`).
7
- * To use, import `BreadcrumbModule` or another module that imports and exports that module from `@impartner/design-components`.
8
- */
9
- export declare class BreadcrumbComponent implements AfterViewInit {
10
- private _changeDetectorRef;
11
- /**
12
- * Sets the `aria-label` attribute for the Breadcrumb's `nav` element for accessibility.
13
- */
14
- label: string;
15
- private impdcBreadcrumb;
16
- protected breadcrumbItems: QueryList<BreadcrumbItemComponent>;
17
- constructor(_changeDetectorRef: ChangeDetectorRef);
18
- ngAfterViewInit(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "impdc-breadcrumb, div[impdc-breadcrumb]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["breadcrumbItems"], never, false, never>;
21
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumb-item.component";
3
- import * as i2 from "./breadcrumb.component";
4
- import * as i3 from "@angular/common";
5
- export declare class BreadcrumbModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbItemComponent, typeof i2.BreadcrumbComponent], [typeof i3.CommonModule], [typeof i1.BreadcrumbItemComponent, typeof i2.BreadcrumbComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
9
- }
@@ -1,3 +0,0 @@
1
- export * from './breadcrumb.module';
2
- export * from './breadcrumb.component';
3
- export * from './breadcrumb-item.component';
@@ -1,47 +0,0 @@
1
- import { ButtonTheme } from './themes/button-theme';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * The `ButtonComponent` (`<button impdcButton`) adds theming to the native button.
5
- * For a container, see [ButtonGroupComponent](./?path=/docs/design-components-button-group--button-group).
6
- * To use, import `ButtonModule` or another module that imports and exports that module from `@impartner/design-components`.
7
- * `ButtonModule` also imports and exports [BrandingModule](./?path=/docs/design-components-directives-impdcbranded) and
8
- * [IconModule](./?path=/docs/design-components-icon).
9
- */
10
- export declare class ButtonComponent {
11
- /**
12
- * The native type of the Button.
13
- */
14
- type: 'button' | 'submit' | 'reset';
15
- /**
16
- * The theme of the Button affecting text, icons, backgrounds, and borders.
17
- */
18
- theme: ButtonTheme;
19
- /**
20
- * The Button's text.
21
- */
22
- text: string;
23
- /**
24
- * Determines if the Button is disabled.
25
- */
26
- disabled: boolean;
27
- /**
28
- * An alternative to the native `title` attribute. Useful for hover text and accessibility.
29
- */
30
- titleText: string;
31
- /**
32
- * An alternative to the native `aria-label` attribute. Useful for accessibility.
33
- */
34
- ariaLabel: string;
35
- private get attrType();
36
- private classBtn;
37
- private get classBtnPrimary();
38
- private get classBtnDanger();
39
- private get classBtnSecondary();
40
- private get classBtnSecondaryDanger();
41
- private get classBtnClose();
42
- private get attrDisabled();
43
- private get attrTitle();
44
- private get attrAriaLabel();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[impdcButton]", never, { "type": { "alias": "type"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*", "[right]"], false, never>;
47
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../branding/branding.module";
5
- import * as i4 from "../icon/icon.module";
6
- export declare class ButtonModule {
7
- constructor();
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule, typeof i3.BrandingModule, typeof i4.IconModule], [typeof i1.ButtonComponent, typeof i3.BrandingModule, typeof i4.IconModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
11
- }
@@ -1,3 +0,0 @@
1
- export * from './themes';
2
- export { ButtonComponent } from './button.component';
3
- export { ButtonModule } from './button.module';
@@ -1 +0,0 @@
1
- export type ButtonTheme = 'primary' | 'secondary' | 'danger' | 'secondary-danger' | 'custom' | 'close';
@@ -1 +0,0 @@
1
- export { ButtonTheme } from './button-theme';
@@ -1,22 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * The `ButtonGroupComponent` (`<impdc-button-group` or `<any impdc-button-group`) is a container for multiple [ButtonComponent](./?path=/docs/design-components-button)s.
4
- * To use, import `ButtonGroupModule` or another module that imports and exports that module from `@impartner/design-components`.
5
- * `ButtonGroupModule` imports and exports [ButtonModule](./?path=/docs/design-components-button).
6
- */
7
- export declare class ButtonGroupComponent {
8
- /**
9
- * Changes the orientation of the Button Group to vertical, making any Button within it stack vertically.
10
- */
11
- vertical: boolean;
12
- /**
13
- * Sets the `aria-label` attribute for the Button Group's element.
14
- */
15
- ariaLabel: string;
16
- private get classBtnGroup();
17
- private get classBtnGroupVertical();
18
- private attrRole;
19
- private get attrAriaLabel();
20
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "impdc-button-group, [impdc-button-group]", never, { "vertical": { "alias": "vertical"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
22
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button-group.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../button/button.module";
5
- export declare class ButtonGroupModule {
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, [typeof i1.ButtonGroupComponent], [typeof i2.CommonModule, typeof i3.ButtonModule], [typeof i3.ButtonModule, typeof i1.ButtonGroupComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<ButtonGroupModule>;
10
- }
@@ -1,2 +0,0 @@
1
- export { ButtonGroupComponent } from './button-group.component';
2
- export { ButtonGroupModule } from './button-group.module';
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * The `CardHeadingComponent` (`<impdc-card-heading` or `<div impdc-card-heading`) is used to display projected content as a card with a consistent heading.
4
- * To use, import `CardHeadingModule` or another module that imports and exports that module from `@impartner/design-components`.
5
- */
6
- export declare class CardHeadingComponent {
7
- /**
8
- * The subject text for a Card.
9
- */
10
- title: string;
11
- /**
12
- * The description, subtitle, or other pre-text for a Card.
13
- */
14
- description: string;
15
- constructor();
16
- static ɵfac: i0.ɵɵFactoryDeclaration<CardHeadingComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeadingComponent, "impdc-card-heading, div[impdc-card-heading]", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["impdc-avatar", "button[impdcButton]", "*"], false, never>;
18
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./card-heading.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CardHeadingModule {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<CardHeadingModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardHeadingModule, [typeof i1.CardHeadingComponent], [typeof i2.CommonModule], [typeof i1.CardHeadingComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<CardHeadingModule>;
9
- }
@@ -1,2 +0,0 @@
1
- export { CardHeadingComponent } from './card-heading.component';
2
- export { CardHeadingModule } from './card-heading.module';
@@ -1,68 +0,0 @@
1
- import { EventEmitter, ElementRef } from '@angular/core';
2
- import { ComponentTheme } from '../../types';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * The `CardHeadingComponent` (`<impdc-data-card` or `<any impdc-data-card`) is to display data snapshots with support for
6
- * previous values and differences.
7
- *
8
- * To use, import `DataCardModule` or another module that imports and exports that module from `@impartner/design-components`.
9
- *
10
- * An icon may be displayed in the card via Angular content projection and the `icon` attribute.
11
- */
12
- export declare class DataCardComponent {
13
- protected readonly BadgeTheme: typeof ComponentTheme;
14
- protected iconContentElementRef: ElementRef<HTMLElement>;
15
- /**
16
- * The subject text for the Data Card.
17
- */
18
- title: string;
19
- /**
20
- * The current data value. Any number/currency format is supported.
21
- */
22
- current: string;
23
- /**
24
- * The previous data value. Any number/currency format is supported.
25
- * Only displayed when an icon is not provided via Angular content projection.
26
- */
27
- previous: string;
28
- /**
29
- * The difference between the current and previous values. A numerical or percentage value is preferred,
30
- * but any number/currency format is supported.
31
- */
32
- difference: string;
33
- /**
34
- * Text for the link at the bottom of the Data Card. If provided, enables the `linkClicked` event to be emitted.
35
- */
36
- linkText: string;
37
- /**
38
- * When stacking multiple Data Card elements together, it's common to combine their borders.
39
- */
40
- sharedBorders: boolean;
41
- /**
42
- * Changes the color of the icon.
43
- */
44
- iconColor: string;
45
- /**
46
- * Changes the color of the icon's background.
47
- */
48
- iconBgColor: string;
49
- /**
50
- * Emitted when the link text is clicked.
51
- */
52
- linkClicked: EventEmitter<Event | MouseEvent>;
53
- /**
54
- * Emitted when the corner content is clicked.
55
- */
56
- cornerClicked: EventEmitter<Event | MouseEvent>;
57
- private get classDataCard();
58
- private get classDataCardSharedBorders();
59
- get differenceNumber(): number;
60
- get differenceNegative(): boolean;
61
- get differencePositive(): boolean;
62
- get differenceDisplay(): string;
63
- protected get hasIcon(): boolean;
64
- protected handleLinkClick(event: MouseEvent | Event): void;
65
- protected handleCornerClick(event: MouseEvent | Event): void;
66
- static ɵfac: i0.ɵɵFactoryDeclaration<DataCardComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<DataCardComponent, "impdc-data-card, [impdc-data-card]", never, { "title": { "alias": "title"; "required": false; }; "current": { "alias": "current"; "required": false; }; "previous": { "alias": "previous"; "required": false; }; "difference": { "alias": "difference"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "sharedBorders": { "alias": "sharedBorders"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconBgColor": { "alias": "iconBgColor"; "required": false; }; }, { "linkClicked": "linkClicked"; "cornerClicked": "cornerClicked"; }, never, ["[icon]", "*", "[corner]", "[footer]"], false, never>;
68
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./data-card.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
5
- import * as i4 from "../badge/badge.module";
6
- export declare class DataCardModule {
7
- constructor();
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DataCardModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DataCardModule, [typeof i1.DataCardComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.BadgeModule], [typeof i3.IconModule, typeof i1.DataCardComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DataCardModule>;
11
- }
@@ -1,2 +0,0 @@
1
- export { DataCardComponent } from './data-card.component';
2
- export { DataCardModule } from './data-card.module';
@@ -1,31 +0,0 @@
1
- import { AfterViewChecked, EventEmitter, OnInit } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import { NgbDate, NgbDatepicker, NgbDatepickerI18n } from '@ng-bootstrap/ng-bootstrap';
4
- import * as i0 from "@angular/core";
5
- type NgbDatepickerViewModel = NgbDatepicker['model'];
6
- export declare class DatepickerNavComponent implements OnInit, AfterViewChecked {
7
- private readonly _cd;
8
- private readonly _destroyRef$;
9
- protected readonly monthControl: FormControl<number | null>;
10
- protected readonly yearControl: FormControl<number | null>;
11
- protected readonly datepickerI18n: NgbDatepickerI18n;
12
- date: NgbDate;
13
- get disabled(): boolean;
14
- set disabled(value: boolean);
15
- private _disabled;
16
- prevDisabled: boolean;
17
- nextDisabled: boolean;
18
- selectBoxes: NgbDatepickerViewModel['selectBoxes'];
19
- navigate: EventEmitter<import("@ng-bootstrap/ng-bootstrap/datepicker/datepicker-view-model").NavigationEvent>;
20
- selected: EventEmitter<NgbDate>;
21
- onClickGoPrevious(event: MouseEvent): void;
22
- onClickGoNext(event: MouseEvent): void;
23
- changeMonth(month: number): void;
24
- changeYear(year: number): void;
25
- ngOnInit(): void;
26
- ngAfterViewChecked(): void;
27
- private _applyDateToControls;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerNavComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerNavComponent, "impdc-datepicker-nav", never, { "date": { "alias": "date"; "required": true; }; "disabled": { "alias": "disabled"; "required": true; }; "prevDisabled": { "alias": "prevDisabled"; "required": true; }; "nextDisabled": { "alias": "nextDisabled"; "required": true; }; "selectBoxes": { "alias": "selectBoxes"; "required": true; }; }, { "navigate": "navigate"; "selected": "selected"; }, never, never, true, never>;
30
- }
31
- export {};
@@ -1 +0,0 @@
1
- export * from './datepicker-nav.component';
@@ -1,15 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { NgbDate } from '@ng-bootstrap/ng-bootstrap';
3
- import { ContentTemplateContext } from '@ng-bootstrap/ng-bootstrap/datepicker/datepicker-content-template-context';
4
- import { DayTemplateContext } from '@ng-bootstrap/ng-bootstrap/datepicker/datepicker-day-template-context';
5
- import * as i0 from "@angular/core";
6
- export declare class DatepickerTemplateHostComponent {
7
- private readonly _calendar;
8
- readonly isWeekend: (date: NgbDate) => boolean;
9
- readonly isToday: (date: NgbDate) => boolean;
10
- dayTemplateRef: TemplateRef<DayTemplateContext>;
11
- contentTemplateRef: TemplateRef<ContentTemplateContext>;
12
- protected getMonthTrackByKey(ngbDate: NgbDate): string;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerTemplateHostComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerTemplateHostComponent, "impdc-datepicker-template-host", never, {}, {}, never, never, true, never>;
15
- }
@@ -1 +0,0 @@
1
- export * from './datepicker-template-host.component';
@@ -1,155 +0,0 @@
1
- import { DoCheck, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, FormGroupDirective, NgControl, NgForm } from '@angular/forms';
3
- import { NgbDateStruct, NgbDatepicker } from '@ng-bootstrap/ng-bootstrap';
4
- import { Subject } from 'rxjs';
5
- import { ErrorStateMatcher, ICanUpdateErrorState, IHasErrorState, ImpdcFormFieldControl, ImpdcFormRoot } from '../../../form-field';
6
- import { IDatetimePickerValue } from '../../types';
7
- import * as i0 from "@angular/core";
8
- interface ITimeOptions {
9
- readonly border: boolean;
10
- readonly layout: 'inline' | 'stacked';
11
- }
12
- export declare const DEFAULT_TIME_LAYOUT: ITimeOptions;
13
- declare const _DatetimePickerComponentBase: import("../../../form-field").Constructor<import("../../../form-field").HasTabIndex> & import("../../../form-field").AbstractConstructor<import("../../../form-field").HasTabIndex> & import("../../../form-field").Constructor<import("../../../form-field").CanDisable> & import("../../../form-field").AbstractConstructor<import("../../../form-field").CanDisable> & import("../../../form-field").Constructor<ICanUpdateErrorState> & import("../../../form-field").AbstractConstructor<ICanUpdateErrorState> & {
14
- new (_defaultErrorStateMatcher: ErrorStateMatcher, _formRoot: ImpdcFormRoot, _parentForm: NgForm, _parentFormGroup: FormGroupDirective, ngControl: NgControl | null): {
15
- readonly stateChanges: Subject<void>;
16
- _defaultErrorStateMatcher: ErrorStateMatcher;
17
- _formRoot: ImpdcFormRoot;
18
- _parentForm: NgForm;
19
- _parentFormGroup: FormGroupDirective;
20
- ngControl: NgControl | null;
21
- };
22
- };
23
- /**
24
- * A control for selecting date or datetime via an inline calendar control.
25
- *
26
- * Implements [ControlValueAccessor](https://angular.io/api/forms/ControlValueAccessor) to support two-way binding with
27
- * Angular forms via usage of the \`[(ngModel)]\`, \`[formControl]\`, and \`[formControlName]\` directives.
28
- *
29
- * The date and time controls inside this component leverage the value adapter patterns and services of NG-Bootstrap's
30
- * [Datepicker](https://ng-bootstrap.github.io/#/components/datepicker/overview#date-model) and
31
- * [Timepicker](https://ng-bootstrap.github.io/#/components/timepicker/examples#adapter) components when working with input values.
32
- * This means that `date` values will be [NgbDateStruct](https://ng-bootstrap.github.io/#/components/datepicker/api#NgbDateStruct)
33
- * objects and `time` values will be [NgbTimeStruct](https://ng-bootstrap.github.io/#/components/timepicker/api#NgbTimeStruct) objects
34
- * by default, and the [NgbDateAdapter](https://ng-bootstrap.github.io/#/components/datepicker/api#NgbDateAdapter) and
35
- * [NgbTimeAdapter](https://ng-bootstrap.github.io/#/components/timepicker/api#NgbTimeAdapter) services will be used to handle them respectively.
36
- * If usage of alternative date and time models is desired, consult NG-Bootstrap's documentation for directions.
37
- */
38
- export declare class DatetimePickerComponent extends _DatetimePickerComponentBase implements ControlValueAccessor, DoCheck, OnChanges, OnDestroy, OnInit, ImpdcFormFieldControl<IDatetimePickerValue<any, any> | null>, ICanUpdateErrorState, IHasErrorState {
39
- private readonly _changeDetector;
40
- private readonly _destroyRef;
41
- private readonly _hostElement;
42
- private readonly _ngbDateAdapter;
43
- private readonly _uid;
44
- private _previousControl?;
45
- protected readonly formGroup: import("@angular/forms").FormGroup<{
46
- date: FormControl<any>;
47
- time: FormControl<any>;
48
- use24hrTime: FormControl<boolean>;
49
- }>;
50
- protected cvaOnChange: (_: any) => void;
51
- protected cvaOnTouched: () => void;
52
- protected ngbDatepicker: NgbDatepicker;
53
- /**
54
- * A callback function that can be evaluated to decide if a given date is disabled
55
- * in the calendar view.
56
- *
57
- * @param date An [`NgbDate`](https://ng-bootstrap.github.io/#/components/datepicker/api#NgbDate) value describing the singular date being evaluated.
58
- * @param current The month and year selected for the current calendar view.
59
- */
60
- markDateDisabled?: (date: NgbDateStruct, current?: {
61
- month: number;
62
- year: number;
63
- }) => boolean;
64
- /**
65
- * The earliest allowable date for display or selection.
66
- *
67
- * @default { year: 1900, month: 1, day: 1 }
68
- */
69
- get minDate(): NgbDateStruct;
70
- set minDate(value: NgbDateStruct | null);
71
- private _minDate;
72
- /**
73
- * The latest allowable date for display or selection.
74
- *
75
- * @default { year: 2099, month: 12, day: 31 }
76
- */
77
- get maxDate(): NgbDateStruct;
78
- set maxDate(value: NgbDateStruct | null);
79
- private _maxDate;
80
- /**
81
- * Configurable options for setting the layout of the date and time controls within the component.
82
- */
83
- get timeLayout(): ITimeOptions;
84
- set timeLayout(value: Partial<ITimeOptions>);
85
- private _timeLayout;
86
- /**
87
- * Label to be displayed with time controls to allow the user to input 24-hour or meridian-based (AM, PM) time.
88
- */
89
- meridianToggleLabel: string;
90
- /**
91
- * Set whether to display controls for selecting a time value in addition to the date.
92
- */
93
- withTime: boolean;
94
- errorStateMatcher: ErrorStateMatcher;
95
- /**
96
- * Events fire when raw value of picker input changes. Mainly exists to handle
97
- * two-way binding of `value` input property.
98
- * @ignore
99
- */
100
- readonly valueChange: EventEmitter<IDatetimePickerValue<any, any> | null>;
101
- /** @ignore */
102
- readonly blur: EventEmitter<FocusEvent>;
103
- constructor(_defaultErrorStateMatcher: ErrorStateMatcher, _formRoot: ImpdcFormRoot, _parentForm: NgForm, _parentFormGroup: FormGroupDirective, ngControl: NgControl);
104
- /** @ignore */
105
- focus(): void;
106
- /** @ignore */
107
- ngDoCheck(): void;
108
- /** @ignore */
109
- ngOnChanges(changes: SimpleChanges): void;
110
- /** @ignore */
111
- ngOnDestroy(): void;
112
- /** @ignore */
113
- ngOnInit(): void;
114
- /** @ignore */
115
- writeValue(obj: IDatetimePickerValue<any, any> | any): void;
116
- /** @ignore */
117
- registerOnChange(fn: any): void;
118
- /** @ignore */
119
- registerOnTouched(fn: any): void;
120
- /** @ignore */
121
- setDisabledState?(isDisabled: boolean): void;
122
- get value(): IDatetimePickerValue<any, any> | null;
123
- set value(value: IDatetimePickerValue<any, any> | null);
124
- get id(): string;
125
- set id(value: string);
126
- protected _id: string;
127
- /**
128
- * Used to set requiredness of control in a template-based manner;
129
- * not necessary when using the Angular reactive forms API and `required` validator.
130
- *
131
- * @default false
132
- */
133
- get required(): boolean;
134
- set required(value: boolean);
135
- private _required;
136
- get focused(): boolean;
137
- protected _focused: boolean;
138
- readonly controlType: string;
139
- readonly supportsAffixes: boolean;
140
- protected get use24hrTime(): boolean;
141
- protected get use24hrTimeLabelText(): string;
142
- protected handleFocusOut(evt: FocusEvent): void;
143
- private _getValueFromFormModel;
144
- private _dateIsOutsideCurrentMonth;
145
- protected readonly markDateDisabledFn: (date: NgbDateStruct, current?: {
146
- month: number;
147
- year: number;
148
- }) => boolean;
149
- protected _onFocus(): void;
150
- protected _onBlur(focusEvent: FocusEvent): void;
151
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimePickerComponent, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }]>;
152
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimePickerComponent, "impdc-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "markDateDisabled": { "alias": "markDateDisabled"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "timeLayout": { "alias": "timeLayout"; "required": false; }; "meridianToggleLabel": { "alias": "meridianToggleLabel"; "required": false; }; "withTime": { "alias": "withTime"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "valueChange": "valueChange"; "blur": "blur"; }, never, never, true, never>;
153
- static ngAcceptInputType_required: unknown;
154
- }
155
- export {};
@@ -1 +0,0 @@
1
- export * from './datetime-picker.component';