@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,40 +0,0 @@
1
- import { IdsDatepickerViewType } from '../tokens/datepicker-view';
2
- import { OnInit } from '@angular/core';
3
- import { ComponentBaseWithDefaults, IdsSizeType } from '@i-cell/ids-angular/core';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/cdk/a11y";
6
- export declare class IdsCalendarComponent extends ComponentBaseWithDefaults<object> implements OnInit {
7
- protected readonly _defaultConfig: {};
8
- protected get _hostName(): string;
9
- private _cdRef;
10
- private _intl;
11
- value: import("@angular/core").InputSignal<Date | null>;
12
- size: import("@angular/core").InputSignal<IdsSizeType>;
13
- view: import("@angular/core").InputSignal<IdsDatepickerViewType>;
14
- min: import("@angular/core").InputSignal<Date | null>;
15
- max: import("@angular/core").InputSignal<Date | null>;
16
- selected: import("@angular/core").OutputEmitterRef<Date>;
17
- monthSelected: import("@angular/core").OutputEmitterRef<Date>;
18
- yearSelected: import("@angular/core").OutputEmitterRef<Date>;
19
- private _calendarPage;
20
- protected _view: import("@angular/core").WritableSignal<IdsDatepickerViewType>;
21
- protected _hostClasses: import("@angular/core").Signal<string>;
22
- protected _headerButtonSize: import("@angular/core").Signal<IdsSizeType>;
23
- protected _headerLabel: import("@angular/core").Signal<string>;
24
- protected _prevPageLabel: import("@angular/core").Signal<string>;
25
- protected _nextPageLabel: import("@angular/core").Signal<string>;
26
- protected _switchViewLabel: import("@angular/core").Signal<string>;
27
- protected _focusedDate: Date;
28
- ngOnInit(): void;
29
- protected _selectYear(selectedYear: Date): void;
30
- protected _selectMonth(selectedMonth: Date): void;
31
- protected _selectDate(date: Date): void;
32
- protected _hasPrevPage(): boolean;
33
- protected _gotoPrevPage(): void;
34
- protected _hasNextPage(): boolean;
35
- protected _gotoNextPage(): void;
36
- protected _switchView(): void;
37
- private _setFocusedDate;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsCalendarComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsCalendarComponent, "ids-calendar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; "view": { "alias": "view"; "required": true; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, { "selected": "selected"; "monthSelected": "monthSelected"; "yearSelected": "yearSelected"; }, never, never, true, [{ directive: typeof i1.CdkTrapFocus; inputs: {}; outputs: {}; }]>;
40
- }
@@ -1,7 +0,0 @@
1
- import { IdsDatepickerViewType } from './tokens/datepicker-view';
2
- import { InjectionToken } from '@angular/core';
3
- export interface IdsDatepickerDefaultConfig {
4
- view?: IdsDatepickerViewType;
5
- }
6
- export declare const IDS_DATEPICKER_DEFAULT_CONFIG: InjectionToken<IdsDatepickerDefaultConfig>;
7
- export declare function IDS_DATEPICKER_DEFAULT_CONFIG_FACTORY(): Required<IdsDatepickerDefaultConfig>;
@@ -1,22 +0,0 @@
1
- import { Subject } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsDatepickerIntl {
4
- readonly changes: Subject<void>;
5
- triggerButtonLabel: string;
6
- prevMonthLabel: string;
7
- nextMonthLabel: string;
8
- prevYearLabel: string;
9
- nextYearLabel: string;
10
- prevYearsPageLabel: string;
11
- nextYearsPageLabel: string;
12
- switchToDaySelectorLabel: string;
13
- switchToYearSelectorLabel: string;
14
- getDayAriaLabel(date: Date): string | null;
15
- getMonthLabel(date: Date): string | null;
16
- getMonthAriaLabel(date: Date): string | null;
17
- getDaySelectorHeaderLabel(date: Date): string | null;
18
- getWeekdayHeaderLabel(date: Date): string | null;
19
- protected _formatDate(date: unknown, dateFormat: Intl.DateTimeFormat): string | null;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDatepickerIntl, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<IdsDatepickerIntl>;
22
- }
@@ -1,2 +0,0 @@
1
- import { ConnectedPosition } from '@angular/cdk/overlay';
2
- export declare const datepickerConnectedPositions: ConnectedPosition[];
@@ -1,58 +0,0 @@
1
- import { IdsDatepickerDefaultConfig } from './datepicker-defaults';
2
- import { IdsDatepickerViewType } from './tokens/datepicker-view';
3
- import { OnChanges, SimpleChanges } from '@angular/core';
4
- import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
5
- import { DirectiveBaseWithDefaults } from '@i-cell/ids-angular/core';
6
- import * as i0 from "@angular/core";
7
- export declare class IdsDatepickerDirective extends DirectiveBaseWithDefaults<IdsDatepickerDefaultConfig> implements OnChanges, ControlValueAccessor, Validator {
8
- protected _defaultConfig: Required<IdsDatepickerDefaultConfig>;
9
- protected _hostClasses: import("@angular/core").WritableSignal<string>;
10
- private _viewContainerRef;
11
- private _elementRef;
12
- private _parent;
13
- private _overlay;
14
- private _injector;
15
- formatter: import("@angular/core").InputSignal<import("./tokens/date-formatter").IdsDateFormatterFn>;
16
- parser: import("@angular/core").InputSignal<import("./tokens/date-parser").IdsDateParserFn>;
17
- view: import("@angular/core").InputSignal<IdsDatepickerViewType>;
18
- minDate: import("@angular/core").InputSignalWithTransform<Date | null, unknown>;
19
- maxDate: import("@angular/core").InputSignalWithTransform<Date | null, unknown>;
20
- private _inputChanges;
21
- openedInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
22
- private _opened;
23
- opened: import("@angular/core").Signal<boolean>;
24
- monthSelected: import("@angular/core").OutputEmitterRef<Date>;
25
- yearSelected: import("@angular/core").OutputEmitterRef<Date>;
26
- private _onChange;
27
- private _onTouched;
28
- private _onValidatorChange;
29
- private _overlayRef;
30
- private _componentRef;
31
- private _scrollStrategy;
32
- private _overlayCloseSub;
33
- get value(): Date | null;
34
- private _isValid;
35
- private _dateFormatValidator;
36
- private _minValidator;
37
- private _maxValidator;
38
- private _validator;
39
- ngOnChanges(changes: SimpleChanges): void;
40
- writeValue(obj: unknown): void;
41
- registerOnChange(fn: () => void): void;
42
- registerOnTouched(fn: () => void): void;
43
- validate(control: AbstractControl): ValidationErrors | null;
44
- registerOnValidatorChange?(fn: () => void): void;
45
- open(): void;
46
- close(): void;
47
- private _handleInput;
48
- private _handleBlur;
49
- private _handleKeydown;
50
- private _isValidValue;
51
- private _setInputValue;
52
- private _getOverlayConfig;
53
- private _disposeOverlay;
54
- private _onOverlayClose;
55
- private _onPageNavigationKeydown;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDatepickerDirective, never>;
57
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsDatepickerDirective, "input[idsDatepicker]", ["idsDatepicker"], { "formatter": { "alias": "formatter"; "required": false; "isSignal": true; }; "parser": { "alias": "parser"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "openedInput": { "alias": "opened"; "required": false; "isSignal": true; }; }, { "monthSelected": "monthSelected"; "yearSelected": "yearSelected"; }, never, never, true, never>;
58
- }
@@ -1,26 +0,0 @@
1
- import { IdsCalendarPage } from '../calendar/calendar-page';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsDaySelectorComponent extends IdsCalendarPage {
4
- headerLabel: import("@angular/core").Signal<string>;
5
- protected _currentMonth: import("@angular/core").Signal<Date>;
6
- protected _previousMonth: import("@angular/core").Signal<Date>;
7
- protected _nextMonth: import("@angular/core").Signal<Date>;
8
- protected _gridStartDate: import("@angular/core").Signal<Date>;
9
- protected _gridEndDate: import("@angular/core").Signal<Date>;
10
- protected _days: import("@angular/core").Signal<Date[]>;
11
- protected _weekdayLabels: import("@angular/core").Signal<string[]>;
12
- hasPreviousPage(): boolean;
13
- gotoPreviousPage(): void;
14
- hasNextPage(): boolean;
15
- gotoNextPage(): void;
16
- protected _selectDate(event: MouseEvent, date: Date): void;
17
- protected _isDateInCurrentMonth(date: Date): boolean;
18
- protected _isDateFocused(date: Date): boolean;
19
- protected _isDateSelected(date: Date): boolean;
20
- protected _isDateDisabled(date: Date): boolean;
21
- protected _isDateToday(date: Date): boolean;
22
- private _handleKeydown;
23
- private _hasShiftModifierKey;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDaySelectorComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsDaySelectorComponent, "ids-day-selector", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,20 +0,0 @@
1
- import { IdsCalendarPage } from '../calendar/calendar-page';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsMonthSelectorComponent extends IdsCalendarPage {
4
- protected _focusedYear: import("@angular/core").Signal<number>;
5
- protected _monthLabels: import("@angular/core").Signal<string[] | undefined>;
6
- headerLabel: import("@angular/core").Signal<string>;
7
- hasPreviousPage(): boolean;
8
- gotoPreviousPage(): void;
9
- hasNextPage(): boolean;
10
- gotoNextPage(): void;
11
- protected _selectMonth(event: MouseEvent, month: number): void;
12
- protected _isMonthFocused(month: number): boolean;
13
- protected _isMonthSelected(month: number): boolean;
14
- protected _isCurrentMonth(month: number): boolean;
15
- protected _isMonthDisabled(month: number): boolean;
16
- protected _getMonthAsDate(month: number): Date;
17
- private _handleKeydown;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsMonthSelectorComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsMonthSelectorComponent, "ids-month-selector", never, {}, {}, never, never, true, never>;
20
- }
@@ -1,7 +0,0 @@
1
- export * from './tokens/datepicker-view';
2
- export * from './tokens/date-formatter';
3
- export * from './tokens/date-parser';
4
- export * from './trigger/datepicker-trigger.component';
5
- export * from './datepicker-defaults';
6
- export * from './datepicker-intl';
7
- export * from './datepicker.directive';
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export type IdsDateFormatterFn = (date: Date) => string;
3
- export declare const IDS_DATE_FORMATTER: InjectionToken<IdsDateFormatterFn>;
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export type IdsDateParserFn = (value: string, utc?: boolean) => Date | null;
3
- export declare const IDS_DATE_PARSER: InjectionToken<IdsDateParserFn>;
@@ -1,6 +0,0 @@
1
- export declare const IdsDatepickerView: {
2
- readonly DAY: "day";
3
- readonly MONTH: "month";
4
- readonly YEAR: "year";
5
- };
6
- export type IdsDatepickerViewType = (typeof IdsDatepickerView)[keyof typeof IdsDatepickerView];
@@ -1,12 +0,0 @@
1
- import { IdsDatepickerIntl } from '../datepicker-intl';
2
- import { IdsDatepickerDirective } from '../datepicker.directive';
3
- import { IdsFormFieldComponent } from '@i-cell/ids-angular/forms';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsDatepickerTriggerComponent {
6
- protected _parent: IdsFormFieldComponent;
7
- protected _intl: IdsDatepickerIntl;
8
- datepicker: import("@angular/core").InputSignal<IdsDatepickerDirective>;
9
- ariaLabel: import("@angular/core").InputSignal<string | null>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDatepickerTriggerComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsDatepickerTriggerComponent, "ids-datepicker-trigger", never, { "datepicker": { "alias": "for"; "required": true; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
- }
@@ -1,20 +0,0 @@
1
- import { IdsCalendarPage } from '../calendar/calendar-page';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsYearSelectorComponent extends IdsCalendarPage {
4
- private _firstYearOnPage;
5
- protected _years: import("@angular/core").Signal<number[]>;
6
- headerLabel: import("@angular/core").Signal<string>;
7
- hasPreviousPage(): boolean;
8
- gotoPreviousPage(): void;
9
- hasNextPage(): boolean;
10
- gotoNextPage(): void;
11
- protected _selectYear(event: MouseEvent, year: number): void;
12
- protected _isYearFocused(year: number): boolean;
13
- protected _isYearSelected(year: number): boolean;
14
- protected _isCurrentYear(year: number): boolean;
15
- protected _isYearDisabled(year: number): boolean;
16
- private _handleKeydown;
17
- private _getFirstYearOffset;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsYearSelectorComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsYearSelectorComponent, "ids-year-selector", never, {}, {}, never, never, true, never>;
20
- }
@@ -1,15 +0,0 @@
1
- import { IdsDialogComponent } from './dialog.component';
2
- import { AfterViewInit, OnDestroy } from '@angular/core';
3
- import { Subject } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare abstract class IdsCustomDialogBase<ResultType = unknown> implements AfterViewInit, OnDestroy {
6
- dialogResult: Subject<ResultType | undefined>;
7
- protected _dialog: import("@angular/core").Signal<IdsDialogComponent>;
8
- private _closeSub?;
9
- ngAfterViewInit(): void;
10
- ngOnDestroy(): void;
11
- close(payload?: ResultType): void;
12
- private _setDialogResult;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsCustomDialogBase<any>, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsCustomDialogBase<any>, never, never, {}, {}, never, never, true, never>;
15
- }
@@ -1,9 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { IdsSizeType } from '@i-cell/ids-angular/core';
3
- export interface IdsDialogDefaultConfig {
4
- size?: IdsSizeType;
5
- showCloseButton?: boolean;
6
- showBackdrop?: boolean;
7
- }
8
- export declare const IDS_DIALOG_DEFAULT_CONFIG: InjectionToken<IdsDialogDefaultConfig>;
9
- export declare function IDS_DIALOG_DEFAULT_CONFIG_FACTORY(): Required<IdsDialogDefaultConfig>;
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsDialogHeaderDirective {
4
- template: TemplateRef<any>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDialogHeaderDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsDialogHeaderDirective, "[idsDialogHeader]", never, {}, {}, never, never, true, never>;
7
- }
@@ -1,22 +0,0 @@
1
- import { IdsDialogDefaultConfig } from './dialog-defaults';
2
- import { IdsDialogHeaderDirective } from './dialog-header.directive';
3
- import { ComponentBaseWithDefaults, IdsSizeType } from '@i-cell/ids-angular/core';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsDialogComponent extends ComponentBaseWithDefaults<IdsDialogDefaultConfig> {
6
- protected get _hostName(): string;
7
- protected readonly _defaultConfig: Required<IdsDialogDefaultConfig>;
8
- dialog: HTMLDialogElement;
9
- protected _titleId: import("@angular/core").Signal<string>;
10
- size: import("@angular/core").InputSignal<IdsSizeType>;
11
- mainTitle: import("@angular/core").InputSignal<string>;
12
- subTitle: import("@angular/core").InputSignal<string | undefined>;
13
- showCloseButton: import("@angular/core").InputSignal<boolean>;
14
- showBackdrop: import("@angular/core").InputSignal<boolean>;
15
- protected _customHeader: import("@angular/core").Signal<IdsDialogHeaderDirective | undefined>;
16
- protected _hostClasses: import("@angular/core").Signal<string>;
17
- private _onCancel;
18
- open(): void;
19
- close(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDialogComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsDialogComponent, "dialog[idsDialog]", ["idsDialog"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "mainTitle": { "alias": "mainTitle"; "required": true; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; "isSignal": true; }; }, {}, ["_customHeader"], ["[idsDialogContent]", "[idsDialogActions]"], true, never>;
22
- }
@@ -1,17 +0,0 @@
1
- import { IdsCustomDialogBase } from './custom-dialog-base';
2
- import { Provider, Signal, StaticProvider, Type } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsDialogService {
6
- private _appRef;
7
- private _document;
8
- private _injector;
9
- open<C extends IdsCustomDialogBase<R>, R = unknown>(component: Type<C>, options?: {
10
- providers?: (Provider | StaticProvider)[];
11
- inputs?: {
12
- [P in keyof C]?: C[P] extends Signal<infer T> ? T : C[P];
13
- };
14
- }): Observable<R | undefined>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDialogService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<IdsDialogService>;
17
- }
@@ -1,5 +0,0 @@
1
- export * from './custom-dialog-base';
2
- export * from './dialog-defaults';
3
- export * from './dialog-header.directive';
4
- export * from './dialog.component';
5
- export * from './dialog.service';
@@ -1,12 +0,0 @@
1
- import { IdsDividerVariantType } from './types/divider-variant.type';
2
- import { InjectionToken } from '@angular/core';
3
- import { IdsSizeType, IdsOrientationType } from '@i-cell/ids-angular/core';
4
- export interface IdsDividerDefaultConfig {
5
- size?: IdsSizeType;
6
- variant?: IdsDividerVariantType;
7
- orientation?: IdsOrientationType;
8
- width?: string;
9
- height?: string;
10
- }
11
- export declare const IDS_DIVIDER_DEFAULT_CONFIG: InjectionToken<IdsDividerDefaultConfig>;
12
- export declare function IDS_DIVIDER_DEFAULT_CONFIG_FACTORY(): Required<IdsDividerDefaultConfig>;
@@ -1,18 +0,0 @@
1
- import { IdsDividerDefaultConfig } from './divider-defaults';
2
- import { IdsDividerVariantType } from './types/divider-variant.type';
3
- import { ComponentBaseWithDefaults, IdsOrientationType, IdsSizeType } from '@i-cell/ids-angular/core';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsDividerComponent extends ComponentBaseWithDefaults<IdsDividerDefaultConfig> {
6
- protected get _hostName(): string;
7
- protected readonly _defaultConfig: Required<IdsDividerDefaultConfig>;
8
- orientation: import("@angular/core").InputSignal<IdsOrientationType>;
9
- size: import("@angular/core").InputSignal<IdsSizeType>;
10
- variant: import("@angular/core").InputSignal<IdsDividerVariantType>;
11
- width: import("@angular/core").InputSignal<string>;
12
- height: import("@angular/core").InputSignal<string>;
13
- private _safeWidth;
14
- private _safeHeight;
15
- protected _hostClasses: import("@angular/core").Signal<string>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsDividerComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsDividerComponent, "ids-divider,div[idsDivider]", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
18
- }
@@ -1,3 +0,0 @@
1
- export * from './types/divider-variant.type';
2
- export * from './divider-defaults';
3
- export * from './divider.component';
@@ -1,13 +0,0 @@
1
- export declare const IdsDividerVariant: {
2
- readonly PRIMARY: "primary";
3
- readonly SECONDARY: "secondary";
4
- readonly SURFACE: "surface";
5
- readonly BRAND: "brand";
6
- readonly LIGHT: "light";
7
- readonly DARK: "dark";
8
- readonly INFO: "info";
9
- readonly SUCCESS: "success";
10
- readonly WARNING: "warning";
11
- readonly ERROR: "error";
12
- };
13
- export type IdsDividerVariantType = (typeof IdsDividerVariant)[keyof typeof IdsDividerVariant];
@@ -1,23 +0,0 @@
1
- import { AbstractControl, FormGroupDirective, NgControl, NgForm } from '@angular/forms';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class AbstractErrorStateMatcher {
5
- abstract isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
6
- }
7
- export declare class ErrorStateMatcher extends AbstractErrorStateMatcher {
8
- isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
11
- }
12
- export declare class ErrorStateTracker {
13
- private _matcher;
14
- private _ngControl;
15
- private _parentFormGroup;
16
- private _parentForm;
17
- private _stateChanges?;
18
- /** Whether the tracker is currently in an error state. */
19
- hasErrorState: boolean;
20
- constructor(_matcher: ErrorStateMatcher | null, _ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges?: Subject<void> | undefined);
21
- /** Updates the error state based on the provided error state matcher. */
22
- updateErrorState(): void;
23
- }
@@ -1,23 +0,0 @@
1
- import { AbstractControl, FormGroupDirective, NgControl, NgForm } from '@angular/forms';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class AbstractSuccessStateMatcher {
5
- abstract isSuccessState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
6
- }
7
- export declare class SuccessStateMatcher extends AbstractSuccessStateMatcher {
8
- isSuccessState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SuccessStateMatcher, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<SuccessStateMatcher>;
11
- }
12
- export declare class SuccessStateTracker {
13
- private _matcher;
14
- private _ngControl;
15
- private _parentFormGroup;
16
- private _parentForm;
17
- private _stateChanges?;
18
- /** Whether the tracker is currently in an success state. */
19
- hasSuccessState: boolean;
20
- constructor(_matcher: SuccessStateMatcher | null, _ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges?: Subject<void> | undefined);
21
- /** Updates the success state based on the provided success state matcher. */
22
- updateSuccessState(): void;
23
- }
@@ -1,9 +0,0 @@
1
- import { IdsFormFieldVariantType } from '../form-field/types/form-field-variant.type';
2
- import { InjectionToken } from '@angular/core';
3
- import { IdsSizeType } from '@i-cell/ids-angular/core';
4
- export interface IdsFieldsetDefaultConfig {
5
- size?: IdsSizeType;
6
- variant?: IdsFormFieldVariantType;
7
- }
8
- export declare const IDS_FIELDSET_DEFAULT_CONFIG: InjectionToken<IdsFieldsetDefaultConfig>;
9
- export declare function IDS_FIELDSET_DEFAULT_CONFIG_FACTORY(): Required<IdsFieldsetDefaultConfig>;
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IdsFieldsetMessageDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsFieldsetMessageDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsFieldsetMessageDirective, "[idsFieldsetMessage]", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,8 +0,0 @@
1
- import { ComponentBase } from '@i-cell/ids-angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IdsFieldsetRowComponent extends ComponentBase {
4
- protected get _hostName(): string;
5
- protected _hostClasses: import("@angular/core").WritableSignal<string>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsFieldsetRowComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsFieldsetRowComponent, "ids-fieldset-row", never, {}, {}, never, ["*"], true, never>;
8
- }
@@ -1,16 +0,0 @@
1
- import { IdsFieldsetDefaultConfig } from './fieldset-defaults';
2
- import { IdsFormFieldVariantType } from '../form-field/types/form-field-variant.type';
3
- import { ComponentBaseWithDefaults, IdsSizeType } from '@i-cell/ids-angular/core';
4
- import * as i0 from "@angular/core";
5
- export declare class IdsFieldsetComponent extends ComponentBaseWithDefaults<IdsFieldsetDefaultConfig> {
6
- protected get _hostName(): string;
7
- protected readonly _defaultConfig: Required<IdsFieldsetDefaultConfig>;
8
- size: import("@angular/core").InputSignal<IdsSizeType>;
9
- variant: import("@angular/core").InputSignal<IdsFormFieldVariantType>;
10
- legend: import("@angular/core").InputSignal<string>;
11
- private _fieldsetMessage;
12
- protected _hasMessage: import("@angular/core").Signal<boolean>;
13
- protected _hostClasses: import("@angular/core").Signal<string>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsFieldsetComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsFieldsetComponent, "fieldset[idsFieldset]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "legend": { "alias": "legend"; "required": false; "isSignal": true; }; }, {}, ["_fieldsetMessage"], ["[idsFieldsetMessage]", "ids-fieldset-row"], true, never>;
16
- }
@@ -1,44 +0,0 @@
1
- import { AbstractErrorStateMatcher, ErrorStateTracker } from '../../common/error/error-state';
2
- import { AbstractSuccessStateMatcher, SuccessStateTracker } from '../../common/success/success-state';
3
- import { ElementRef, Injector, Signal } from '@angular/core';
4
- import { FormGroupDirective, NgControl, NgForm } from '@angular/forms';
5
- import { ComponentBaseWithDefaults } from '@i-cell/ids-angular/core';
6
- import { Subject } from 'rxjs';
7
- import * as i0 from "@angular/core";
8
- export declare const formFieldControlClass = "ids-form-field-control";
9
- export declare abstract class IdsFormFieldControl<D = unknown> extends ComponentBaseWithDefaults<D> {
10
- protected readonly _injector: Injector;
11
- protected readonly _parentForm: NgForm | null;
12
- protected readonly _parentFormGroup: FormGroupDirective | null;
13
- readonly ngControl: import("@angular/core").WritableSignal<NgControl | null>;
14
- readonly errorStateChanges: Subject<void>;
15
- readonly successStateChanges: Subject<void>;
16
- readonly canHandleSuccessState: import("@angular/core").InputSignal<boolean>;
17
- readonly hasErrorState: import("@angular/core").WritableSignal<boolean>;
18
- readonly hasSuccessState: import("@angular/core").WritableSignal<boolean>;
19
- protected abstract readonly _elementRef: ElementRef;
20
- abstract readonly errorStateMatcher: Signal<AbstractErrorStateMatcher>;
21
- abstract readonly successStateMatcher: Signal<AbstractSuccessStateMatcher>;
22
- private _canHandleSuccessStateEffect;
23
- /** Handles the `disabled` input binding */
24
- readonly disabledInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
25
- /** Stores the `disabled` state internally */
26
- protected readonly _disabled: import("@angular/core").WritableSignal<boolean>;
27
- /** The input's `disabled` state as a read-only signal (to enable/disable the contol programmatically, use the FormControl's related API) */
28
- readonly disabled: Signal<boolean>;
29
- readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
30
- /** This effect is triggered if the `disabled` attribute binding changes and delegates the change to the underlying FormControl */
31
- private _disabledInputEffect;
32
- readonly required: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
33
- readonly placeholder: import("@angular/core").InputSignal<string>;
34
- abstract onContainerClick(event: MouseEvent): void;
35
- protected _errorStateTracker?: ErrorStateTracker;
36
- protected _successStateTracker?: SuccessStateTracker;
37
- private _successStateSubscription?;
38
- constructor();
39
- setDescribedByIds(ids: string[]): void;
40
- protected _initErrorStateTracker(): void;
41
- protected _setSuccessStateTracker(canHandleSuccessState: boolean): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsFormFieldControl<any>, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<IdsFormFieldControl<any>, never, never, { "canHandleSuccessState": { "alias": "canHandleSuccessState"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
44
- }
@@ -1,9 +0,0 @@
1
- import { IdsFormFieldVariantType } from './types/form-field-variant.type';
2
- import { InjectionToken } from '@angular/core';
3
- import { IdsSizeType } from '@i-cell/ids-angular/core';
4
- export interface IdsFormFieldDefaultConfig {
5
- size?: IdsSizeType;
6
- variant?: IdsFormFieldVariantType;
7
- }
8
- export declare const IDS_FORM_FIELD_DEFAULT_CONFIG: InjectionToken<IdsFormFieldDefaultConfig>;
9
- export declare function IDS_FORM_FIELD_DEFAULT_CONFIG_FACTORY(): Required<IdsFormFieldDefaultConfig>;
@@ -1,41 +0,0 @@
1
- import { IdsFormFieldDefaultConfig } from './form-field-defaults';
2
- import { IdsFormFieldVariantType } from './types/form-field-variant.type';
3
- import { ElementRef } from '@angular/core';
4
- import { ComponentBaseWithDefaults, IdsSizeType } from '@i-cell/ids-angular/core';
5
- import * as i0 from "@angular/core";
6
- export declare class IdsFormFieldComponent extends ComponentBaseWithDefaults<IdsFormFieldDefaultConfig> {
7
- protected get _hostName(): string;
8
- private readonly _changeDetectorRef;
9
- private readonly _parentFieldset;
10
- protected readonly _defaultConfig: Required<IdsFormFieldDefaultConfig>;
11
- private _fieldWrapper;
12
- private _child;
13
- private _hintMessages;
14
- private _successMessages;
15
- private _errorMessages;
16
- private _actions;
17
- private _prefixes;
18
- private _suffixes;
19
- protected _hasActions: import("@angular/core").Signal<boolean>;
20
- protected _hasLeadingIcon: import("@angular/core").Signal<boolean>;
21
- protected _hasPrefix: import("@angular/core").Signal<boolean>;
22
- protected _hasSuffix: import("@angular/core").Signal<boolean>;
23
- protected _hasTrailingIcon: import("@angular/core").Signal<boolean>;
24
- protected _inputId: import("@angular/core").Signal<string>;
25
- size: import("@angular/core").InputSignal<IdsSizeType>;
26
- variant: import("@angular/core").InputSignal<IdsFormFieldVariantType>;
27
- parentOrSelfSize: import("@angular/core").Signal<IdsSizeType>;
28
- parentOrSelfVariant: import("@angular/core").Signal<IdsFormFieldVariantType>;
29
- controlDir: import("@angular/core").Signal<import("@angular/forms").NgControl | null>;
30
- disabled: import("@angular/core").Signal<boolean>;
31
- readonly: import("@angular/core").Signal<boolean>;
32
- private _hasErrorState;
33
- private _hasSuccessState;
34
- protected _hostClasses: import("@angular/core").Signal<string>;
35
- protected _displayedMessages: import("@angular/core").Signal<"error" | "success" | "hint" | undefined>;
36
- hasRequiredValidator: import("@angular/core").Signal<boolean | undefined>;
37
- getConnectedOverlayOrigin(): ElementRef;
38
- containerClick(event: MouseEvent): void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<IdsFormFieldComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<IdsFormFieldComponent, "ids-form-field", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, ["_child", "_hintMessages", "_successMessages", "_errorMessages", "_actions", "_prefixes", "_suffixes"], ["ids-label", "ids-icon[idsLeadingIcon]", "[idsPrefix]", "*", "[idsSuffix]", "ids-icon[idsTrailingIcon]", "[idsFormFieldAction]", "ids-error-message", "ids-success-message", "ids-hint-message"], true, never>;
41
- }
@@ -1,3 +0,0 @@
1
- import { IdsFormFieldControl } from '../form-field-control';
2
- import { InjectionToken } from '@angular/core';
3
- export declare const IDS_FORM_FIELD_CONTROL: InjectionToken<IdsFormFieldControl<unknown>>;
@@ -1,5 +0,0 @@
1
- export declare const IdsFormFieldVariant: {
2
- readonly SURFACE: "surface";
3
- readonly LIGHT: "light";
4
- };
5
- export type IdsFormFieldVariantType = (typeof IdsFormFieldVariant)[keyof typeof IdsFormFieldVariant];
@@ -1,9 +0,0 @@
1
- import { AbstractErrorStateMatcher } from '../../common/error/error-state';
2
- import { AbstractSuccessStateMatcher } from '../../common/success/success-state';
3
- import { InjectionToken } from '@angular/core';
4
- export interface IdsInputDefaultConfig {
5
- errorStateMatcher?: typeof AbstractErrorStateMatcher;
6
- successStateMatcher?: typeof AbstractSuccessStateMatcher;
7
- }
8
- export declare const IDS_INPUT_DEFAULT_CONFIG: InjectionToken<IdsInputDefaultConfig>;
9
- export declare function IDS_INPUT_DEFAULT_CONFIG_FACTORY(): Required<IdsInputDefaultConfig>;