@i-cell/ids-angular 0.1.13 → 0.2.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 (380) hide show
  1. package/accordion/index.d.ts +81 -5
  2. package/avatar/index.d.ts +66 -5
  3. package/badge/index.d.ts +61 -5
  4. package/breadcrumb/index.d.ts +67 -5
  5. package/button/index.d.ts +81 -5
  6. package/card/index.d.ts +91 -5
  7. package/checkbox/index.d.ts +137 -5
  8. package/chip/index.d.ts +82 -5
  9. package/core/index.d.ts +168 -5
  10. package/datepicker/index.d.ts +112 -5
  11. package/dialog/index.d.ts +66 -5
  12. package/divider/index.d.ts +45 -5
  13. package/fesm2022/i-cell-ids-angular-accordion.mjs +32 -32
  14. package/fesm2022/i-cell-ids-angular-accordion.mjs.map +1 -1
  15. package/fesm2022/i-cell-ids-angular-avatar.mjs +19 -19
  16. package/fesm2022/i-cell-ids-angular-avatar.mjs.map +1 -1
  17. package/fesm2022/i-cell-ids-angular-badge.mjs +25 -25
  18. package/fesm2022/i-cell-ids-angular-badge.mjs.map +1 -1
  19. package/fesm2022/i-cell-ids-angular-breadcrumb.mjs +41 -41
  20. package/fesm2022/i-cell-ids-angular-breadcrumb.mjs.map +1 -1
  21. package/fesm2022/i-cell-ids-angular-button.mjs +18 -18
  22. package/fesm2022/i-cell-ids-angular-button.mjs.map +1 -1
  23. package/fesm2022/i-cell-ids-angular-card.mjs +36 -36
  24. package/fesm2022/i-cell-ids-angular-card.mjs.map +1 -1
  25. package/fesm2022/i-cell-ids-angular-checkbox.mjs +44 -44
  26. package/fesm2022/i-cell-ids-angular-checkbox.mjs.map +1 -1
  27. package/fesm2022/i-cell-ids-angular-chip.mjs +28 -28
  28. package/fesm2022/i-cell-ids-angular-chip.mjs.map +1 -1
  29. package/fesm2022/i-cell-ids-angular-core.mjs +17 -17
  30. package/fesm2022/i-cell-ids-angular-core.mjs.map +1 -1
  31. package/fesm2022/i-cell-ids-angular-datepicker.mjs +66 -66
  32. package/fesm2022/i-cell-ids-angular-datepicker.mjs.map +1 -1
  33. package/fesm2022/i-cell-ids-angular-dialog.mjs +22 -22
  34. package/fesm2022/i-cell-ids-angular-dialog.mjs.map +1 -1
  35. package/fesm2022/i-cell-ids-angular-divider.mjs +13 -13
  36. package/fesm2022/i-cell-ids-angular-divider.mjs.map +1 -1
  37. package/fesm2022/i-cell-ids-angular-forms.mjs +156 -156
  38. package/fesm2022/i-cell-ids-angular-forms.mjs.map +1 -1
  39. package/fesm2022/i-cell-ids-angular-icon-button.mjs +13 -13
  40. package/fesm2022/i-cell-ids-angular-icon-button.mjs.map +1 -1
  41. package/fesm2022/i-cell-ids-angular-icon.mjs +16 -17
  42. package/fesm2022/i-cell-ids-angular-icon.mjs.map +1 -1
  43. package/fesm2022/i-cell-ids-angular-menu.mjs +19 -19
  44. package/fesm2022/i-cell-ids-angular-menu.mjs.map +1 -1
  45. package/fesm2022/i-cell-ids-angular-notification.mjs +27 -27
  46. package/fesm2022/i-cell-ids-angular-notification.mjs.map +1 -1
  47. package/fesm2022/i-cell-ids-angular-overlay-panel.mjs +9 -9
  48. package/fesm2022/i-cell-ids-angular-overlay-panel.mjs.map +1 -1
  49. package/fesm2022/i-cell-ids-angular-paginator.mjs +34 -34
  50. package/fesm2022/i-cell-ids-angular-paginator.mjs.map +1 -1
  51. package/fesm2022/i-cell-ids-angular-radio.mjs +30 -30
  52. package/fesm2022/i-cell-ids-angular-radio.mjs.map +1 -1
  53. package/fesm2022/i-cell-ids-angular-segmented-control-toggle.mjs +31 -31
  54. package/fesm2022/i-cell-ids-angular-segmented-control-toggle.mjs.map +1 -1
  55. package/fesm2022/i-cell-ids-angular-segmented-control.mjs +32 -32
  56. package/fesm2022/i-cell-ids-angular-segmented-control.mjs.map +1 -1
  57. package/fesm2022/i-cell-ids-angular-select.mjs +32 -32
  58. package/fesm2022/i-cell-ids-angular-select.mjs.map +1 -1
  59. package/fesm2022/i-cell-ids-angular-side-sheet.mjs +27 -27
  60. package/fesm2022/i-cell-ids-angular-side-sheet.mjs.map +1 -1
  61. package/fesm2022/i-cell-ids-angular-snackbar.mjs +29 -29
  62. package/fesm2022/i-cell-ids-angular-snackbar.mjs.map +1 -1
  63. package/fesm2022/i-cell-ids-angular-spinner.mjs +10 -10
  64. package/fesm2022/i-cell-ids-angular-spinner.mjs.map +1 -1
  65. package/fesm2022/i-cell-ids-angular-switch.mjs +35 -35
  66. package/fesm2022/i-cell-ids-angular-switch.mjs.map +1 -1
  67. package/fesm2022/i-cell-ids-angular-tab.mjs +27 -27
  68. package/fesm2022/i-cell-ids-angular-tab.mjs.map +1 -1
  69. package/fesm2022/i-cell-ids-angular-table.mjs +79 -79
  70. package/fesm2022/i-cell-ids-angular-table.mjs.map +1 -1
  71. package/fesm2022/i-cell-ids-angular-tag.mjs +18 -18
  72. package/fesm2022/i-cell-ids-angular-tag.mjs.map +1 -1
  73. package/fesm2022/i-cell-ids-angular-tooltip.mjs +30 -31
  74. package/fesm2022/i-cell-ids-angular-tooltip.mjs.map +1 -1
  75. package/forms/index.d.ts +468 -3
  76. package/icon/index.d.ts +69 -5
  77. package/icon-button/index.d.ts +66 -5
  78. package/index.d.ts +2 -5
  79. package/menu/index.d.ts +68 -5
  80. package/notification/index.d.ts +68 -5
  81. package/overlay-panel/index.d.ts +41 -5
  82. package/package.json +10 -10
  83. package/paginator/index.d.ts +122 -5
  84. package/radio/index.d.ts +95 -5
  85. package/segmented-control/index.d.ts +98 -5
  86. package/segmented-control-toggle/index.d.ts +103 -5
  87. package/select/index.d.ts +103 -5
  88. package/side-sheet/index.d.ts +84 -5
  89. package/snackbar/index.d.ts +149 -5
  90. package/spinner/index.d.ts +41 -5
  91. package/switch/index.d.ts +89 -5
  92. package/tab/index.d.ts +78 -5
  93. package/table/index.d.ts +390 -3
  94. package/tag/index.d.ts +70 -5
  95. package/tooltip/index.d.ts +96 -5
  96. package/accordion/accordion-animations.d.ts +0 -1
  97. package/accordion/accordion-defaults.d.ts +0 -18
  98. package/accordion/accordion-item/accordion-item.component.d.ts +0 -27
  99. package/accordion/accordion.component.d.ts +0 -29
  100. package/accordion/public-api.d.ts +0 -5
  101. package/accordion/types/accordion-appearance.type.d.ts +0 -5
  102. package/avatar/avatar-defaults.d.ts +0 -12
  103. package/avatar/avatar-image.directive.d.ts +0 -5
  104. package/avatar/avatar.component.d.ts +0 -28
  105. package/avatar/public-api.d.ts +0 -6
  106. package/avatar/tokens/avatar-parent.d.ts +0 -6
  107. package/avatar/types/avatar-type.type.d.ts +0 -6
  108. package/avatar/types/avatar-variant.type.d.ts +0 -8
  109. package/badge/badge-defaults.d.ts +0 -13
  110. package/badge/badge-limit.pipe.d.ts +0 -7
  111. package/badge/badge.component.d.ts +0 -17
  112. package/badge/badge.directive.d.ts +0 -25
  113. package/badge/public-api.d.ts +0 -5
  114. package/badge/types/badge-appearance.type.d.ts +0 -4
  115. package/badge/types/badge-variant.type.d.ts +0 -12
  116. package/breadcrumb/breadcrumb-defaults.d.ts +0 -17
  117. package/breadcrumb/breadcrumb.component.d.ts +0 -35
  118. package/breadcrumb/libs/breadcrumb-divider.component.d.ts +0 -13
  119. package/breadcrumb/libs/breadcrumb-link.directive.d.ts +0 -10
  120. package/breadcrumb/libs/breadcrumb-list.directive.d.ts +0 -5
  121. package/breadcrumb/libs/breadcrumb-page.directive.d.ts +0 -5
  122. package/breadcrumb/libs/breadcrumb-truncation.component.d.ts +0 -15
  123. package/breadcrumb/public-api.d.ts +0 -5
  124. package/breadcrumb/types/breadcrumb-divider.type.d.ts +0 -5
  125. package/breadcrumb/types/breadcrumb-hierarchy.type.d.ts +0 -5
  126. package/breadcrumb/types/breadcrumb-variant.type.d.ts +0 -6
  127. package/button/button-defaults.d.ts +0 -11
  128. package/button/button-group-defaults.d.ts +0 -7
  129. package/button/button-group.component.d.ts +0 -11
  130. package/button/button.component.d.ts +0 -29
  131. package/button/public-api.d.ts +0 -7
  132. package/button/tokens/button-parent.d.ts +0 -6
  133. package/button/types/button-appearance.type.d.ts +0 -6
  134. package/button/types/button-variant.type.d.ts +0 -14
  135. package/card/card-body.directive.d.ts +0 -6
  136. package/card/card-defaults.d.ts +0 -12
  137. package/card/card-footer.directive.d.ts +0 -6
  138. package/card/card-header.component.d.ts +0 -6
  139. package/card/card-media.directive.d.ts +0 -7
  140. package/card/card-section-base.directive.d.ts +0 -9
  141. package/card/card-subtitle.directive.d.ts +0 -5
  142. package/card/card-title.directive.d.ts +0 -5
  143. package/card/card.component.d.ts +0 -21
  144. package/card/public-api.d.ts +0 -10
  145. package/card/types/card-appearances.type.d.ts +0 -6
  146. package/card/types/card-variant.type.d.ts +0 -13
  147. package/checkbox/checkbox-defaults.d.ts +0 -9
  148. package/checkbox/checkbox-group-defaults.d.ts +0 -9
  149. package/checkbox/checkbox-group.component.d.ts +0 -28
  150. package/checkbox/checkbox.component.d.ts +0 -70
  151. package/checkbox/public-api.d.ts +0 -7
  152. package/checkbox/types/checkbox-events.class.d.ts +0 -6
  153. package/checkbox/types/checkbox-group-child.d.ts +0 -8
  154. package/checkbox/types/checkbox-parent.d.ts +0 -8
  155. package/checkbox/types/checkbox-state.type.d.ts +0 -6
  156. package/checkbox/types/checkbox-variant.type.d.ts +0 -6
  157. package/chip/chip-defaults.d.ts +0 -12
  158. package/chip/chip-group-defaults.d.ts +0 -9
  159. package/chip/chip-group.component.d.ts +0 -14
  160. package/chip/chip.component.d.ts +0 -35
  161. package/chip/public-api.d.ts +0 -7
  162. package/chip/types/chip-appearance.type.d.ts +0 -5
  163. package/chip/types/chip-events.type.d.ts +0 -4
  164. package/chip/types/chip-variant.type.d.ts +0 -8
  165. package/core/base-classes/component-base.d.ts +0 -13
  166. package/core/base-classes/directive-base.d.ts +0 -16
  167. package/core/directives/detect-scrollable.directive.d.ts +0 -11
  168. package/core/pipes/sentence-case.pipe.d.ts +0 -7
  169. package/core/public-api.d.ts +0 -17
  170. package/core/services/resize-observer.service.d.ts +0 -13
  171. package/core/types/orientation.type.d.ts +0 -5
  172. package/core/types/position.type.d.ts +0 -39
  173. package/core/types/size-collection.type.d.ts +0 -5
  174. package/core/types/size.type.d.ts +0 -7
  175. package/core/utils/class-prefix.d.ts +0 -2
  176. package/core/utils/class.d.ts +0 -2
  177. package/core/utils/coercion.d.ts +0 -6
  178. package/core/utils/compare.d.ts +0 -1
  179. package/core/utils/date.d.ts +0 -25
  180. package/core/utils/fallback-value.d.ts +0 -1
  181. package/core/utils/number.d.ts +0 -4
  182. package/core/utils/string.d.ts +0 -1
  183. package/datepicker/calendar/calendar-page.d.ts +0 -26
  184. package/datepicker/calendar/calendar.component.d.ts +0 -40
  185. package/datepicker/datepicker-defaults.d.ts +0 -7
  186. package/datepicker/datepicker-intl.d.ts +0 -22
  187. package/datepicker/datepicker-positions.d.ts +0 -2
  188. package/datepicker/datepicker.directive.d.ts +0 -58
  189. package/datepicker/day-selector/day-selector.component.d.ts +0 -26
  190. package/datepicker/month-selector/month-selector.component.d.ts +0 -20
  191. package/datepicker/public-api.d.ts +0 -7
  192. package/datepicker/tokens/date-formatter.d.ts +0 -3
  193. package/datepicker/tokens/date-parser.d.ts +0 -3
  194. package/datepicker/tokens/datepicker-view.d.ts +0 -6
  195. package/datepicker/trigger/datepicker-trigger.component.d.ts +0 -12
  196. package/datepicker/year-selector/year-selector.component.d.ts +0 -20
  197. package/dialog/custom-dialog-base.d.ts +0 -15
  198. package/dialog/dialog-defaults.d.ts +0 -9
  199. package/dialog/dialog-header.directive.d.ts +0 -7
  200. package/dialog/dialog.component.d.ts +0 -22
  201. package/dialog/dialog.service.d.ts +0 -17
  202. package/dialog/public-api.d.ts +0 -5
  203. package/divider/divider-defaults.d.ts +0 -12
  204. package/divider/divider.component.d.ts +0 -18
  205. package/divider/public-api.d.ts +0 -3
  206. package/divider/types/divider-variant.type.d.ts +0 -13
  207. package/forms/common/error/error-state.d.ts +0 -23
  208. package/forms/common/success/success-state.d.ts +0 -23
  209. package/forms/components/fieldset/fieldset-defaults.d.ts +0 -9
  210. package/forms/components/fieldset/fieldset-message.directive.d.ts +0 -5
  211. package/forms/components/fieldset/fieldset-row/fieldset-row.component.d.ts +0 -8
  212. package/forms/components/fieldset/fieldset.component.d.ts +0 -16
  213. package/forms/components/form-field/form-field-control.d.ts +0 -44
  214. package/forms/components/form-field/form-field-defaults.d.ts +0 -9
  215. package/forms/components/form-field/form-field.component.d.ts +0 -41
  216. package/forms/components/form-field/tokens/form-field-control.d.ts +0 -3
  217. package/forms/components/form-field/types/form-field-variant.type.d.ts +0 -5
  218. package/forms/components/input/input-defaults.d.ts +0 -9
  219. package/forms/components/input/input.directive.d.ts +0 -31
  220. package/forms/components/input/types/input.type.d.ts +0 -1
  221. package/forms/components/message/error-message/error-definition.directive.d.ts +0 -49
  222. package/forms/components/message/error-message/error-message.component.d.ts +0 -20
  223. package/forms/components/message/hint-message/hint-message.component.d.ts +0 -10
  224. package/forms/components/message/message-defaults.d.ts +0 -9
  225. package/forms/components/message/success-message/success-message.component.d.ts +0 -11
  226. package/forms/components/message/types/error-message-mapping.d.ts +0 -9
  227. package/forms/components/message/types/message-parent-form-field.d.ts +0 -9
  228. package/forms/components/message/types/message-variant.type.d.ts +0 -6
  229. package/forms/components/message/types/message.type.d.ts +0 -6
  230. package/forms/components/option/option-group.component.d.ts +0 -13
  231. package/forms/components/option/option.component.d.ts +0 -47
  232. package/forms/components/option/tokens/option-group.d.ts +0 -3
  233. package/forms/components/option/tokens/option-parent.d.ts +0 -11
  234. package/forms/components/option/types/option-events.class.d.ts +0 -7
  235. package/forms/components/pseudo-checkbox/pseudo-checkbox.component.d.ts +0 -14
  236. package/forms/components/pseudo-checkbox/tokens/pseudo-checkbox-parent.d.ts +0 -7
  237. package/forms/components/pseudo-checkbox/types/pseudo-checkbox-state.type.d.ts +0 -6
  238. package/forms/directives/form-field-action.directive.d.ts +0 -5
  239. package/forms/directives/label.directive.d.ts +0 -5
  240. package/forms/directives/message-prefix.directive.d.ts +0 -5
  241. package/forms/directives/message-suffix.directive.d.ts +0 -5
  242. package/forms/directives/message.directive.d.ts +0 -17
  243. package/forms/directives/prefix.directive.d.ts +0 -7
  244. package/forms/directives/suffix.directive.d.ts +0 -7
  245. package/forms/public-api.d.ts +0 -37
  246. package/forms/validators.d.ts +0 -9
  247. package/icon/icon-defaults.d.ts +0 -12
  248. package/icon/icon.component.d.ts +0 -33
  249. package/icon/public-api.d.ts +0 -5
  250. package/icon/tokens/icon-parent.d.ts +0 -6
  251. package/icon/types/icon-source.type.d.ts +0 -5
  252. package/icon/types/icon-variant.type.d.ts +0 -12
  253. package/icon-button/icon-button-defaults.d.ts +0 -11
  254. package/icon-button/icon-button.component.d.ts +0 -28
  255. package/icon-button/public-api.d.ts +0 -5
  256. package/icon-button/tokens/icon-button-parent.d.ts +0 -9
  257. package/icon-button/types/icon-button-appearance.type.d.ts +0 -6
  258. package/icon-button/types/icon-button-variant.type.d.ts +0 -13
  259. package/menu/action-menu/action-menu-trigger.directive.d.ts +0 -12
  260. package/menu/active-indicator/active-indicator.directive.d.ts +0 -7
  261. package/menu/menu-item/menu-item-defaults.d.ts +0 -12
  262. package/menu/menu-item/menu-item.component.d.ts +0 -27
  263. package/menu/menu-item/types/menu-item-appearance.type.d.ts +0 -5
  264. package/menu/menu-item/types/menu-item-variant.type.d.ts +0 -5
  265. package/menu/public-api.d.ts +0 -6
  266. package/notification/notification-action-button.directive.d.ts +0 -5
  267. package/notification/notification-defaults.d.ts +0 -15
  268. package/notification/notification.component.d.ts +0 -34
  269. package/notification/public-api.d.ts +0 -5
  270. package/notification/types/notification-appearance.type.d.ts +0 -5
  271. package/notification/types/notification-variant.type.d.ts +0 -10
  272. package/overlay-panel/overlay-panel-defaults.d.ts +0 -11
  273. package/overlay-panel/overlay-panel.component.d.ts +0 -18
  274. package/overlay-panel/public-api.d.ts +0 -4
  275. package/overlay-panel/types/overlay-panel-appearance.type.d.ts +0 -6
  276. package/overlay-panel/types/overlay-panel-variant.type.d.ts +0 -5
  277. package/paginator/paginator-defaults.d.ts +0 -22
  278. package/paginator/paginator-intl.d.ts +0 -24
  279. package/paginator/paginator.component.d.ts +0 -67
  280. package/paginator/public-api.d.ts +0 -5
  281. package/paginator/types/paginator-appearance.type.d.ts +0 -4
  282. package/paginator/types/paginator-events.class.d.ts +0 -6
  283. package/paginator/types/paginator-variant.type.d.ts +0 -7
  284. package/public-api.d.ts +0 -2
  285. package/radio/public-api.d.ts +0 -5
  286. package/radio/radio-defaults.d.ts +0 -11
  287. package/radio/radio-group.directive.d.ts +0 -46
  288. package/radio/radio.component.d.ts +0 -30
  289. package/radio/types/radio-events.class.d.ts +0 -6
  290. package/radio/types/radio-variant.type.d.ts +0 -6
  291. package/segmented-control/public-api.d.ts +0 -6
  292. package/segmented-control/segmented-control-defaults.d.ts +0 -11
  293. package/segmented-control/segmented-control-item.component.d.ts +0 -33
  294. package/segmented-control/segmented-control.directive.d.ts +0 -42
  295. package/segmented-control/types/segmented-control-appearance.type.d.ts +0 -4
  296. package/segmented-control/types/segmented-control-item-change.class.d.ts +0 -7
  297. package/segmented-control/types/segmented-control-variant.type.d.ts +0 -6
  298. package/segmented-control-toggle/public-api.d.ts +0 -6
  299. package/segmented-control-toggle/segmented-control-toggle-defaults.d.ts +0 -12
  300. package/segmented-control-toggle/segmented-control-toggle-item.component.d.ts +0 -32
  301. package/segmented-control-toggle/segmented-control-toggle.directive.d.ts +0 -43
  302. package/segmented-control-toggle/types/segmented-control-toggle-appearance.type.d.ts +0 -5
  303. package/segmented-control-toggle/types/segmented-control-toggle-item-change.class.d.ts +0 -6
  304. package/segmented-control-toggle/types/segmented-control-toggle-variant.type.d.ts +0 -11
  305. package/select/public-api.d.ts +0 -3
  306. package/select/select-defaults.d.ts +0 -9
  307. package/select/select-positions.d.ts +0 -2
  308. package/select/select-trigger.directive.d.ts +0 -5
  309. package/select/select.component.d.ts +0 -85
  310. package/side-sheet/public-api.d.ts +0 -3
  311. package/side-sheet/side-sheet-defaults.d.ts +0 -20
  312. package/side-sheet/side-sheet-header/side-sheet-header.component.d.ts +0 -19
  313. package/side-sheet/side-sheet.component.d.ts +0 -40
  314. package/side-sheet/types/side-sheet.type.d.ts +0 -20
  315. package/snackbar/animations.d.ts +0 -2
  316. package/snackbar/public-api.d.ts +0 -7
  317. package/snackbar/services/snackbar.service.d.ts +0 -28
  318. package/snackbar/snackbar-defaults.d.ts +0 -16
  319. package/snackbar/snackbar-group.component.d.ts +0 -25
  320. package/snackbar/snackbar-position-strategies.d.ts +0 -4
  321. package/snackbar/snackbar.component.d.ts +0 -51
  322. package/snackbar/types/snackbar-data.type.d.ts +0 -15
  323. package/snackbar/types/snackbar-inner-data.type.d.ts +0 -4
  324. package/snackbar/types/snackbar-position.type.d.ts +0 -9
  325. package/snackbar/types/snackbar-variant.type.d.ts +0 -8
  326. package/spinner/public-api.d.ts +0 -3
  327. package/spinner/spinner-defaults.d.ts +0 -11
  328. package/spinner/spinner.component.d.ts +0 -17
  329. package/spinner/types/spinner-variant.type.d.ts +0 -11
  330. package/switch/public-api.d.ts +0 -5
  331. package/switch/switch-animations.d.ts +0 -2
  332. package/switch/switch-defaults.d.ts +0 -13
  333. package/switch/switch-group.component.d.ts +0 -14
  334. package/switch/switch.component.d.ts +0 -45
  335. package/switch/types/switch-positions.type.d.ts +0 -10
  336. package/switch/types/switch-variant.type.d.ts +0 -6
  337. package/tab/public-api.d.ts +0 -6
  338. package/tab/tab-group-defaults.d.ts +0 -15
  339. package/tab/tab-group.component.d.ts +0 -30
  340. package/tab/tab.component.d.ts +0 -18
  341. package/tab/types/tab-group-position.type.d.ts +0 -6
  342. package/tab/types/tab-group-variant.type.d.ts +0 -6
  343. package/tab/types/tab-indicator-position.type.d.ts +0 -7
  344. package/table/components/cell-content/cell-content.component.d.ts +0 -25
  345. package/table/datasource/server-side-datasource.d.ts +0 -37
  346. package/table/directives/cell-renderer.d.ts +0 -13
  347. package/table/directives/cell-template.d.ts +0 -8
  348. package/table/directives/row-info-holder.d.ts +0 -9
  349. package/table/public-api.d.ts +0 -18
  350. package/table/table-defaults.d.ts +0 -22
  351. package/table/table-intl.d.ts +0 -25
  352. package/table/table.component.d.ts +0 -142
  353. package/table/types/pagination-params.d.ts +0 -9
  354. package/table/types/request-factory.d.ts +0 -5
  355. package/table/types/request-pagination-data.d.ts +0 -6
  356. package/table/types/response-data.d.ts +0 -5
  357. package/table/types/table-appearance.type.d.ts +0 -6
  358. package/table/types/table-cell-click-event.d.ts +0 -6
  359. package/table/types/table-column-def.d.ts +0 -97
  360. package/table/types/table-row-click-event.d.ts +0 -4
  361. package/table/types/table-row-keydown-event.d.ts +0 -4
  362. package/table/types/table-sort-direction.d.ts +0 -6
  363. package/table/types/table-sort-info.d.ts +0 -6
  364. package/table/types/table-variant.type.d.ts +0 -6
  365. package/tag/public-api.d.ts +0 -6
  366. package/tag/tag-defaults.d.ts +0 -11
  367. package/tag/tag-group-defaults.d.ts +0 -9
  368. package/tag/tag-group.component.d.ts +0 -13
  369. package/tag/tag.component.d.ts +0 -23
  370. package/tag/types/tag-appearance.type.d.ts +0 -5
  371. package/tag/types/tag-variant.type.d.ts +0 -13
  372. package/tooltip/public-api.d.ts +0 -5
  373. package/tooltip/tooltip-defaults.d.ts +0 -18
  374. package/tooltip/tooltip-position-strategies.d.ts +0 -3
  375. package/tooltip/tooltip.component.d.ts +0 -31
  376. package/tooltip/tooltip.directive.d.ts +0 -60
  377. package/tooltip/types/tooltip-position.type.d.ts +0 -11
  378. package/tooltip/types/tooltip-variant.type.d.ts +0 -5
  379. package/tooltip/types/tooltip.type.d.ts +0 -2
  380. package/tooltip/utils/tooltip-converters.d.ts +0 -3
@@ -1,14 +0,0 @@
1
- import { IdsSwitchDefaultConfig } from './switch-defaults';
2
- import { IdsSizeType, ComponentBaseWithDefaults } from '@i-cell/ids-angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class IdsSwitchGroupComponent extends ComponentBaseWithDefaults<IdsSwitchDefaultConfig> {
5
- protected get _hostName(): string;
6
- protected readonly _defaultConfig: Required<IdsSwitchDefaultConfig>;
7
- size: import("@angular/core").InputSignal<IdsSizeType | null>;
8
- hasIcon: import("@angular/core").InputSignal<boolean>;
9
- iconPosition: import("@angular/core").InputSignal<import("@i-cell/ids-angular/switch").IdsSwitchIconPositionType>;
10
- labelPosition: import("@angular/core").InputSignal<import("@i-cell/ids-angular/switch").IdsSwitchLabelPositionType>;
11
- protected _hostClasses: import("@angular/core").Signal<string>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsSwitchGroupComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsSwitchGroupComponent, "ids-switch-group", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "hasIcon": { "alias": "hasIcon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; }, {}, never, ["ids-switch"], true, never>;
14
- }
@@ -1,45 +0,0 @@
1
- import { IdsSwitchDefaultConfig } from './switch-defaults';
2
- import { IdsSwitchVariantType } from './types/switch-variant.type';
3
- import { IdsSizeType, ComponentBaseWithDefaults } from '@i-cell/ids-angular/core';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsSwitchComponent extends ComponentBaseWithDefaults<IdsSwitchDefaultConfig> {
6
- protected get _hostName(): string;
7
- protected readonly _defaultConfig: Required<IdsSwitchDefaultConfig>;
8
- private _switchGroup;
9
- private _switchElement;
10
- protected _isChecked: import("@angular/core").WritableSignal<boolean>;
11
- label: import("@angular/core").InputSignal<string | undefined>;
12
- name: import("@angular/core").InputSignal<string | null | undefined>;
13
- readonly: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
14
- size: import("@angular/core").InputSignal<IdsSizeType>;
15
- tabIndex: import("@angular/core").InputSignalWithTransform<number, unknown>;
16
- variant: import("@angular/core").InputSignal<IdsSwitchVariantType>;
17
- hasIcon: import("@angular/core").InputSignal<boolean>;
18
- iconPosition: import("@angular/core").InputSignal<import("./types/switch-positions.type").IdsSwitchIconPositionType>;
19
- labelPosition: import("@angular/core").InputSignal<import("./types/switch-positions.type").IdsSwitchLabelPositionType>;
20
- protected _isDisabled: import("@angular/core").WritableSignal<boolean>;
21
- ariaLabel: import("@angular/core").InputSignal<string | null>;
22
- ariaLabelledBy: import("@angular/core").InputSignalWithTransform<string | null, string>;
23
- ariaDescribedBy: import("@angular/core").InputSignal<string | null>;
24
- protected _parentOrSelfSize: import("@angular/core").Signal<IdsSizeType>;
25
- protected _parentOrSelfHasIcon: import("@angular/core").Signal<boolean>;
26
- protected _parentOrSelfIconPosition: import("@angular/core").Signal<import("./types/switch-positions.type").IdsSwitchIconPositionType>;
27
- protected _parentOrSelfLabelPosition: import("@angular/core").Signal<import("./types/switch-positions.type").IdsSwitchLabelPositionType>;
28
- protected _hasHandleIcon: import("@angular/core").Signal<boolean>;
29
- protected _hasTrackIcon: import("@angular/core").Signal<boolean>;
30
- private _isFocusable;
31
- protected _hostClasses: import("@angular/core").Signal<string>;
32
- private _onChange;
33
- private _onTouched;
34
- set disabled(value: boolean);
35
- focus(): void;
36
- writeValue(value: boolean | undefined): void;
37
- registerOnChange(fn: () => void): void;
38
- registerOnTouched(fn: () => unknown): void;
39
- setDisabledState?(isDisabled: boolean): void;
40
- toggle(): void;
41
- protected _handleClick(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsSwitchComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsSwitchComponent, "ids-switch[ngModel]:not([formControl]):not([formControlName]), ids-switch[formControl]:not([ngModel]):not([formControlName]), ids-switch[formControlName]:not([ngModel]):not([formControl])", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "hasIcon": { "alias": "hasIcon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
44
- static ngAcceptInputType_disabled: unknown;
45
- }
@@ -1,10 +0,0 @@
1
- export declare const IdsSwitchIconPosition: {
2
- readonly ONHANDLE: "onhandle";
3
- readonly ONTRACK: "ontrack";
4
- };
5
- export type IdsSwitchIconPositionType = (typeof IdsSwitchIconPosition)[keyof typeof IdsSwitchIconPosition];
6
- export declare const IdsSwitchLabelPosition: {
7
- readonly LEFT: "left";
8
- readonly RIGHT: "right";
9
- };
10
- export type IdsSwitchLabelPositionType = (typeof IdsSwitchLabelPosition)[keyof typeof IdsSwitchLabelPosition];
@@ -1,6 +0,0 @@
1
- export declare const IdsSwitchVariant: {
2
- readonly PRIMARY: "primary";
3
- readonly SURFACE: "surface";
4
- readonly LIGHT: "light";
5
- };
6
- export type IdsSwitchVariantType = (typeof IdsSwitchVariant)[keyof typeof IdsSwitchVariant];
@@ -1,6 +0,0 @@
1
- export * from './types/tab-group-position.type';
2
- export * from './types/tab-group-variant.type';
3
- export * from './types/tab-indicator-position.type';
4
- export * from './tab-group-defaults';
5
- export * from './tab-group.component';
6
- export * from './tab.component';
@@ -1,15 +0,0 @@
1
- import { IdsTabGroupPositionType } from './types/tab-group-position.type';
2
- import { IdsTabGroupVariantType } from './types/tab-group-variant.type';
3
- import { IdsTabIndicatorPositionType } from './types/tab-indicator-position.type';
4
- import { InjectionToken } from '@angular/core';
5
- import { IdsOrientationType, IdsSizeType } from '@i-cell/ids-angular/core';
6
- export interface IdsTabGroupDefaultConfig {
7
- size?: IdsSizeType;
8
- variant?: IdsTabGroupVariantType;
9
- orientation?: IdsOrientationType;
10
- stretchTabs?: boolean;
11
- tabPosition?: IdsTabGroupPositionType;
12
- indicatorPosition?: IdsTabIndicatorPositionType;
13
- }
14
- export declare const IDS_TAB_GROUP_DEFAULT_CONFIG: InjectionToken<IdsTabGroupDefaultConfig>;
15
- export declare function IDS_TAB_GROUP_DEFAULT_CONFIG_FACTORY(): Required<IdsTabGroupDefaultConfig>;
@@ -1,30 +0,0 @@
1
- import { IdsTabGroupDefaultConfig } from './tab-group-defaults';
2
- import { IdsTabComponent } from './tab.component';
3
- import { IdsTabGroupPositionType } from './types/tab-group-position.type';
4
- import { IdsTabGroupVariantType } from './types/tab-group-variant.type';
5
- import { IdsTabIndicatorPositionType } from './types/tab-indicator-position.type';
6
- import { AfterContentInit } from '@angular/core';
7
- import { ComponentBaseWithDefaults, IdsOrientationType, IdsSizeType } from '@i-cell/ids-angular/core';
8
- import * as i0 from "@angular/core";
9
- export declare class IdsTabGroupComponent extends ComponentBaseWithDefaults<IdsTabGroupDefaultConfig> implements AfterContentInit {
10
- protected get _hostName(): string;
11
- protected readonly _defaultConfig: Required<IdsTabGroupDefaultConfig>;
12
- protected _items: import("@angular/core").Signal<readonly IdsTabComponent[]>;
13
- private _portalOutlet;
14
- private _viewContainerRef;
15
- size: import("@angular/core").InputSignal<IdsSizeType>;
16
- variant: import("@angular/core").InputSignal<IdsTabGroupVariantType>;
17
- orientation: import("@angular/core").InputSignal<IdsOrientationType>;
18
- stretchTabs: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
19
- tabPosition: import("@angular/core").InputSignal<IdsTabGroupPositionType>;
20
- indicatorPosition: import("@angular/core").InputSignal<IdsTabIndicatorPositionType | undefined>;
21
- disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
22
- protected _selectedTabIndex: import("@angular/core").WritableSignal<number>;
23
- selectedTabIndex: import("@angular/core").Signal<number>;
24
- protected _hostClasses: import("@angular/core").Signal<string>;
25
- private _calculatedIndicatorPosition;
26
- ngAfterContentInit(): void;
27
- selectTab(index: number): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTabGroupComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsTabGroupComponent, "ids-tab-group", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "stretchTabs": { "alias": "stretchTabs"; "required": false; "isSignal": true; }; "tabPosition": { "alias": "tabPosition"; "required": false; "isSignal": true; }; "indicatorPosition": { "alias": "indicatorPosition"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["_items"], never, true, never>;
30
- }
@@ -1,18 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { ComponentBase } from '@i-cell/ids-angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class IdsTabComponent extends ComponentBase {
5
- protected get _hostName(): string;
6
- private _tabGroup;
7
- label: import("@angular/core").InputSignal<string | undefined>;
8
- disabled: import("@angular/core").InputSignal<boolean>;
9
- leadingIcon: import("@angular/core").InputSignalWithTransform<string, unknown>;
10
- trailingIcon: import("@angular/core").InputSignalWithTransform<string, unknown>;
11
- content: import("@angular/core").Signal<TemplateRef<unknown>>;
12
- panelId: import("@angular/core").Signal<string>;
13
- parentOrSelfDisabled: import("@angular/core").Signal<boolean>;
14
- protected _hostClasses: import("@angular/core").WritableSignal<string>;
15
- hostTabClasses: import("@angular/core").Signal<string>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTabComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsTabComponent, "ids-tab", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
18
- }
@@ -1,6 +0,0 @@
1
- export declare const IdsTabGroupPosition: {
2
- readonly START: "start";
3
- readonly CENTER: "center";
4
- readonly END: "end";
5
- };
6
- export type IdsTabGroupPositionType = (typeof IdsTabGroupPosition)[keyof typeof IdsTabGroupPosition];
@@ -1,6 +0,0 @@
1
- export declare const IdsTabGroupVariant: {
2
- readonly PRIMARY: "primary";
3
- readonly SURFACE: "surface";
4
- readonly LIGHT: "light";
5
- };
6
- export type IdsTabGroupVariantType = (typeof IdsTabGroupVariant)[keyof typeof IdsTabGroupVariant];
@@ -1,7 +0,0 @@
1
- export declare const IdsTabIndicatorPosition: {
2
- readonly TOP: "top";
3
- readonly BOTTOM: "bottom";
4
- readonly LEFT: "left";
5
- readonly RIGHT: "right";
6
- };
7
- export type IdsTabIndicatorPositionType = (typeof IdsTabIndicatorPosition)[keyof typeof IdsTabIndicatorPosition];
@@ -1,25 +0,0 @@
1
- import { IdsTableCellRenderer } from '../../directives/cell-renderer';
2
- import { TemplateRef } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * This component handles the rendering of a table cell based on the column definition and row data using internal or external cell renderer
6
- * templates or components.
7
- */
8
- export declare class IdsCellContentComponent<D> extends IdsTableCellRenderer<D> {
9
- private _elementRef;
10
- private _intl;
11
- private _isHeader;
12
- private _numberFormat;
13
- externalCellTemplates: import("@angular/core").InputSignal<Map<string, TemplateRef<unknown>> | undefined>;
14
- private _cellRendererDef;
15
- private _updateCellContent;
16
- protected _cellValue: import("@angular/core").Signal<unknown>;
17
- protected _stringCellValue: import("@angular/core").Signal<string>;
18
- protected _numericCellValue: import("@angular/core").Signal<string>;
19
- protected _cellRendererComp: import("@angular/core").Signal<import("@angular/core").Type<IdsTableCellRenderer<D>> | null>;
20
- protected _cellTemplateName: import("@angular/core").Signal<string | undefined>;
21
- protected _cellTemplate: import("@angular/core").Signal<TemplateRef<unknown> | null>;
22
- updateValue(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsCellContentComponent<any>, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsCellContentComponent<any>, "th[idsCellContent],td[idsCellContent],th[idsHeaderCellContent],td[idsHeaderCellContent]", never, { "externalCellTemplates": { "alias": "externalCellTemplates"; "required": false; "isSignal": true; }; }, {}, never, ["[colStart]", "[colEnd]"], true, never>;
25
- }
@@ -1,37 +0,0 @@
1
- import { IdsTablePaginationParams } from '../types/pagination-params';
2
- import { IdsTableRequestFactory } from '../types/request-factory';
3
- import { IdsTableSortInfo } from '../types/table-sort-info';
4
- import { DataSource } from '@angular/cdk/collections';
5
- import { IdsPaginatorPageChangeEvent } from '@i-cell/ids-angular/paginator';
6
- import { Observable } from 'rxjs';
7
- export declare const DEFAULT_DATA_LOAD_DEBOUNCE_TIME = 100;
8
- export declare class ServerSideDataSource<D> implements DataSource<D> {
9
- private _requestFactory;
10
- private _resetDataAndPagingOnError;
11
- private _dataSubject;
12
- private _sortSubject;
13
- private _pageSubject;
14
- private _pageInfoSubject;
15
- private _loadDataTriggerSubject;
16
- private _loadingSubject;
17
- private _loadDataSubscription?;
18
- data$: Observable<D[]>;
19
- isLoading$: Observable<boolean>;
20
- pageInfo$: Observable<IdsTablePaginationParams | null>;
21
- pageIndex$: Observable<number>;
22
- get data(): D[];
23
- set data(value: D[]);
24
- get pageInfo(): IdsTablePaginationParams | null;
25
- set pageInfo(value: IdsTablePaginationParams | null);
26
- get length(): number;
27
- constructor(_requestFactory: IdsTableRequestFactory<D>, _resetDataAndPagingOnError?: boolean);
28
- connect(): Observable<readonly D[]>;
29
- disconnect(): void;
30
- sort(sortInfo?: IdsTableSortInfo | null): void;
31
- page(pageEvent: IdsPaginatorPageChangeEvent): void;
32
- /**
33
- * Loads data from specified endpoint.
34
- */
35
- refreshData(): void;
36
- private _initDataLoading;
37
- }
@@ -1,13 +0,0 @@
1
- import { IdsTableColumnDef } from '../types/table-column-def';
2
- import { Type } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class IdsTableCellRenderer<D> {
5
- private readonly _entities;
6
- cellValue: import("@angular/core").InputSignalWithTransform<string, unknown>;
7
- colDef: import("@angular/core").InputSignal<IdsTableColumnDef<D>>;
8
- rowData: import("@angular/core").InputSignal<D | undefined>;
9
- protected _isComponentCellRenderer<C>(cellRendererDef: string | Type<C> | undefined): cellRendererDef is Type<C>;
10
- protected _preSanitize(input: string): string;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTableCellRenderer<any>, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsTableCellRenderer<any>, never, never, { "cellValue": { "alias": "cellValue"; "required": false; "isSignal": true; }; "colDef": { "alias": "colDef"; "required": true; "isSignal": true; }; "rowData": { "alias": "rowData"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
- }
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsTableCellTemplateDirective {
4
- templateName: import("@angular/core").InputSignal<string>;
5
- templateRef: TemplateRef<any>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTableCellTemplateDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsTableCellTemplateDirective, "[idsCellTemplate]", never, { "templateName": { "alias": "idsCellTemplate"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class RowInfoHolderDirective<D> {
3
- rowInfo: import("@angular/core").InputSignal<{
4
- rowData: D;
5
- index: number;
6
- }>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<RowInfoHolderDirective<any>, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowInfoHolderDirective<any>, "[rowInfo]", never, { "rowInfo": { "alias": "rowInfo"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,18 +0,0 @@
1
- export * from './datasource/server-side-datasource';
2
- export * from './directives/cell-renderer';
3
- export * from './directives/cell-template';
4
- export * from './types/pagination-params';
5
- export * from './types/request-factory';
6
- export * from './types/request-pagination-data';
7
- export * from './types/response-data';
8
- export * from './types/table-appearance.type';
9
- export * from './types/table-cell-click-event';
10
- export * from './types/table-column-def';
11
- export * from './types/table-row-click-event';
12
- export * from './types/table-row-keydown-event';
13
- export * from './types/table-sort-direction';
14
- export * from './types/table-sort-info';
15
- export * from './types/table-variant.type';
16
- export * from './table-defaults';
17
- export * from './table-intl';
18
- export * from './table.component';
@@ -1,22 +0,0 @@
1
- import { IdsTableAppearanceType } from './types/table-appearance.type';
2
- import { IdsTableVariantType } from './types/table-variant.type';
3
- import { InjectionToken } from '@angular/core';
4
- import { IdsSizeType } from '@i-cell/ids-angular/core';
5
- export declare const DEFAULT_MASTER_DETAIL_TEMPLATE_NAME = "detail";
6
- export interface IdsTableDefaultConfig {
7
- appearance?: IdsTableAppearanceType;
8
- size?: IdsSizeType;
9
- variant?: IdsTableVariantType;
10
- fixedHeader?: boolean;
11
- enableSorting?: boolean;
12
- masterDetail?: boolean;
13
- detailTemplateName?: string;
14
- detailStickyColumns?: boolean;
15
- showDetailHeader?: boolean;
16
- enableRowSelection?: boolean;
17
- clearSelectionOnChange?: boolean;
18
- noRowsToShowOverlayBelow?: boolean;
19
- withBorder?: boolean;
20
- }
21
- export declare const IDS_TABLE_DEFAULT_CONFIG: InjectionToken<IdsTableDefaultConfig>;
22
- export declare function IDS_TABLE_DEFAULT_CONFIG_FACTORY(): Required<IdsTableDefaultConfig>;
@@ -1,25 +0,0 @@
1
- import { IdsTableColumnDef } from './types/table-column-def';
2
- import { IdsTableSortDirectionType } from './types/table-sort-direction';
3
- import { Optional } from '@angular/core';
4
- import { Subject } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export declare class IdsTableIntl<D> {
7
- readonly changes: Subject<void>;
8
- numberFormat: Intl.NumberFormat;
9
- headerSelectorAriaLabel: string;
10
- rowSelectorAriaLabel: string;
11
- detailHeaderLabel: string;
12
- getDetailExpandButtonAriaLabel(rowData: D): string;
13
- getSortButtonAriaLabel(colDef: IdsTableColumnDef<D>, nextSortDirection: IdsTableSortDirectionType): string;
14
- getColLabel(colDef: IdsTableColumnDef<D>): string;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTableIntl<any>, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<IdsTableIntl<any>>;
17
- }
18
- /** @docs-private */
19
- export declare function IDS_TABLE_INTL_PROVIDER_FACTORY<D>(parentIntl?: IdsTableIntl<D>): IdsTableIntl<D>;
20
- /** @docs-private */
21
- export declare const IDS_TABLE_INTL_PROVIDER: {
22
- provide: typeof IdsTableIntl;
23
- deps: Optional[][];
24
- useFactory: typeof IDS_TABLE_INTL_PROVIDER_FACTORY;
25
- };
@@ -1,142 +0,0 @@
1
- import { IdsTableDefaultConfig } from './table-defaults';
2
- import { IdsTableIntl } from './table-intl';
3
- import { IdsTableAppearanceType } from './types/table-appearance.type';
4
- import { IdsTableCellClickEvent } from './types/table-cell-click-event';
5
- import { IdsTableColumnDef } from './types/table-column-def';
6
- import { IdsTableRowClickEvent } from './types/table-row-click-event';
7
- import { IdsTableRowKeydownEvent } from './types/table-row-keydown-event';
8
- import { IdsTableSortDirectionType } from './types/table-sort-direction';
9
- import { IdsTableSortInfo } from './types/table-sort-info';
10
- import { IdsTableVariantType } from './types/table-variant.type';
11
- import { SelectionModel } from '@angular/cdk/collections';
12
- import { CdkTableDataSourceInput } from '@angular/cdk/table';
13
- import { OnInit, TemplateRef } from '@angular/core';
14
- import { ComponentBaseWithDefaults, IdsSizeType } from '@i-cell/ids-angular/core';
15
- import { IdsIconButtonAppearanceType, IdsIconButtonParent, IdsIconButtonVariantType } from '@i-cell/ids-angular/icon-button';
16
- import * as i0 from "@angular/core";
17
- export declare class IdsTableComponent<D> extends ComponentBaseWithDefaults<IdsTableDefaultConfig> implements IdsIconButtonParent, OnInit {
18
- private readonly _sortDirections;
19
- protected readonly _appearanceZebra: "zebra";
20
- protected readonly _defaultMasterDetailTemplateName = "detail";
21
- protected readonly _defaultConfig: Required<IdsTableDefaultConfig>;
22
- private _cdRef;
23
- protected _intl: IdsTableIntl<any>;
24
- private _viewCellTemplates;
25
- private _rowDataHolders;
26
- private _selectorCheckboxes;
27
- private _cellContentRenderers;
28
- private _contentCellTemplates;
29
- columnDefs: import("@angular/core").InputSignal<IdsTableColumnDef<D>[]>;
30
- dataSource: import("@angular/core").InputSignal<CdkTableDataSourceInput<D>>;
31
- /** Flag to have sticky header. */
32
- fixedHeader: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
33
- /** Enable sorting feature */
34
- enableSorting: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
35
- /** Enable master-detail rows */
36
- masterDetail: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
37
- /** Name of the detail row renderer template */
38
- detailTemplateName: import("@angular/core").InputSignal<string>;
39
- /** If true the detail cell will not span sticky and stickyEnd columns. If false the detail cell will span the table's full width */
40
- detailStickyColumns: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
41
- /** Whether to show the master-detail column label or not. */
42
- showDetailHeader: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
43
- /** Predicate function to decide whether a data row has details or not */
44
- hasDetailRow: import("@angular/core").InputSignal<(index: number, data: D) => boolean>;
45
- /** Enable row selection feature */
46
- enableRowSelection: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
47
- /** Clear row selection if the table's content changes */
48
- clearSelectionOnChange: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
49
- /** Predicate function to decide whether a row can be selected or not */
50
- isRowSelectable: import("@angular/core").InputSignal<(index: number, data: D) => boolean>;
51
- /** Render "no rows to show" overlay below the table instead of as a row */
52
- noRowsToShowOverlayBelow: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
53
- /** Whether to show a border around the table or not. */
54
- withBorder: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
55
- /**
56
- * The table's appearance type. Availabla options:
57
- * - "line-division": row backgrounds are uniformly colored and divided by thin border lines
58
- * - "zebra": the backgrounds of even and odd rows are different colors
59
- * - "plain": row backgrounds are uniformly colored without border lines
60
- */
61
- appearance: import("@angular/core").InputSignal<IdsTableAppearanceType>;
62
- /** The size type of the table. Affects paddings, margins, gaps, typography, etc. */
63
- size: import("@angular/core").InputSignal<IdsSizeType>;
64
- /** The color variant of the table. Availabla options: "primary", "secondary", "surface" */
65
- variant: import("@angular/core").InputSignal<IdsTableVariantType>;
66
- /** Emits if the column sorting has changed */
67
- sortChange: import("@angular/core").OutputEmitterRef<IdsTableSortInfo | null>;
68
- /** Emits if the user clicked a cell */
69
- cellClick: import("@angular/core").OutputEmitterRef<IdsTableCellClickEvent<D>>;
70
- /** Emits if the user clicked a row */
71
- rowClick: import("@angular/core").OutputEmitterRef<IdsTableRowClickEvent<D>>;
72
- /** Emits if the user hits a key while a row is in focus */
73
- rowKeydown: import("@angular/core").OutputEmitterRef<IdsTableRowKeydownEvent<D>>;
74
- /** Emits if the table's contents have changed */
75
- contentChanged: import("@angular/core").OutputEmitterRef<void>;
76
- embeddedIconButtonVariant: import("@angular/core").Signal<IdsIconButtonVariantType>;
77
- embeddedIconButtonAppearance: import("@angular/core").WritableSignal<IdsIconButtonAppearanceType>;
78
- disabled: import("@angular/core").WritableSignal<boolean>;
79
- /** Signal that holds the current table contents as an array of objects */
80
- rowData: import("@angular/core").Signal<D[]>;
81
- /** The row selection model for the table */
82
- rowSelection: SelectionModel<D>;
83
- protected _expandedRows: Set<D>;
84
- protected _allRowsExpanded: import("@angular/core").WritableSignal<boolean>;
85
- protected _sortState: import("@angular/core").WritableSignal<IdsTableSortInfo | null>;
86
- protected get _hostName(): string;
87
- protected _hostClasses: import("@angular/core").Signal<string>;
88
- protected _actualColumns: import("@angular/core").Signal<string[]>;
89
- protected _hiddenColumns: import("@angular/core").Signal<{
90
- visible: boolean;
91
- id: string;
92
- label?: string;
93
- field?: string;
94
- value?: ((rowData: D) => unknown) | undefined;
95
- headerCellRenderer?: string | import("@angular/core").Type<import("@i-cell/ids-angular/table").IdsTableCellRenderer<D>> | undefined;
96
- cellRenderer?: string | import("@angular/core").Type<import("@i-cell/ids-angular/table").IdsTableCellRenderer<D>> | undefined;
97
- hideable?: boolean;
98
- sortable?: boolean;
99
- orderName?: string;
100
- sticky?: boolean;
101
- stickyEnd?: boolean;
102
- identifier?: boolean;
103
- columnClasses?: string;
104
- cellClasses?: string;
105
- }[]>;
106
- protected _detailRowTemplates: import("@angular/core").Signal<string[]>;
107
- protected _detailColSpan: import("@angular/core").Signal<number>;
108
- protected _cellTemplatesByName: import("@angular/core").Signal<Map<string, TemplateRef<unknown>>>;
109
- protected _defaulDetailTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
110
- protected _detailTemplate: import("@angular/core").Signal<TemplateRef<unknown> | undefined>;
111
- protected _hasNoRows: import("@angular/core").Signal<boolean>;
112
- protected _masterDetailEnabled: import("@angular/core").Signal<boolean>;
113
- protected _unselectableRows: import("@angular/core").Signal<Set<D>>;
114
- private _rowSelectorCheckboxes;
115
- private _selectableRowData;
116
- private _rowSelectionChange;
117
- protected _isAllSelected: import("@angular/core").Signal<boolean>;
118
- protected _isSelectAllDisabled: import("@angular/core").Signal<boolean>;
119
- ngOnInit(): void;
120
- /**
121
- * Open up all row details.
122
- */
123
- expandAll(): void;
124
- /**
125
- * Closes all opened row details.
126
- */
127
- collapseAll(): void;
128
- /**
129
- * Refresh rendered cell values. Useful if for eg. the `value` getter function is not pure and the values need to be refreshed manually.
130
- */
131
- updateCellContents(): void;
132
- protected _tableContentChanged(): void;
133
- protected _getNextSortDirectionFor(colId: string): IdsTableSortDirectionType;
134
- protected _handleSortClick(colId: string): void;
135
- protected _handleCellClick(event: MouseEvent, rowData: D, colDef: IdsTableColumnDef<D>): void;
136
- protected _handleRowClick(event: MouseEvent, rowData: D): void;
137
- protected _handleRowKeyDown(event: KeyboardEvent, rowData: D): void;
138
- protected _handleMasterDetailClick(rowData: D): void;
139
- protected _masterToggle(): void;
140
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsTableComponent<any>, never>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsTableComponent<any>, "ids-table", ["idsTable"], { "columnDefs": { "alias": "columnDefs"; "required": true; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; "fixedHeader": { "alias": "fixedHeader"; "required": false; "isSignal": true; }; "enableSorting": { "alias": "enableSorting"; "required": false; "isSignal": true; }; "masterDetail": { "alias": "masterDetail"; "required": false; "isSignal": true; }; "detailTemplateName": { "alias": "detailTemplateName"; "required": false; "isSignal": true; }; "detailStickyColumns": { "alias": "detailStickyColumns"; "required": false; "isSignal": true; }; "showDetailHeader": { "alias": "showDetailHeader"; "required": false; "isSignal": true; }; "hasDetailRow": { "alias": "hasDetailRow"; "required": false; "isSignal": true; }; "enableRowSelection": { "alias": "enableRowSelection"; "required": false; "isSignal": true; }; "clearSelectionOnChange": { "alias": "clearSelectionOnChange"; "required": false; "isSignal": true; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; "isSignal": true; }; "noRowsToShowOverlayBelow": { "alias": "noRowsToShowOverlayBelow"; "required": false; "isSignal": true; }; "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "cellClick": "cellClick"; "rowClick": "rowClick"; "rowKeydown": "rowKeydown"; "contentChanged": "contentChanged"; }, ["_contentCellTemplates"], ["[idsNoRowsToShow]", "[idsTableCaption]"], true, never>;
142
- }
@@ -1,9 +0,0 @@
1
- export interface IdsTablePaginationParams {
2
- /** The total number of items in the result list */
3
- totalRows: number;
4
- /** The highest page index number */
5
- /** The number of items per page */
6
- rows: number;
7
- /** The index number of the current page */
8
- page: number;
9
- }
@@ -1,5 +0,0 @@
1
- import { IdsTableRequestPaginationData } from './request-pagination-data';
2
- import { IdsTableResponseData } from './response-data';
3
- import { IdsTableSortInfo } from './table-sort-info';
4
- import { Observable } from 'rxjs';
5
- export type IdsTableRequestFactory<D> = (paginationData: IdsTableRequestPaginationData | null, sortInfo: IdsTableSortInfo | null) => Observable<IdsTableResponseData<D>>;
@@ -1,6 +0,0 @@
1
- export interface IdsTableRequestPaginationData {
2
- /** The number of requested items per page */
3
- rows: number;
4
- /** The requested page index (1 based) */
5
- page: number;
6
- }
@@ -1,5 +0,0 @@
1
- import { IdsTablePaginationParams } from './pagination-params';
2
- export interface IdsTableResponseData<D> {
3
- resultList: D[];
4
- paginationParams: IdsTablePaginationParams;
5
- }
@@ -1,6 +0,0 @@
1
- export declare const IdsTableAppearance: {
2
- readonly PLAIN: "plain";
3
- readonly LINE_DIVISION: "line-division";
4
- readonly ZEBRA: "zebra";
5
- };
6
- export type IdsTableAppearanceType = (typeof IdsTableAppearance)[keyof typeof IdsTableAppearance];
@@ -1,6 +0,0 @@
1
- import { IdsTableColumnDef } from './table-column-def';
2
- export interface IdsTableCellClickEvent<D> {
3
- event: MouseEvent;
4
- colDef: IdsTableColumnDef<D>;
5
- rowData: D;
6
- }