otimus-library 0.2.39 → 0.2.41

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 (33) hide show
  1. package/esm2022/lib/components/oc-accordion/oc-accordion.component.mjs +3 -3
  2. package/esm2022/lib/components/oc-accordion-item/oc-accordion-item.component.mjs +3 -3
  3. package/esm2022/lib/components/oc-autocomplete/oc-autocomplete.component.mjs +8 -8
  4. package/esm2022/lib/components/oc-badge/oc-badge.component.mjs +3 -3
  5. package/esm2022/lib/components/oc-checkbox/oc-checkbox.component.mjs +3 -3
  6. package/esm2022/lib/components/oc-chip/oc-chip.component.mjs +3 -3
  7. package/esm2022/lib/components/oc-filter/oc-filter.component.mjs +3 -3
  8. package/esm2022/lib/components/oc-input/oc-input.component.mjs +3 -3
  9. package/esm2022/lib/components/oc-key-value/oc-key-value.component.mjs +3 -3
  10. package/esm2022/lib/components/oc-log/oc-log.component.mjs +3 -3
  11. package/esm2022/lib/components/oc-menu/oc-menu.component.mjs +3 -3
  12. package/esm2022/lib/components/oc-modal/oc-modal.component.mjs +3 -3
  13. package/esm2022/lib/components/oc-modal-footer/oc-modal-footer.component.mjs +3 -3
  14. package/esm2022/lib/components/oc-not-found/oc-not-found.component.mjs +3 -3
  15. package/esm2022/lib/components/oc-pagination/oc-pagination.component.mjs +3 -3
  16. package/esm2022/lib/components/oc-profile/oc-profile.component.mjs +3 -3
  17. package/esm2022/lib/components/oc-step/oc-step.component.mjs +3 -3
  18. package/esm2022/lib/components/oc-stepper/oc-stepper.component.mjs +3 -3
  19. package/esm2022/lib/components/oc-tab/oc-tab.component.mjs +3 -3
  20. package/esm2022/lib/components/oc-tabs/oc-tabs.component.mjs +3 -3
  21. package/esm2022/lib/components/oc-toast/oc-toast.component.mjs +3 -3
  22. package/esm2022/lib/components/oc-toggle/oc-toggle.component.mjs +3 -3
  23. package/esm2022/lib/directives/oc-tooltip/oc-tooltip.directive.mjs +3 -3
  24. package/esm2022/lib/otimus-library.component.mjs +3 -3
  25. package/esm2022/lib/otimus-library.service.mjs +3 -3
  26. package/esm2022/lib/services/internationalization.service.mjs +3 -3
  27. package/esm2022/lib/services/oc-toast.service.mjs +3 -3
  28. package/esm2022/lib/services/style-theme.service.mjs +3 -3
  29. package/fesm2022/otimus-library.mjs +88 -88
  30. package/fesm2022/otimus-library.mjs.map +1 -1
  31. package/lib/components/oc-autocomplete/oc-autocomplete.component.d.ts +2 -1
  32. package/package.json +1 -1
  33. package/styles/components/inputs/inputs.scss +6 -0
@@ -7,10 +7,10 @@ export class OcModalFooterComponent {
7
7
  this.ocSide = 'right';
8
8
  this.ocFixed = true;
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: OcModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: OcModalFooterComponent, isStandalone: true, selector: "oc-modal-footer", inputs: { ocSide: "ocSide", ocBgColor: "ocBgColor", ocFixed: "ocFixed" }, ngImport: i0, template: "<footer class=\"oc-modal-footer\" [ngClass]=\"{\n 'left': ocSide === 'left',\n 'right': ocSide === 'right',\n 'fixed': ocFixed\n}\"\n [ngStyle]=\"{\n 'background-color': ocBgColor\n }\"\n>\n <ng-content></ng-content>\n</footer>", styles: [".oc-modal-footer{display:flex;align-items:center;gap:1rem;width:100%;margin-top:1.5rem;padding-bottom:2px}.left{justify-content:flex-start}.right{justify-content:flex-end}.fixed{position:sticky;bottom:0;background-color:#f8f9ff}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OcModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OcModalFooterComponent, isStandalone: true, selector: "oc-modal-footer", inputs: { ocSide: "ocSide", ocBgColor: "ocBgColor", ocFixed: "ocFixed" }, ngImport: i0, template: "<footer class=\"oc-modal-footer\" [ngClass]=\"{\n 'left': ocSide === 'left',\n 'right': ocSide === 'right',\n 'fixed': ocFixed\n}\"\n [ngStyle]=\"{\n 'background-color': ocBgColor\n }\"\n>\n <ng-content></ng-content>\n</footer>", styles: [".oc-modal-footer{display:flex;align-items:center;gap:1rem;width:100%;margin-top:1.5rem;padding-bottom:2px}.left{justify-content:flex-start}.right{justify-content:flex-end}.fixed{position:sticky;bottom:0;background-color:#f8f9ff}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: OcModalFooterComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OcModalFooterComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'oc-modal-footer', standalone: true, imports: [CommonModule], template: "<footer class=\"oc-modal-footer\" [ngClass]=\"{\n 'left': ocSide === 'left',\n 'right': ocSide === 'right',\n 'fixed': ocFixed\n}\"\n [ngStyle]=\"{\n 'background-color': ocBgColor\n }\"\n>\n <ng-content></ng-content>\n</footer>", styles: [".oc-modal-footer{display:flex;align-items:center;gap:1rem;width:100%;margin-top:1.5rem;padding-bottom:2px}.left{justify-content:flex-start}.right{justify-content:flex-end}.fixed{position:sticky;bottom:0;background-color:#f8f9ff}\n"] }]
16
16
  }], propDecorators: { ocSide: [{