@impartner/design-components 2.2.1 → 3.0.0

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 (104) hide show
  1. package/README.md +1 -0
  2. package/esm2022/lib/alert/alert.component.mjs +4 -4
  3. package/esm2022/lib/alert/alert.module.mjs +4 -4
  4. package/esm2022/lib/avatar/avatar.component.mjs +3 -3
  5. package/esm2022/lib/avatar/avatar.module.mjs +4 -4
  6. package/esm2022/lib/avatar-group/avatar-group.component.mjs +3 -3
  7. package/esm2022/lib/avatar-group/avatar-group.module.mjs +4 -4
  8. package/esm2022/lib/backdrop/backdrop.component.mjs +3 -3
  9. package/esm2022/lib/backdrop/backdrop.module.mjs +4 -4
  10. package/esm2022/lib/badge/badge.component.mjs +4 -4
  11. package/esm2022/lib/badge/badge.module.mjs +4 -4
  12. package/esm2022/lib/branding/branded.directive.mjs +3 -3
  13. package/esm2022/lib/branding/branding.module.mjs +4 -4
  14. package/esm2022/lib/breadcrumb/breadcrumb-item.component.mjs +3 -3
  15. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +3 -3
  16. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
  17. package/esm2022/lib/button/button.component.mjs +3 -3
  18. package/esm2022/lib/button/button.module.mjs +4 -4
  19. package/esm2022/lib/button-group/button-group.component.mjs +3 -3
  20. package/esm2022/lib/button-group/button-group.module.mjs +4 -4
  21. package/esm2022/lib/card-heading/card-heading.component.mjs +3 -3
  22. package/esm2022/lib/card-heading/card-heading.module.mjs +4 -4
  23. package/esm2022/lib/data-card/data-card.component.mjs +3 -3
  24. package/esm2022/lib/data-card/data-card.module.mjs +4 -4
  25. package/esm2022/lib/datetime-picker/components/datepicker-nav/datepicker-nav.component.mjs +4 -4
  26. package/esm2022/lib/datetime-picker/components/datepicker-template-host/datepicker-template-host.component.mjs +8 -5
  27. package/esm2022/lib/datetime-picker/components/datetime-picker/datetime-picker.component.mjs +7 -8
  28. package/esm2022/lib/datetime-picker/components/datetime-picker-input/datetime-picker-input.component.mjs +4 -4
  29. package/esm2022/lib/datetime-picker/components/datetime-picker-input-footer/datetime-picker-input-footer.component.mjs +3 -3
  30. package/esm2022/lib/datetime-picker/datetime-picker.module.mjs +4 -4
  31. package/esm2022/lib/datetime-picker/services/datetime-formatter/datetime-formatter.service.mjs +7 -7
  32. package/esm2022/lib/design-components.module.mjs +4 -4
  33. package/esm2022/lib/dropdown/components/dropdown-item/dropdown-item.component.mjs +3 -3
  34. package/esm2022/lib/dropdown/dropdown.component.mjs +4 -4
  35. package/esm2022/lib/dropdown/dropdown.module.mjs +4 -4
  36. package/esm2022/lib/file-upload/directives/file-drop.directive.mjs +4 -4
  37. package/esm2022/lib/file-upload/file-upload.component.mjs +4 -4
  38. package/esm2022/lib/file-upload/file-upload.module.mjs +4 -4
  39. package/esm2022/lib/file-upload/pipes/human-readable-byte-size.pipe.mjs +4 -4
  40. package/esm2022/lib/form-field/component/directives/corner-hint.directive.mjs +3 -3
  41. package/esm2022/lib/form-field/component/directives/error.directive.mjs +3 -3
  42. package/esm2022/lib/form-field/component/directives/form-root.directive.mjs +6 -6
  43. package/esm2022/lib/form-field/component/directives/hint.directive.mjs +3 -3
  44. package/esm2022/lib/form-field/component/directives/label.directive.mjs +3 -3
  45. package/esm2022/lib/form-field/component/directives/prefix.directive.mjs +3 -3
  46. package/esm2022/lib/form-field/component/directives/suffix.directive.mjs +3 -3
  47. package/esm2022/lib/form-field/component/form-field.component.mjs +4 -4
  48. package/esm2022/lib/form-field/component/form-field.module.mjs +4 -4
  49. package/esm2022/lib/form-field/controls/checkbox/checkbox.component.mjs +4 -4
  50. package/esm2022/lib/form-field/controls/checkbox/checkbox.module.mjs +4 -4
  51. package/esm2022/lib/form-field/controls/input/input.directive.mjs +4 -4
  52. package/esm2022/lib/form-field/controls/radio/radio-button/radio-button.component.mjs +4 -4
  53. package/esm2022/lib/form-field/controls/radio/radio-group/radio-group.directive.mjs +4 -4
  54. package/esm2022/lib/form-field/controls/radio/radio.module.mjs +4 -4
  55. package/esm2022/lib/form-field/controls/select/option/select-option.component.mjs +3 -3
  56. package/esm2022/lib/form-field/controls/select/option-display/select-option-display.component.mjs +4 -4
  57. package/esm2022/lib/form-field/controls/select/option-group/select-option-group.component.mjs +3 -3
  58. package/esm2022/lib/form-field/controls/select/select-model.mjs +1 -1
  59. package/esm2022/lib/form-field/controls/select/select.component.mjs +7 -7
  60. package/esm2022/lib/form-field/controls/select/select.module.mjs +4 -4
  61. package/esm2022/lib/form-field/controls/select/value-tags-display/select-value-tags-display.component.mjs +4 -4
  62. package/esm2022/lib/form-field/controls/shared/toggle/components/toggle-input/toggle-input.component.mjs +3 -3
  63. package/esm2022/lib/form-field/controls/shared/toggle/toggle.component.mjs +4 -4
  64. package/esm2022/lib/form-field/controls/shared/toggle/toggle.module.mjs +4 -4
  65. package/esm2022/lib/form-field/controls/tag-select/tag-select.component.mjs +4 -4
  66. package/esm2022/lib/form-field/impdc-forms.module.mjs +4 -4
  67. package/esm2022/lib/form-field/services/error-state-matcher.service.mjs +6 -6
  68. package/esm2022/lib/form-field/services/unique-selection-dispatcher.service.mjs +4 -4
  69. package/esm2022/lib/form-field/shared/error-state.mixin.mjs +1 -1
  70. package/esm2022/lib/form-field/shared/form-field-control.mjs +3 -3
  71. package/esm2022/lib/icon/icon.component.mjs +4 -4
  72. package/esm2022/lib/icon/icon.module.mjs +4 -4
  73. package/esm2022/lib/modal/modal.component.mjs +4 -4
  74. package/esm2022/lib/modal/modal.module.mjs +4 -4
  75. package/esm2022/lib/pagination/pagination.component.mjs +4 -4
  76. package/esm2022/lib/pagination/pagination.module.mjs +4 -4
  77. package/esm2022/lib/progress-bar/progress-bar.component.mjs +3 -3
  78. package/esm2022/lib/progress-bar/progress-bar.module.mjs +4 -4
  79. package/esm2022/lib/scrollable/scrollable.component.mjs +4 -4
  80. package/esm2022/lib/scrollable/scrollable.module.mjs +4 -4
  81. package/esm2022/lib/select-icon/select-icon.component.mjs +4 -4
  82. package/esm2022/lib/select-icon/select-icon.module.mjs +4 -4
  83. package/esm2022/lib/size-detection/directive/size-detector.directive.mjs +4 -4
  84. package/esm2022/lib/size-detection/size-detection.module.mjs +4 -4
  85. package/esm2022/lib/spinner/spinner.component.mjs +3 -3
  86. package/esm2022/lib/spinner/spinner.module.mjs +4 -4
  87. package/esm2022/lib/table/components/bulk-actions/bulk-actions.component.mjs +3 -3
  88. package/esm2022/lib/table/components/column-heading/column-heading.component.mjs +3 -3
  89. package/esm2022/lib/table/components/row-actions/row-actions.component.mjs +4 -4
  90. package/esm2022/lib/table/containers/table.component.mjs +5 -5
  91. package/esm2022/lib/table/directives/collapse-monitor.directive.mjs +4 -4
  92. package/esm2022/lib/table/directives/table-inject-component.directive.mjs +4 -4
  93. package/esm2022/lib/table/directives/table.directive.mjs +3 -3
  94. package/esm2022/lib/table/helpers/table-theme.helper.mjs +1 -1
  95. package/esm2022/lib/table/table.module.mjs +4 -4
  96. package/esm2022/lib/tag/tag.component.mjs +4 -4
  97. package/esm2022/lib/text-highlight/text-highlight.component.mjs +4 -4
  98. package/esm2022/lib/text-highlight/text-highlight.module.mjs +4 -4
  99. package/esm2022/services/interaction.service.mjs +4 -4
  100. package/fesm2022/impartner-design-components.mjs +337 -335
  101. package/fesm2022/impartner-design-components.mjs.map +1 -1
  102. package/lib/datetime-picker/components/datepicker-template-host/datepicker-template-host.component.d.ts +1 -0
  103. package/lib/datetime-picker/components/datetime-picker/datetime-picker.component.d.ts +0 -2
  104. package/package.json +7 -7
@@ -9,6 +9,7 @@ export declare class DatepickerTemplateHostComponent {
9
9
  readonly isToday: (date: NgbDate) => boolean;
10
10
  dayTemplateRef: TemplateRef<DayTemplateContext>;
11
11
  contentTemplateRef: TemplateRef<ContentTemplateContext>;
12
+ protected getMonthTrackByKey(ngbDate: NgbDate): string;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerTemplateHostComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerTemplateHostComponent, "impdc-datepicker-template-host", never, {}, {}, never, never, true, never>;
14
15
  }
@@ -1,5 +1,4 @@
1
1
  import { DoCheck, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { TranslationWidth } from '@angular/common';
3
2
  import { ControlValueAccessor, FormControl, FormGroupDirective, NgControl, NgForm } from '@angular/forms';
4
3
  import { NgbDateStruct, NgbDatepicker } from '@ng-bootstrap/ng-bootstrap';
5
4
  import { Subject } from 'rxjs';
@@ -43,7 +42,6 @@ export declare class DatetimePickerComponent extends _DatetimePickerComponentBas
43
42
  private readonly _ngbDateAdapter;
44
43
  private readonly _uid;
45
44
  private _previousControl?;
46
- protected readonly NgTranslationWidth: typeof TranslationWidth;
47
45
  protected readonly formGroup: import("@angular/forms").FormGroup<{
48
46
  date: FormControl<any>;
49
47
  time: FormControl<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@impartner/design-components",
3
- "version": "2.2.1",
3
+ "version": "3.0.0",
4
4
  "author": "Impartner",
5
5
  "license": "BSD-3-Clause",
6
6
  "private": false,
@@ -12,12 +12,12 @@
12
12
  "tslib": "^2.3.0"
13
13
  },
14
14
  "peerDependencies": {
15
- "@angular/common": ">=17.0.1",
16
- "@angular/core": ">=17.0.1",
17
- "@angular/forms": ">=17.0.1",
18
- "@angular/localize": ">=17.0.1",
19
- "@impartner/design": "^2.1.1",
20
- "@ng-bootstrap/ng-bootstrap": "^16.0.0",
15
+ "@angular/common": ">=18.2.0",
16
+ "@angular/core": ">=18.2.0",
17
+ "@angular/forms": ">=18.2.0",
18
+ "@angular/localize": ">=18.2.0",
19
+ "@impartner/design": "^3",
20
+ "@ng-bootstrap/ng-bootstrap": "^17.0.0",
21
21
  "@popperjs/core": "^2.11.8",
22
22
  "lodash": "^4.17.21",
23
23
  "nanoid": "^5.0.4",