design-angular-kit 1.0.3 → 1.1.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 (85) hide show
  1. package/README.md +4 -3
  2. package/esm2022/lib/abstracts/abstract-form.component.mjs +3 -3
  3. package/esm2022/lib/abstracts/abstract.component.mjs +3 -3
  4. package/esm2022/lib/components/core/accordion/accordion.component.mjs +3 -3
  5. package/esm2022/lib/components/core/alert/alert.component.mjs +3 -3
  6. package/esm2022/lib/components/core/avatar/avatar-dropdown/avatar-dropdown.component.mjs +6 -6
  7. package/esm2022/lib/components/core/avatar/avatar-group/avatar-group.component.mjs +6 -6
  8. package/esm2022/lib/components/core/avatar/avatar.directive.mjs +3 -3
  9. package/esm2022/lib/components/core/avatar/avatar.module.mjs +4 -4
  10. package/esm2022/lib/components/core/badge/badge.directive.mjs +3 -3
  11. package/esm2022/lib/components/core/button/button.directive.mjs +3 -3
  12. package/esm2022/lib/components/core/callout/callout.component.mjs +3 -3
  13. package/esm2022/lib/components/core/card/card.component.mjs +3 -3
  14. package/esm2022/lib/components/core/carousel/carousel/carousel.component.mjs +3 -3
  15. package/esm2022/lib/components/core/carousel/carousel-item/carousel-item.component.mjs +3 -3
  16. package/esm2022/lib/components/core/carousel/carousel.module.mjs +4 -4
  17. package/esm2022/lib/components/core/chip/chip.component.mjs +5 -5
  18. package/esm2022/lib/components/core/collapse/collapse.component.mjs +3 -3
  19. package/esm2022/lib/components/core/dimmer/dimmer-buttons/dimmer-buttons.component.mjs +3 -3
  20. package/esm2022/lib/components/core/dimmer/dimmer-icon/dimmer-icon.component.mjs +3 -3
  21. package/esm2022/lib/components/core/dimmer/dimmer.component.mjs +3 -3
  22. package/esm2022/lib/components/core/dimmer/dimmer.module.mjs +4 -4
  23. package/esm2022/lib/components/core/dropdown/dropdown/dropdown.component.mjs +3 -3
  24. package/esm2022/lib/components/core/dropdown/dropdown-item/dropdown-item.component.mjs +3 -3
  25. package/esm2022/lib/components/core/dropdown/dropdown.module.mjs +4 -4
  26. package/esm2022/lib/components/core/forward/forward.directive.mjs +3 -3
  27. package/esm2022/lib/components/core/link/link.component.mjs +3 -3
  28. package/esm2022/lib/components/core/list/list/list.component.mjs +3 -3
  29. package/esm2022/lib/components/core/list/list-item/list-item.component.mjs +3 -3
  30. package/esm2022/lib/components/core/list/list.module.mjs +4 -4
  31. package/esm2022/lib/components/core/modal/modal.component.mjs +3 -3
  32. package/esm2022/lib/components/core/notifications/notifications.component.mjs +3 -3
  33. package/esm2022/lib/components/core/pagination/pagination.component.mjs +3 -3
  34. package/esm2022/lib/components/core/popover/popover.directive.mjs +3 -3
  35. package/esm2022/lib/components/core/progress-bar/progress-bar.component.mjs +3 -3
  36. package/esm2022/lib/components/core/progress-button/progress-button.component.mjs +3 -3
  37. package/esm2022/lib/components/core/spinner/spinner.component.mjs +3 -3
  38. package/esm2022/lib/components/core/steppers/steppers-container/steppers-container.component.mjs +3 -3
  39. package/esm2022/lib/components/core/steppers/steppers-item/steppers-item.component.mjs +3 -3
  40. package/esm2022/lib/components/core/steppers/steppers.module.mjs +4 -4
  41. package/esm2022/lib/components/core/tab/tab-container/tab-container.component.mjs +3 -3
  42. package/esm2022/lib/components/core/tab/tab-item/tab-item.component.mjs +3 -3
  43. package/esm2022/lib/components/core/tab/tab.module.mjs +4 -4
  44. package/esm2022/lib/components/core/table/sort/sort-header/sort-header.component.mjs +3 -3
  45. package/esm2022/lib/components/core/table/sort/sort.directive.mjs +3 -3
  46. package/esm2022/lib/components/core/table/table.component.mjs +3 -3
  47. package/esm2022/lib/components/core/table/table.module.mjs +4 -4
  48. package/esm2022/lib/components/core/timeline/timeline-item/timeline-item.component.mjs +3 -3
  49. package/esm2022/lib/components/core/timeline/timeline.component.mjs +3 -3
  50. package/esm2022/lib/components/core/timeline/timeline.module.mjs +4 -4
  51. package/esm2022/lib/components/core/tooltip/tooltip.directive.mjs +3 -3
  52. package/esm2022/lib/components/form/autocomplete/autocomplete.component.mjs +3 -3
  53. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +3 -3
  54. package/esm2022/lib/components/form/form.module.mjs +4 -4
  55. package/esm2022/lib/components/form/input/input.component.mjs +3 -3
  56. package/esm2022/lib/components/form/password-input/password-input.component.mjs +3 -3
  57. package/esm2022/lib/components/form/radio-button/radio-button.component.mjs +3 -3
  58. package/esm2022/lib/components/form/range/range.component.mjs +3 -3
  59. package/esm2022/lib/components/form/rating/rating.component.mjs +3 -3
  60. package/esm2022/lib/components/form/select/select.component.mjs +3 -3
  61. package/esm2022/lib/components/form/textarea/textarea.component.mjs +3 -3
  62. package/esm2022/lib/components/form/upload-drag-drop/upload-drag-drop.component.mjs +3 -3
  63. package/esm2022/lib/components/form/upload-file-list/upload-file-list.component.mjs +3 -3
  64. package/esm2022/lib/components/navigation/back-button/back-button.component.mjs +3 -3
  65. package/esm2022/lib/components/navigation/back-to-top/back-to-top.component.mjs +3 -3
  66. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumb/breadcrumb.component.mjs +3 -3
  67. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  68. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +4 -4
  69. package/esm2022/lib/components/navigation/header/header.component.mjs +3 -3
  70. package/esm2022/lib/components/navigation/megamenu/megamenu.component.mjs +3 -3
  71. package/esm2022/lib/components/navigation/navbar/navbar/navbar.component.mjs +3 -3
  72. package/esm2022/lib/components/navigation/navbar/navbar-item/navbar-item.component.mjs +3 -3
  73. package/esm2022/lib/components/navigation/navbar/navbar.module.mjs +4 -4
  74. package/esm2022/lib/components/navigation/sidebar/sidebar.component.mjs +3 -3
  75. package/esm2022/lib/components/utils/error-page/error-page.component.mjs +3 -3
  76. package/esm2022/lib/components/utils/icon/icon.component.mjs +3 -3
  77. package/esm2022/lib/components/utils/language-switcher/language-switcher.component.mjs +3 -3
  78. package/esm2022/lib/design-angular-kit.module.mjs +4 -4
  79. package/esm2022/lib/pipes/date-ago.pipe.mjs +3 -3
  80. package/esm2022/lib/pipes/duration.pipe.mjs +3 -3
  81. package/esm2022/lib/pipes/mark-matching-text.pipe.mjs +3 -3
  82. package/esm2022/lib/services/notification/notification.service.mjs +3 -3
  83. package/fesm2022/design-angular-kit.mjs +263 -263
  84. package/fesm2022/design-angular-kit.mjs.map +1 -1
  85. package/package.json +8 -8
@@ -113,8 +113,8 @@ export class DesignAngularKitModule {
113
113
  ngModule: DesignAngularKitModule,
114
114
  };
115
115
  }
116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DesignAngularKitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
117
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: DesignAngularKitModule, imports: [ItAccordionComponent,
116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: DesignAngularKitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
117
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: DesignAngularKitModule, imports: [ItAccordionComponent,
118
118
  ItAlertComponent,
119
119
  ItAvatarModule,
120
120
  ItBadgeDirective,
@@ -181,7 +181,7 @@ export class DesignAngularKitModule {
181
181
  ItNavBarModule,
182
182
  ItSidebarComponent,
183
183
  ItMegamenuComponent, ItErrorPageComponent, ItIconComponent, ItLanguageSwitcherComponent, ItDateAgoPipe, ItDurationPipe, ItMarkMatchingTextPipe] }); }
184
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DesignAngularKitModule, imports: [ItAlertComponent,
184
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: DesignAngularKitModule, imports: [ItAlertComponent,
185
185
  ItAvatarModule,
186
186
  ItCarouselModule,
187
187
  ItChipComponent,
@@ -213,7 +213,7 @@ export class DesignAngularKitModule {
213
213
  ItFormModule, ItBreadcrumbsModule,
214
214
  ItNavBarModule] }); }
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DesignAngularKitModule, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: DesignAngularKitModule, decorators: [{
217
217
  type: NgModule,
218
218
  args: [{
219
219
  imports: components,
@@ -42,10 +42,10 @@ export class ItDateAgoPipe extends TranslatePipe {
42
42
  }
43
43
  return '';
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItDateAgoPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
46
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ItDateAgoPipe, isStandalone: true, name: "itDateAgo", pure: false }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItDateAgoPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
46
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: ItDateAgoPipe, isStandalone: true, name: "itDateAgo", pure: false }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItDateAgoPipe, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItDateAgoPipe, decorators: [{
49
49
  type: Pipe,
50
50
  args: [{
51
51
  name: 'itDateAgo',
@@ -102,10 +102,10 @@ export class ItDurationPipe extends TranslatePipe {
102
102
  return '';
103
103
  }
104
104
  }
105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItDurationPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
106
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ItDurationPipe, isStandalone: true, name: "itDuration" }); }
105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItDurationPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
106
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: ItDurationPipe, isStandalone: true, name: "itDuration" }); }
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItDurationPipe, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItDurationPipe, decorators: [{
109
109
  type: Pipe,
110
110
  args: [{
111
111
  name: 'itDuration',
@@ -35,10 +35,10 @@ export class ItMarkMatchingTextPipe {
35
35
  }
36
36
  return allString;
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItMarkMatchingTextPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
39
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ItMarkMatchingTextPipe, isStandalone: true, name: "itMarkMatchingText" }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItMarkMatchingTextPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
39
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: ItMarkMatchingTextPipe, isStandalone: true, name: "itMarkMatchingText" }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItMarkMatchingTextPipe, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItMarkMatchingTextPipe, decorators: [{
42
42
  type: Pipe,
43
43
  args: [{
44
44
  standalone: true,
@@ -110,10 +110,10 @@ export class ItNotificationService {
110
110
  position,
111
111
  });
112
112
  }
113
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
114
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItNotificationService, providedIn: 'root' }); }
113
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
114
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItNotificationService, providedIn: 'root' }); }
115
115
  }
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ItNotificationService, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ItNotificationService, decorators: [{
117
117
  type: Injectable,
118
118
  args: [{ providedIn: 'root' }]
119
119
  }] });