@elderbyte/ngx-starter 19.18.0 → 20.0.0-beta.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 (610) hide show
  1. package/fesm2022/elderbyte-ngx-starter.mjs +1240 -1164
  2. package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
  3. package/index.d.ts +17725 -3
  4. package/package.json +1 -1
  5. package/src/lib/components/button-group/elder-button-group/elder-button-group.component.scss +1 -1
  6. package/src/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.scss +1 -1
  7. package/src/lib/components/shell/shell/elder-shell.component.scss +1 -1
  8. package/src/lib/components/toasts/standard-toast/standard-toast.component.scss +1 -1
  9. package/theming/abstracts/_elder-design-tokens.scss +5 -5
  10. package/theming/base/_elder-fixes-base.scss +1 -1
  11. package/theming/base/_elder-form-base.scss +1 -1
  12. package/theming/components/_elder-chip-theme.scss +1 -1
  13. package/theming/components/_elder-toolbar-theme.scss +3 -3
  14. package/lib/common/arrays.d.ts +0 -11
  15. package/lib/common/async/public_api.d.ts +0 -1
  16. package/lib/common/async/refreshing-entity.d.ts +0 -55
  17. package/lib/common/csv/csv-serializer.d.ts +0 -33
  18. package/lib/common/csv/csv-spec.d.ts +0 -71
  19. package/lib/common/csv/public_api.d.ts +0 -2
  20. package/lib/common/data/continuable-listing.d.ts +0 -33
  21. package/lib/common/data/data-context/data-context-active-page.d.ts +0 -75
  22. package/lib/common/data/data-context/data-context-auto-starter.d.ts +0 -41
  23. package/lib/common/data/data-context/data-context-base.d.ts +0 -165
  24. package/lib/common/data/data-context/data-context-builder.d.ts +0 -122
  25. package/lib/common/data/data-context/data-context-continuable-base.d.ts +0 -44
  26. package/lib/common/data/data-context/data-context-continuable-paged.d.ts +0 -57
  27. package/lib/common/data/data-context/data-context-continuable-token.d.ts +0 -50
  28. package/lib/common/data/data-context/data-context-life-cycle-binding.d.ts +0 -33
  29. package/lib/common/data/data-context/data-context-simple.d.ts +0 -30
  30. package/lib/common/data/data-context/data-context-source-event-binding.d.ts +0 -28
  31. package/lib/common/data/data-context/data-context-status.d.ts +0 -30
  32. package/lib/common/data/data-context/data-context.d.ts +0 -177
  33. package/lib/common/data/data-context/indexed-entities.d.ts +0 -72
  34. package/lib/common/data/data-context/mat-table-data-context-binding.d.ts +0 -65
  35. package/lib/common/data/data-context/public_api.d.ts +0 -14
  36. package/lib/common/data/datasource/curated/curated-data-source.d.ts +0 -47
  37. package/lib/common/data/datasource/curated/curated-list-data-source.d.ts +0 -27
  38. package/lib/common/data/datasource/curated/curated-paged-data-source.d.ts +0 -33
  39. package/lib/common/data/datasource/data-source-adapter.d.ts +0 -39
  40. package/lib/common/data/datasource/data-source-base.d.ts +0 -39
  41. package/lib/common/data/datasource/data-source-change-event.d.ts +0 -22
  42. package/lib/common/data/datasource/data-source-processor.d.ts +0 -106
  43. package/lib/common/data/datasource/data-source.d.ts +0 -61
  44. package/lib/common/data/datasource/entity-id-util.d.ts +0 -6
  45. package/lib/common/data/datasource/fetcher/delegate-data-source.d.ts +0 -84
  46. package/lib/common/data/datasource/local/local-list-data-source.d.ts +0 -72
  47. package/lib/common/data/datasource/local/local-paged-data-source.d.ts +0 -51
  48. package/lib/common/data/datasource/patch/deep-partial-patcher.d.ts +0 -28
  49. package/lib/common/data/datasource/public_api.d.ts +0 -13
  50. package/lib/common/data/datasource/rest/public_api.d.ts +0 -1
  51. package/lib/common/data/datasource/rest/rest-client.d.ts +0 -154
  52. package/lib/common/data/entity-set-patch.d.ts +0 -74
  53. package/lib/common/data/field-comparator.d.ts +0 -43
  54. package/lib/common/data/filters/filter-commons.d.ts +0 -6
  55. package/lib/common/data/filters/filter-context.d.ts +0 -60
  56. package/lib/common/data/filters/filter-value.d.ts +0 -1
  57. package/lib/common/data/filters/filter.d.ts +0 -52
  58. package/lib/common/data/http-params-builder.d.ts +0 -46
  59. package/lib/common/data/page.d.ts +0 -41
  60. package/lib/common/data/public_api.d.ts +0 -11
  61. package/lib/common/data/required-filter-evaluator.d.ts +0 -46
  62. package/lib/common/data/sort-context.d.ts +0 -43
  63. package/lib/common/data/sort.d.ts +0 -8
  64. package/lib/common/data/token-chunk-request.d.ts +0 -19
  65. package/lib/common/enums/elder-enum-translation.service.d.ts +0 -72
  66. package/lib/common/enums/public_api.d.ts +0 -1
  67. package/lib/common/errors/exception-detail.d.ts +0 -5
  68. package/lib/common/errors/public_api.d.ts +0 -2
  69. package/lib/common/errors/standard-error-detail.d.ts +0 -22
  70. package/lib/common/exceptions/public_api.d.ts +0 -1
  71. package/lib/common/exceptions/unreachable-case-error.d.ts +0 -4
  72. package/lib/common/format/bytes-format.d.ts +0 -4
  73. package/lib/common/format/bytes-per-second-format.d.ts +0 -5
  74. package/lib/common/format/curency-format-util.d.ts +0 -24
  75. package/lib/common/format/duration-format-util.d.ts +0 -23
  76. package/lib/common/format/iso-interval-format-util.d.ts +0 -22
  77. package/lib/common/format/public_api.d.ts +0 -5
  78. package/lib/common/forms/elder-entity-value-accessor.d.ts +0 -42
  79. package/lib/common/forms/elder-form-field-control-base.directive.d.ts +0 -100
  80. package/lib/common/forms/elder-from-field-base.d.ts +0 -52
  81. package/lib/common/forms/elder-from-field-customizable-base.d.ts +0 -36
  82. package/lib/common/forms/elder-from-field-entity-base.d.ts +0 -31
  83. package/lib/common/forms/elder-from-field-multi-entity-base.d.ts +0 -35
  84. package/lib/common/forms/elder-multi-entity-value-accessor.d.ts +0 -36
  85. package/lib/common/forms/entities-change-event.d.ts +0 -19
  86. package/lib/common/forms/form-field-base.component.d.ts +0 -81
  87. package/lib/common/forms/multi-model-base.component.d.ts +0 -23
  88. package/lib/common/forms/public_api.d.ts +0 -13
  89. package/lib/common/forms/template-composite-control.d.ts +0 -64
  90. package/lib/common/forms/value-accessor-base.d.ts +0 -105
  91. package/lib/common/forms/value-change-event.d.ts +0 -6
  92. package/lib/common/forms/view-providers.d.ts +0 -23
  93. package/lib/common/http/http-client-builder.service.d.ts +0 -6
  94. package/lib/common/http/http-client-pristine.d.ts +0 -10
  95. package/lib/common/http/public_api.d.ts +0 -4
  96. package/lib/common/http/transfer/data-transfer-base.d.ts +0 -58
  97. package/lib/common/http/transfer/data-transfer-factory.d.ts +0 -82
  98. package/lib/common/http/transfer/data-transfer-progress-aggregate.d.ts +0 -27
  99. package/lib/common/http/transfer/data-transfer-progress.d.ts +0 -13
  100. package/lib/common/http/transfer/data-transfer-state.d.ts +0 -52
  101. package/lib/common/http/transfer/data-transfer-status.d.ts +0 -22
  102. package/lib/common/http/transfer/data-transfer.d.ts +0 -23
  103. package/lib/common/http/transfer/http-data-transfer.d.ts +0 -65
  104. package/lib/common/http/transfer/public_api.d.ts +0 -6
  105. package/lib/common/http/upload/file-upload-client.d.ts +0 -38
  106. package/lib/common/i18n/entity/elder-multi-translate-loader.d.ts +0 -14
  107. package/lib/common/i18n/entity/impl/i18n-base.d.ts +0 -6
  108. package/lib/common/i18n/entity/impl/i18n-text.d.ts +0 -11
  109. package/lib/common/i18n/entity/impl/translated.d.ts +0 -9
  110. package/lib/common/i18n/entity/language-tag.d.ts +0 -15
  111. package/lib/common/i18n/entity/locale.d.ts +0 -8
  112. package/lib/common/i18n/entity/localisation-picker.d.ts +0 -14
  113. package/lib/common/i18n/entity/localized.d.ts +0 -10
  114. package/lib/common/i18n/entity/public_api.d.ts +0 -9
  115. package/lib/common/i18n/entity/translated-converter.d.ts +0 -9
  116. package/lib/common/i18n/entity/translated.d.ts +0 -9
  117. package/lib/common/i18n/public_api.d.ts +0 -1
  118. package/lib/common/json-map.d.ts +0 -7
  119. package/lib/common/objects.d.ts +0 -19
  120. package/lib/common/public_api.d.ts +0 -22
  121. package/lib/common/reactive-map.d.ts +0 -40
  122. package/lib/common/rxjs/operators/lazy-sample.d.ts +0 -14
  123. package/lib/common/rxjs/public_api.d.ts +0 -1
  124. package/lib/common/selection/public_api.d.ts +0 -1
  125. package/lib/common/selection/selection-model.d.ts +0 -82
  126. package/lib/common/sets.d.ts +0 -20
  127. package/lib/common/suggestion-provider.d.ts +0 -13
  128. package/lib/common/templates/template-slot-manager.d.ts +0 -70
  129. package/lib/common/theme-sizes.d.ts +0 -4
  130. package/lib/common/time/date-util.d.ts +0 -54
  131. package/lib/common/time/interval-coerce.d.ts +0 -3
  132. package/lib/common/time/interval.d.ts +0 -288
  133. package/lib/common/time/period-duration.d.ts +0 -85
  134. package/lib/common/time/public_api.d.ts +0 -7
  135. package/lib/common/time/temporal-plain-date-interval.d.ts +0 -15
  136. package/lib/common/time/temporal-util.d.ts +0 -38
  137. package/lib/common/time/time-util.d.ts +0 -15
  138. package/lib/common/url/elder-router.service.d.ts +0 -36
  139. package/lib/common/url/elder-url-fragment-params.service.d.ts +0 -62
  140. package/lib/common/url/public_api.d.ts +0 -3
  141. package/lib/common/url/url-query-params.d.ts +0 -96
  142. package/lib/common/utils/batcher.d.ts +0 -14
  143. package/lib/common/utils/collection-util.d.ts +0 -35
  144. package/lib/common/utils/filter/filter-util.d.ts +0 -23
  145. package/lib/common/utils/filter/local-data-filter.d.ts +0 -84
  146. package/lib/common/utils/filter/object-field-matcher.d.ts +0 -35
  147. package/lib/common/utils/filter/object-path-resolver.d.ts +0 -15
  148. package/lib/common/utils/filter/public_api.d.ts +0 -4
  149. package/lib/common/utils/focus-util.d.ts +0 -14
  150. package/lib/common/utils/input-utils.d.ts +0 -18
  151. package/lib/common/utils/next-number-util.d.ts +0 -39
  152. package/lib/common/utils/ng-zone-utils.d.ts +0 -7
  153. package/lib/common/utils/parse-util.d.ts +0 -9
  154. package/lib/common/utils/property-path-util.d.ts +0 -8
  155. package/lib/common/utils/public_api.d.ts +0 -14
  156. package/lib/common/utils/query-list-binding.d.ts +0 -57
  157. package/lib/common/utils/signal-input.d.ts +0 -2
  158. package/lib/common/utils/sort-util.d.ts +0 -12
  159. package/lib/common/utils/url-builder.d.ts +0 -160
  160. package/lib/common/utils/uuid-util.d.ts +0 -18
  161. package/lib/common/utils/value-wrapper.d.ts +0 -15
  162. package/lib/components/access-denied/elder-access-denied.component.d.ts +0 -8
  163. package/lib/components/access-denied/elder-access-denied.module.d.ts +0 -11
  164. package/lib/components/auditing/audited-entity/elder-audited-entity.component.d.ts +0 -20
  165. package/lib/components/auditing/elder-audit.module.d.ts +0 -14
  166. package/lib/components/auditing/i-audited-entity.d.ts +0 -13
  167. package/lib/components/badge/elder-badge.directive.d.ts +0 -5
  168. package/lib/components/button-group/elder-button-group/elder-button-group.component.d.ts +0 -8
  169. package/lib/components/button-group/elder-button-group.module.d.ts +0 -12
  170. package/lib/components/card-organizer/card-organizer/elder-card-organizer.component.d.ts +0 -64
  171. package/lib/components/card-organizer/card-organizer/elder-stack-card.directive.d.ts +0 -9
  172. package/lib/components/card-organizer/card-organizer-data.d.ts +0 -57
  173. package/lib/components/card-organizer/card-stack/elder-card-stack.component.d.ts +0 -91
  174. package/lib/components/card-organizer/card-stack.d.ts +0 -146
  175. package/lib/components/card-organizer/elder-card-organizer.module.d.ts +0 -22
  176. package/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.d.ts +0 -6
  177. package/lib/components/cards/elder-card/elder-card.component.d.ts +0 -75
  178. package/lib/components/cards/elder-card/elder-card.module.d.ts +0 -14
  179. package/lib/components/chips/elder-chip-label.directive.d.ts +0 -36
  180. package/lib/components/chips/elder-chips.module.d.ts +0 -12
  181. package/lib/components/colors/named/named-color-select-value/named-color-select-value.component.d.ts +0 -9
  182. package/lib/components/colors/named/named-color-select.directive.d.ts +0 -9
  183. package/lib/components/colors/named/named-color.d.ts +0 -5
  184. package/lib/components/colors/named/named-color.directive.d.ts +0 -14
  185. package/lib/components/colors/named/public_api.d.ts +0 -4
  186. package/lib/components/colors/public_api.d.ts +0 -1
  187. package/lib/components/connectivity/elder-connectivity.module.d.ts +0 -14
  188. package/lib/components/connectivity/elder-connectivity.service.d.ts +0 -36
  189. package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts +0 -33
  190. package/lib/components/connectivity/public_api.d.ts +0 -2
  191. package/lib/components/containers/elder-containers.module.d.ts +0 -9
  192. package/lib/components/containers/elder-scroll-container/elder-scroll-container.component.d.ts +0 -12
  193. package/lib/components/containers/public_api.d.ts +0 -1
  194. package/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.d.ts +0 -51
  195. package/lib/components/csv/elder-csv-stream-exporter-builder.d.ts +0 -35
  196. package/lib/components/csv/elder-csv-stream-exporter-builder.service.d.ts +0 -28
  197. package/lib/components/csv/elder-csv-stream-exporter.d.ts +0 -58
  198. package/lib/components/csv/elder-csv.module.d.ts +0 -14
  199. package/lib/components/currency/elder-currency.module.d.ts +0 -8
  200. package/lib/components/currency/elder-currency.pipe.d.ts +0 -24
  201. package/lib/components/currency/model/currency-code.d.ts +0 -36
  202. package/lib/components/currency/model/currency-unit-registry.d.ts +0 -23
  203. package/lib/components/currency/model/currency-unit.d.ts +0 -7
  204. package/lib/components/currency/model/currency.d.ts +0 -10
  205. package/lib/components/currency/public_api.d.ts +0 -6
  206. package/lib/components/data-transfer/elder-data-transfer.module.d.ts +0 -27
  207. package/lib/components/data-transfer/elder-data-transfer.service.d.ts +0 -55
  208. package/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.d.ts +0 -42
  209. package/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.d.ts +0 -29
  210. package/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.d.ts +0 -31
  211. package/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.d.ts +0 -21
  212. package/lib/components/data-view/base/data-view-options-provider-binding.d.ts +0 -39
  213. package/lib/components/data-view/base/elder-data-view-base.d.ts +0 -117
  214. package/lib/components/data-view/base/elder-data-view-options-provider.d.ts +0 -38
  215. package/lib/components/data-view/base/elder-data-view-options.d.ts +0 -34
  216. package/lib/components/data-view/base/elder-data-view.d.ts +0 -11
  217. package/lib/components/data-view/base/public_api.d.ts +0 -5
  218. package/lib/components/data-view/common/activation/data-view-activation-controller.service.d.ts +0 -70
  219. package/lib/components/data-view/common/activation/elder-activation-options.d.ts +0 -16
  220. package/lib/components/data-view/common/activation/model/activation-event-source.d.ts +0 -5
  221. package/lib/components/data-view/common/activation/model/activation-model.d.ts +0 -49
  222. package/lib/components/data-view/common/activation/model/item-activation-event.d.ts +0 -7
  223. package/lib/components/data-view/common/activation/model/item-activation-options.d.ts +0 -6
  224. package/lib/components/data-view/common/activation/public_api.d.ts +0 -6
  225. package/lib/components/data-view/common/composite-sort/composite-sort-context.d.ts +0 -18
  226. package/lib/components/data-view/common/composite-sort/composite-sort-dc.directive.d.ts +0 -31
  227. package/lib/components/data-view/common/composite-sort/composite-sort.d.ts +0 -40
  228. package/lib/components/data-view/common/composite-sort/elder-composite-sort/elder-composite-sort.component.d.ts +0 -44
  229. package/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.d.ts +0 -32
  230. package/lib/components/data-view/common/drag-and-drop/data-view-dnd-controller.service.d.ts +0 -70
  231. package/lib/components/data-view/common/drag-and-drop/elder-data-view-dnd.directive.d.ts +0 -66
  232. package/lib/components/data-view/common/drag-and-drop/elder-data-view-item-drag.directive.d.ts +0 -38
  233. package/lib/components/data-view/common/drag-and-drop/events/data-view-drag-entered-event.d.ts +0 -16
  234. package/lib/components/data-view/common/drag-and-drop/events/data-view-drag-exited-event.d.ts +0 -12
  235. package/lib/components/data-view/common/drag-and-drop/events/data-view-item-drop-event.d.ts +0 -74
  236. package/lib/components/data-view/common/drag-and-drop/events/public_api.d.ts +0 -3
  237. package/lib/components/data-view/common/drag-and-drop/grouping/data-view-dnd-group-controller.service.d.ts +0 -42
  238. package/lib/components/data-view/common/drag-and-drop/grouping/elder-data-view-dnd-group.directive.d.ts +0 -30
  239. package/lib/components/data-view/common/drag-and-drop/grouping/public_api.d.ts +0 -2
  240. package/lib/components/data-view/common/drag-and-drop/local-data/data-view-dnd-model-util.d.ts +0 -40
  241. package/lib/components/data-view/common/drag-and-drop/local-data/elder-local-dnd-support.directive.d.ts +0 -54
  242. package/lib/components/data-view/common/drag-and-drop/local-data/public_api.d.ts +0 -2
  243. package/lib/components/data-view/common/drag-and-drop/public_api.d.ts +0 -7
  244. package/lib/components/data-view/common/elder-continuator/elder-continuator.component.d.ts +0 -14
  245. package/lib/components/data-view/common/elder-data-common.module.d.ts +0 -30
  246. package/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.d.ts +0 -66
  247. package/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.d.ts +0 -45
  248. package/lib/components/data-view/common/public_api.d.ts +0 -13
  249. package/lib/components/data-view/common/selection/data-context-selection.directive.d.ts +0 -50
  250. package/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.d.ts +0 -22
  251. package/lib/components/data-view/common/selection/master-selection-state.d.ts +0 -8
  252. package/lib/components/data-view/elder-data-view-interaction-mode.d.ts +0 -21
  253. package/lib/components/data-view/grid/activation/elder-grid-activation.directive.d.ts +0 -46
  254. package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +0 -118
  255. package/lib/components/data-view/grid/elder-grid/layout/grid-row-layout-builder.d.ts +0 -24
  256. package/lib/components/data-view/grid/elder-grid/layout/grid-row.d.ts +0 -5
  257. package/lib/components/data-view/grid/elder-grid.module.d.ts +0 -28
  258. package/lib/components/data-view/grid/elder-tile/elder-tile.component.d.ts +0 -54
  259. package/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.d.ts +0 -41
  260. package/lib/components/data-view/master-detail/elder-detail.directive.d.ts +0 -30
  261. package/lib/components/data-view/master-detail/elder-master-activation.directive.d.ts +0 -40
  262. package/lib/components/data-view/master-detail/elder-master-detail-mode.d.ts +0 -1
  263. package/lib/components/data-view/master-detail/elder-master-detail-provider.d.ts +0 -11
  264. package/lib/components/data-view/master-detail/elder-master-detail.module.d.ts +0 -36
  265. package/lib/components/data-view/master-detail/elder-master-detail.service.d.ts +0 -60
  266. package/lib/components/data-view/master-detail/elder-master.directive.d.ts +0 -14
  267. package/lib/components/data-view/master-detail/master-detail/elder-master-detail.component.d.ts +0 -45
  268. package/lib/components/data-view/master-detail/master-detail-activation-event.d.ts +0 -8
  269. package/lib/components/data-view/public_api.d.ts +0 -6
  270. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.d.ts +0 -9
  271. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.d.ts +0 -28
  272. package/lib/components/data-view/table/activation/elder-delete-active.directive.d.ts +0 -51
  273. package/lib/components/data-view/table/activation/elder-table-activation.directive.d.ts +0 -53
  274. package/lib/components/data-view/table/activation/public_api.d.ts +0 -2
  275. package/lib/components/data-view/table/columns/elder-table-selection-cell/elder-table-selection-cell.component.d.ts +0 -30
  276. package/lib/components/data-view/table/drag-and-drop/elder-table-drop-list-connector.directive.d.ts +0 -37
  277. package/lib/components/data-view/table/drag-and-drop/public_api.d.ts +0 -1
  278. package/lib/components/data-view/table/elder-center-cell.directive.d.ts +0 -11
  279. package/lib/components/data-view/table/elder-number-cell.directive.d.ts +0 -12
  280. package/lib/components/data-view/table/elder-paginator-intl.d.ts +0 -38
  281. package/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.d.ts +0 -12
  282. package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +0 -143
  283. package/lib/components/data-view/table/elder-table-column.directive.d.ts +0 -9
  284. package/lib/components/data-view/table/elder-table-extension.directive.d.ts +0 -53
  285. package/lib/components/data-view/table/elder-table-root.directive.d.ts +0 -15
  286. package/lib/components/data-view/table/elder-table-row.directive.d.ts +0 -76
  287. package/lib/components/data-view/table/elder-table-sort.directive.d.ts +0 -12
  288. package/lib/components/data-view/table/elder-table.module.d.ts +0 -54
  289. package/lib/components/data-view/table/model/elder-column-layout.d.ts +0 -44
  290. package/lib/components/data-view/table/model/elder-table-model-cdk-table-binding.d.ts +0 -44
  291. package/lib/components/data-view/table/model/elder-table-model-provider.d.ts +0 -25
  292. package/lib/components/data-view/table/model/elder-table-model-query-group.d.ts +0 -53
  293. package/lib/components/data-view/table/model/elder-table-model.d.ts +0 -83
  294. package/lib/components/data-view/table/table-navigation/table-navigation.component.d.ts +0 -47
  295. package/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.d.ts +0 -22
  296. package/lib/components/dialogs/elder-dialog-config.d.ts +0 -16
  297. package/lib/components/dialogs/elder-dialog.module.d.ts +0 -27
  298. package/lib/components/dialogs/elder-dialog.service.d.ts +0 -71
  299. package/lib/components/dialogs/question-dialog/elder-question-dialog.component.d.ts +0 -22
  300. package/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.d.ts +0 -29
  301. package/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.d.ts +0 -24
  302. package/lib/components/errors/elder-error.module.d.ts +0 -16
  303. package/lib/components/errors/error-util.d.ts +0 -23
  304. package/lib/components/errors/exception-detail/elder-exception-detail.component.d.ts +0 -42
  305. package/lib/components/expand-toggle-button/elder-expand-toggle-button.component.d.ts +0 -33
  306. package/lib/components/expand-toggle-button/elder-expand-toggle-button.module.d.ts +0 -12
  307. package/lib/components/files/blob-url.d.ts +0 -6
  308. package/lib/components/files/blob-viewer/elder-blob-viewer.component.d.ts +0 -107
  309. package/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.d.ts +0 -24
  310. package/lib/components/files/drag-n-drop/global-drag-drop.service.d.ts +0 -53
  311. package/lib/components/files/elder-file-drop-zone.directive.d.ts +0 -60
  312. package/lib/components/files/elder-file-select-input.d.ts +0 -59
  313. package/lib/components/files/elder-file-select.directive.d.ts +0 -68
  314. package/lib/components/files/elder-file.module.d.ts +0 -29
  315. package/lib/components/files/file-select/file-select.component.d.ts +0 -36
  316. package/lib/components/files/file-system-api.d.ts +0 -86
  317. package/lib/components/files/file-upload/file-upload.component.d.ts +0 -39
  318. package/lib/components/files/listing/file-entry.d.ts +0 -61
  319. package/lib/components/files/listing/file-listing-rx.d.ts +0 -20
  320. package/lib/components/files/listing/file-listing-system-handle.d.ts +0 -21
  321. package/lib/components/files/listing/file-listing-webkit.d.ts +0 -26
  322. package/lib/components/forms/clipboard/elder-clipboard.service.d.ts +0 -26
  323. package/lib/components/forms/directives/base/elder-class-hostbinding-base.d.ts +0 -32
  324. package/lib/components/forms/directives/checkbox/elder-single-state-checkbox-controller.d.ts +0 -46
  325. package/lib/components/forms/directives/checkbox/elder-single-state-checkbox.directive.d.ts +0 -34
  326. package/lib/components/forms/directives/checkbox/elder-triple-state-checkbox-controller.d.ts +0 -49
  327. package/lib/components/forms/directives/checkbox/elder-triple-state-checkbox.directive.d.ts +0 -40
  328. package/lib/components/forms/directives/elder-clipboard-put.directive.d.ts +0 -22
  329. package/lib/components/forms/directives/elder-delayed-focus.directive.d.ts +0 -21
  330. package/lib/components/forms/directives/elder-form-field-dense.directive.d.ts +0 -54
  331. package/lib/components/forms/directives/elder-form-field-label.directive.d.ts +0 -58
  332. package/lib/components/forms/directives/elder-form-field-no-hint.directive.d.ts +0 -23
  333. package/lib/components/forms/directives/elder-form-field-no-spinner.directive.d.ts +0 -19
  334. package/lib/components/forms/directives/elder-forms-directives.module.d.ts +0 -48
  335. package/lib/components/forms/directives/elder-initial-value.directive.d.ts +0 -31
  336. package/lib/components/forms/directives/elder-input-pattern.directive.d.ts +0 -41
  337. package/lib/components/forms/directives/elder-key-event.directive.d.ts +0 -58
  338. package/lib/components/forms/directives/elder-next-focusable.directive.d.ts +0 -53
  339. package/lib/components/forms/directives/elder-plug-parent-form.directive.d.ts +0 -13
  340. package/lib/components/forms/directives/elder-stop-event-propagation.directive.d.ts +0 -16
  341. package/lib/components/forms/directives/elder-tab-focus-trap.directive.d.ts +0 -63
  342. package/lib/components/forms/directives/elder-touched.directive.d.ts +0 -14
  343. package/lib/components/forms/directives/validation/elder-validation-error.directive.d.ts +0 -44
  344. package/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.d.ts +0 -26
  345. package/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.d.ts +0 -36
  346. package/lib/components/forms/directives/validation/strategies/fallback-validation-message-strategy.d.ts +0 -5
  347. package/lib/components/forms/directives/validation/validation-message-renderer.service.d.ts +0 -28
  348. package/lib/components/forms/directives/validation/validation-message-strategy.d.ts +0 -4
  349. package/lib/components/forms/directives/validation/validators/elder-max.validator.d.ts +0 -11
  350. package/lib/components/forms/directives/validation/validators/elder-min.validator.d.ts +0 -11
  351. package/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.d.ts +0 -41
  352. package/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.d.ts +0 -33
  353. package/lib/components/forms/elder-forms.module.d.ts +0 -12
  354. package/lib/components/forms/public_api.d.ts +0 -5
  355. package/lib/components/forms/search/domain/context/search-context.d.ts +0 -39
  356. package/lib/components/forms/search/domain/context/search-context.service.d.ts +0 -25
  357. package/lib/components/forms/search/domain/input/input-value.d.ts +0 -1
  358. package/lib/components/forms/search/domain/input/search-input-state.d.ts +0 -71
  359. package/lib/components/forms/search/domain/input/search-input.d.ts +0 -22
  360. package/lib/components/forms/search/domain/input/simple-search-input.d.ts +0 -39
  361. package/lib/components/forms/search/domain/url/elder-search-url.directive.d.ts +0 -40
  362. package/lib/components/forms/search/domain/url/elder-search-url.service.d.ts +0 -60
  363. package/lib/components/forms/search/domain/url/search-query-params-parser.d.ts +0 -36
  364. package/lib/components/forms/search/elder-search-context.directive.d.ts +0 -102
  365. package/lib/components/forms/search/elder-search-input.directive.d.ts +0 -105
  366. package/lib/components/forms/search/elder-search.module.d.ts +0 -30
  367. package/lib/components/forms/search/filter/default-input-filter-converter.d.ts +0 -31
  368. package/lib/components/forms/search/filter/input-filter-converter.d.ts +0 -16
  369. package/lib/components/forms/search/search-box/elder-search-box.component.d.ts +0 -59
  370. package/lib/components/forms/search/search-box/elder-search-panel.component.d.ts +0 -10
  371. package/lib/components/graph/elder-progress-bar/elder-progress-bar.component.d.ts +0 -47
  372. package/lib/components/graph/elder-progress-bar/elder-progress-bar.module.d.ts +0 -10
  373. package/lib/components/graph/elder-progress-bar/sub-bar.d.ts +0 -5
  374. package/lib/components/graph/public_api.d.ts +0 -1
  375. package/lib/components/headers/elder-header/elder-header.component.d.ts +0 -26
  376. package/lib/components/headers/elder-header.module.d.ts +0 -11
  377. package/lib/components/i18n/entities/elder-i18n-entities.module.d.ts +0 -38
  378. package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts +0 -65
  379. package/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.d.ts +0 -22
  380. package/lib/components/i18n/entities/elder-localized-input-dialog.service.d.ts +0 -13
  381. package/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.d.ts +0 -65
  382. package/lib/components/i18n/entities/elder-localized-text-column.directive.d.ts +0 -17
  383. package/lib/components/i18n/entities/elder-localized-texts.directive.d.ts +0 -37
  384. package/lib/components/i18n/entities/picker/i18n-pick-async.pipe.d.ts +0 -23
  385. package/lib/components/i18n/entities/picker/i18n-pick.pipe.d.ts +0 -22
  386. package/lib/components/i18n/entities/picker/localisation-picker.service.d.ts +0 -44
  387. package/lib/components/i18n/language/elder-language-config.d.ts +0 -14
  388. package/lib/components/i18n/language/elder-language-interceptor.d.ts +0 -41
  389. package/lib/components/i18n/language/elder-language.module.d.ts +0 -26
  390. package/lib/components/i18n/language/elder-language.service.d.ts +0 -77
  391. package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts +0 -37
  392. package/lib/components/i18n/locales/elder-locales-de-ch.module.d.ts +0 -10
  393. package/lib/components/i18n/public_api.d.ts +0 -3
  394. package/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.d.ts +0 -68
  395. package/lib/components/iframes/data-view/data-view-iframe-adapter.directive.d.ts +0 -62
  396. package/lib/components/iframes/elder-iframe.module.d.ts +0 -29
  397. package/lib/components/iframes/iframe-close.directive.d.ts +0 -24
  398. package/lib/components/iframes/iframe-dialog/iframe-dialog.component.d.ts +0 -36
  399. package/lib/components/iframes/iframe-host/iframe-host.component.d.ts +0 -93
  400. package/lib/components/iframes/iframe-messages.d.ts +0 -4
  401. package/lib/components/iframes/iframe-side-content/iframe-side-content.component.d.ts +0 -48
  402. package/lib/components/iframes/iframe.service.d.ts +0 -26
  403. package/lib/components/iframes/typed-event-message.d.ts +0 -28
  404. package/lib/components/infinitescroll/elder-infinite-autocomplete.directive.d.ts +0 -30
  405. package/lib/components/infinitescroll/elder-infinite-scroll.directive.d.ts +0 -63
  406. package/lib/components/infinitescroll/elder-infinite-scroll.module.d.ts +0 -11
  407. package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete-option-selected.d.ts +0 -8
  408. package/lib/components/input/autocomplete/elder-autocomplete/elder-suggestion-panel.component.d.ts +0 -97
  409. package/lib/components/input/autocomplete/elder-autocomplete-many.directive.d.ts +0 -78
  410. package/lib/components/input/autocomplete/elder-autocomplete.directive.d.ts +0 -60
  411. package/lib/components/input/autocomplete/elder-autocomplete.module.d.ts +0 -19
  412. package/lib/components/input/autocomplete/many/word-position-finder.d.ts +0 -15
  413. package/lib/components/input/public_api.d.ts +0 -1
  414. package/lib/components/labels/elder-labels.module.d.ts +0 -15
  415. package/lib/components/labels/labels-input/labels-input.component.d.ts +0 -90
  416. package/lib/components/layout/basic-pane-layout/basic-pane-layout.component.d.ts +0 -6
  417. package/lib/components/layout/pane/header/pane-actions.component.d.ts +0 -5
  418. package/lib/components/layout/pane/header/pane-header.component.d.ts +0 -7
  419. package/lib/components/layout/pane/header/pane-subtitle.component.d.ts +0 -5
  420. package/lib/components/layout/pane/header/pane-title.component.d.ts +0 -5
  421. package/lib/components/layout/pane/pane-content.component.d.ts +0 -5
  422. package/lib/components/layout/pane/pane.component.d.ts +0 -6
  423. package/lib/components/layout/public_api.d.ts +0 -9
  424. package/lib/components/layout/responsive/observer/resize-observer.directive.d.ts +0 -41
  425. package/lib/components/layout/responsive/public_api.d.ts +0 -1
  426. package/lib/components/layout/single-pane-wrapper/single-pane-wrapper.component.d.ts +0 -7
  427. package/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.d.ts +0 -116
  428. package/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.d.ts +0 -37
  429. package/lib/components/measures/directives/elder-unit-select.directive.d.ts +0 -30
  430. package/lib/components/measures/elder-measures.module.d.ts +0 -32
  431. package/lib/components/measures/elder-quantity-transform.pipe.d.ts +0 -22
  432. package/lib/components/measures/elder-quantity.pipe.d.ts +0 -29
  433. package/lib/components/measures/elder-unit.service.d.ts +0 -39
  434. package/lib/components/measures/model/dimensions.d.ts +0 -11
  435. package/lib/components/measures/model/quantity.d.ts +0 -7
  436. package/lib/components/measures/model/unit-dimension.d.ts +0 -12
  437. package/lib/components/measures/model/unit-registry.d.ts +0 -46
  438. package/lib/components/measures/model/unit.d.ts +0 -111
  439. package/lib/components/measures/public_api.d.ts +0 -7
  440. package/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.d.ts +0 -20
  441. package/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.d.ts +0 -73
  442. package/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.d.ts +0 -43
  443. package/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.d.ts +0 -36
  444. package/lib/components/measures/util/elder-quantity.service.d.ts +0 -143
  445. package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts +0 -69
  446. package/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.d.ts +0 -18
  447. package/lib/components/navigation/bread-crumbs/path/path.d.ts +0 -31
  448. package/lib/components/navigation/nav/elder-nav.module.d.ts +0 -20
  449. package/lib/components/navigation/nav/nav-group/elder-nav-group.component.d.ts +0 -59
  450. package/lib/components/navigation/nav/nav-link/elder-nav-link.component.d.ts +0 -87
  451. package/lib/components/navigation/nav/nav-list/elder-nav-list.component.d.ts +0 -46
  452. package/lib/components/navigation/public_api.d.ts +0 -3
  453. package/lib/components/navigation/toolbar/elder-toolbar-column.directive.d.ts +0 -37
  454. package/lib/components/navigation/toolbar/elder-toolbar.module.d.ts +0 -23
  455. package/lib/components/navigation/toolbar/elder-toolbar.service.d.ts +0 -46
  456. package/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.d.ts +0 -35
  457. package/lib/components/navigation/toolbar/toolbar-column-position.d.ts +0 -9
  458. package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.d.ts +0 -30
  459. package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.d.ts +0 -47
  460. package/lib/components/overlays/elder-overlay-origin.directive.d.ts +0 -28
  461. package/lib/components/overlays/elder-overlay-ref.d.ts +0 -27
  462. package/lib/components/overlays/elder-overlay-trigger.directive.d.ts +0 -36
  463. package/lib/components/overlays/elder-overlay.component.d.ts +0 -88
  464. package/lib/components/overlays/elder-overlay.module.d.ts +0 -15
  465. package/lib/components/page/exit-guard/page-exit-guard.module.d.ts +0 -10
  466. package/lib/components/page/exit-guard/page-exit-guard.service.d.ts +0 -77
  467. package/lib/components/page/exit-guard/page-exit-lock/page-exit-lock.component.d.ts +0 -18
  468. package/lib/components/page/exit-guard/page-exit-lock-indicator/page-exit-lock-indicator.component.d.ts +0 -21
  469. package/lib/components/page/exit-guard/page-exit-lock-overview/page-exit-lock-overview.component.d.ts +0 -18
  470. package/lib/components/page/public_api.d.ts +0 -1
  471. package/lib/components/panels/card-panel/elder-card-panel.component.d.ts +0 -6
  472. package/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.d.ts +0 -6
  473. package/lib/components/panels/elder-panel.module.d.ts +0 -16
  474. package/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.d.ts +0 -34
  475. package/lib/components/panels/toggle-panel/elder-toggle-panel.component.d.ts +0 -38
  476. package/lib/components/public_api.d.ts +0 -42
  477. package/lib/components/scrollbar/elder-scrollbar.directive.d.ts +0 -41
  478. package/lib/components/scrollbar/elder-scrollbar.module.d.ts +0 -8
  479. package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +0 -53
  480. package/lib/components/select/auto/elder-auto-select-first.service.d.ts +0 -23
  481. package/lib/components/select/auto/elder-auto-select-suggest-first.directive.d.ts +0 -32
  482. package/lib/components/select/auto/elder-select-first-util.d.ts +0 -22
  483. package/lib/components/select/elder-select-base.d.ts +0 -155
  484. package/lib/components/select/elder-select-chip.directive.d.ts +0 -23
  485. package/lib/components/select/elder-select-on-tab.directive.d.ts +0 -55
  486. package/lib/components/select/elder-select-value.directive.d.ts +0 -9
  487. package/lib/components/select/elder-select.module.d.ts +0 -65
  488. package/lib/components/select/filter/elder-chip-filter-style-resolver.d.ts +0 -19
  489. package/lib/components/select/filter/elder-chips-include-exclude.directive.d.ts +0 -51
  490. package/lib/components/select/filter/elder-filter-chip-template/elder-filter-chip-template.component.d.ts +0 -27
  491. package/lib/components/select/filter/include-exclude-model-filter-adapter.d.ts +0 -29
  492. package/lib/components/select/filter/include-exclude-selection-model.d.ts +0 -67
  493. package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts +0 -8
  494. package/lib/components/select/multi/elder-multi-select-base.d.ts +0 -120
  495. package/lib/components/select/multi/elder-multi-select-chip-options/chip-options-provider.d.ts +0 -54
  496. package/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.d.ts +0 -92
  497. package/lib/components/select/multi/elder-multi-select-chip-options/select-option-chip-spec.d.ts +0 -10
  498. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips-options.directive.d.ts +0 -42
  499. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +0 -95
  500. package/lib/components/select/multi/elder-multi-select-chips/select-chip-spec.d.ts +0 -32
  501. package/lib/components/select/multi/elder-multi-select-form-field.d.ts +0 -39
  502. package/lib/components/select/multi/elder-mutli-select-all-directive.d.ts +0 -15
  503. package/lib/components/select/multi/elder-search-include-exclude.directive.d.ts +0 -78
  504. package/lib/components/select/multi/public_api.d.ts +0 -5
  505. package/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.d.ts +0 -42
  506. package/lib/components/select/popup/selection-model-popup.directive.d.ts +0 -49
  507. package/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.d.ts +0 -32
  508. package/lib/components/select/public_api.d.ts +0 -4
  509. package/lib/components/select/single/elder-clear-select.directive.d.ts +0 -34
  510. package/lib/components/select/single/elder-select/elder-select.component.d.ts +0 -149
  511. package/lib/components/select/single/elder-select-form-field.d.ts +0 -30
  512. package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts +0 -81
  513. package/lib/components/select-chip-list/elder-chip-list-select.module.d.ts +0 -12
  514. package/lib/components/shell/drawers/drawer-outlet-binding.d.ts +0 -36
  515. package/lib/components/shell/drawers/elder-route-outlet-drawer.service.d.ts +0 -55
  516. package/lib/components/shell/drawers/elder-router-outlet.service.d.ts +0 -64
  517. package/lib/components/shell/elder-shell-slot.directive.d.ts +0 -34
  518. package/lib/components/shell/elder-shell.module.d.ts +0 -30
  519. package/lib/components/shell/elder-shell.service.d.ts +0 -98
  520. package/lib/components/shell/header/elder-app-header/elder-app-header.component.d.ts +0 -16
  521. package/lib/components/shell/shell/elder-shell.component.d.ts +0 -91
  522. package/lib/components/shell/shell-content-slot.d.ts +0 -4
  523. package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts +0 -66
  524. package/lib/components/tabs/elder-tab/elder-tab.directive.d.ts +0 -19
  525. package/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.d.ts +0 -111
  526. package/lib/components/tabs/elder-tab.module.d.ts +0 -11
  527. package/lib/components/theme/elder-theme-applier.directive.d.ts +0 -36
  528. package/lib/components/theme/elder-theme-preference.service.d.ts +0 -35
  529. package/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.d.ts +0 -39
  530. package/lib/components/theme/elder-theme.directive.d.ts +0 -38
  531. package/lib/components/theme/elder-theme.module.d.ts +0 -22
  532. package/lib/components/theme/elder-theme.service.d.ts +0 -51
  533. package/lib/components/theme/known-elder-themes.d.ts +0 -5
  534. package/lib/components/theme/public_api.d.ts +0 -1
  535. package/lib/components/theme/theme-spec.d.ts +0 -18
  536. package/lib/components/time/date-adapters/custom-date-adapter.d.ts +0 -15
  537. package/lib/components/time/date-formats/locale-date-formats.d.ts +0 -15
  538. package/lib/components/time/duration/duration-bucket.d.ts +0 -37
  539. package/lib/components/time/duration/duration-format.d.ts +0 -62
  540. package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts +0 -54
  541. package/lib/components/time/duration/iso-duration-str.d.ts +0 -5
  542. package/lib/components/time/elder-date-switcher/elder-date-switcher.component.d.ts +0 -54
  543. package/lib/components/time/elder-date-time-input/elder-date-time-input.component.d.ts +0 -49
  544. package/lib/components/time/elder-interval-input/elder-interval-input.component.d.ts +0 -100
  545. package/lib/components/time/elder-interval-picker/controller/interval-anchor-controller.d.ts +0 -9
  546. package/lib/components/time/elder-interval-picker/controller/interval-calendar-controller.d.ts +0 -7
  547. package/lib/components/time/elder-interval-picker/controller/interval-controller.d.ts +0 -35
  548. package/lib/components/time/elder-interval-picker/controller/interval-form-controller.d.ts +0 -12
  549. package/lib/components/time/elder-interval-picker/controller/interval-select-controller.d.ts +0 -22
  550. package/lib/components/time/elder-interval-picker/controller/interval-shift-controller.d.ts +0 -13
  551. package/lib/components/time/elder-interval-picker/elder-interval-picker.component.d.ts +0 -58
  552. package/lib/components/time/elder-interval-picker/interval-picker-binding/elder-interval-picker-binding.directive.d.ts +0 -26
  553. package/lib/components/time/elder-interval-picker/interval-picker-toggle/elder-interval-picker-toggle.component.d.ts +0 -37
  554. package/lib/components/time/elder-interval-picker/manager/interval-picker-state-manager.d.ts +0 -46
  555. package/lib/components/time/elder-interval-picker/model/anchor-state.d.ts +0 -20
  556. package/lib/components/time/elder-interval-picker/model/interval-state.d.ts +0 -16
  557. package/lib/components/time/elder-interval-picker/model/smart-shift-state.d.ts +0 -8
  558. package/lib/components/time/elder-interval-picker/presenter/interval-picker-presenter.d.ts +0 -30
  559. package/lib/components/time/elder-interval-picker/util/interval-picker-util.d.ts +0 -20
  560. package/lib/components/time/elder-local-date-input/elder-local-date-input.component.d.ts +0 -99
  561. package/lib/components/time/elder-local-time-input/elder-local-time-input.component.d.ts +0 -45
  562. package/lib/components/time/elder-time.module.d.ts +0 -38
  563. package/lib/components/time/elder-toggle-text-input.directive.d.ts +0 -34
  564. package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +0 -67
  565. package/lib/components/time/period/period-bucket.d.ts +0 -21
  566. package/lib/components/time/period/period-format.d.ts +0 -43
  567. package/lib/components/time/pipes/to-iso-date-string.pipe.d.ts +0 -12
  568. package/lib/components/time/public_api.d.ts +0 -8
  569. package/lib/components/time/smart-local-date-parser.service.d.ts +0 -9
  570. package/lib/components/toasts/elder-toast.module.d.ts +0 -13
  571. package/lib/components/toasts/elder-toast.service.d.ts +0 -61
  572. package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +0 -39
  573. package/lib/components/toasts/toast-type.d.ts +0 -5
  574. package/lib/components/toasts/toast.d.ts +0 -7
  575. package/lib/components/url-fragment/elder-url-fragment.d.ts +0 -7
  576. package/lib/components/url-fragment/elder-url-fragment.module.d.ts +0 -17
  577. package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts +0 -38
  578. package/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.d.ts +0 -41
  579. package/lib/components/viewers/elder-viewers.module.d.ts +0 -9
  580. package/lib/features/event-source/fetch/public_api.d.ts +0 -2
  581. package/lib/features/event-source/fetch/reactive-fetch-event-source.d.ts +0 -110
  582. package/lib/features/event-source/fetch/reactive-fetch-event-source.service.d.ts +0 -39
  583. package/lib/features/event-source/public_api.d.ts +0 -2
  584. package/lib/features/event-source/standard/elder-event-source.service.d.ts +0 -43
  585. package/lib/features/event-source/standard/public_api.d.ts +0 -2
  586. package/lib/features/event-source/standard/reactive-event-source.d.ts +0 -97
  587. package/lib/features/kafent/access-token-provider.d.ts +0 -12
  588. package/lib/features/kafent/kafent-config.d.ts +0 -32
  589. package/lib/features/kafent/kafent-event-stream.d.ts +0 -28
  590. package/lib/features/kafent/kafent-event.d.ts +0 -11
  591. package/lib/features/kafent/kafent-event.service.d.ts +0 -55
  592. package/lib/features/kafent/kafent-live-event-request.d.ts +0 -53
  593. package/lib/features/kafent/kafent.module.d.ts +0 -30
  594. package/lib/features/kafent/sse/kafent-event-stream-sse.service.d.ts +0 -56
  595. package/lib/features/kafent/sse/kafent-topic-sse.d.ts +0 -70
  596. package/lib/features/public_api.d.ts +0 -2
  597. package/lib/pipes/bytes.pipe.d.ts +0 -7
  598. package/lib/pipes/elder-pipes.module.d.ts +0 -29
  599. package/lib/pipes/elder-repeat.pipe.d.ts +0 -7
  600. package/lib/pipes/elder-round.pipe.d.ts +0 -23
  601. package/lib/pipes/elder-safe-url.pipe.d.ts +0 -10
  602. package/lib/pipes/elder-truncate.pipe.d.ts +0 -17
  603. package/lib/pipes/iso-duration.pipe.d.ts +0 -23
  604. package/lib/pipes/iso-interval-parse.pipe.d.ts +0 -30
  605. package/lib/pipes/iso-interval.pipe.d.ts +0 -37
  606. package/lib/pipes/public_api.d.ts +0 -1
  607. package/lib/pipes/time-ago.pipe.d.ts +0 -18
  608. package/lib/pipes/time-duration.pipe.d.ts +0 -13
  609. package/lib/pipes/weight.pipe.d.ts +0 -7
  610. package/public_api.d.ts +0 -4
@@ -1,13 +0,0 @@
1
- import { IsoDateStr } from '../../common/time/date-util';
2
- export interface IAuditedEntity {
3
- readonly createdAt: IsoDateStr;
4
- readonly createdBy: string;
5
- readonly modifiedAt: IsoDateStr;
6
- readonly modifiedBy: string;
7
- }
8
- export declare abstract class AuditedEntity implements IAuditedEntity {
9
- createdAt: IsoDateStr;
10
- createdBy: string;
11
- modifiedAt: IsoDateStr;
12
- modifiedBy: string;
13
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ElderBadgeDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeDirective, "[elderBadge]", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,8 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ElderButtonGroupComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderButtonGroupComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderButtonGroupComponent, "elder-button-group", never, {}, {}, never, ["*"], true, never>;
8
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/material/menu";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/material/button";
6
- import * as i5 from "./elder-button-group/elder-button-group.component";
7
- export * from './elder-button-group/elder-button-group.component';
8
- export declare class ElderButtonGroupModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderButtonGroupModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderButtonGroupModule, never, [typeof i1.CommonModule, typeof i2.MatMenuModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.ElderButtonGroupComponent], [typeof i5.ElderButtonGroupComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<ElderButtonGroupModule>;
12
- }
@@ -1,64 +0,0 @@
1
- import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
- import { CardOrganizerData } from '../card-organizer-data';
3
- import { CardDropEvent, CardStack } from '../card-stack';
4
- import { Observable } from 'rxjs/internal/Observable';
5
- import * as i0 from "@angular/core";
6
- export declare class ElderCardOrganizerComponent implements OnInit {
7
- /***************************************************************************
8
- * *
9
- * Fields *
10
- * *
11
- **************************************************************************/
12
- private readonly logger;
13
- private _organizerModel;
14
- stacks$: Observable<CardStack<any, any>[]>;
15
- canRemove: boolean;
16
- removeConfirmation: (card: any) => Observable<boolean>;
17
- copyOnDrag: boolean;
18
- /**
19
- * If enabled, the card organizer will
20
- * automatically handle card drag & drops
21
- * and move card from one stack to another and move
22
- * them inside a stack.
23
- */
24
- autoMoveCards: boolean;
25
- headerEnabled: boolean;
26
- canEnterPredicate: (card: any, stack: CardStack<any, any>) => boolean;
27
- readonly requestNewCard: EventEmitter<CardStack<any, any>>;
28
- readonly requestRemoveCard: EventEmitter<any>;
29
- readonly cardClick: EventEmitter<any>;
30
- readonly cardDropped: EventEmitter<CardDropEvent<any, any>>;
31
- stackCardTemplate: TemplateRef<any>;
32
- /***************************************************************************
33
- * *
34
- * Constructor *
35
- * *
36
- **************************************************************************/
37
- constructor();
38
- /***************************************************************************
39
- * *
40
- * Life Cycle *
41
- * *
42
- **************************************************************************/
43
- ngOnInit(): void;
44
- onKeydownHandler(event: KeyboardEvent): void;
45
- onKeyupHandler(event: KeyboardEvent): void;
46
- /***************************************************************************
47
- * *
48
- * Properties *
49
- * *
50
- **************************************************************************/
51
- get organizerModel(): CardOrganizerData<any, any>;
52
- set organizerModel(value: CardOrganizerData<any, any>);
53
- /***************************************************************************
54
- * *
55
- * Public API *
56
- * *
57
- **************************************************************************/
58
- onRequestNewCard(stack: CardStack<any, any>): void;
59
- onRequestRemoveCard(cardToDelete: any): void;
60
- onCardClicked(clickedCard: any): void;
61
- onCardDropped(event: CardDropEvent<any, any>): void;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardOrganizerComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardOrganizerComponent, "elder-card-organizer", never, { "canRemove": { "alias": "canRemove"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "organizerModel": { "alias": "organizerModel"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["stackCardTemplate"], never, true, never>;
64
- }
@@ -1,9 +0,0 @@
1
- import { TemplateRef, ViewContainerRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ElderStackCardDirective {
4
- templateRef: TemplateRef<any>;
5
- viewContainer: ViewContainerRef;
6
- constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderStackCardDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStackCardDirective, "[elderStackCard]", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,57 +0,0 @@
1
- import { CardStack } from './card-stack';
2
- import { Observable } from 'rxjs';
3
- /**
4
- * Represents the data-model of a data driven card organizer.
5
- *
6
- * This component organizes cards in card-stacks.
7
- *
8
- */
9
- export declare class CardOrganizerData<T, D = any> {
10
- /***************************************************************************
11
- * *
12
- * Fields *
13
- * *
14
- **************************************************************************/
15
- private readonly _stacks;
16
- /***************************************************************************
17
- * *
18
- * Constructor *
19
- * *
20
- **************************************************************************/
21
- constructor(initialStacks?: CardStack<T, D>[], sort?: (a: T, b: T) => number);
22
- /***************************************************************************
23
- * *
24
- * Properties *
25
- * *
26
- **************************************************************************/
27
- get stacks(): Observable<CardStack<T, D>[]>;
28
- get stackIds(): Observable<string[]>;
29
- get stacksSnapshot(): CardStack<T, D>[];
30
- set sort(sort: (a: T, b: T) => number);
31
- get cards(): T[];
32
- /***************************************************************************
33
- * *
34
- * Public API *
35
- * *
36
- **************************************************************************/
37
- /**
38
- * Adds the given card to the stack with the given id.
39
- * @param card The card data
40
- * @param stackId The stack id
41
- */
42
- addCard(stackId: string, card: T): void;
43
- /**
44
- * Replaces all cards in the matching stacks, defined by the stack-id-getter
45
- * @param cards
46
- * @param stackIdGetter
47
- */
48
- replaceStackCardsDynamic(cards: T[], stackIdGetter: (item: T) => string): void;
49
- /**
50
- * Replace all cards in the given stack with the new cards.
51
- * @param cards
52
- * @param stackId
53
- */
54
- replaceStackCards(stackId: string, cards: T[]): void;
55
- findStackByData(data: D): CardStack<T, D>;
56
- findStackById(id: string): CardStack<T, D>;
57
- }
@@ -1,91 +0,0 @@
1
- import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
- import { CardDropEvent, CardStack } from '../card-stack';
3
- import { Observable } from 'rxjs/internal/Observable';
4
- import { CdkDrag, CdkDragDrop, CdkDragEnter, CdkDragExit, CdkDropList } from '@angular/cdk/drag-drop';
5
- import * as i0 from "@angular/core";
6
- export declare class ElderCardStackComponent implements OnInit {
7
- /***************************************************************************
8
- * *
9
- * Fields *
10
- * *
11
- **************************************************************************/
12
- private readonly logger;
13
- private _stack;
14
- cards$: Observable<any[]>;
15
- stackId: string;
16
- headerEnabled: boolean;
17
- headerTitle: string;
18
- canRemove: boolean;
19
- canAdd: boolean;
20
- canDrag: boolean;
21
- removeConfirmation: (card: any) => Observable<boolean>;
22
- readonly requestNewCard: EventEmitter<CardStack<any, any>>;
23
- readonly requestRemoveCard: EventEmitter<any>;
24
- readonly cardClick: EventEmitter<any>;
25
- readonly cardDropped: EventEmitter<CardDropEvent<any, any>>;
26
- canEnterPredicate: (card: any, stack: CardStack<any, any>) => boolean;
27
- connectedTo: string[];
28
- /**
29
- * If enabled, the card stack will
30
- * automatically handle card drag & drops
31
- * and move card from one stack to another and move
32
- * them inside a stack.
33
- */
34
- autoMoveCards: boolean;
35
- cardTemplateQuery: TemplateRef<any>;
36
- private _cardTemplate;
37
- canCollapse: boolean;
38
- copyOnDrag: boolean;
39
- /***************************************************************************
40
- * *
41
- * Constructor *
42
- * *
43
- **************************************************************************/
44
- constructor();
45
- /***************************************************************************
46
- * *
47
- * Life Cycle *
48
- * *
49
- **************************************************************************/
50
- ngOnInit(): void;
51
- /***************************************************************************
52
- * *
53
- * Properties *
54
- * *
55
- **************************************************************************/
56
- set cardTemplate(template: TemplateRef<any>);
57
- get cardTemplate(): TemplateRef<any>;
58
- get stack(): CardStack<any, any>;
59
- set stack(value: CardStack<any, any>);
60
- /***************************************************************************
61
- * *
62
- * Public API Drag & Drop *
63
- * *
64
- **************************************************************************/
65
- cardEntered(event: CdkDragEnter<any>): void;
66
- cardExited(event: CdkDragExit<any>): void;
67
- cardDrop(event: CdkDragDrop<CardStack<any, any>>): void;
68
- get enterPredicate(): (drag: CdkDrag<any>, drop: CdkDropList<any>) => boolean;
69
- /***************************************************************************
70
- * *
71
- * Public API *
72
- * *
73
- **************************************************************************/
74
- onRequestNewCard(event: MouseEvent): void;
75
- onRequestRemoveCard(event: MouseEvent, card: any): void;
76
- onCardSelected(event: MouseEvent, card: any): void;
77
- /***************************************************************************
78
- * *
79
- * Public API *
80
- * *
81
- **************************************************************************/
82
- private removeCard;
83
- /**
84
- * React to drag and drop events -
85
- * will move cards between stacks and sort them if possible.
86
- * @param cardDrop
87
- */
88
- private handleCardDrop;
89
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardStackComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardStackComponent, "elder-card-stack", never, { "stackId": { "alias": "stackId"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "headerTitle": { "alias": "headerTitle"; "required": false; }; "canRemove": { "alias": "canRemove"; "required": false; }; "canAdd": { "alias": "canAdd"; "required": false; }; "canDrag": { "alias": "canDrag"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "connectedTo": { "alias": "connectedTo"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "canCollapse": { "alias": "canCollapse"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["cardTemplateQuery"], never, true, never>;
91
- }
@@ -1,146 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- export declare class CardDropEvent<T, D = any> {
3
- /**
4
- * fromStack The stack where the card originated from
5
- */
6
- readonly fromStack: CardStack<T, D>;
7
- /**
8
- * toStack The stack where the card is dropped to
9
- */
10
- readonly toStack: CardStack<T, D>;
11
- /**
12
- * card The card domain model
13
- */
14
- readonly card: T;
15
- /**
16
- * copy Should the item being moved (copy = false) or duplicated (copy=true).
17
- */
18
- readonly copy: boolean;
19
- /**
20
- * fromIndex Index of the item when it was picked up fromStack.
21
- */
22
- readonly fromIndex: number;
23
- /**
24
- * toIndex Current index of the item in toStack.
25
- */
26
- readonly toIndex: number;
27
- /**
28
- * isPointerOverContainer Whether the user's pointer was over the container when the item was dropped.
29
- */
30
- readonly isPointerOverContainer: boolean;
31
- constructor(
32
- /**
33
- * fromStack The stack where the card originated from
34
- */
35
- fromStack: CardStack<T, D>,
36
- /**
37
- * toStack The stack where the card is dropped to
38
- */
39
- toStack: CardStack<T, D>,
40
- /**
41
- * card The card domain model
42
- */
43
- card: T,
44
- /**
45
- * copy Should the item being moved (copy = false) or duplicated (copy=true).
46
- */
47
- copy: boolean,
48
- /**
49
- * fromIndex Index of the item when it was picked up fromStack.
50
- */
51
- fromIndex: number,
52
- /**
53
- * toIndex Current index of the item in toStack.
54
- */
55
- toIndex: number,
56
- /**
57
- * isPointerOverContainer Whether the user's pointer was over the container when the item was dropped.
58
- */
59
- isPointerOverContainer: boolean);
60
- }
61
- /**
62
- * Represents a card stack model.
63
- *
64
- * D: Type of the attached stack data
65
- * T: Type of the attached card data
66
- */
67
- export declare class CardStack<T, D = any> {
68
- /***************************************************************************
69
- * *
70
- * Fields *
71
- * *
72
- **************************************************************************/
73
- private readonly _id;
74
- private readonly _cards;
75
- private readonly _collapsed;
76
- private _title;
77
- private _data;
78
- private _sort;
79
- /***************************************************************************
80
- * *
81
- * Static Builder *
82
- * *
83
- **************************************************************************/
84
- static newStackSimple<T>(initialCards?: T[]): CardStack<T>;
85
- static newStack<T>(id: string, title: string, initialCards?: T[]): CardStack<T>;
86
- static newStackData<T, D>(id: string, title: string, stackData: D, initialCards?: T[]): CardStack<T, D>;
87
- /***************************************************************************
88
- * *
89
- * Constructor *
90
- * *
91
- **************************************************************************/
92
- /**
93
- * Creates a new card stack model
94
- *
95
- * @param id The unique stack id
96
- * @param title The display title of this stack
97
- * @param data Custom data attached to this stack
98
- * @param initialCards Initial card data
99
- */
100
- constructor(id: string, title: string, data?: D, initialCards?: T[]);
101
- /***************************************************************************
102
- * *
103
- * Properties *
104
- * *
105
- **************************************************************************/
106
- /**
107
- * Gets the id of this stack.
108
- */
109
- get id(): string;
110
- /**
111
- * Gets the custom data attached to this stack.
112
- */
113
- get data(): D;
114
- /**
115
- * Attach custom data to this stack.
116
- */
117
- set data(data: D);
118
- /**
119
- * Gets the display title of this stack
120
- */
121
- get title(): string;
122
- /**
123
- * Sets the display title of this stack
124
- */
125
- set title(title: string);
126
- /**
127
- * Observable stream of the current cards in this stack
128
- */
129
- get cards(): Observable<T[]>;
130
- get cardsSnapshot(): T[];
131
- get collapsed(): Observable<boolean>;
132
- set isCollapsed(state: boolean);
133
- get isCollapsed(): boolean;
134
- set sort(sortFn: (a: T, b: T) => number);
135
- get sort(): (a: T, b: T) => number;
136
- /***************************************************************************
137
- * *
138
- * Public API *
139
- * *
140
- **************************************************************************/
141
- clear(): void;
142
- replaceCards(newCards: T[]): void;
143
- addCard(card: T, desiredIndex?: number): void;
144
- removeCard(card: T): void;
145
- moveCard(fromIndex: number, toIndex: number): void;
146
- }
@@ -1,22 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/material/icon";
4
- import * as i3 from "@angular/material/button";
5
- import * as i4 from "@angular/material/divider";
6
- import * as i5 from "@angular/material/core";
7
- import * as i6 from "@angular/cdk/drag-drop";
8
- import * as i7 from "@ngx-translate/core";
9
- import * as i8 from "../cards/elder-card/elder-card.module";
10
- import * as i9 from "./card-organizer/elder-card-organizer.component";
11
- import * as i10 from "./card-stack/elder-card-stack.component";
12
- import * as i11 from "./card-organizer/elder-stack-card.directive";
13
- export * from './card-organizer-data';
14
- export * from './card-stack';
15
- export * from './card-organizer/elder-stack-card.directive';
16
- export * from './card-organizer/elder-card-organizer.component';
17
- export * from './card-stack/elder-card-stack.component';
18
- export declare class ElderCardOrganizerModule {
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardOrganizerModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardOrganizerModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatButtonModule, typeof i4.MatDividerModule, typeof i5.MatRippleModule, typeof i6.DragDropModule, typeof i7.TranslateModule, typeof i8.ElderCardModule, typeof i9.ElderCardOrganizerComponent, typeof i10.ElderCardStackComponent, typeof i11.ElderStackCardDirective], [typeof i9.ElderCardOrganizerComponent, typeof i10.ElderCardStackComponent, typeof i11.ElderStackCardDirective]>;
21
- static ɵinj: i0.ɵɵInjectorDeclaration<ElderCardOrganizerModule>;
22
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ElderCardHeaderComponent {
3
- padding: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardHeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardHeaderComponent, "elder-card-header", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, ["elder-card-title", "elder-card-header-actions"], true, never>;
6
- }
@@ -1,75 +0,0 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
- import { MatCardAppearance } from '@angular/material/card';
3
- import * as i0 from "@angular/core";
4
- export declare class ElderPaddingDirective {
5
- padding: string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderPaddingDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPaddingDirective, "elder-padding, [elder-padding], [elderPadding]", never, { "padding": { "alias": "elderPadding"; "required": false; }; }, {}, never, never, true, never>;
8
- }
9
- /**
10
- * Title of a card, needed as it's used as a selector in the API.
11
- */
12
- export declare class ElderCardTitleDirective {
13
- readonly classTitle = true;
14
- readonly classCardTitle = true;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardTitleDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardTitleDirective, "elder-card-title, [elder-card-title], [elderCardTitle]", never, {}, {}, never, never, true, never>;
17
- }
18
- /**
19
- * Content of a card, needed as it's used as a selector in the API.
20
- */
21
- export declare class ElderCardContentDirective {
22
- readonly classCardContent = true;
23
- padding: string;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardContentDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardContentDirective, "elder-card-content, [elder-card-content], [elderCardContent]", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, never, true, never>;
26
- }
27
- /**
28
- * Actions in the right top corner, needed as it's used as a selector in the API.
29
- */
30
- export declare class ElderCardHeaderActionsDirective {
31
- readonly classHeaderActions = true;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardHeaderActionsDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardHeaderActionsDirective, "elder-card-header-actions, [elder-card-header-actions], [elderCardHeaderActions]", never, {}, {}, never, never, true, never>;
34
- }
35
- /**
36
- * Subsection title
37
- */
38
- export declare class ElderCardSubtitleDirective {
39
- readonly classSubtitle = true;
40
- readonly classCardSubtitle = true;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardSubtitleDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardSubtitleDirective, "elder-card-subtitle, [elder-card-subtitle], [elderCardSubtitle]", never, {}, {}, never, never, true, never>;
43
- }
44
- export declare class ElderCardComponent {
45
- /***************************************************************************
46
- * *
47
- * Fields *
48
- * *
49
- **************************************************************************/
50
- private _appearance;
51
- readonly classCardHost = true;
52
- /***************************************************************************
53
- * *
54
- * Constructor *
55
- * *
56
- **************************************************************************/
57
- constructor();
58
- /***************************************************************************
59
- * *
60
- * Properties *
61
- * *
62
- **************************************************************************/
63
- get appearance(): MatCardAppearance;
64
- set appearance(appearance: MatCardAppearance);
65
- /**
66
- * @deprecated Switch to appearance="raised"
67
- */
68
- set float(value: BooleanInput);
69
- /**
70
- * @deprecated Switch to appearance="outlined"
71
- */
72
- set flat(value: BooleanInput);
73
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardComponent, "elder-card", never, { "appearance": { "alias": "appearance"; "required": false; }; "float": { "alias": "float"; "required": false; }; "flat": { "alias": "flat"; "required": false; }; }, {}, never, ["*", "elder-card-header", "elder-card-content"], true, never>;
75
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/router";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@angular/material/card";
6
- import * as i5 from "./elder-card.component";
7
- import * as i6 from "./elder-card-header/elder-card-header.component";
8
- export * from './elder-card.component';
9
- export * from './elder-card-header/elder-card-header.component';
10
- export declare class ElderCardModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.TranslateModule, typeof i4.MatCardModule, typeof i5.ElderCardComponent, typeof i5.ElderCardTitleDirective, typeof i5.ElderCardContentDirective, typeof i5.ElderCardHeaderActionsDirective, typeof i5.ElderCardSubtitleDirective, typeof i6.ElderCardHeaderComponent, typeof i5.ElderPaddingDirective], [typeof i5.ElderCardComponent, typeof i5.ElderCardTitleDirective, typeof i5.ElderCardContentDirective, typeof i5.ElderCardHeaderActionsDirective, typeof i5.ElderCardSubtitleDirective, typeof i6.ElderCardHeaderComponent, typeof i5.ElderPaddingDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<ElderCardModule>;
14
- }
@@ -1,36 +0,0 @@
1
- import { ThemePalette } from '@angular/material/core';
2
- import { ElderNamedColor } from '../colors/named/named-color';
3
- import * as i0 from "@angular/core";
4
- export declare const elderChipColorStates: readonly ["open", "inProgress", "completed", "warn", "error", "other"];
5
- export type ElderStateColor = (typeof elderChipColorStates)[number] | undefined;
6
- export declare const elderChipColorLevels: readonly ["low", "medium", "high", "critical"];
7
- export type ElderLevelColor = (typeof elderChipColorLevels)[number] | undefined;
8
- export declare class ElderChipLabelDirective {
9
- /***************************************************************************
10
- * *
11
- * Fields *
12
- * *
13
- **************************************************************************/
14
- private readonly baseClass;
15
- readonly stateColor: import("@angular/core").InputSignal<ElderStateColor>;
16
- readonly levelColor: import("@angular/core").InputSignal<ElderLevelColor>;
17
- readonly namedColor: import("@angular/core").InputSignal<ElderNamedColor>;
18
- readonly themeColor: import("@angular/core").InputSignal<ThemePalette>;
19
- readonly chipSize: import("@angular/core").InputSignal<"small" | "medium">;
20
- readonly cssClasses: import("@angular/core").Signal<string>;
21
- readonly sizeClass: import("@angular/core").Signal<string>;
22
- /***************************************************************************
23
- * *
24
- * Private methods *
25
- * *
26
- **************************************************************************/
27
- private buildClassesString;
28
- private buildClasses;
29
- private resolveColorClass;
30
- private getNamedColorClass;
31
- private getLevelColorClass;
32
- private getStateColorClass;
33
- private getThemeColorClass;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipLabelDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderChipLabelDirective, "[elderChipLabel]", never, { "stateColor": { "alias": "stateColor"; "required": false; "isSignal": true; }; "levelColor": { "alias": "levelColor"; "required": false; "isSignal": true; }; "namedColor": { "alias": "namedColor"; "required": false; "isSignal": true; }; "themeColor": { "alias": "color"; "required": false; "isSignal": true; }; "chipSize": { "alias": "chipSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
36
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@ngx-translate/core";
4
- import * as i3 from "@angular/material/chips";
5
- import * as i4 from "@angular/cdk/a11y";
6
- import * as i5 from "./elder-chip-label.directive";
7
- export { ElderChipLabelDirective, elderChipColorStates, elderChipColorLevels, } from './elder-chip-label.directive';
8
- export declare class ElderChipsModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipsModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.MatChipsModule, typeof i4.A11yModule, typeof i5.ElderChipLabelDirective], [typeof i5.ElderChipLabelDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<ElderChipsModule>;
12
- }
@@ -1,9 +0,0 @@
1
- import { ElderNamedColor } from '../named-color';
2
- import { TranslatedEnumValue } from '../../../../common/enums/elder-enum-translation.service';
3
- import * as i0 from "@angular/core";
4
- export declare class NamedColorSelectValueComponent {
5
- readonly value: import("@angular/core").InputSignal<TranslatedEnumValue>;
6
- readonly namedColor: import("@angular/core").Signal<ElderNamedColor>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NamedColorSelectValueComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<NamedColorSelectValueComponent, "elder-named-color-select-value", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import { ElderSelectComponent } from '../../select/single/elder-select/elder-select.component';
2
- import { ElderEnumTranslationService } from '../../../common/enums/elder-enum-translation.service';
3
- import * as i0 from "@angular/core";
4
- export declare class NamedColorSelectDirective {
5
- private select;
6
- constructor(select: ElderSelectComponent, enumTranslationService: ElderEnumTranslationService);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NamedColorSelectDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<NamedColorSelectDirective, "[elderNamedColorSelect]", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,5 +0,0 @@
1
- export declare const elderNamedColors: readonly ["white", "grey", "blue", "turquoise", "green", "orange", "yellow", "red", "purple", "pink"];
2
- export type ElderNamedColor = (typeof elderNamedColors)[number] | undefined;
3
- export declare const elderNamedColorRoles: readonly ["primary", "darker", "on"];
4
- export type ElderNamedColorRole = (typeof elderNamedColorRoles)[number] | undefined;
5
- export declare function elderNamedColorToken(color: ElderNamedColor, role?: ElderNamedColorRole): string;
@@ -1,14 +0,0 @@
1
- import { ElderNamedColor, ElderNamedColorRole } from '../named/named-color';
2
- import { MatIcon } from '@angular/material/icon';
3
- import * as i0 from "@angular/core";
4
- export declare class NamedColorDirective {
5
- readonly namedColor: import("@angular/core").InputSignal<ElderNamedColor>;
6
- readonly backgroundRole: import("@angular/core").ModelSignal<ElderNamedColorRole>;
7
- readonly frontRole: import("@angular/core").ModelSignal<ElderNamedColorRole>;
8
- readonly hostColor: import("@angular/core").Signal<string>;
9
- readonly hostBackgroundColor: import("@angular/core").Signal<string>;
10
- constructor(icon: MatIcon);
11
- private namedColorCssVariable;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<NamedColorDirective, [{ optional: true; }]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<NamedColorDirective, "[elderNamedColor]", never, { "namedColor": { "alias": "elderNamedColor"; "required": true; "isSignal": true; }; "backgroundRole": { "alias": "backgroundRole"; "required": false; "isSignal": true; }; "frontRole": { "alias": "frontRole"; "required": false; "isSignal": true; }; }, { "backgroundRole": "backgroundRoleChange"; "frontRole": "frontRoleChange"; }, never, never, true, never>;
14
- }