@lucca-front/ng 19.3.0-rc.3 → 19.3.0-rc.4

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 (81) hide show
  1. package/core-select/input/select-input.component.d.ts +3 -1
  2. package/date2/abstract-date-component.d.ts +1 -1
  3. package/date2/date-input/date-input.component.d.ts +1 -0
  4. package/date2/date-range-input/date-range-input.component.d.ts +1 -0
  5. package/fesm2022/lucca-front-ng-core-select-user.mjs +1 -1
  6. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  7. package/fesm2022/lucca-front-ng-core-select.mjs +17 -2
  8. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  9. package/fesm2022/lucca-front-ng-date2.mjs +23 -14
  10. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  11. package/fesm2022/lucca-front-ng-divider.mjs +2 -2
  12. package/fesm2022/lucca-front-ng-divider.mjs.map +1 -1
  13. package/fesm2022/lucca-front-ng-fancy-box.mjs +2 -2
  14. package/fesm2022/lucca-front-ng-fancy-box.mjs.map +1 -1
  15. package/fesm2022/lucca-front-ng-file-upload.mjs +343 -0
  16. package/fesm2022/lucca-front-ng-file-upload.mjs.map +1 -0
  17. package/fesm2022/lucca-front-ng-filter-pills.mjs +5 -4
  18. package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
  19. package/fesm2022/lucca-front-ng-form-field.mjs +13 -5
  20. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  21. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs +2 -2
  22. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs.map +1 -1
  23. package/fesm2022/lucca-front-ng-forms.mjs +9 -4
  24. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  25. package/fesm2022/lucca-front-ng-icon.mjs +2 -2
  26. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  27. package/fesm2022/lucca-front-ng-inline-message.mjs +14 -6
  28. package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
  29. package/fesm2022/lucca-front-ng-link.mjs +2 -2
  30. package/fesm2022/lucca-front-ng-multi-select.mjs +3 -3
  31. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  32. package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
  33. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  34. package/fesm2022/lucca-front-ng-popup-employee.mjs +2 -2
  35. package/fesm2022/lucca-front-ng-popup-employee.mjs.map +1 -1
  36. package/fesm2022/lucca-front-ng-simple-select.mjs +2 -2
  37. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  38. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  39. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  40. package/fesm2022/lucca-front-ng-statusBadge.mjs +2 -2
  41. package/fesm2022/lucca-front-ng-statusBadge.mjs.map +1 -1
  42. package/fesm2022/lucca-front-ng-title.mjs +26 -17
  43. package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
  44. package/fesm2022/lucca-front-ng-tooltip.mjs +2 -2
  45. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  46. package/fesm2022/lucca-front-ng-user.mjs +2 -2
  47. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  48. package/file-upload/base-file-upload/base-file-upload.component.d.ts +24 -0
  49. package/file-upload/file-dropzone/file-dropzone.component.d.ts +6 -0
  50. package/file-upload/file-entry/file-entry.component.d.ts +35 -0
  51. package/file-upload/file-upload-entry.d.ts +6 -0
  52. package/file-upload/file-upload.translate.d.ts +34 -0
  53. package/file-upload/formatter.d.ts +3 -0
  54. package/file-upload/index.d.ts +5 -0
  55. package/file-upload/multi/multi-file-upload.component.d.ts +6 -0
  56. package/file-upload/public-api.d.ts +5 -0
  57. package/file-upload/single/single-file-upload.component.d.ts +13 -0
  58. package/file-upload/translations.d.ts +242 -0
  59. package/filter-pills/core/filter-pill-input-component.d.ts +1 -0
  60. package/filter-pills/filter-pill/filter-pill.component.d.ts +1 -0
  61. package/form-field/form-field.component.d.ts +5 -1
  62. package/formly/style/_components.scss +1 -0
  63. package/forms/checkbox-input/checkbox-input.component.d.ts +1 -0
  64. package/forms/multilanguage-input/multilanguage-input.component.d.ts +1 -0
  65. package/inline-message/inline-message.component.d.ts +3 -1
  66. package/package.json +34 -30
  67. package/schematics/lib/angular-component-ast.js +18 -7
  68. package/schematics/lu-select/migration.js +3 -3
  69. package/schematics/lu-select/util.js +1 -1
  70. package/src/components/_dropdown.scss +0 -0
  71. package/src/components/_input.scss +9 -11
  72. package/src/components/_picker.scss +1 -1
  73. package/src/components/_popup.scss +37 -35
  74. package/src/components/cdk/_dragDrop.scss +6 -0
  75. package/src/components/cdk/_overlay.scss +6 -12
  76. package/src/definitions/option/_option-item.scss +2 -3
  77. package/src/definitions/select/_select-input.scss +1 -0
  78. package/src/definitions/user/user-picture.scss +1 -0
  79. package/title/README.md +40 -46
  80. package/title/title-translate.service.d.ts +2 -1
  81. package/title/title.strategy.d.ts +15 -7
@@ -25,11 +25,11 @@ class DividerComponent {
25
25
  this.#luClass.setState(ngClassConfig);
26
26
  }
27
27
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: DividerComponent, isStandalone: true, selector: "lu-divider", inputs: { withRole: { classPropertyName: "withRole", publicName: "withRole", isSignal: true, isRequired: false, transformFunction: null }, vertical: { classPropertyName: "vertical", publicName: "vertical", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null } }, host: { properties: { "class.divider": "this.divider", "attr.role": "this.attrRole", "class.mod-vertical": "this.vertical" } }, providers: [LuClass], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".divider{--components-divider-fontSize: var(--sizes-M-fontSize);--components-divider-lineHeight: var(--sizes-M-lineHeight);--components-divider-marginBlock: var(--pr-t-spacings-50);--components-divider-marginInline: 0;--components-divider-minSize: var(--pr-t-spacings-150);--components-divider-direction: row;--components-divider-iconBottom: 0;--components-divider-justify: normal;--components-divider-alignSelf: \"\";border:0;display:block;margin-block:var(--components-divider-marginBlock);margin-inline:var(--components-divider-marginInline);align-self:var(--components-divider-alignSelf)}.divider:where(:empty){--components-divider-marginInline: 0;block-size:auto}.divider:where(:empty):not(.mod-vertical){border-block-start:var(--commons-divider-border)}.divider:not(:empty){display:flex;flex-direction:var(--components-divider-direction);align-items:center;text-wrap:balance;text-align:center;font-size:var(--components-divider-fontSize);line-height:var(--components-divider-lineHeight);color:var(--palettes-neutral-600);gap:var(--pr-t-spacings-100);justify-content:var(--components-divider-justify)}.divider:not(:empty):before,.divider:not(:empty):after{flex-grow:1;content:\"\"}.divider:not(:empty) .lucca-icon{color:var(--palettes-neutral-600)}.divider:not(:empty):not(.mod-vertical):before,.divider:not(:empty):not(.mod-vertical):after{border-block-start:var(--commons-divider-border);min-inline-size:var(--components-divider-minSize)}.divider:not(:empty) .lucca-icon{position:relative;inset-block-end:var(--components-divider-iconBottom)}.divider .button{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-boxShadow: 0 0 0 var(--commons-divider-width) var(--palettes-400, var(--palettes-neutral-400))}.divider .button:hover{--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-backgroundColor: var(--palettes-100, var(--palettes-neutral-100))}.divider .button:active{--components-button-backgroundColor: var(--palettes-200, var(--palettes-neutral-200))}.divider .button:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:3px}.divider .button:disabled{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-boxShadow: 0 0 0 1px var(--commons-disabled-placeholder);--components-button-color: var(--palettes-neutral-500)}.divider.mod-S{--components-divider-fontSize: var(--sizes-S-fontSize);--components-divider-lineHeight: var(--sizes-S-lineHeight)}.divider.mod-S .button{--icon-size: 1.25rem;--components-button-font-size: var(--sizes-S-fontSize);--components-button-line-height: var(--sizes-S-lineHeight);--components-button-padding: var(--pr-t-spacings-75) var(--pr-t-spacings-150);--components-button-gap: var(--pr-t-spacings-75)}.divider.mod-S .button .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.divider.mod-S .lucca-icon{--icon-size: 1.25rem}.divider.mod-vertical{--components-divider-alignSelf: stretch}.divider.mod-vertical:where(:empty){border-inline-start:var(--commons-divider-border)}.divider.mod-vertical:not(:empty){--components-divider-direction: column;--components-divider-iconBottom: var(--pr-t-spacings-25);--components-divider-justify: center}.divider.mod-vertical:not(:empty):before,.divider.mod-vertical:not(:empty):after{border-inline-start:var(--commons-divider-border);min-block-size:var(--components-divider-minSize)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: DividerComponent, isStandalone: true, selector: "lu-divider", inputs: { withRole: { classPropertyName: "withRole", publicName: "withRole", isSignal: true, isRequired: false, transformFunction: null }, vertical: { classPropertyName: "vertical", publicName: "vertical", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null } }, host: { properties: { "class.divider": "this.divider", "attr.role": "this.attrRole", "class.mod-vertical": "this.vertical" } }, providers: [LuClass], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".divider{--components-divider-fontSize: var(--sizes-M-fontSize);--components-divider-lineHeight: var(--sizes-M-lineHeight);--components-divider-marginBlock: var(--pr-t-spacings-50);--components-divider-marginInline: 0;--components-divider-minSize: var(--pr-t-spacings-150);--components-divider-direction: row;--components-divider-iconBottom: 0;--components-divider-justify: normal;--components-divider-alignSelf: \"\";border:0;display:block;margin-block:var(--components-divider-marginBlock);margin-inline:var(--components-divider-marginInline);align-self:var(--components-divider-alignSelf)}.divider:where(:empty){--components-divider-marginInline: 0;block-size:auto}.divider:where(:empty):not(.mod-vertical){border-block-start:var(--commons-divider-border)}.divider:not(:empty){display:flex;flex-direction:var(--components-divider-direction);align-items:center;text-wrap:balance;text-align:center;font-size:var(--components-divider-fontSize);line-height:var(--components-divider-lineHeight);color:var(--palettes-neutral-600);gap:var(--pr-t-spacings-100);justify-content:var(--components-divider-justify)}.divider:not(:empty):before,.divider:not(:empty):after{flex-grow:1;content:\"\"}.divider:not(:empty) .lucca-icon{color:var(--palettes-neutral-600);position:relative;inset-block-end:var(--components-divider-iconBottom)}.divider:not(:empty):not(.mod-vertical):before,.divider:not(:empty):not(.mod-vertical):after{border-block-start:var(--commons-divider-border);min-inline-size:var(--components-divider-minSize)}.divider .button{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-boxShadow: 0 0 0 var(--commons-divider-width) var(--palettes-400, var(--palettes-neutral-400))}.divider .button:hover{--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-backgroundColor: var(--palettes-100, var(--palettes-neutral-100))}.divider .button:active{--components-button-backgroundColor: var(--palettes-200, var(--palettes-neutral-200))}.divider .button:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:3px}.divider .button:disabled{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-boxShadow: 0 0 0 1px var(--commons-disabled-placeholder);--components-button-color: var(--palettes-neutral-500)}.divider.mod-S{--components-divider-fontSize: var(--sizes-S-fontSize);--components-divider-lineHeight: var(--sizes-S-lineHeight)}.divider.mod-S .button{--icon-size: 1.25rem;--components-button-font-size: var(--sizes-S-fontSize);--components-button-line-height: var(--sizes-S-lineHeight);--components-button-padding: var(--pr-t-spacings-75) var(--pr-t-spacings-150);--components-button-gap: var(--pr-t-spacings-75)}.divider.mod-S .button .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.divider.mod-S .lucca-icon{--icon-size: 1.25rem}.divider.mod-vertical{--components-divider-alignSelf: stretch}.divider.mod-vertical:where(:empty){border-inline-start:var(--commons-divider-border)}.divider.mod-vertical:not(:empty){--components-divider-direction: column;--components-divider-iconBottom: var(--pr-t-spacings-25);--components-divider-justify: center}.divider.mod-vertical:not(:empty):before,.divider.mod-vertical:not(:empty):after{border-inline-start:var(--commons-divider-border);min-block-size:var(--components-divider-minSize)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
29
29
  }
30
30
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: DividerComponent, decorators: [{
31
31
  type: Component,
32
- args: [{ selector: 'lu-divider', standalone: true, providers: [LuClass], template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".divider{--components-divider-fontSize: var(--sizes-M-fontSize);--components-divider-lineHeight: var(--sizes-M-lineHeight);--components-divider-marginBlock: var(--pr-t-spacings-50);--components-divider-marginInline: 0;--components-divider-minSize: var(--pr-t-spacings-150);--components-divider-direction: row;--components-divider-iconBottom: 0;--components-divider-justify: normal;--components-divider-alignSelf: \"\";border:0;display:block;margin-block:var(--components-divider-marginBlock);margin-inline:var(--components-divider-marginInline);align-self:var(--components-divider-alignSelf)}.divider:where(:empty){--components-divider-marginInline: 0;block-size:auto}.divider:where(:empty):not(.mod-vertical){border-block-start:var(--commons-divider-border)}.divider:not(:empty){display:flex;flex-direction:var(--components-divider-direction);align-items:center;text-wrap:balance;text-align:center;font-size:var(--components-divider-fontSize);line-height:var(--components-divider-lineHeight);color:var(--palettes-neutral-600);gap:var(--pr-t-spacings-100);justify-content:var(--components-divider-justify)}.divider:not(:empty):before,.divider:not(:empty):after{flex-grow:1;content:\"\"}.divider:not(:empty) .lucca-icon{color:var(--palettes-neutral-600)}.divider:not(:empty):not(.mod-vertical):before,.divider:not(:empty):not(.mod-vertical):after{border-block-start:var(--commons-divider-border);min-inline-size:var(--components-divider-minSize)}.divider:not(:empty) .lucca-icon{position:relative;inset-block-end:var(--components-divider-iconBottom)}.divider .button{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-boxShadow: 0 0 0 var(--commons-divider-width) var(--palettes-400, var(--palettes-neutral-400))}.divider .button:hover{--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-backgroundColor: var(--palettes-100, var(--palettes-neutral-100))}.divider .button:active{--components-button-backgroundColor: var(--palettes-200, var(--palettes-neutral-200))}.divider .button:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:3px}.divider .button:disabled{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-boxShadow: 0 0 0 1px var(--commons-disabled-placeholder);--components-button-color: var(--palettes-neutral-500)}.divider.mod-S{--components-divider-fontSize: var(--sizes-S-fontSize);--components-divider-lineHeight: var(--sizes-S-lineHeight)}.divider.mod-S .button{--icon-size: 1.25rem;--components-button-font-size: var(--sizes-S-fontSize);--components-button-line-height: var(--sizes-S-lineHeight);--components-button-padding: var(--pr-t-spacings-75) var(--pr-t-spacings-150);--components-button-gap: var(--pr-t-spacings-75)}.divider.mod-S .button .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.divider.mod-S .lucca-icon{--icon-size: 1.25rem}.divider.mod-vertical{--components-divider-alignSelf: stretch}.divider.mod-vertical:where(:empty){border-inline-start:var(--commons-divider-border)}.divider.mod-vertical:not(:empty){--components-divider-direction: column;--components-divider-iconBottom: var(--pr-t-spacings-25);--components-divider-justify: center}.divider.mod-vertical:not(:empty):before,.divider.mod-vertical:not(:empty):after{border-inline-start:var(--commons-divider-border);min-block-size:var(--components-divider-minSize)}\n"] }]
32
+ args: [{ selector: 'lu-divider', standalone: true, providers: [LuClass], template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".divider{--components-divider-fontSize: var(--sizes-M-fontSize);--components-divider-lineHeight: var(--sizes-M-lineHeight);--components-divider-marginBlock: var(--pr-t-spacings-50);--components-divider-marginInline: 0;--components-divider-minSize: var(--pr-t-spacings-150);--components-divider-direction: row;--components-divider-iconBottom: 0;--components-divider-justify: normal;--components-divider-alignSelf: \"\";border:0;display:block;margin-block:var(--components-divider-marginBlock);margin-inline:var(--components-divider-marginInline);align-self:var(--components-divider-alignSelf)}.divider:where(:empty){--components-divider-marginInline: 0;block-size:auto}.divider:where(:empty):not(.mod-vertical){border-block-start:var(--commons-divider-border)}.divider:not(:empty){display:flex;flex-direction:var(--components-divider-direction);align-items:center;text-wrap:balance;text-align:center;font-size:var(--components-divider-fontSize);line-height:var(--components-divider-lineHeight);color:var(--palettes-neutral-600);gap:var(--pr-t-spacings-100);justify-content:var(--components-divider-justify)}.divider:not(:empty):before,.divider:not(:empty):after{flex-grow:1;content:\"\"}.divider:not(:empty) .lucca-icon{color:var(--palettes-neutral-600);position:relative;inset-block-end:var(--components-divider-iconBottom)}.divider:not(:empty):not(.mod-vertical):before,.divider:not(:empty):not(.mod-vertical):after{border-block-start:var(--commons-divider-border);min-inline-size:var(--components-divider-minSize)}.divider .button{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-boxShadow: 0 0 0 var(--commons-divider-width) var(--palettes-400, var(--palettes-neutral-400))}.divider .button:hover{--components-button-color: var(--palettes-700, var(--palettes-neutral-700));--components-button-backgroundColor: var(--palettes-100, var(--palettes-neutral-100))}.divider .button:active{--components-button-backgroundColor: var(--palettes-200, var(--palettes-neutral-200))}.divider .button:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:3px}.divider .button:disabled{--components-button-backgroundColor: var(--palettes-neutral-0);--components-button-boxShadow: 0 0 0 1px var(--commons-disabled-placeholder);--components-button-color: var(--palettes-neutral-500)}.divider.mod-S{--components-divider-fontSize: var(--sizes-S-fontSize);--components-divider-lineHeight: var(--sizes-S-lineHeight)}.divider.mod-S .button{--icon-size: 1.25rem;--components-button-font-size: var(--sizes-S-fontSize);--components-button-line-height: var(--sizes-S-lineHeight);--components-button-padding: var(--pr-t-spacings-75) var(--pr-t-spacings-150);--components-button-gap: var(--pr-t-spacings-75)}.divider.mod-S .button .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.divider.mod-S .lucca-icon{--icon-size: 1.25rem}.divider.mod-vertical{--components-divider-alignSelf: stretch}.divider.mod-vertical:where(:empty){border-inline-start:var(--commons-divider-border)}.divider.mod-vertical:not(:empty){--components-divider-direction: column;--components-divider-iconBottom: var(--pr-t-spacings-25);--components-divider-justify: center}.divider.mod-vertical:not(:empty):before,.divider.mod-vertical:not(:empty):after{border-inline-start:var(--commons-divider-border);min-block-size:var(--components-divider-minSize)}\n"] }]
33
33
  }], propDecorators: { content: [{
34
34
  type: ViewChild,
35
35
  args: ['content']
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-divider.mjs","sources":["../../../packages/ng/divider/divider.component.ts","../../../packages/ng/divider/lucca-front-ng-divider.ts"],"sourcesContent":["import { booleanAttribute, Component, computed, ElementRef, HostBinding, inject, input, Input, OnChanges, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { LuClass } from '@lucca-front/ng/core';\n\n@Component({\n\tselector: 'lu-divider',\n\tstandalone: true,\n\tproviders: [LuClass],\n\ttemplate: '<ng-content></ng-content>',\n\tstyleUrls: ['./divider.component.scss'],\n\tencapsulation: ViewEncapsulation.None,\n})\nexport class DividerComponent implements OnChanges {\n\t#luClass = inject(LuClass);\n\n\t@ViewChild('content') content: ElementRef;\n\n\t@HostBinding('class.divider')\n\tdivider = true;\n\n\twithRole = input<boolean, boolean>(false, { transform: booleanAttribute });\n\n\trole = computed(() => {\n\t\treturn this.withRole() ? 'separator' : null;\n\t});\n\n\t@HostBinding('attr.role')\n\tget attrRole() {\n\t\treturn this.role();\n\t}\n\n\t@Input({ transform: booleanAttribute })\n\t@HostBinding('class.mod-vertical')\n\tvertical: false;\n\n\t@Input()\n\tsize: 'M' | 'S';\n\n\tngOnChanges(): void {\n\t\tthis.updateClasses();\n\t}\n\n\tupdateClasses(): void {\n\t\tconst ngClassConfig = {\n\t\t\t[`mod-${this.size}`]: !!this.size,\n\t\t};\n\n\t\tthis.#luClass.setState(ngClassConfig);\n\t}\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAWa,gBAAgB,CAAA;AAR7B,IAAA,WAAA,GAAA;AASC,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC;QAK1B,IAAO,CAAA,OAAA,GAAG,IAAI;QAEd,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAmB,KAAK,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;AAE1E,QAAA,IAAA,CAAA,IAAI,GAAG,QAAQ,CAAC,MAAK;AACpB,YAAA,OAAO,IAAI,CAAC,QAAQ,EAAE,GAAG,WAAW,GAAG,IAAI;AAC5C,SAAC,CAAC;AAyBF;AApCA,IAAA,QAAQ;AAaR,IAAA,IACI,QAAQ,GAAA;AACX,QAAA,OAAO,IAAI,CAAC,IAAI,EAAE;;IAUnB,WAAW,GAAA;QACV,IAAI,CAAC,aAAa,EAAE;;IAGrB,aAAa,GAAA;AACZ,QAAA,MAAM,aAAa,GAAG;YACrB,CAAC,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,CAAA,CAAE,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI;SACjC;AAED,QAAA,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC;;8GAnC1B,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,mTAmBR,gBAAgB,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,KAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,eAAA,EAAA,cAAA,EAAA,WAAA,EAAA,eAAA,EAAA,oBAAA,EAAA,eAAA,EAAA,EAAA,EAAA,SAAA,EAxBzB,CAAC,OAAO,CAAC,mJACV,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,wjHAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAIzB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;+BACC,YAAY,EAAA,UAAA,EACV,IAAI,EAAA,SAAA,EACL,CAAC,OAAO,CAAC,EAAA,QAAA,EACV,2BAA2B,EAAA,aAAA,EAEtB,iBAAiB,CAAC,IAAI,EAAA,MAAA,EAAA,CAAA,wjHAAA,CAAA,EAAA;8BAKf,OAAO,EAAA,CAAA;sBAA5B,SAAS;uBAAC,SAAS;gBAGpB,OAAO,EAAA,CAAA;sBADN,WAAW;uBAAC,eAAe;gBAUxB,QAAQ,EAAA,CAAA;sBADX,WAAW;uBAAC,WAAW;gBAOxB,QAAQ,EAAA,CAAA;sBAFP,KAAK;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBACrC,WAAW;uBAAC,oBAAoB;gBAIjC,IAAI,EAAA,CAAA;sBADH;;;AClCF;;AAEG;;;;"}
1
+ {"version":3,"file":"lucca-front-ng-divider.mjs","sources":["../../../packages/ng/divider/divider.component.ts","../../../packages/ng/divider/lucca-front-ng-divider.ts"],"sourcesContent":["import { booleanAttribute, Component, computed, ElementRef, HostBinding, inject, input, Input, OnChanges, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { LuClass } from '@lucca-front/ng/core';\n\n@Component({\n\tselector: 'lu-divider',\n\tstandalone: true,\n\tproviders: [LuClass],\n\ttemplate: '<ng-content></ng-content>',\n\tstyleUrls: ['./divider.component.scss'],\n\tencapsulation: ViewEncapsulation.None,\n})\nexport class DividerComponent implements OnChanges {\n\t#luClass = inject(LuClass);\n\n\t@ViewChild('content') content: ElementRef;\n\n\t@HostBinding('class.divider')\n\tdivider = true;\n\n\twithRole = input<boolean, boolean>(false, { transform: booleanAttribute });\n\n\trole = computed(() => {\n\t\treturn this.withRole() ? 'separator' : null;\n\t});\n\n\t@HostBinding('attr.role')\n\tget attrRole() {\n\t\treturn this.role();\n\t}\n\n\t@Input({ transform: booleanAttribute })\n\t@HostBinding('class.mod-vertical')\n\tvertical: false;\n\n\t@Input()\n\tsize: 'M' | 'S';\n\n\tngOnChanges(): void {\n\t\tthis.updateClasses();\n\t}\n\n\tupdateClasses(): void {\n\t\tconst ngClassConfig = {\n\t\t\t[`mod-${this.size}`]: !!this.size,\n\t\t};\n\n\t\tthis.#luClass.setState(ngClassConfig);\n\t}\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAWa,gBAAgB,CAAA;AAR7B,IAAA,WAAA,GAAA;AASC,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC;QAK1B,IAAO,CAAA,OAAA,GAAG,IAAI;QAEd,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAmB,KAAK,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;AAE1E,QAAA,IAAA,CAAA,IAAI,GAAG,QAAQ,CAAC,MAAK;AACpB,YAAA,OAAO,IAAI,CAAC,QAAQ,EAAE,GAAG,WAAW,GAAG,IAAI;AAC5C,SAAC,CAAC;AAyBF;AApCA,IAAA,QAAQ;AAaR,IAAA,IACI,QAAQ,GAAA;AACX,QAAA,OAAO,IAAI,CAAC,IAAI,EAAE;;IAUnB,WAAW,GAAA;QACV,IAAI,CAAC,aAAa,EAAE;;IAGrB,aAAa,GAAA;AACZ,QAAA,MAAM,aAAa,GAAG;YACrB,CAAC,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,CAAA,CAAE,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI;SACjC;AAED,QAAA,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC;;8GAnC1B,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,mTAmBR,gBAAgB,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,KAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,eAAA,EAAA,cAAA,EAAA,WAAA,EAAA,eAAA,EAAA,oBAAA,EAAA,eAAA,EAAA,EAAA,EAAA,SAAA,EAxBzB,CAAC,OAAO,CAAC,mJACV,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uhHAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAIzB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;+BACC,YAAY,EAAA,UAAA,EACV,IAAI,EAAA,SAAA,EACL,CAAC,OAAO,CAAC,EAAA,QAAA,EACV,2BAA2B,EAAA,aAAA,EAEtB,iBAAiB,CAAC,IAAI,EAAA,MAAA,EAAA,CAAA,uhHAAA,CAAA,EAAA;8BAKf,OAAO,EAAA,CAAA;sBAA5B,SAAS;uBAAC,SAAS;gBAGpB,OAAO,EAAA,CAAA;sBADN,WAAW;uBAAC,eAAe;gBAUxB,QAAQ,EAAA,CAAA;sBADX,WAAW;uBAAC,WAAW;gBAOxB,QAAQ,EAAA,CAAA;sBAFP,KAAK;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBACrC,WAAW;uBAAC,oBAAoB;gBAIjC,IAAI,EAAA,CAAA;sBADH;;;AClCF;;AAEG;;;;"}
@@ -12,13 +12,13 @@ class FancyBoxComponent {
12
12
  return this.backgroundRight ? `url(${this.backgroundRight})` : ``;
13
13
  }
14
14
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: FancyBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: FancyBoxComponent, isStandalone: true, selector: "lu-fancy-box", inputs: { foreground: "foreground", backgroundLeft: "backgroundLeft", backgroundRight: "backgroundRight" }, host: { properties: { "style.--components-fancyBox-foreground": "this.foregroundStyle", "style.--components-fancyBox-background-left": "this.backgroundLeftStyle", "style.--components-fancyBox-background-right": "this.backgroundRightStyle" }, classAttribute: "fancyBox" }, ngImport: i0, template: "<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n", styles: [".fancyBox{--components-fancyBox-background-left: none;--components-fancyBox-background-right: none;--components-fancyBox-foreground: none;--components-fancyBox-imageWidth: 12.5rem;--components-fancyBox-imageHeight: 10rem;--components-fancyBox-offsetInline: -10rem;--components-fancyBox-offsetBlock: -1.5rem;overflow:hidden;padding-inline:var(--pr-t-spacings-200);display:block}.fancyBox-content{display:flex;flex-direction:column;margin-block:0;margin-inline:auto;min-block-size:10rem;min-inline-size:min(20rem,100%);padding-block:var(--pr-t-spacings-300);inline-size:fit-content;position:relative}.fancyBox-content-box{position:relative;padding-block:var(--pr-t-spacings-300);padding-inline:var(--pr-t-spacings-700);background-color:var(--pr-t-elevation-surface-raised);border-radius:16px;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.fancyBox-content-box:before,.fancyBox-content-box:after{content:\"\";z-index:-1;position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;background-size:contain;transition-duration:var(--commons-animations-durations-slow)}.fancyBox-content-box:before{transition-property:width,height,bottom,left;inset-block-end:var(--components-fancyBox-offsetBlock);inset-inline-start:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-left)}.fancyBox-content-box:after{transition-property:width,height,top,right;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-right)}.fancyBox-content-box-foreground{position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-foreground);background-size:contain;transition-property:width,height,top,right;transition-duration:var(--commons-animations-durations-slow)}@media not all and (min-width: 40em){.fancyBox{--components-fancyBox-imageWidth: 11.25rem;--components-fancyBox-imageHeight: 9rem;--components-fancyBox-offsetInline: -8.75rem;--components-fancyBox-offsetBlock: -.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: FancyBoxComponent, isStandalone: true, selector: "lu-fancy-box", inputs: { foreground: "foreground", backgroundLeft: "backgroundLeft", backgroundRight: "backgroundRight" }, host: { properties: { "style.--components-fancyBox-foreground": "this.foregroundStyle", "style.--components-fancyBox-background-left": "this.backgroundLeftStyle", "style.--components-fancyBox-background-right": "this.backgroundRightStyle" }, classAttribute: "fancyBox" }, ngImport: i0, template: "<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n", styles: [".fancyBox{--components-fancyBox-background-left: none;--components-fancyBox-background-right: none;--components-fancyBox-foreground: none;--components-fancyBox-imageWidth: 12.5rem;--components-fancyBox-imageHeight: 10rem;--components-fancyBox-offsetInline: -10rem;--components-fancyBox-offsetBlock: -1.5rem;overflow:hidden;padding-inline:var(--pr-t-spacings-200);display:block;position:relative;z-index:0}.fancyBox-content{display:flex;flex-direction:column;margin-block:0;margin-inline:auto;min-block-size:10rem;min-inline-size:min(20rem,100%);padding-block:var(--pr-t-spacings-300);inline-size:fit-content;position:relative}.fancyBox-content-box{position:relative;padding-block:var(--pr-t-spacings-300);padding-inline:var(--pr-t-spacings-700);background-color:var(--pr-t-elevation-surface-raised);border-radius:16px;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.fancyBox-content-box:before,.fancyBox-content-box:after{content:\"\";z-index:-1;position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;background-size:contain;transition-duration:var(--commons-animations-durations-slow)}.fancyBox-content-box:before{transition-property:width,height,bottom,left;inset-block-end:var(--components-fancyBox-offsetBlock);inset-inline-start:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-left)}.fancyBox-content-box:after{transition-property:width,height,top,right;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-right)}.fancyBox-content-box-foreground{position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-foreground);background-size:contain;transition-property:width,height,top,right;transition-duration:var(--commons-animations-durations-slow)}@media not all and (min-width: 40em){.fancyBox{--components-fancyBox-imageWidth: 11.25rem;--components-fancyBox-imageHeight: 9rem;--components-fancyBox-offsetInline: -8.75rem;--components-fancyBox-offsetBlock: -.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: FancyBoxComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'lu-fancy-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
20
20
  class: 'fancyBox',
21
- }, template: "<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n", styles: [".fancyBox{--components-fancyBox-background-left: none;--components-fancyBox-background-right: none;--components-fancyBox-foreground: none;--components-fancyBox-imageWidth: 12.5rem;--components-fancyBox-imageHeight: 10rem;--components-fancyBox-offsetInline: -10rem;--components-fancyBox-offsetBlock: -1.5rem;overflow:hidden;padding-inline:var(--pr-t-spacings-200);display:block}.fancyBox-content{display:flex;flex-direction:column;margin-block:0;margin-inline:auto;min-block-size:10rem;min-inline-size:min(20rem,100%);padding-block:var(--pr-t-spacings-300);inline-size:fit-content;position:relative}.fancyBox-content-box{position:relative;padding-block:var(--pr-t-spacings-300);padding-inline:var(--pr-t-spacings-700);background-color:var(--pr-t-elevation-surface-raised);border-radius:16px;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.fancyBox-content-box:before,.fancyBox-content-box:after{content:\"\";z-index:-1;position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;background-size:contain;transition-duration:var(--commons-animations-durations-slow)}.fancyBox-content-box:before{transition-property:width,height,bottom,left;inset-block-end:var(--components-fancyBox-offsetBlock);inset-inline-start:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-left)}.fancyBox-content-box:after{transition-property:width,height,top,right;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-right)}.fancyBox-content-box-foreground{position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-foreground);background-size:contain;transition-property:width,height,top,right;transition-duration:var(--commons-animations-durations-slow)}@media not all and (min-width: 40em){.fancyBox{--components-fancyBox-imageWidth: 11.25rem;--components-fancyBox-imageHeight: 9rem;--components-fancyBox-offsetInline: -8.75rem;--components-fancyBox-offsetBlock: -.5rem}}\n"] }]
21
+ }, template: "<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n", styles: [".fancyBox{--components-fancyBox-background-left: none;--components-fancyBox-background-right: none;--components-fancyBox-foreground: none;--components-fancyBox-imageWidth: 12.5rem;--components-fancyBox-imageHeight: 10rem;--components-fancyBox-offsetInline: -10rem;--components-fancyBox-offsetBlock: -1.5rem;overflow:hidden;padding-inline:var(--pr-t-spacings-200);display:block;position:relative;z-index:0}.fancyBox-content{display:flex;flex-direction:column;margin-block:0;margin-inline:auto;min-block-size:10rem;min-inline-size:min(20rem,100%);padding-block:var(--pr-t-spacings-300);inline-size:fit-content;position:relative}.fancyBox-content-box{position:relative;padding-block:var(--pr-t-spacings-300);padding-inline:var(--pr-t-spacings-700);background-color:var(--pr-t-elevation-surface-raised);border-radius:16px;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.fancyBox-content-box:before,.fancyBox-content-box:after{content:\"\";z-index:-1;position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;background-size:contain;transition-duration:var(--commons-animations-durations-slow)}.fancyBox-content-box:before{transition-property:width,height,bottom,left;inset-block-end:var(--components-fancyBox-offsetBlock);inset-inline-start:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-left)}.fancyBox-content-box:after{transition-property:width,height,top,right;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-background-right)}.fancyBox-content-box-foreground{position:absolute;inline-size:var(--components-fancyBox-imageWidth);block-size:var(--components-fancyBox-imageHeight);background-repeat:no-repeat;inset-block-start:var(--components-fancyBox-offsetBlock);inset-inline-end:var(--components-fancyBox-offsetInline);background-image:var(--components-fancyBox-foreground);background-size:contain;transition-property:width,height,top,right;transition-duration:var(--commons-animations-durations-slow)}@media not all and (min-width: 40em){.fancyBox{--components-fancyBox-imageWidth: 11.25rem;--components-fancyBox-imageHeight: 9rem;--components-fancyBox-offsetInline: -8.75rem;--components-fancyBox-offsetBlock: -.5rem}}\n"] }]
22
22
  }], propDecorators: { foreground: [{
23
23
  type: Input
24
24
  }], foregroundStyle: [{
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-fancy-box.mjs","sources":["../../../packages/ng/fancy-box/fancy-box.component.ts","../../../packages/ng/fancy-box/fancy-box.component.html","../../../packages/ng/fancy-box/lucca-front-ng-fancy-box.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n\tselector: 'lu-fancy-box',\n\tstandalone: true,\n\ttemplateUrl: './fancy-box.component.html',\n\tstyleUrls: ['./fancy-box.component.scss'],\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\n\tencapsulation: ViewEncapsulation.None,\n\thost: {\n\t\tclass: 'fancyBox',\n\t},\n})\nexport class FancyBoxComponent {\n\t@Input()\n\tforeground?: string;\n\t@HostBinding('style.--components-fancyBox-foreground')\n\tget foregroundStyle(): string {\n\t\treturn this.foreground ? `url(${this.foreground})` : ``;\n\t}\n\n\t@Input({ required: true })\n\tbackgroundLeft: string;\n\t@HostBinding('style.--components-fancyBox-background-left')\n\tget backgroundLeftStyle(): string {\n\t\treturn this.backgroundLeft ? `url(${this.backgroundLeft})` : ``;\n\t}\n\n\t@Input({ required: true })\n\tbackgroundRight: string;\n\t@HostBinding('style.--components-fancyBox-background-right')\n\tget backgroundRightStyle(): string {\n\t\treturn this.backgroundRight ? `url(${this.backgroundRight})` : ``;\n\t}\n}\n","<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAaa,iBAAiB,CAAA;AAG7B,IAAA,IACI,eAAe,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,UAAU,CAAG,CAAA,CAAA,GAAG,EAAE;;AAKxD,IAAA,IACI,mBAAmB,GAAA;AACtB,QAAA,OAAO,IAAI,CAAC,cAAc,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,cAAc,CAAG,CAAA,CAAA,GAAG,EAAE;;AAKhE,IAAA,IACI,oBAAoB,GAAA;AACvB,QAAA,OAAO,IAAI,CAAC,eAAe,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,eAAe,CAAG,CAAA,CAAA,GAAG,EAAE;;8GAnBtD,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,ocCb9B,6KAMA,EAAA,MAAA,EAAA,CAAA,+0EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FDOa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAX7B,SAAS;+BACC,cAAc,EAAA,UAAA,EACZ,IAAI,EAAA,eAAA,EAGC,uBAAuB,CAAC,MAAM,EAChC,aAAA,EAAA,iBAAiB,CAAC,IAAI,EAC/B,IAAA,EAAA;AACL,wBAAA,KAAK,EAAE,UAAU;AACjB,qBAAA,EAAA,QAAA,EAAA,6KAAA,EAAA,MAAA,EAAA,CAAA,+0EAAA,CAAA,EAAA;8BAID,UAAU,EAAA,CAAA;sBADT;gBAGG,eAAe,EAAA,CAAA;sBADlB,WAAW;uBAAC,wCAAwC;gBAMrD,cAAc,EAAA,CAAA;sBADb,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAGrB,mBAAmB,EAAA,CAAA;sBADtB,WAAW;uBAAC,6CAA6C;gBAM1D,eAAe,EAAA,CAAA;sBADd,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAGrB,oBAAoB,EAAA,CAAA;sBADvB,WAAW;uBAAC,8CAA8C;;;AE9B5D;;AAEG;;;;"}
1
+ {"version":3,"file":"lucca-front-ng-fancy-box.mjs","sources":["../../../packages/ng/fancy-box/fancy-box.component.ts","../../../packages/ng/fancy-box/fancy-box.component.html","../../../packages/ng/fancy-box/lucca-front-ng-fancy-box.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n\tselector: 'lu-fancy-box',\n\tstandalone: true,\n\ttemplateUrl: './fancy-box.component.html',\n\tstyleUrls: ['./fancy-box.component.scss'],\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\n\tencapsulation: ViewEncapsulation.None,\n\thost: {\n\t\tclass: 'fancyBox',\n\t},\n})\nexport class FancyBoxComponent {\n\t@Input()\n\tforeground?: string;\n\t@HostBinding('style.--components-fancyBox-foreground')\n\tget foregroundStyle(): string {\n\t\treturn this.foreground ? `url(${this.foreground})` : ``;\n\t}\n\n\t@Input({ required: true })\n\tbackgroundLeft: string;\n\t@HostBinding('style.--components-fancyBox-background-left')\n\tget backgroundLeftStyle(): string {\n\t\treturn this.backgroundLeft ? `url(${this.backgroundLeft})` : ``;\n\t}\n\n\t@Input({ required: true })\n\tbackgroundRight: string;\n\t@HostBinding('style.--components-fancyBox-background-right')\n\tget backgroundRightStyle(): string {\n\t\treturn this.backgroundRight ? `url(${this.backgroundRight})` : ``;\n\t}\n}\n","<div class=\"fancyBox-content\">\n\t<div class=\"fancyBox-content-box\">\n\t\t<ng-content />\n\t\t<div class=\"fancyBox-content-box-foreground\"></div>\n\t</div>\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAaa,iBAAiB,CAAA;AAG7B,IAAA,IACI,eAAe,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,UAAU,CAAG,CAAA,CAAA,GAAG,EAAE;;AAKxD,IAAA,IACI,mBAAmB,GAAA;AACtB,QAAA,OAAO,IAAI,CAAC,cAAc,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,cAAc,CAAG,CAAA,CAAA,GAAG,EAAE;;AAKhE,IAAA,IACI,oBAAoB,GAAA;AACvB,QAAA,OAAO,IAAI,CAAC,eAAe,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,eAAe,CAAG,CAAA,CAAA,GAAG,EAAE;;8GAnBtD,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,ocCb9B,6KAMA,EAAA,MAAA,EAAA,CAAA,22EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FDOa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAX7B,SAAS;+BACC,cAAc,EAAA,UAAA,EACZ,IAAI,EAAA,eAAA,EAGC,uBAAuB,CAAC,MAAM,EAChC,aAAA,EAAA,iBAAiB,CAAC,IAAI,EAC/B,IAAA,EAAA;AACL,wBAAA,KAAK,EAAE,UAAU;AACjB,qBAAA,EAAA,QAAA,EAAA,6KAAA,EAAA,MAAA,EAAA,CAAA,22EAAA,CAAA,EAAA;8BAID,UAAU,EAAA,CAAA;sBADT;gBAGG,eAAe,EAAA,CAAA;sBADlB,WAAW;uBAAC,wCAAwC;gBAMrD,cAAc,EAAA,CAAA;sBADb,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAGrB,mBAAmB,EAAA,CAAA;sBADtB,WAAW;uBAAC,6CAA6C;gBAM1D,eAAe,EAAA,CAAA;sBADd,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAGrB,oBAAoB,EAAA,CAAA;sBADvB,WAAW;uBAAC,8CAA8C;;;AE9B5D;;AAEG;;;;"}