@onemrvapublic/design-system 20.1.0-develop.1 → 20.1.0-develop.3

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 (64) hide show
  1. package/fesm2022/onemrvapublic-design-system-flag-icon.mjs +3 -3
  2. package/fesm2022/onemrvapublic-design-system-layout.mjs +166 -110
  3. package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
  4. package/fesm2022/onemrvapublic-design-system-mat-address.mjs +3 -3
  5. package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs +7 -7
  6. package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs +10 -10
  7. package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +6 -6
  8. package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs +3 -3
  9. package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs +3 -3
  10. package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs +3 -3
  11. package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs +3 -3
  12. package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs +3 -3
  13. package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +19 -19
  14. package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs +6 -6
  15. package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs +3 -3
  16. package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs +3 -3
  17. package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs +3 -3
  18. package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs +3 -3
  19. package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs +6 -6
  20. package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs +7 -7
  21. package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs +7 -7
  22. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs +169 -0
  23. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs.map +1 -0
  24. package/fesm2022/onemrvapublic-design-system-mat-notification.mjs +3 -3
  25. package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs +7 -7
  26. package/fesm2022/onemrvapublic-design-system-mat-panel.mjs +19 -19
  27. package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs +13 -13
  28. package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs +3 -3
  29. package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs +13 -13
  30. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs +10 -10
  31. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs.map +1 -1
  32. package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs +7 -7
  33. package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs +7 -7
  34. package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs +10 -10
  35. package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs +7 -7
  36. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs +8 -8
  37. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs.map +1 -1
  38. package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs +9 -9
  39. package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs +16 -16
  40. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +22 -22
  41. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +1 -1
  42. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs +8 -8
  43. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs.map +1 -1
  44. package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs +10 -10
  45. package/fesm2022/onemrvapublic-design-system-page-error.mjs +6 -6
  46. package/fesm2022/onemrvapublic-design-system-page-not-found.mjs +16 -16
  47. package/fesm2022/onemrvapublic-design-system-shared.mjs +72 -70
  48. package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -1
  49. package/fesm2022/onemrvapublic-design-system.mjs +724 -516
  50. package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
  51. package/index.d.ts +121 -62
  52. package/layout/index.d.ts +55 -43
  53. package/layout/src/components/layout/layout.component.scss +4 -2
  54. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.scss +1 -0
  55. package/layout/src/components/layout-left-sidenav/layout-left-sidenav.component.scss +4 -0
  56. package/layout/src/components/layout-sidenav/layout-sidenav.component.scss +21 -0
  57. package/mat-navigation/index.d.ts +54 -0
  58. package/mat-navigation/src/mat-navigation-item/onemrva-mat-navigation-item.component.scss +70 -0
  59. package/mat-navigation/src/mat-navigation-tree/onemrva-mat-navigation-tree.component.scss +0 -0
  60. package/mat-navigation/src/onemrva-mat-navigation.component.scss +34 -0
  61. package/mat-selectable-box/src/onemrva-mat-selectable-box.component.scss +65 -69
  62. package/mat-sticker/src/onemrva-mat-sticker.component.scss +7 -1
  63. package/package.json +5 -1
  64. package/shared/index.d.ts +1 -1
@@ -27,10 +27,10 @@ class FlagIconComponent {
27
27
  get url() {
28
28
  return `${this.cdnUrl}/img/flags/${this.modeValue}/${this.normalizedCountryCode}.svg`;
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: FlagIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
31
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: FlagIconComponent, isStandalone: true, selector: "flag-icon", inputs: { countryCode: "countryCode", mode: "mode", width: "width" }, ngImport: i0, template: "<span\n [class]=\"{\n fi: true,\n fis: mode === 'square',\n }\"\n>\n <img\n [alt]=\"normalizedCountryCode\"\n loading=\"lazy\"\n [ngSrc]=\"url\"\n [width]=\"width\"\n [height]=\"height\"\n />\n</span>\n", styles: [":host .fi{position:relative;display:inline-flex;margin-right:6px;vertical-align:middle}:host .fi.fis{width:1em}\n"], dependencies: [{ kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "decoding", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }] }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: FlagIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
31
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.7", type: FlagIconComponent, isStandalone: true, selector: "flag-icon", inputs: { countryCode: "countryCode", mode: "mode", width: "width" }, ngImport: i0, template: "<span\n [class]=\"{\n fi: true,\n fis: mode === 'square',\n }\"\n>\n <img\n [alt]=\"normalizedCountryCode\"\n loading=\"lazy\"\n [ngSrc]=\"url\"\n [width]=\"width\"\n [height]=\"height\"\n />\n</span>\n", styles: [":host .fi{position:relative;display:inline-flex;margin-right:6px;vertical-align:middle}:host .fi.fis{width:1em}\n"], dependencies: [{ kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "decoding", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }] }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: FlagIconComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: FlagIconComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'flag-icon', standalone: true, imports: [NgOptimizedImage], template: "<span\n [class]=\"{\n fi: true,\n fis: mode === 'square',\n }\"\n>\n <img\n [alt]=\"normalizedCountryCode\"\n loading=\"lazy\"\n [ngSrc]=\"url\"\n [width]=\"width\"\n [height]=\"height\"\n />\n</span>\n", styles: [":host .fi{position:relative;display:inline-flex;margin-right:6px;vertical-align:middle}:host .fi.fis{width:1em}\n"] }]
36
36
  }], ctorParameters: () => [], propDecorators: { countryCode: [{