@porscheinformatik/clr-addons 12.2.2 → 12.3.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 (100) hide show
  1. package/clr-addons.module.d.ts +2 -1
  2. package/dropdown/clr-dropdown-overflow.directive.d.ts +19 -0
  3. package/dropdown/clr-dropdown-overflow.module.d.ts +7 -0
  4. package/dropdown/index.d.ts +2 -0
  5. package/esm2020/abstract-form-component/abstract-form-component.mjs +3 -3
  6. package/esm2020/abstract-form-component/control-id.service.mjs +3 -3
  7. package/esm2020/abstract-form-component/form.module.mjs +4 -4
  8. package/esm2020/abstract-form-component/label.mjs +3 -3
  9. package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +3 -3
  10. package/esm2020/autocomplete-off/autocomplete-off.module.mjs +4 -4
  11. package/esm2020/back-button/back-button.mjs +3 -3
  12. package/esm2020/back-button/back-button.module.mjs +4 -4
  13. package/esm2020/brand-avatar/brand-avatar.mjs +3 -3
  14. package/esm2020/brand-avatar/brand-avatar.module.mjs +4 -4
  15. package/esm2020/breadcrumb/breadcrumb.mjs +3 -3
  16. package/esm2020/breadcrumb/breadcrumb.module.mjs +4 -4
  17. package/esm2020/breadcrumb/breadcrumb.service.mjs +3 -3
  18. package/esm2020/clr-addons.module.mjs +11 -7
  19. package/esm2020/collapse-expand-section/collapse-expand-section.mjs +3 -3
  20. package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +4 -4
  21. package/esm2020/content-panel/content-panel-container-content.mjs +3 -3
  22. package/esm2020/content-panel/content-panel-container-footer.mjs +3 -3
  23. package/esm2020/content-panel/content-panel-container.mjs +3 -3
  24. package/esm2020/content-panel/content-panel.mjs +3 -3
  25. package/esm2020/content-panel/content-panel.module.mjs +4 -4
  26. package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +3 -3
  27. package/esm2020/data-list-validator/data-list-validator.module.mjs +4 -4
  28. package/esm2020/date-time-container/date-time-container.mjs +3 -3
  29. package/esm2020/date-time-container/date-time-module.mjs +4 -4
  30. package/esm2020/date-time-container/time-input.mjs +3 -3
  31. package/esm2020/dot-pager/dot-pager.mjs +3 -3
  32. package/esm2020/dot-pager/dot-pager.module.mjs +4 -4
  33. package/esm2020/dropdown/clr-dropdown-overflow.directive.mjs +75 -0
  34. package/esm2020/dropdown/clr-dropdown-overflow.module.mjs +21 -0
  35. package/esm2020/dropdown/index.mjs +8 -0
  36. package/esm2020/flow-bar/flow-bar.mjs +5 -4
  37. package/esm2020/flow-bar/flow-bar.module.mjs +8 -7
  38. package/esm2020/generic-quick-list/generic-quick-list.mjs +3 -3
  39. package/esm2020/generic-quick-list/generic-quick-list.module.mjs +4 -4
  40. package/esm2020/history/history-pinned.mjs +3 -3
  41. package/esm2020/history/history.mjs +6 -5
  42. package/esm2020/history/history.module.mjs +8 -7
  43. package/esm2020/history/history.service.mjs +3 -3
  44. package/esm2020/icons/shapes.mjs +35 -1
  45. package/esm2020/index.mjs +2 -1
  46. package/esm2020/letter-avatar/letter-avatar.mjs +3 -3
  47. package/esm2020/letter-avatar/letter-avatar.module.mjs +4 -4
  48. package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +7 -6
  49. package/esm2020/location-bar/location-bar.component.mjs +3 -3
  50. package/esm2020/location-bar/location-bar.module.mjs +7 -6
  51. package/esm2020/main-nav-group/main-nav-group-item.mjs +3 -3
  52. package/esm2020/main-nav-group/main-nav-group.mjs +3 -3
  53. package/esm2020/main-nav-group/main-nav-group.module.mjs +4 -4
  54. package/esm2020/multilingual/abstract-multilingual.mjs +3 -3
  55. package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +3 -3
  56. package/esm2020/multilingual/multilingual-selector.mjs +7 -6
  57. package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +3 -3
  58. package/esm2020/multilingual/multilingual-validators.mjs +6 -6
  59. package/esm2020/multilingual/multilingual.module.mjs +9 -8
  60. package/esm2020/notification/notification.mjs +3 -3
  61. package/esm2020/notification/notification.module.mjs +4 -4
  62. package/esm2020/notification/notification.service.mjs +3 -3
  63. package/esm2020/numericfield/numeric-field-validators.mjs +6 -6
  64. package/esm2020/numericfield/numeric-field.mjs +3 -3
  65. package/esm2020/numericfield/numeric-field.module.mjs +4 -4
  66. package/esm2020/paged-search-result-list/paged-search-result-list.mjs +3 -3
  67. package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +4 -4
  68. package/esm2020/pager/pager.mjs +3 -3
  69. package/esm2020/pager/pager.module.mjs +4 -4
  70. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  71. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  72. package/esm2020/quick-list/add-option.mjs +3 -3
  73. package/esm2020/quick-list/quick-list.mjs +3 -3
  74. package/esm2020/quick-list/quick-list.module.mjs +4 -4
  75. package/esm2020/searchfield/search-field.mjs +3 -3
  76. package/esm2020/searchfield/search-field.module.mjs +4 -4
  77. package/esm2020/treetable/renderer/cell-renderer.mjs +3 -3
  78. package/esm2020/treetable/renderer/header-renderer.mjs +3 -3
  79. package/esm2020/treetable/renderer/main-renderer.mjs +3 -3
  80. package/esm2020/treetable/renderer/row-renderer.mjs +3 -3
  81. package/esm2020/treetable/treetable-action-overflow.mjs +3 -3
  82. package/esm2020/treetable/treetable-cell.mjs +3 -3
  83. package/esm2020/treetable/treetable-column.mjs +3 -3
  84. package/esm2020/treetable/treetable-placeholder.mjs +3 -3
  85. package/esm2020/treetable/treetable-row.mjs +3 -3
  86. package/esm2020/treetable/treetable.mjs +3 -3
  87. package/esm2020/treetable/treetable.module.mjs +4 -4
  88. package/esm2020/view-edit-section/view-edit-section.mjs +3 -3
  89. package/esm2020/view-edit-section/view-edit-section.module.mjs +4 -4
  90. package/fesm2015/clr-addons.mjs +419 -285
  91. package/fesm2015/clr-addons.mjs.map +1 -1
  92. package/fesm2020/clr-addons.mjs +419 -285
  93. package/fesm2020/clr-addons.mjs.map +1 -1
  94. package/flow-bar/flow-bar.module.d.ts +2 -1
  95. package/history/history.module.d.ts +2 -1
  96. package/icons/shapes.d.ts +17 -0
  97. package/index.d.ts +1 -0
  98. package/location-bar/location-bar.module.d.ts +2 -1
  99. package/multilingual/multilingual.module.d.ts +2 -1
  100. package/package.json +1 -1
@@ -11,10 +11,10 @@ import { ClrViewEditSection } from './view-edit-section';
11
11
  import * as i0 from "@angular/core";
12
12
  export class ClrViewEditSectionModule {
13
13
  }
14
- ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- ClrViewEditSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: ClrViewEditSectionModule, declarations: [ClrViewEditSection], imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule], exports: [ClrViewEditSection] });
16
- ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
14
+ ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ ClrViewEditSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrViewEditSectionModule, declarations: [ClrViewEditSection], imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule], exports: [ClrViewEditSection] });
16
+ ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],