otimus-library 0.2.95 → 0.2.96

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 (80) hide show
  1. package/fesm2022/otimus-library.mjs +224 -167
  2. package/fesm2022/otimus-library.mjs.map +1 -1
  3. package/index.d.ts +563 -5
  4. package/package.json +5 -7
  5. package/esm2022/lib/components/oc-accordion/oc-accordion.component.mjs +0 -48
  6. package/esm2022/lib/components/oc-accordion-item/oc-accordion-item.component.mjs +0 -35
  7. package/esm2022/lib/components/oc-autocomplete/oc-autocomplete.component.mjs +0 -373
  8. package/esm2022/lib/components/oc-badge/oc-badge.component.mjs +0 -30
  9. package/esm2022/lib/components/oc-button-menu/oc-button-menu.component.mjs +0 -45
  10. package/esm2022/lib/components/oc-checkbox/oc-checkbox.component.mjs +0 -140
  11. package/esm2022/lib/components/oc-chip/oc-chip.component.mjs +0 -48
  12. package/esm2022/lib/components/oc-date-select/data/months.json +0 -44
  13. package/esm2022/lib/components/oc-date-select/oc-date-select.component.mjs +0 -128
  14. package/esm2022/lib/components/oc-filter/oc-filter.component.mjs +0 -39
  15. package/esm2022/lib/components/oc-input/oc-input.component.mjs +0 -97
  16. package/esm2022/lib/components/oc-key-value/oc-key-value.component.mjs +0 -31
  17. package/esm2022/lib/components/oc-log/oc-log.component.mjs +0 -22
  18. package/esm2022/lib/components/oc-menu/oc-menu.component.mjs +0 -81
  19. package/esm2022/lib/components/oc-message/oc-message.component.mjs +0 -52
  20. package/esm2022/lib/components/oc-modal/oc-modal.component.mjs +0 -85
  21. package/esm2022/lib/components/oc-modal-footer/oc-modal-footer.component.mjs +0 -23
  22. package/esm2022/lib/components/oc-not-found/oc-not-found.component.mjs +0 -11
  23. package/esm2022/lib/components/oc-pagination/oc-pagination.component.mjs +0 -49
  24. package/esm2022/lib/components/oc-profile/oc-profile.component.mjs +0 -38
  25. package/esm2022/lib/components/oc-progress/oc-progress.component.mjs +0 -35
  26. package/esm2022/lib/components/oc-step/oc-step.component.mjs +0 -58
  27. package/esm2022/lib/components/oc-stepper/oc-stepper.component.mjs +0 -94
  28. package/esm2022/lib/components/oc-tab/oc-tab.component.mjs +0 -20
  29. package/esm2022/lib/components/oc-tabs/oc-tabs.component.mjs +0 -42
  30. package/esm2022/lib/components/oc-toast/oc-toast.component.mjs +0 -17
  31. package/esm2022/lib/components/oc-toggle/oc-toggle.component.mjs +0 -40
  32. package/esm2022/lib/directives/oc-tooltip/oc-tooltip.directive.mjs +0 -160
  33. package/esm2022/lib/interfaces/oc-autocomplete.mjs +0 -2
  34. package/esm2022/lib/interfaces/oc-menu.mjs +0 -2
  35. package/esm2022/lib/interfaces/oc-style-theme.mjs +0 -2
  36. package/esm2022/lib/interfaces/oc-toast.mjs +0 -2
  37. package/esm2022/lib/otimus-library.component.mjs +0 -19
  38. package/esm2022/lib/otimus-library.service.mjs +0 -14
  39. package/esm2022/lib/services/internationalization.service.mjs +0 -68
  40. package/esm2022/lib/services/oc-toast.service.mjs +0 -81
  41. package/esm2022/lib/services/style-theme.service.mjs +0 -21
  42. package/esm2022/otimus-library.mjs +0 -5
  43. package/esm2022/public-api.mjs +0 -34
  44. package/lib/components/oc-accordion/oc-accordion.component.d.ts +0 -18
  45. package/lib/components/oc-accordion-item/oc-accordion-item.component.d.ts +0 -12
  46. package/lib/components/oc-autocomplete/oc-autocomplete.component.d.ts +0 -83
  47. package/lib/components/oc-badge/oc-badge.component.d.ts +0 -11
  48. package/lib/components/oc-button-menu/oc-button-menu.component.d.ts +0 -14
  49. package/lib/components/oc-checkbox/oc-checkbox.component.d.ts +0 -37
  50. package/lib/components/oc-chip/oc-chip.component.d.ts +0 -15
  51. package/lib/components/oc-date-select/oc-date-select.component.d.ts +0 -26
  52. package/lib/components/oc-filter/oc-filter.component.d.ts +0 -17
  53. package/lib/components/oc-input/oc-input.component.d.ts +0 -31
  54. package/lib/components/oc-key-value/oc-key-value.component.d.ts +0 -16
  55. package/lib/components/oc-log/oc-log.component.d.ts +0 -7
  56. package/lib/components/oc-menu/oc-menu.component.d.ts +0 -20
  57. package/lib/components/oc-message/oc-message.component.d.ts +0 -17
  58. package/lib/components/oc-modal/oc-modal.component.d.ts +0 -30
  59. package/lib/components/oc-modal-footer/oc-modal-footer.component.d.ts +0 -8
  60. package/lib/components/oc-not-found/oc-not-found.component.d.ts +0 -5
  61. package/lib/components/oc-pagination/oc-pagination.component.d.ts +0 -14
  62. package/lib/components/oc-profile/oc-profile.component.d.ts +0 -12
  63. package/lib/components/oc-progress/oc-progress.component.d.ts +0 -12
  64. package/lib/components/oc-step/oc-step.component.d.ts +0 -24
  65. package/lib/components/oc-stepper/oc-stepper.component.d.ts +0 -25
  66. package/lib/components/oc-tab/oc-tab.component.d.ts +0 -8
  67. package/lib/components/oc-tabs/oc-tabs.component.d.ts +0 -18
  68. package/lib/components/oc-toast/oc-toast.component.d.ts +0 -8
  69. package/lib/components/oc-toggle/oc-toggle.component.d.ts +0 -14
  70. package/lib/directives/oc-tooltip/oc-tooltip.directive.d.ts +0 -24
  71. package/lib/interfaces/oc-autocomplete.d.ts +0 -9
  72. package/lib/interfaces/oc-menu.d.ts +0 -9
  73. package/lib/interfaces/oc-style-theme.d.ts +0 -2
  74. package/lib/interfaces/oc-toast.d.ts +0 -8
  75. package/lib/otimus-library.component.d.ts +0 -5
  76. package/lib/otimus-library.service.d.ts +0 -6
  77. package/lib/services/internationalization.service.d.ts +0 -17
  78. package/lib/services/oc-toast.service.d.ts +0 -14
  79. package/lib/services/style-theme.service.d.ts +0 -8
  80. package/public-api.d.ts +0 -30
@@ -1,23 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, Input } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- export class OcModalFooterComponent {
6
- constructor() {
7
- this.ocSide = 'right';
8
- this.ocFixed = true;
9
- }
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
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OcModalFooterComponent, decorators: [{
14
- type: Component,
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
- }], propDecorators: { ocSide: [{
17
- type: Input
18
- }], ocBgColor: [{
19
- type: Input
20
- }], ocFixed: [{
21
- type: Input
22
- }] } });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL290aW11cy1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy9vYy1tb2RhbC1mb290ZXIvb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL290aW11cy1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy9vYy1tb2RhbC1mb290ZXIvb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTs7O0FBU2hELE1BQU0sT0FBTyxzQkFBc0I7SUFQbkM7UUFRVyxXQUFNLEdBQXFCLE9BQU8sQ0FBQTtRQUVsQyxZQUFPLEdBQVksSUFBSSxDQUFBO0tBQ2pDOytHQUpZLHNCQUFzQjttR0FBdEIsc0JBQXNCLHFKQ1ZuQyw4T0FVUywrUkRKRyxZQUFZOzs0RkFJWCxzQkFBc0I7a0JBUGxDLFNBQVM7K0JBQ0UsaUJBQWlCLGNBQ2YsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQUtkLE1BQU07c0JBQWQsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvYy1tb2RhbC1mb290ZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL29jLW1vZGFsLWZvb3Rlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9vYy1tb2RhbC1mb290ZXIuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBPY01vZGFsRm9vdGVyQ29tcG9uZW50IHtcbiAgQElucHV0KCkgb2NTaWRlOiAnbGVmdCcgfCAncmlnaHQnID0gJ3JpZ2h0J1xuICBASW5wdXQoKSBvY0JnQ29sb3I/OiBzdHJpbmdcbiAgQElucHV0KCkgb2NGaXhlZDogYm9vbGVhbiA9IHRydWVcbn1cbiIsIjxmb290ZXIgY2xhc3M9XCJvYy1tb2RhbC1mb290ZXJcIiBbbmdDbGFzc109XCJ7XG4gICdsZWZ0Jzogb2NTaWRlID09PSAnbGVmdCcsXG4gICdyaWdodCc6IG9jU2lkZSA9PT0gJ3JpZ2h0JyxcbiAgJ2ZpeGVkJzogb2NGaXhlZFxufVwiXG4gIFtuZ1N0eWxlXT1cIntcbiAgICAnYmFja2dyb3VuZC1jb2xvcic6IG9jQmdDb2xvclxuICB9XCJcbj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9mb290ZXI+Il19