@elderbyte/ngx-starter 19.19.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 (615) hide show
  1. package/fesm2022/elderbyte-ngx-starter.mjs +1129 -1171
  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/phone/country-phone-format.service.d.ts +0 -9
  78. package/lib/common/format/phone/phone-format.service.d.ts +0 -18
  79. package/lib/common/format/phone/phone.pipe.d.ts +0 -10
  80. package/lib/common/format/phone/phone.types.d.ts +0 -10
  81. package/lib/common/format/phone/public_api.d.ts +0 -4
  82. package/lib/common/format/public_api.d.ts +0 -6
  83. package/lib/common/forms/elder-entity-value-accessor.d.ts +0 -42
  84. package/lib/common/forms/elder-form-field-control-base.directive.d.ts +0 -100
  85. package/lib/common/forms/elder-from-field-base.d.ts +0 -52
  86. package/lib/common/forms/elder-from-field-customizable-base.d.ts +0 -36
  87. package/lib/common/forms/elder-from-field-entity-base.d.ts +0 -31
  88. package/lib/common/forms/elder-from-field-multi-entity-base.d.ts +0 -35
  89. package/lib/common/forms/elder-multi-entity-value-accessor.d.ts +0 -36
  90. package/lib/common/forms/entities-change-event.d.ts +0 -19
  91. package/lib/common/forms/form-field-base.component.d.ts +0 -81
  92. package/lib/common/forms/multi-model-base.component.d.ts +0 -23
  93. package/lib/common/forms/public_api.d.ts +0 -13
  94. package/lib/common/forms/template-composite-control.d.ts +0 -64
  95. package/lib/common/forms/value-accessor-base.d.ts +0 -105
  96. package/lib/common/forms/value-change-event.d.ts +0 -6
  97. package/lib/common/forms/view-providers.d.ts +0 -23
  98. package/lib/common/http/http-client-builder.service.d.ts +0 -6
  99. package/lib/common/http/http-client-pristine.d.ts +0 -10
  100. package/lib/common/http/public_api.d.ts +0 -4
  101. package/lib/common/http/transfer/data-transfer-base.d.ts +0 -58
  102. package/lib/common/http/transfer/data-transfer-factory.d.ts +0 -82
  103. package/lib/common/http/transfer/data-transfer-progress-aggregate.d.ts +0 -27
  104. package/lib/common/http/transfer/data-transfer-progress.d.ts +0 -13
  105. package/lib/common/http/transfer/data-transfer-state.d.ts +0 -52
  106. package/lib/common/http/transfer/data-transfer-status.d.ts +0 -22
  107. package/lib/common/http/transfer/data-transfer.d.ts +0 -23
  108. package/lib/common/http/transfer/http-data-transfer.d.ts +0 -65
  109. package/lib/common/http/transfer/public_api.d.ts +0 -6
  110. package/lib/common/http/upload/file-upload-client.d.ts +0 -38
  111. package/lib/common/i18n/entity/elder-multi-translate-loader.d.ts +0 -14
  112. package/lib/common/i18n/entity/impl/i18n-base.d.ts +0 -6
  113. package/lib/common/i18n/entity/impl/i18n-text.d.ts +0 -11
  114. package/lib/common/i18n/entity/impl/translated.d.ts +0 -9
  115. package/lib/common/i18n/entity/language-tag.d.ts +0 -15
  116. package/lib/common/i18n/entity/locale.d.ts +0 -8
  117. package/lib/common/i18n/entity/localisation-picker.d.ts +0 -14
  118. package/lib/common/i18n/entity/localized.d.ts +0 -10
  119. package/lib/common/i18n/entity/public_api.d.ts +0 -9
  120. package/lib/common/i18n/entity/translated-converter.d.ts +0 -9
  121. package/lib/common/i18n/entity/translated.d.ts +0 -9
  122. package/lib/common/i18n/public_api.d.ts +0 -1
  123. package/lib/common/json-map.d.ts +0 -7
  124. package/lib/common/objects.d.ts +0 -19
  125. package/lib/common/public_api.d.ts +0 -22
  126. package/lib/common/reactive-map.d.ts +0 -40
  127. package/lib/common/rxjs/operators/lazy-sample.d.ts +0 -14
  128. package/lib/common/rxjs/public_api.d.ts +0 -1
  129. package/lib/common/selection/public_api.d.ts +0 -1
  130. package/lib/common/selection/selection-model.d.ts +0 -82
  131. package/lib/common/sets.d.ts +0 -20
  132. package/lib/common/suggestion-provider.d.ts +0 -13
  133. package/lib/common/templates/template-slot-manager.d.ts +0 -70
  134. package/lib/common/theme-sizes.d.ts +0 -4
  135. package/lib/common/time/date-util.d.ts +0 -54
  136. package/lib/common/time/interval-coerce.d.ts +0 -3
  137. package/lib/common/time/interval.d.ts +0 -288
  138. package/lib/common/time/period-duration.d.ts +0 -85
  139. package/lib/common/time/public_api.d.ts +0 -7
  140. package/lib/common/time/temporal-plain-date-interval.d.ts +0 -15
  141. package/lib/common/time/temporal-util.d.ts +0 -38
  142. package/lib/common/time/time-util.d.ts +0 -15
  143. package/lib/common/url/elder-router.service.d.ts +0 -36
  144. package/lib/common/url/elder-url-fragment-params.service.d.ts +0 -62
  145. package/lib/common/url/public_api.d.ts +0 -3
  146. package/lib/common/url/url-query-params.d.ts +0 -96
  147. package/lib/common/utils/batcher.d.ts +0 -14
  148. package/lib/common/utils/collection-util.d.ts +0 -35
  149. package/lib/common/utils/filter/filter-util.d.ts +0 -23
  150. package/lib/common/utils/filter/local-data-filter.d.ts +0 -84
  151. package/lib/common/utils/filter/object-field-matcher.d.ts +0 -35
  152. package/lib/common/utils/filter/object-path-resolver.d.ts +0 -15
  153. package/lib/common/utils/filter/public_api.d.ts +0 -4
  154. package/lib/common/utils/focus-util.d.ts +0 -14
  155. package/lib/common/utils/input-utils.d.ts +0 -18
  156. package/lib/common/utils/next-number-util.d.ts +0 -39
  157. package/lib/common/utils/ng-zone-utils.d.ts +0 -7
  158. package/lib/common/utils/parse-util.d.ts +0 -9
  159. package/lib/common/utils/property-path-util.d.ts +0 -8
  160. package/lib/common/utils/public_api.d.ts +0 -14
  161. package/lib/common/utils/query-list-binding.d.ts +0 -57
  162. package/lib/common/utils/signal-input.d.ts +0 -2
  163. package/lib/common/utils/sort-util.d.ts +0 -12
  164. package/lib/common/utils/url-builder.d.ts +0 -160
  165. package/lib/common/utils/uuid-util.d.ts +0 -18
  166. package/lib/common/utils/value-wrapper.d.ts +0 -15
  167. package/lib/components/access-denied/elder-access-denied.component.d.ts +0 -8
  168. package/lib/components/access-denied/elder-access-denied.module.d.ts +0 -11
  169. package/lib/components/auditing/audited-entity/elder-audited-entity.component.d.ts +0 -20
  170. package/lib/components/auditing/elder-audit.module.d.ts +0 -14
  171. package/lib/components/auditing/i-audited-entity.d.ts +0 -13
  172. package/lib/components/badge/elder-badge.directive.d.ts +0 -5
  173. package/lib/components/button-group/elder-button-group/elder-button-group.component.d.ts +0 -8
  174. package/lib/components/button-group/elder-button-group.module.d.ts +0 -12
  175. package/lib/components/card-organizer/card-organizer/elder-card-organizer.component.d.ts +0 -64
  176. package/lib/components/card-organizer/card-organizer/elder-stack-card.directive.d.ts +0 -9
  177. package/lib/components/card-organizer/card-organizer-data.d.ts +0 -57
  178. package/lib/components/card-organizer/card-stack/elder-card-stack.component.d.ts +0 -91
  179. package/lib/components/card-organizer/card-stack.d.ts +0 -146
  180. package/lib/components/card-organizer/elder-card-organizer.module.d.ts +0 -22
  181. package/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.d.ts +0 -6
  182. package/lib/components/cards/elder-card/elder-card.component.d.ts +0 -75
  183. package/lib/components/cards/elder-card/elder-card.module.d.ts +0 -14
  184. package/lib/components/chips/elder-chip-label.directive.d.ts +0 -36
  185. package/lib/components/chips/elder-chips.module.d.ts +0 -12
  186. package/lib/components/colors/named/named-color-select-value/named-color-select-value.component.d.ts +0 -9
  187. package/lib/components/colors/named/named-color-select.directive.d.ts +0 -9
  188. package/lib/components/colors/named/named-color.d.ts +0 -5
  189. package/lib/components/colors/named/named-color.directive.d.ts +0 -14
  190. package/lib/components/colors/named/public_api.d.ts +0 -4
  191. package/lib/components/colors/public_api.d.ts +0 -1
  192. package/lib/components/connectivity/elder-connectivity.module.d.ts +0 -14
  193. package/lib/components/connectivity/elder-connectivity.service.d.ts +0 -36
  194. package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts +0 -33
  195. package/lib/components/connectivity/public_api.d.ts +0 -2
  196. package/lib/components/containers/elder-containers.module.d.ts +0 -9
  197. package/lib/components/containers/elder-scroll-container/elder-scroll-container.component.d.ts +0 -12
  198. package/lib/components/containers/public_api.d.ts +0 -1
  199. package/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.d.ts +0 -51
  200. package/lib/components/csv/elder-csv-stream-exporter-builder.d.ts +0 -35
  201. package/lib/components/csv/elder-csv-stream-exporter-builder.service.d.ts +0 -28
  202. package/lib/components/csv/elder-csv-stream-exporter.d.ts +0 -58
  203. package/lib/components/csv/elder-csv.module.d.ts +0 -14
  204. package/lib/components/currency/elder-currency.module.d.ts +0 -8
  205. package/lib/components/currency/elder-currency.pipe.d.ts +0 -24
  206. package/lib/components/currency/model/currency-code.d.ts +0 -36
  207. package/lib/components/currency/model/currency-unit-registry.d.ts +0 -23
  208. package/lib/components/currency/model/currency-unit.d.ts +0 -7
  209. package/lib/components/currency/model/currency.d.ts +0 -10
  210. package/lib/components/currency/public_api.d.ts +0 -6
  211. package/lib/components/data-transfer/elder-data-transfer.module.d.ts +0 -27
  212. package/lib/components/data-transfer/elder-data-transfer.service.d.ts +0 -55
  213. package/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.d.ts +0 -42
  214. package/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.d.ts +0 -29
  215. package/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.d.ts +0 -31
  216. package/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.d.ts +0 -21
  217. package/lib/components/data-view/base/data-view-options-provider-binding.d.ts +0 -39
  218. package/lib/components/data-view/base/elder-data-view-base.d.ts +0 -117
  219. package/lib/components/data-view/base/elder-data-view-options-provider.d.ts +0 -38
  220. package/lib/components/data-view/base/elder-data-view-options.d.ts +0 -34
  221. package/lib/components/data-view/base/elder-data-view.d.ts +0 -11
  222. package/lib/components/data-view/base/public_api.d.ts +0 -5
  223. package/lib/components/data-view/common/activation/data-view-activation-controller.service.d.ts +0 -70
  224. package/lib/components/data-view/common/activation/elder-activation-options.d.ts +0 -16
  225. package/lib/components/data-view/common/activation/model/activation-event-source.d.ts +0 -5
  226. package/lib/components/data-view/common/activation/model/activation-model.d.ts +0 -49
  227. package/lib/components/data-view/common/activation/model/item-activation-event.d.ts +0 -7
  228. package/lib/components/data-view/common/activation/model/item-activation-options.d.ts +0 -6
  229. package/lib/components/data-view/common/activation/public_api.d.ts +0 -6
  230. package/lib/components/data-view/common/composite-sort/composite-sort-context.d.ts +0 -18
  231. package/lib/components/data-view/common/composite-sort/composite-sort-dc.directive.d.ts +0 -31
  232. package/lib/components/data-view/common/composite-sort/composite-sort.d.ts +0 -40
  233. package/lib/components/data-view/common/composite-sort/elder-composite-sort/elder-composite-sort.component.d.ts +0 -44
  234. package/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.d.ts +0 -32
  235. package/lib/components/data-view/common/drag-and-drop/data-view-dnd-controller.service.d.ts +0 -70
  236. package/lib/components/data-view/common/drag-and-drop/elder-data-view-dnd.directive.d.ts +0 -66
  237. package/lib/components/data-view/common/drag-and-drop/elder-data-view-item-drag.directive.d.ts +0 -38
  238. package/lib/components/data-view/common/drag-and-drop/events/data-view-drag-entered-event.d.ts +0 -16
  239. package/lib/components/data-view/common/drag-and-drop/events/data-view-drag-exited-event.d.ts +0 -12
  240. package/lib/components/data-view/common/drag-and-drop/events/data-view-item-drop-event.d.ts +0 -74
  241. package/lib/components/data-view/common/drag-and-drop/events/public_api.d.ts +0 -3
  242. package/lib/components/data-view/common/drag-and-drop/grouping/data-view-dnd-group-controller.service.d.ts +0 -42
  243. package/lib/components/data-view/common/drag-and-drop/grouping/elder-data-view-dnd-group.directive.d.ts +0 -30
  244. package/lib/components/data-view/common/drag-and-drop/grouping/public_api.d.ts +0 -2
  245. package/lib/components/data-view/common/drag-and-drop/local-data/data-view-dnd-model-util.d.ts +0 -40
  246. package/lib/components/data-view/common/drag-and-drop/local-data/elder-local-dnd-support.directive.d.ts +0 -54
  247. package/lib/components/data-view/common/drag-and-drop/local-data/public_api.d.ts +0 -2
  248. package/lib/components/data-view/common/drag-and-drop/public_api.d.ts +0 -7
  249. package/lib/components/data-view/common/elder-continuator/elder-continuator.component.d.ts +0 -14
  250. package/lib/components/data-view/common/elder-data-common.module.d.ts +0 -30
  251. package/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.d.ts +0 -66
  252. package/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.d.ts +0 -45
  253. package/lib/components/data-view/common/public_api.d.ts +0 -13
  254. package/lib/components/data-view/common/selection/data-context-selection.directive.d.ts +0 -50
  255. package/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.d.ts +0 -22
  256. package/lib/components/data-view/common/selection/master-selection-state.d.ts +0 -8
  257. package/lib/components/data-view/elder-data-view-interaction-mode.d.ts +0 -21
  258. package/lib/components/data-view/grid/activation/elder-grid-activation.directive.d.ts +0 -46
  259. package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +0 -118
  260. package/lib/components/data-view/grid/elder-grid/layout/grid-row-layout-builder.d.ts +0 -24
  261. package/lib/components/data-view/grid/elder-grid/layout/grid-row.d.ts +0 -5
  262. package/lib/components/data-view/grid/elder-grid.module.d.ts +0 -28
  263. package/lib/components/data-view/grid/elder-tile/elder-tile.component.d.ts +0 -54
  264. package/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.d.ts +0 -41
  265. package/lib/components/data-view/master-detail/elder-detail.directive.d.ts +0 -30
  266. package/lib/components/data-view/master-detail/elder-master-activation.directive.d.ts +0 -40
  267. package/lib/components/data-view/master-detail/elder-master-detail-mode.d.ts +0 -1
  268. package/lib/components/data-view/master-detail/elder-master-detail-provider.d.ts +0 -11
  269. package/lib/components/data-view/master-detail/elder-master-detail.module.d.ts +0 -36
  270. package/lib/components/data-view/master-detail/elder-master-detail.service.d.ts +0 -60
  271. package/lib/components/data-view/master-detail/elder-master.directive.d.ts +0 -14
  272. package/lib/components/data-view/master-detail/master-detail/elder-master-detail.component.d.ts +0 -45
  273. package/lib/components/data-view/master-detail/master-detail-activation-event.d.ts +0 -8
  274. package/lib/components/data-view/public_api.d.ts +0 -6
  275. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.d.ts +0 -9
  276. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.d.ts +0 -28
  277. package/lib/components/data-view/table/activation/elder-delete-active.directive.d.ts +0 -51
  278. package/lib/components/data-view/table/activation/elder-table-activation.directive.d.ts +0 -53
  279. package/lib/components/data-view/table/activation/public_api.d.ts +0 -2
  280. package/lib/components/data-view/table/columns/elder-table-selection-cell/elder-table-selection-cell.component.d.ts +0 -30
  281. package/lib/components/data-view/table/drag-and-drop/elder-table-drop-list-connector.directive.d.ts +0 -37
  282. package/lib/components/data-view/table/drag-and-drop/public_api.d.ts +0 -1
  283. package/lib/components/data-view/table/elder-center-cell.directive.d.ts +0 -11
  284. package/lib/components/data-view/table/elder-number-cell.directive.d.ts +0 -12
  285. package/lib/components/data-view/table/elder-paginator-intl.d.ts +0 -38
  286. package/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.d.ts +0 -12
  287. package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +0 -143
  288. package/lib/components/data-view/table/elder-table-column.directive.d.ts +0 -9
  289. package/lib/components/data-view/table/elder-table-extension.directive.d.ts +0 -53
  290. package/lib/components/data-view/table/elder-table-root.directive.d.ts +0 -15
  291. package/lib/components/data-view/table/elder-table-row.directive.d.ts +0 -76
  292. package/lib/components/data-view/table/elder-table-sort.directive.d.ts +0 -12
  293. package/lib/components/data-view/table/elder-table.module.d.ts +0 -54
  294. package/lib/components/data-view/table/model/elder-column-layout.d.ts +0 -44
  295. package/lib/components/data-view/table/model/elder-table-model-cdk-table-binding.d.ts +0 -44
  296. package/lib/components/data-view/table/model/elder-table-model-provider.d.ts +0 -25
  297. package/lib/components/data-view/table/model/elder-table-model-query-group.d.ts +0 -53
  298. package/lib/components/data-view/table/model/elder-table-model.d.ts +0 -83
  299. package/lib/components/data-view/table/table-navigation/table-navigation.component.d.ts +0 -47
  300. package/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.d.ts +0 -22
  301. package/lib/components/dialogs/elder-dialog-config.d.ts +0 -16
  302. package/lib/components/dialogs/elder-dialog.module.d.ts +0 -27
  303. package/lib/components/dialogs/elder-dialog.service.d.ts +0 -71
  304. package/lib/components/dialogs/question-dialog/elder-question-dialog.component.d.ts +0 -22
  305. package/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.d.ts +0 -29
  306. package/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.d.ts +0 -24
  307. package/lib/components/errors/elder-error.module.d.ts +0 -16
  308. package/lib/components/errors/error-util.d.ts +0 -23
  309. package/lib/components/errors/exception-detail/elder-exception-detail.component.d.ts +0 -42
  310. package/lib/components/expand-toggle-button/elder-expand-toggle-button.component.d.ts +0 -33
  311. package/lib/components/expand-toggle-button/elder-expand-toggle-button.module.d.ts +0 -12
  312. package/lib/components/files/blob-url.d.ts +0 -6
  313. package/lib/components/files/blob-viewer/elder-blob-viewer.component.d.ts +0 -107
  314. package/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.d.ts +0 -24
  315. package/lib/components/files/drag-n-drop/global-drag-drop.service.d.ts +0 -53
  316. package/lib/components/files/elder-file-drop-zone.directive.d.ts +0 -60
  317. package/lib/components/files/elder-file-select-input.d.ts +0 -59
  318. package/lib/components/files/elder-file-select.directive.d.ts +0 -68
  319. package/lib/components/files/elder-file.module.d.ts +0 -29
  320. package/lib/components/files/file-select/file-select.component.d.ts +0 -36
  321. package/lib/components/files/file-system-api.d.ts +0 -86
  322. package/lib/components/files/file-upload/file-upload.component.d.ts +0 -39
  323. package/lib/components/files/listing/file-entry.d.ts +0 -61
  324. package/lib/components/files/listing/file-listing-rx.d.ts +0 -20
  325. package/lib/components/files/listing/file-listing-system-handle.d.ts +0 -21
  326. package/lib/components/files/listing/file-listing-webkit.d.ts +0 -26
  327. package/lib/components/forms/clipboard/elder-clipboard.service.d.ts +0 -26
  328. package/lib/components/forms/directives/base/elder-class-hostbinding-base.d.ts +0 -32
  329. package/lib/components/forms/directives/checkbox/elder-single-state-checkbox-controller.d.ts +0 -46
  330. package/lib/components/forms/directives/checkbox/elder-single-state-checkbox.directive.d.ts +0 -34
  331. package/lib/components/forms/directives/checkbox/elder-triple-state-checkbox-controller.d.ts +0 -49
  332. package/lib/components/forms/directives/checkbox/elder-triple-state-checkbox.directive.d.ts +0 -40
  333. package/lib/components/forms/directives/elder-clipboard-put.directive.d.ts +0 -22
  334. package/lib/components/forms/directives/elder-delayed-focus.directive.d.ts +0 -21
  335. package/lib/components/forms/directives/elder-form-field-dense.directive.d.ts +0 -54
  336. package/lib/components/forms/directives/elder-form-field-label.directive.d.ts +0 -58
  337. package/lib/components/forms/directives/elder-form-field-no-hint.directive.d.ts +0 -23
  338. package/lib/components/forms/directives/elder-form-field-no-spinner.directive.d.ts +0 -19
  339. package/lib/components/forms/directives/elder-forms-directives.module.d.ts +0 -48
  340. package/lib/components/forms/directives/elder-initial-value.directive.d.ts +0 -31
  341. package/lib/components/forms/directives/elder-input-pattern.directive.d.ts +0 -41
  342. package/lib/components/forms/directives/elder-key-event.directive.d.ts +0 -58
  343. package/lib/components/forms/directives/elder-next-focusable.directive.d.ts +0 -53
  344. package/lib/components/forms/directives/elder-plug-parent-form.directive.d.ts +0 -13
  345. package/lib/components/forms/directives/elder-stop-event-propagation.directive.d.ts +0 -16
  346. package/lib/components/forms/directives/elder-tab-focus-trap.directive.d.ts +0 -63
  347. package/lib/components/forms/directives/elder-touched.directive.d.ts +0 -14
  348. package/lib/components/forms/directives/validation/elder-validation-error.directive.d.ts +0 -44
  349. package/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.d.ts +0 -26
  350. package/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.d.ts +0 -36
  351. package/lib/components/forms/directives/validation/strategies/fallback-validation-message-strategy.d.ts +0 -5
  352. package/lib/components/forms/directives/validation/validation-message-renderer.service.d.ts +0 -28
  353. package/lib/components/forms/directives/validation/validation-message-strategy.d.ts +0 -4
  354. package/lib/components/forms/directives/validation/validators/elder-max.validator.d.ts +0 -11
  355. package/lib/components/forms/directives/validation/validators/elder-min.validator.d.ts +0 -11
  356. package/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.d.ts +0 -41
  357. package/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.d.ts +0 -33
  358. package/lib/components/forms/elder-forms.module.d.ts +0 -12
  359. package/lib/components/forms/public_api.d.ts +0 -5
  360. package/lib/components/forms/search/domain/context/search-context.d.ts +0 -39
  361. package/lib/components/forms/search/domain/context/search-context.service.d.ts +0 -25
  362. package/lib/components/forms/search/domain/input/input-value.d.ts +0 -1
  363. package/lib/components/forms/search/domain/input/search-input-state.d.ts +0 -71
  364. package/lib/components/forms/search/domain/input/search-input.d.ts +0 -22
  365. package/lib/components/forms/search/domain/input/simple-search-input.d.ts +0 -39
  366. package/lib/components/forms/search/domain/url/elder-search-url.directive.d.ts +0 -40
  367. package/lib/components/forms/search/domain/url/elder-search-url.service.d.ts +0 -60
  368. package/lib/components/forms/search/domain/url/search-query-params-parser.d.ts +0 -36
  369. package/lib/components/forms/search/elder-search-context.directive.d.ts +0 -102
  370. package/lib/components/forms/search/elder-search-input.directive.d.ts +0 -105
  371. package/lib/components/forms/search/elder-search.module.d.ts +0 -30
  372. package/lib/components/forms/search/filter/default-input-filter-converter.d.ts +0 -31
  373. package/lib/components/forms/search/filter/input-filter-converter.d.ts +0 -16
  374. package/lib/components/forms/search/search-box/elder-search-box.component.d.ts +0 -59
  375. package/lib/components/forms/search/search-box/elder-search-panel.component.d.ts +0 -10
  376. package/lib/components/graph/elder-progress-bar/elder-progress-bar.component.d.ts +0 -47
  377. package/lib/components/graph/elder-progress-bar/elder-progress-bar.module.d.ts +0 -10
  378. package/lib/components/graph/elder-progress-bar/sub-bar.d.ts +0 -5
  379. package/lib/components/graph/public_api.d.ts +0 -1
  380. package/lib/components/headers/elder-header/elder-header.component.d.ts +0 -26
  381. package/lib/components/headers/elder-header.module.d.ts +0 -11
  382. package/lib/components/i18n/entities/elder-i18n-entities.module.d.ts +0 -38
  383. package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts +0 -65
  384. package/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.d.ts +0 -22
  385. package/lib/components/i18n/entities/elder-localized-input-dialog.service.d.ts +0 -13
  386. package/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.d.ts +0 -65
  387. package/lib/components/i18n/entities/elder-localized-text-column.directive.d.ts +0 -17
  388. package/lib/components/i18n/entities/elder-localized-texts.directive.d.ts +0 -37
  389. package/lib/components/i18n/entities/picker/i18n-pick-async.pipe.d.ts +0 -23
  390. package/lib/components/i18n/entities/picker/i18n-pick.pipe.d.ts +0 -22
  391. package/lib/components/i18n/entities/picker/localisation-picker.service.d.ts +0 -44
  392. package/lib/components/i18n/language/elder-language-config.d.ts +0 -14
  393. package/lib/components/i18n/language/elder-language-interceptor.d.ts +0 -41
  394. package/lib/components/i18n/language/elder-language.module.d.ts +0 -26
  395. package/lib/components/i18n/language/elder-language.service.d.ts +0 -77
  396. package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts +0 -37
  397. package/lib/components/i18n/locales/elder-locales-de-ch.module.d.ts +0 -10
  398. package/lib/components/i18n/public_api.d.ts +0 -3
  399. package/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.d.ts +0 -68
  400. package/lib/components/iframes/data-view/data-view-iframe-adapter.directive.d.ts +0 -62
  401. package/lib/components/iframes/elder-iframe.module.d.ts +0 -29
  402. package/lib/components/iframes/iframe-close.directive.d.ts +0 -24
  403. package/lib/components/iframes/iframe-dialog/iframe-dialog.component.d.ts +0 -36
  404. package/lib/components/iframes/iframe-host/iframe-host.component.d.ts +0 -93
  405. package/lib/components/iframes/iframe-messages.d.ts +0 -4
  406. package/lib/components/iframes/iframe-side-content/iframe-side-content.component.d.ts +0 -48
  407. package/lib/components/iframes/iframe.service.d.ts +0 -26
  408. package/lib/components/iframes/typed-event-message.d.ts +0 -28
  409. package/lib/components/infinitescroll/elder-infinite-autocomplete.directive.d.ts +0 -30
  410. package/lib/components/infinitescroll/elder-infinite-scroll.directive.d.ts +0 -63
  411. package/lib/components/infinitescroll/elder-infinite-scroll.module.d.ts +0 -11
  412. package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete-option-selected.d.ts +0 -8
  413. package/lib/components/input/autocomplete/elder-autocomplete/elder-suggestion-panel.component.d.ts +0 -97
  414. package/lib/components/input/autocomplete/elder-autocomplete-many.directive.d.ts +0 -78
  415. package/lib/components/input/autocomplete/elder-autocomplete.directive.d.ts +0 -60
  416. package/lib/components/input/autocomplete/elder-autocomplete.module.d.ts +0 -19
  417. package/lib/components/input/autocomplete/many/word-position-finder.d.ts +0 -15
  418. package/lib/components/input/public_api.d.ts +0 -1
  419. package/lib/components/labels/elder-labels.module.d.ts +0 -15
  420. package/lib/components/labels/labels-input/labels-input.component.d.ts +0 -90
  421. package/lib/components/layout/basic-pane-layout/basic-pane-layout.component.d.ts +0 -6
  422. package/lib/components/layout/pane/header/pane-actions.component.d.ts +0 -5
  423. package/lib/components/layout/pane/header/pane-header.component.d.ts +0 -7
  424. package/lib/components/layout/pane/header/pane-subtitle.component.d.ts +0 -5
  425. package/lib/components/layout/pane/header/pane-title.component.d.ts +0 -5
  426. package/lib/components/layout/pane/pane-content.component.d.ts +0 -5
  427. package/lib/components/layout/pane/pane.component.d.ts +0 -6
  428. package/lib/components/layout/public_api.d.ts +0 -9
  429. package/lib/components/layout/responsive/observer/resize-observer.directive.d.ts +0 -41
  430. package/lib/components/layout/responsive/public_api.d.ts +0 -1
  431. package/lib/components/layout/single-pane-wrapper/single-pane-wrapper.component.d.ts +0 -7
  432. package/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.d.ts +0 -116
  433. package/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.d.ts +0 -37
  434. package/lib/components/measures/directives/elder-unit-select.directive.d.ts +0 -30
  435. package/lib/components/measures/elder-measures.module.d.ts +0 -32
  436. package/lib/components/measures/elder-quantity-transform.pipe.d.ts +0 -22
  437. package/lib/components/measures/elder-quantity.pipe.d.ts +0 -29
  438. package/lib/components/measures/elder-unit.service.d.ts +0 -39
  439. package/lib/components/measures/model/dimensions.d.ts +0 -11
  440. package/lib/components/measures/model/quantity.d.ts +0 -7
  441. package/lib/components/measures/model/unit-dimension.d.ts +0 -12
  442. package/lib/components/measures/model/unit-registry.d.ts +0 -46
  443. package/lib/components/measures/model/unit.d.ts +0 -111
  444. package/lib/components/measures/public_api.d.ts +0 -7
  445. package/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.d.ts +0 -20
  446. package/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.d.ts +0 -73
  447. package/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.d.ts +0 -43
  448. package/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.d.ts +0 -36
  449. package/lib/components/measures/util/elder-quantity.service.d.ts +0 -143
  450. package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts +0 -69
  451. package/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.d.ts +0 -18
  452. package/lib/components/navigation/bread-crumbs/path/path.d.ts +0 -31
  453. package/lib/components/navigation/nav/elder-nav.module.d.ts +0 -20
  454. package/lib/components/navigation/nav/nav-group/elder-nav-group.component.d.ts +0 -59
  455. package/lib/components/navigation/nav/nav-link/elder-nav-link.component.d.ts +0 -87
  456. package/lib/components/navigation/nav/nav-list/elder-nav-list.component.d.ts +0 -46
  457. package/lib/components/navigation/public_api.d.ts +0 -3
  458. package/lib/components/navigation/toolbar/elder-toolbar-column.directive.d.ts +0 -37
  459. package/lib/components/navigation/toolbar/elder-toolbar.module.d.ts +0 -23
  460. package/lib/components/navigation/toolbar/elder-toolbar.service.d.ts +0 -46
  461. package/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.d.ts +0 -35
  462. package/lib/components/navigation/toolbar/toolbar-column-position.d.ts +0 -9
  463. package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.d.ts +0 -30
  464. package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.d.ts +0 -47
  465. package/lib/components/overlays/elder-overlay-origin.directive.d.ts +0 -28
  466. package/lib/components/overlays/elder-overlay-ref.d.ts +0 -27
  467. package/lib/components/overlays/elder-overlay-trigger.directive.d.ts +0 -36
  468. package/lib/components/overlays/elder-overlay.component.d.ts +0 -88
  469. package/lib/components/overlays/elder-overlay.module.d.ts +0 -15
  470. package/lib/components/page/exit-guard/page-exit-guard.module.d.ts +0 -10
  471. package/lib/components/page/exit-guard/page-exit-guard.service.d.ts +0 -77
  472. package/lib/components/page/exit-guard/page-exit-lock/page-exit-lock.component.d.ts +0 -18
  473. package/lib/components/page/exit-guard/page-exit-lock-indicator/page-exit-lock-indicator.component.d.ts +0 -21
  474. package/lib/components/page/exit-guard/page-exit-lock-overview/page-exit-lock-overview.component.d.ts +0 -18
  475. package/lib/components/page/public_api.d.ts +0 -1
  476. package/lib/components/panels/card-panel/elder-card-panel.component.d.ts +0 -6
  477. package/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.d.ts +0 -6
  478. package/lib/components/panels/elder-panel.module.d.ts +0 -16
  479. package/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.d.ts +0 -34
  480. package/lib/components/panels/toggle-panel/elder-toggle-panel.component.d.ts +0 -38
  481. package/lib/components/public_api.d.ts +0 -42
  482. package/lib/components/scrollbar/elder-scrollbar.directive.d.ts +0 -41
  483. package/lib/components/scrollbar/elder-scrollbar.module.d.ts +0 -8
  484. package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +0 -53
  485. package/lib/components/select/auto/elder-auto-select-first.service.d.ts +0 -23
  486. package/lib/components/select/auto/elder-auto-select-suggest-first.directive.d.ts +0 -32
  487. package/lib/components/select/auto/elder-select-first-util.d.ts +0 -22
  488. package/lib/components/select/elder-select-base.d.ts +0 -155
  489. package/lib/components/select/elder-select-chip.directive.d.ts +0 -23
  490. package/lib/components/select/elder-select-on-tab.directive.d.ts +0 -55
  491. package/lib/components/select/elder-select-value.directive.d.ts +0 -9
  492. package/lib/components/select/elder-select.module.d.ts +0 -65
  493. package/lib/components/select/filter/elder-chip-filter-style-resolver.d.ts +0 -19
  494. package/lib/components/select/filter/elder-chips-include-exclude.directive.d.ts +0 -51
  495. package/lib/components/select/filter/elder-filter-chip-template/elder-filter-chip-template.component.d.ts +0 -27
  496. package/lib/components/select/filter/include-exclude-model-filter-adapter.d.ts +0 -29
  497. package/lib/components/select/filter/include-exclude-selection-model.d.ts +0 -67
  498. package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts +0 -8
  499. package/lib/components/select/multi/elder-multi-select-base.d.ts +0 -120
  500. package/lib/components/select/multi/elder-multi-select-chip-options/chip-options-provider.d.ts +0 -54
  501. package/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.d.ts +0 -92
  502. package/lib/components/select/multi/elder-multi-select-chip-options/select-option-chip-spec.d.ts +0 -10
  503. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips-options.directive.d.ts +0 -42
  504. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +0 -95
  505. package/lib/components/select/multi/elder-multi-select-chips/select-chip-spec.d.ts +0 -32
  506. package/lib/components/select/multi/elder-multi-select-form-field.d.ts +0 -39
  507. package/lib/components/select/multi/elder-mutli-select-all-directive.d.ts +0 -15
  508. package/lib/components/select/multi/elder-search-include-exclude.directive.d.ts +0 -78
  509. package/lib/components/select/multi/public_api.d.ts +0 -5
  510. package/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.d.ts +0 -42
  511. package/lib/components/select/popup/selection-model-popup.directive.d.ts +0 -49
  512. package/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.d.ts +0 -32
  513. package/lib/components/select/public_api.d.ts +0 -4
  514. package/lib/components/select/single/elder-clear-select.directive.d.ts +0 -34
  515. package/lib/components/select/single/elder-select/elder-select.component.d.ts +0 -149
  516. package/lib/components/select/single/elder-select-form-field.d.ts +0 -30
  517. package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts +0 -81
  518. package/lib/components/select-chip-list/elder-chip-list-select.module.d.ts +0 -12
  519. package/lib/components/shell/drawers/drawer-outlet-binding.d.ts +0 -36
  520. package/lib/components/shell/drawers/elder-route-outlet-drawer.service.d.ts +0 -55
  521. package/lib/components/shell/drawers/elder-router-outlet.service.d.ts +0 -64
  522. package/lib/components/shell/elder-shell-slot.directive.d.ts +0 -34
  523. package/lib/components/shell/elder-shell.module.d.ts +0 -30
  524. package/lib/components/shell/elder-shell.service.d.ts +0 -98
  525. package/lib/components/shell/header/elder-app-header/elder-app-header.component.d.ts +0 -16
  526. package/lib/components/shell/shell/elder-shell.component.d.ts +0 -91
  527. package/lib/components/shell/shell-content-slot.d.ts +0 -4
  528. package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts +0 -66
  529. package/lib/components/tabs/elder-tab/elder-tab.directive.d.ts +0 -19
  530. package/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.d.ts +0 -111
  531. package/lib/components/tabs/elder-tab.module.d.ts +0 -11
  532. package/lib/components/theme/elder-theme-applier.directive.d.ts +0 -36
  533. package/lib/components/theme/elder-theme-preference.service.d.ts +0 -35
  534. package/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.d.ts +0 -39
  535. package/lib/components/theme/elder-theme.directive.d.ts +0 -38
  536. package/lib/components/theme/elder-theme.module.d.ts +0 -22
  537. package/lib/components/theme/elder-theme.service.d.ts +0 -51
  538. package/lib/components/theme/known-elder-themes.d.ts +0 -5
  539. package/lib/components/theme/public_api.d.ts +0 -1
  540. package/lib/components/theme/theme-spec.d.ts +0 -18
  541. package/lib/components/time/date-adapters/custom-date-adapter.d.ts +0 -15
  542. package/lib/components/time/date-formats/locale-date-formats.d.ts +0 -15
  543. package/lib/components/time/duration/duration-bucket.d.ts +0 -37
  544. package/lib/components/time/duration/duration-format.d.ts +0 -62
  545. package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts +0 -54
  546. package/lib/components/time/duration/iso-duration-str.d.ts +0 -5
  547. package/lib/components/time/elder-date-switcher/elder-date-switcher.component.d.ts +0 -54
  548. package/lib/components/time/elder-date-time-input/elder-date-time-input.component.d.ts +0 -49
  549. package/lib/components/time/elder-interval-input/elder-interval-input.component.d.ts +0 -100
  550. package/lib/components/time/elder-interval-picker/controller/interval-anchor-controller.d.ts +0 -9
  551. package/lib/components/time/elder-interval-picker/controller/interval-calendar-controller.d.ts +0 -7
  552. package/lib/components/time/elder-interval-picker/controller/interval-controller.d.ts +0 -35
  553. package/lib/components/time/elder-interval-picker/controller/interval-form-controller.d.ts +0 -12
  554. package/lib/components/time/elder-interval-picker/controller/interval-select-controller.d.ts +0 -22
  555. package/lib/components/time/elder-interval-picker/controller/interval-shift-controller.d.ts +0 -13
  556. package/lib/components/time/elder-interval-picker/elder-interval-picker.component.d.ts +0 -58
  557. package/lib/components/time/elder-interval-picker/interval-picker-binding/elder-interval-picker-binding.directive.d.ts +0 -26
  558. package/lib/components/time/elder-interval-picker/interval-picker-toggle/elder-interval-picker-toggle.component.d.ts +0 -37
  559. package/lib/components/time/elder-interval-picker/manager/interval-picker-state-manager.d.ts +0 -46
  560. package/lib/components/time/elder-interval-picker/model/anchor-state.d.ts +0 -20
  561. package/lib/components/time/elder-interval-picker/model/interval-state.d.ts +0 -16
  562. package/lib/components/time/elder-interval-picker/model/smart-shift-state.d.ts +0 -8
  563. package/lib/components/time/elder-interval-picker/presenter/interval-picker-presenter.d.ts +0 -30
  564. package/lib/components/time/elder-interval-picker/util/interval-picker-util.d.ts +0 -20
  565. package/lib/components/time/elder-local-date-input/elder-local-date-input.component.d.ts +0 -99
  566. package/lib/components/time/elder-local-time-input/elder-local-time-input.component.d.ts +0 -45
  567. package/lib/components/time/elder-time.module.d.ts +0 -38
  568. package/lib/components/time/elder-toggle-text-input.directive.d.ts +0 -34
  569. package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +0 -67
  570. package/lib/components/time/period/period-bucket.d.ts +0 -21
  571. package/lib/components/time/period/period-format.d.ts +0 -43
  572. package/lib/components/time/pipes/to-iso-date-string.pipe.d.ts +0 -12
  573. package/lib/components/time/public_api.d.ts +0 -8
  574. package/lib/components/time/smart-local-date-parser.service.d.ts +0 -9
  575. package/lib/components/toasts/elder-toast.module.d.ts +0 -13
  576. package/lib/components/toasts/elder-toast.service.d.ts +0 -61
  577. package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +0 -39
  578. package/lib/components/toasts/toast-type.d.ts +0 -5
  579. package/lib/components/toasts/toast.d.ts +0 -7
  580. package/lib/components/url-fragment/elder-url-fragment.d.ts +0 -7
  581. package/lib/components/url-fragment/elder-url-fragment.module.d.ts +0 -17
  582. package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts +0 -38
  583. package/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.d.ts +0 -41
  584. package/lib/components/viewers/elder-viewers.module.d.ts +0 -9
  585. package/lib/features/event-source/fetch/public_api.d.ts +0 -2
  586. package/lib/features/event-source/fetch/reactive-fetch-event-source.d.ts +0 -110
  587. package/lib/features/event-source/fetch/reactive-fetch-event-source.service.d.ts +0 -39
  588. package/lib/features/event-source/public_api.d.ts +0 -2
  589. package/lib/features/event-source/standard/elder-event-source.service.d.ts +0 -43
  590. package/lib/features/event-source/standard/public_api.d.ts +0 -2
  591. package/lib/features/event-source/standard/reactive-event-source.d.ts +0 -97
  592. package/lib/features/kafent/access-token-provider.d.ts +0 -12
  593. package/lib/features/kafent/kafent-config.d.ts +0 -32
  594. package/lib/features/kafent/kafent-event-stream.d.ts +0 -28
  595. package/lib/features/kafent/kafent-event.d.ts +0 -11
  596. package/lib/features/kafent/kafent-event.service.d.ts +0 -55
  597. package/lib/features/kafent/kafent-live-event-request.d.ts +0 -53
  598. package/lib/features/kafent/kafent.module.d.ts +0 -30
  599. package/lib/features/kafent/sse/kafent-event-stream-sse.service.d.ts +0 -56
  600. package/lib/features/kafent/sse/kafent-topic-sse.d.ts +0 -70
  601. package/lib/features/public_api.d.ts +0 -2
  602. package/lib/pipes/bytes.pipe.d.ts +0 -7
  603. package/lib/pipes/elder-pipes.module.d.ts +0 -29
  604. package/lib/pipes/elder-repeat.pipe.d.ts +0 -7
  605. package/lib/pipes/elder-round.pipe.d.ts +0 -23
  606. package/lib/pipes/elder-safe-url.pipe.d.ts +0 -10
  607. package/lib/pipes/elder-truncate.pipe.d.ts +0 -17
  608. package/lib/pipes/iso-duration.pipe.d.ts +0 -23
  609. package/lib/pipes/iso-interval-parse.pipe.d.ts +0 -30
  610. package/lib/pipes/iso-interval.pipe.d.ts +0 -37
  611. package/lib/pipes/public_api.d.ts +0 -1
  612. package/lib/pipes/time-ago.pipe.d.ts +0 -18
  613. package/lib/pipes/time-duration.pipe.d.ts +0 -13
  614. package/lib/pipes/weight.pipe.d.ts +0 -7
  615. package/public_api.d.ts +0 -4
@@ -1,70 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- /**
4
- * Manages templates for different slots.
5
- * Supports global fallback templates for slots (default templates)
6
- */
7
- export declare class TemplateSlotManager<TSlot> {
8
- /***************************************************************************
9
- * *
10
- * Fields *
11
- * *
12
- **************************************************************************/
13
- private readonly logger;
14
- /** Default templates (App Level) */
15
- private readonly _defaultSlotTemplates;
16
- /** Custom templates (Component Level) */
17
- private readonly _slotTemplates;
18
- private readonly _activeSlotTemplates;
19
- /**
20
- * Key: A synonym slot name
21
- * Value: The primary slot the synonym is resolving to
22
- */
23
- private readonly _slotSynonyms;
24
- /***************************************************************************
25
- * *
26
- * Constructors *
27
- * *
28
- **************************************************************************/
29
- /**
30
- * Create a new Template Slot Manager.
31
- * @param slotDefinitions Slot definitions, supporting synonyms
32
- */
33
- constructor(slotDefinitions: Array<TSlot | TSlot[]>);
34
- /***************************************************************************
35
- * *
36
- * Public API *
37
- * *
38
- **************************************************************************/
39
- /**
40
- * Returns an observable which emits the current active template for the given slot
41
- * over time.
42
- */
43
- activeSlotTemplate(slot: TSlot): Observable<TemplateRef<any>>;
44
- /**
45
- * Registers the given template for the given slot.
46
- *
47
- * @param slot at which template should be placed
48
- * @param template to set at slot
49
- * @param isDefault if the given template should be used as global default
50
- */
51
- registerSlotTemplate(slot: TSlot, template: TemplateRef<any>, isDefault?: boolean): void;
52
- /**
53
- * Deregister the given template from the toolbar.
54
- *
55
- * @param template to deregister
56
- * @param slot if set, the template will only be deregistered if it was registered at this slot (optional)
57
- */
58
- deregisterSlotTemplate(template: TemplateRef<any>, slot?: TSlot): void;
59
- /***************************************************************************
60
- * *
61
- * Private methods *
62
- * *
63
- **************************************************************************/
64
- private initSlot;
65
- private registerSlotSynonyms;
66
- private resolveSlot;
67
- private removeSlotTemplate;
68
- private updateActiveSlotTemplate;
69
- private findActiveTemplate;
70
- }
@@ -1,4 +0,0 @@
1
- /**
2
- * Defined in _elder-scss-variables.scss
3
- */
4
- export type ElderSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
@@ -1,54 +0,0 @@
1
- /**
2
- * Represents an ISO-8601 date string.
3
- * https://en.wikipedia.org/wiki/ISO_8601#Dates
4
- */
5
- import { Instant } from '@js-joda/core';
6
- export type IsoDateStr = string;
7
- export declare class DateUtil {
8
- static readonly IsoDateDelimiter = "-";
9
- static readonly IsoTimeDelimiter = ":";
10
- static readonly DateTimeSeparator = "T";
11
- /***************************************************************************
12
- * *
13
- * Public API *
14
- * *
15
- **************************************************************************/
16
- static instantToDate(instant: Instant): Date;
17
- /**
18
- * Returns the given Date as ISO formatted local date string.
19
- *
20
- * YYYY-MM-DD
21
- *
22
- * @param date
23
- */
24
- static toLocalDateIso(date: Date): string;
25
- /**
26
- * Returns the given Date as ISO formatted local date-time string.
27
- *
28
- * YYYY-MM-DDTHH:mm:ss.sss
29
- *
30
- * @param date
31
- */
32
- static toLocalDateTimeIso(date: Date): string;
33
- /**
34
- * Checks if the given DateTime is represents the start of the day.
35
- *
36
- * @param dateTime DateTime to check
37
- */
38
- static isStartOfDay(date: Date): boolean;
39
- /**
40
- * Sets the given Date to the start of its day by setting its time to 0.
41
- *
42
- * @param localDate Date to set to start of day
43
- */
44
- static startOfDay(localDate: Date): Date;
45
- static plusDays(date: Date, days: number): Date;
46
- /***************************************************************************
47
- * *
48
- * private Methods *
49
- * *
50
- **************************************************************************/
51
- private static dateString;
52
- private static timeString;
53
- private static format;
54
- }
@@ -1,3 +0,0 @@
1
- import { Interval, IsoIntervalStr } from './interval';
2
- export declare function coerceInterval(value: Interval | IsoIntervalStr | undefined | null): Interval;
3
- export declare function coerceIntervalIsoStr(value: Interval | IsoIntervalStr | undefined | null): IsoIntervalStr;
@@ -1,288 +0,0 @@
1
- import { Duration, Instant, LocalDate, TemporalAmount, ZoneId } from '@js-joda/core';
2
- import { PeriodDuration } from './period-duration';
3
- /**
4
- * Represents an ISO-8601 interval string.
5
- * https://en.wikipedia.org/wiki/ISO_8601#Time_intervals
6
- */
7
- export type IsoIntervalStr = string;
8
- export declare class Interval {
9
- readonly start: Instant;
10
- readonly end: Instant;
11
- private readonly log;
12
- /***************************************************************************
13
- * *
14
- * Constructor *
15
- * *
16
- **************************************************************************/
17
- constructor(start: Instant, end: Instant);
18
- /***************************************************************************
19
- * *
20
- * Static Builders *
21
- * *
22
- **************************************************************************/
23
- /**
24
- * Parses an ISO-8601 interval string.
25
- * https://en.wikipedia.org/wiki/ISO_8601#Time_intervals
26
- * @param iso
27
- */
28
- static parse(iso: IsoIntervalStr): Interval;
29
- static yesterday(zoneId: ZoneId): Interval;
30
- static tomorrow(zoneId: ZoneId): Interval;
31
- static today(zoneId: ZoneId): Interval;
32
- /**
33
- * Creates a Interval from a Date by spreading it to the begin and end of its day.
34
- * @param date Date to spread
35
- */
36
- static ofDayDate(date: Date): Interval;
37
- static ofDay(day: LocalDate, zoneId: ZoneId): Interval;
38
- static betweenDays(startDayInclusive: LocalDate, endDayExclusive: LocalDate, zoneId: ZoneId): Interval;
39
- /**
40
- * Creates a new interval with the given start time point
41
- * and a offset from the start.
42
- *
43
- * Note that you should use Period for days to account for zone specific
44
- * things like daylight saving.
45
- *
46
- * @param startInclusive
47
- * @param offsetExclusive A Period or Duration offset.
48
- */
49
- static ofStartAndOffset(startInclusive: Instant, offsetExclusive: TemporalAmount): Interval;
50
- static of(startInclusive: Instant, endExclusive: Instant): Interval;
51
- static ofDate(startInclusive: Date | string, endExclusive: Date | string): Interval;
52
- /***************************************************************************
53
- * *
54
- * Properties *
55
- * *
56
- **************************************************************************/
57
- /**
58
- * Checks if the range is empty.
59
- * <p>
60
- * An empty range occurs when the start date equals the inclusive end date.
61
- *
62
- * @return true if the range is empty
63
- */
64
- isEmpty(): boolean;
65
- /**
66
- * Checks if the start of the interval is unbounded.
67
- *
68
- * @return true if start is unbounded
69
- */
70
- isUnboundedStart(): boolean;
71
- /**
72
- * Checks if the end of the interval is unbounded.
73
- *
74
- * @return true if end is unbounded
75
- */
76
- isUnboundedEnd(): boolean;
77
- /***************************************************************************
78
- * *
79
- * Public API *
80
- * *
81
- **************************************************************************/
82
- toDuration(): Duration;
83
- toPeriodDuration(zone: ZoneId): PeriodDuration;
84
- toString(): IsoIntervalStr;
85
- toInstantString(): IsoIntervalStr;
86
- toDurationString(): IsoIntervalStr;
87
- /***************************************************************************
88
- * *
89
- * Public Modification API *
90
- * *
91
- **************************************************************************/
92
- /**
93
- * Returns a copy of this range with the specified start instant.
94
- *
95
- * @param start the start instant for the new interval, not null
96
- * @return an interval with the end from this interval and the specified start
97
- * @throws DateTimeException if the resulting interval has end before start
98
- */
99
- withStart(start: Instant): Interval;
100
- /**
101
- * Returns a copy of this range with the specified end instant.
102
- *
103
- * @param end the end instant for the new interval, not null
104
- * @return an interval with the start from this interval and the specified end
105
- * @throws DateTimeException if the resulting interval has end before start
106
- */
107
- withEnd(end: Instant): Interval;
108
- /**
109
- * Calculates the interval that is the intersection of this interval and the specified interval.
110
- * <p>
111
- * This finds the intersection of two intervals.
112
- * This throws an exception if the two intervals are not {@linkplain #isConnected(Interval) connected}.
113
- *
114
- * @param other the other interval to check for, not null
115
- * @return the interval that is the intersection of the two intervals
116
- * @throws DateTimeException if the intervals do not connect
117
- */
118
- intersection(other: Interval): Interval;
119
- /**
120
- * Calculates the interval that is the union of this interval and the specified interval.
121
- * <p>
122
- * This finds the union of two intervals.
123
- * This throws an exception if the two intervals are not {@linkplain #isConnected(Interval) connected}.
124
- *
125
- * @param other the other interval to check for, not null
126
- * @return the interval that is the union of the two intervals
127
- * @throws DateTimeException if the intervals do not connect
128
- */
129
- union(other: Interval): Interval;
130
- /**
131
- * Calculates the smallest interval that encloses this interval and the specified interval.
132
- * <p>
133
- * The result of this method will {@linkplain #encloses(Interval) enclose}
134
- * this interval and the specified interval.
135
- *
136
- * @param other the other interval to check for, not null
137
- * @return the interval that spans the two intervals
138
- */
139
- span(other: Interval): Interval;
140
- /**
141
- * Shift the whole interval by the given days period.
142
- * @param days
143
- */
144
- shiftDays(days: number): Interval;
145
- /**
146
- * Shift the whole interval by the given temporal amount.
147
- * Note that only Period will account for zone specific things such as daylight savings.
148
- * Use Duration only if you are below days.
149
- * @param offset
150
- */
151
- shift(offset: TemporalAmount): Interval;
152
- moveStart(offset: TemporalAmount): Interval;
153
- moveEnd(offset: TemporalAmount): Interval;
154
- /***************************************************************************
155
- * *
156
- * Interval Query API *
157
- * *
158
- **************************************************************************/
159
- /**
160
- * Checks if the given TimeFrame overlaps with this one.
161
- *
162
- * @param other TimeFrame to check against
163
- * @return Returns {@code true} if the two candidates overlap, false otherwise
164
- */
165
- overlaps(other: Interval): boolean;
166
- /**
167
- * Checks it the given localDate overlaps with the given TimeFrame.
168
- *
169
- * @param timeFrame TimeFrame to check against
170
- * @param localDate LocalDate to check
171
- */
172
- overlapsWithLocalDate(localDate: Date): boolean;
173
- /**
174
- * Checks if this interval contains the specified instant.
175
- * <p>
176
- * This checks if the specified instant is within the bounds of this interval.
177
- * If this range has an unbounded start then {@code contains(Instant#MIN)} returns true.
178
- * If this range has an unbounded end then {@code contains(Instant#MAX)} returns true.
179
- * If this range is empty then this method always returns false.
180
- *
181
- * @param instant the instant, not null
182
- * @return true if this interval contains the instant
183
- */
184
- contains(instant: Instant): boolean;
185
- /**
186
- * Checks if this interval encloses the specified interval.
187
- * <p>
188
- * This checks if the bounds of the specified interval are within the bounds of this interval.
189
- * An empty interval encloses itself.
190
- *
191
- * @param other the other interval, not null
192
- * @return true if this interval contains the other interval
193
- */
194
- encloses(other: Interval): boolean;
195
- /**
196
- * Checks if this interval abuts (is next to or has a common boundary with) the specified interval.
197
- * <p>
198
- * The result is true if the end of this interval is the start of the other, or vice versa.
199
- * An empty interval does not abut itself.
200
- *
201
- * @param other the other interval, not null
202
- * @return true if this interval abuts the other interval
203
- */
204
- abuts(other: Interval): boolean;
205
- /**
206
- * Checks if this interval is connected to the specified interval.
207
- * <p>
208
- * The result is true if the two intervals have an enclosed interval in common, even if that interval is empty.
209
- * An empty interval is connected to itself.
210
- * <p>
211
- * This is equivalent to {@code (overlaps(other) || abuts(other))}.
212
- *
213
- * @param other the other interval, not null
214
- * @return true if this interval is connected to the other interval
215
- */
216
- isConnected(other: Interval): boolean;
217
- /**
218
- * Checks if this interval is after the specified instant.
219
- * <p>
220
- * The result is true if this instant starts after the specified instant.
221
- * An empty interval behaves as though it is an instant for comparison purposes.
222
- *
223
- * @param instant the other instant to compare to, not null
224
- * @return true if the start of this interval is after the specified instant
225
- */
226
- isAfterInstant(instant: Instant): boolean;
227
- /**
228
- * Checks if this interval is before the specified instant.
229
- * <p>
230
- * The result is true if this instant ends before the specified instant.
231
- * Since intervals do not include their end points, this will return true if the
232
- * instant equals the end of the interval.
233
- * An empty interval behaves as though it is an instant for comparison purposes.
234
- *
235
- * @param instant the other instant to compare to, not null
236
- * @return true if the start of this interval is before the specified instant
237
- */
238
- isBeforeInstant(instant: Instant): boolean;
239
- /**
240
- * Checks if this interval is after the specified interval.
241
- * <p>
242
- * The result is true if this instant starts after the end of the specified interval.
243
- * Since intervals do not include their end points, this will return true if the
244
- * instant equals the end of the interval.
245
- * An empty interval behaves as though it is an instant for comparison purposes.
246
- *
247
- * @param interval the other interval to compare to, not null
248
- * @return true if this instant is after the specified instant
249
- */
250
- isAfter(interval: Interval): boolean;
251
- /**
252
- * Checks if this interval is before the specified interval.
253
- * <p>
254
- * The result is true if this instant ends before the start of the specified interval.
255
- * Since intervals do not include their end points, this will return true if the
256
- * two intervals abut.
257
- * An empty interval behaves as though it is an instant for comparison purposes.
258
- *
259
- * @param interval the other interval to compare to, not null
260
- * @return true if this instant is before the specified instant
261
- */
262
- isBefore(interval: Interval): boolean;
263
- /***************************************************************************
264
- * *
265
- * Equality & Hashcode *
266
- * *
267
- **************************************************************************/
268
- /**
269
- * Checks if this interval is equal to another interval.
270
- * <p>
271
- * Compares this {@code Interval} with another ensuring that the two instants are the same.
272
- * Only objects of type {@code Interval} are compared, other types return false.
273
- *
274
- * @param obj the object to check, null returns false
275
- * @return true if this is equal to the other interval
276
- */
277
- equals(obj: any): boolean;
278
- /**
279
- * Compares this Interval to the given Interval.
280
- * <p>
281
- * The comparison is based on the time-line position of the lower bound instants (Interval start).
282
- *
283
- * @param other the other Interval to compare to, not null
284
- * @return the comparator value, negative if less, positive if greater
285
- * @throws NullPointerException if other is null
286
- */
287
- compareTo(other: Interval): number;
288
- }
@@ -1,85 +0,0 @@
1
- import { Duration, Period, Temporal } from '@js-joda/core';
2
- export declare class PeriodDuration {
3
- /***************************************************************************
4
- * *
5
- * Fields *
6
- * *
7
- **************************************************************************/
8
- readonly period: Period;
9
- readonly duration: Duration;
10
- /***************************************************************************
11
- * *
12
- * Constructor *
13
- * *
14
- **************************************************************************/
15
- private constructor();
16
- /***************************************************************************
17
- * *
18
- * Static Builder *
19
- * *
20
- **************************************************************************/
21
- /**
22
- * Obtains an instance from a text string such as {@code PnYnMnDTnHnMnS}.
23
- * <p>
24
- * This will parse the string produced by {@code toString()} which is
25
- * based on the ISO-8601 period formats {@code PnYnMnDTnHnMnS} and {@code PnW}.
26
- * <p>
27
- * The string starts with an optional sign, denoted by the ASCII negative
28
- * or positive symbol. If negative, the whole amount is negated.
29
- * The ASCII letter "P" is next in upper or lower case.
30
- * There are then a number of sections, each consisting of a number and a suffix.
31
- * At least one of the sections must be present.
32
- * The sections have suffixes in ASCII of "Y" for years, "M" for months,
33
- * "W" for weeks, "D" for days, "H" for hours, "M" for minutes, "S" for seconds,
34
- * accepted in upper or lower case. Note that the ASCII letter "T" separates
35
- * the date and time parts and must be present if any time part is present.
36
- * The suffixes must occur in order.
37
- * The number part of each section must consist of ASCII digits.
38
- * The number may be prefixed by the ASCII negative or positive symbol.
39
- * The number must parse to an {@code int}.
40
- * Any week-based input is multiplied by 7 and treated as a number of days.
41
- * <p>
42
- * The leading plus/minus sign, and negative values for weeks and days are
43
- * not part of the ISO-8601 standard.
44
- * <p>
45
- * Note that the date style format {@code PYYYY-MM-DDTHH:MM:SS} is not supported.
46
- * <p>
47
- * For example, the following are valid inputs:
48
- * <pre>
49
- * "P2Y" -- PeriodDuration.of(Period.ofYears(2))
50
- * "P3M" -- PeriodDuration.of(Period.ofMonths(3))
51
- * "P4W" -- PeriodDuration.of(Period.ofWeeks(4))
52
- * "P5D" -- PeriodDuration.of(Period.ofDays(5))
53
- * "PT6H" -- PeriodDuration.of(Duration.ofHours(6))
54
- * "P1Y2M3D" -- PeriodDuration.of(Period.of(1, 2, 3))
55
- * "P1Y2M3W4DT8H" -- PeriodDuration.of(Period.of(1, 2, 25), Duration.ofHours(8))
56
- * "P-1Y2M" -- PeriodDuration.of(Period.of(-1, 2, 0))
57
- * "-P1Y2M" -- PeriodDuration.of(Period.of(-1, -2, 0))
58
- * </pre>
59
- *
60
- * @param text the text to parse, not null
61
- * @return the parsed period, not null
62
- * @throws DateTimeParseException if the text cannot be parsed to a period
63
- */
64
- static parse(text: string): PeriodDuration;
65
- /**
66
- * Obtains an instance consisting of the amount of time between two temporals.
67
- * <p>
68
- * The start is included, but the end is not.
69
- * The result of this method can be negative if the end is before the start.
70
- * <p>
71
- * The calculation examines the temporals and extracts {@link LocalDate} and {@link LocalTime}.
72
- * If the time is missing, it will be defaulted to midnight.
73
- * If one date is missing, it will be defaulted to the other date.
74
- * It then finds the amount of time between the two dates and between the two times.
75
- *
76
- * @param startInclusive the start, inclusive, not null
77
- * @param endExclusive the end, exclusive, not null
78
- * @return the number of days between this date and the end date, not null
79
- */
80
- static between(startInclusive: Temporal, endExclusive: Temporal): PeriodDuration;
81
- static ofPeriod(period: Period): PeriodDuration;
82
- static ofDuration(duration: Duration): PeriodDuration;
83
- static of(period: Period, duration: Duration): PeriodDuration;
84
- static zero(): PeriodDuration;
85
- }
@@ -1,7 +0,0 @@
1
- export * from './period-duration';
2
- export * from './interval';
3
- export * from './interval-coerce';
4
- export * from './time-util';
5
- export * from './date-util';
6
- export * from './temporal-util';
7
- export * from './temporal-plain-date-interval';
@@ -1,15 +0,0 @@
1
- import { Temporal } from '@js-temporal/polyfill';
2
- export declare class TemporalPlainDateInterval {
3
- start: Temporal.PlainDate;
4
- end: Temporal.PlainDate;
5
- constructor(start: Temporal.PlainDate, end: Temporal.PlainDate);
6
- shiftDays(days: number): TemporalPlainDateInterval;
7
- shiftMonths(months: number): TemporalPlainDateInterval;
8
- shiftYears(years: number): TemporalPlainDateInterval;
9
- toString(): string;
10
- getDuration(): Temporal.Duration;
11
- getDurationInDays(): number;
12
- getDurationInWeeks(): number;
13
- getDurationInMonths(): number;
14
- getDurationInYears(): number;
15
- }
@@ -1,38 +0,0 @@
1
- import { Temporal } from '@js-temporal/polyfill';
2
- import { TemporalPlainDateInterval } from './temporal-plain-date-interval';
3
- export declare class TemporalUtil {
4
- static equalPlainDates(a: Temporal.PlainDate | undefined, b: Temporal.PlainDate | undefined): boolean;
5
- static equalPlainTimes(a: Temporal.PlainTime | undefined, b: Temporal.PlainTime | undefined): boolean;
6
- static getJSDateFromPlainDateTime(date: Temporal.PlainDate | Temporal.PlainDateTime): Date;
7
- static getPlainDateTimeFromJSDate(date: Date): Temporal.PlainDateTime;
8
- static getPlainDateTimeFromPlainDateAndPlainTime(date: Temporal.PlainDate, time: Temporal.PlainTime): Temporal.PlainDateTime;
9
- static isFirstDayOfWeek(date: Temporal.PlainDate | Temporal.PlainDateTime): boolean;
10
- static getPlainDateFromJSDate(date: Date): Temporal.PlainDate;
11
- static getPlainTimeFromJSDate(date: Date): Temporal.PlainTime;
12
- static getPlainDateTimeFromString(dateString: string): Temporal.PlainDateTime;
13
- static getHtmlTimeStringFromPlainTime(time: Temporal.PlainTime | Temporal.PlainDateTime): string;
14
- static getQuarterForDate(date?: Temporal.PlainDate): number;
15
- static getCurrentDay(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
16
- static getYesterday(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
17
- static getLastSevenDays(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
18
- static getLastSevenDaysIncludingToday(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
19
- static getLastThirtyDays(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
20
- static getLastThirtyDaysIncludingToday(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
21
- static getCurrentWeek(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
22
- static getCurrentMonth(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
23
- static getCurrentQuarter(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
24
- static getPreviousQuarter(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
25
- static getCurrentYear(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
26
- static getPreviousYear(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
27
- static getNextYear(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
28
- static getLast365Days(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
29
- static getLast90Days(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
30
- static getPreviousMonth(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
31
- static getNextMonth(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
32
- static getPreviousWeek(referenceDate?: Temporal.PlainDate): TemporalPlainDateInterval;
33
- static getDateTodayLocalized(): Temporal.PlainDate;
34
- static createTemporalLocalizedDateFromTimestamp(timestamp: number): Temporal.PlainDate;
35
- static getHtmlDateString(date: Temporal.PlainDate | Temporal.PlainDateTime): string;
36
- static getPlainDateFromHtmlDateString(dateString: string): Temporal.PlainDate;
37
- static getPlainTimeFromHtmlTimeString(timeString: string): Temporal.PlainTime;
38
- }
@@ -1,15 +0,0 @@
1
- import { Duration, Instant, LocalDate, TemporalAccessor, ZonedDateTime, ZoneId } from '@js-joda/core';
2
- export declare class TimeUtil {
3
- static readonly SECONDS_PER_DAY = 86400;
4
- /**
5
- * Returns an instant for a javascript date / iso date string.
6
- * @param date
7
- */
8
- static instant(date: Date | string): Instant;
9
- static dateToLocalDate(date: Date): LocalDate;
10
- static temporalAccessor(date: Date): TemporalAccessor;
11
- static date(instant: Instant): Date;
12
- static localDateToDate(localDate: LocalDate, zone?: ZoneId): Date;
13
- static isFullDays(duration: Duration): boolean;
14
- static isStartOfDay(date: ZonedDateTime): boolean;
15
- }
@@ -1,36 +0,0 @@
1
- import { Router, UrlTree } from '@angular/router';
2
- import { Location } from '@angular/common';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Provides advanced router navigation support for Angular.
6
- *
7
- * Provides the ability to build external & absolute urls which
8
- * can be used in iframes or external navigation, such as opening
9
- * new tabs.
10
- *
11
- */
12
- export declare class ElderRouterService {
13
- private router;
14
- private location;
15
- /***************************************************************************
16
- * *
17
- * Constructor *
18
- * *
19
- **************************************************************************/
20
- constructor(router: Router, location: Location);
21
- /***************************************************************************
22
- * *
23
- * Public API *
24
- * *
25
- **************************************************************************/
26
- /**
27
- * Open the given url in a new window / tab.
28
- * @param urlTree
29
- * @param target
30
- */
31
- openUrl(urlTree: UrlTree, target?: string): void;
32
- serializeUrlAbsolute(urlTree: UrlTree): string;
33
- serializeUrlExternal(urlTree: UrlTree): string;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderRouterService, never>;
35
- static ɵprov: i0.ɵɵInjectableDeclaration<ElderRouterService>;
36
- }