otimus-library 0.1.2 → 0.1.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.
- package/esm2022/lib/components/oc-autocomplete/oc-autocomplete.component.mjs +18 -6
- package/esm2022/lib/components/oc-badge/oc-badge.component.mjs +4 -4
- package/esm2022/lib/components/oc-checkbox/oc-checkbox.component.mjs +4 -4
- package/esm2022/lib/components/oc-chip/oc-chip.component.mjs +4 -4
- package/esm2022/lib/components/oc-filter/oc-filter.component.mjs +4 -4
- package/esm2022/lib/components/oc-input/oc-input.component.mjs +4 -4
- package/esm2022/lib/components/oc-key-value/oc-key-value.component.mjs +4 -4
- package/esm2022/lib/components/oc-log/oc-log.component.mjs +4 -4
- package/esm2022/lib/components/oc-menu/oc-menu.component.mjs +5 -5
- package/esm2022/lib/components/oc-modal/oc-modal.component.mjs +6 -4
- package/esm2022/lib/components/oc-modal-footer/oc-modal-footer.component.mjs +4 -4
- package/esm2022/lib/components/oc-not-found/oc-not-found.component.mjs +5 -5
- package/esm2022/lib/components/oc-pagination/oc-pagination.component.mjs +4 -4
- package/esm2022/lib/components/oc-profile/oc-profile.component.mjs +4 -4
- package/esm2022/lib/components/oc-table/oc-table.component.mjs +4 -4
- package/esm2022/lib/components/oc-toast/oc-toast.component.mjs +4 -4
- package/esm2022/lib/directives/oc-tooltip/oc-tooltip.directive.mjs +4 -4
- package/esm2022/lib/otimus-library.component.mjs +4 -4
- package/esm2022/lib/otimus-library.service.mjs +4 -4
- package/esm2022/lib/services/oc-toast.service.mjs +4 -4
- package/fesm2022/otimus-library.mjs +77 -63
- package/fesm2022/otimus-library.mjs.map +1 -1
- package/lib/components/oc-autocomplete/oc-autocomplete.component.d.ts +5 -1
- package/lib/components/oc-modal/oc-modal.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6,13 +6,13 @@ export class OcModalFooterComponent {
|
|
|
6
6
|
constructor() {
|
|
7
7
|
this.ocSide = 'right';
|
|
8
8
|
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: OcModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: OcModalFooterComponent, isStandalone: true, selector: "oc-modal-footer", inputs: { ocSide: "ocSide" }, ngImport: i0, template: "<footer class=\"oc-modal-footer\" [ngClass]=\"{\r\n 'left': ocSide === 'left',\r\n 'right': ocSide === 'right'\r\n}\">\r\n <ng-content></ng-content>\r\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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: OcModalFooterComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: 'oc-modal-footer', standalone: true, imports: [CommonModule], template: "<footer class=\"oc-modal-footer\" [ngClass]=\"{\r\n 'left': ocSide === 'left',\r\n 'right': ocSide === 'right'\r\n}\">\r\n <ng-content></ng-content>\r\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}\n"] }]
|
|
15
15
|
}], propDecorators: { ocSide: [{
|
|
16
16
|
type: Input
|
|
17
17
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL290aW11cy1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy9vYy1tb2RhbC1mb290ZXIvb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL290aW11cy1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy9vYy1tb2RhbC1mb290ZXIvb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBU2pELE1BQU0sT0FBTyxzQkFBc0I7SUFQbkM7UUFRVyxXQUFNLEdBQXFCLE9BQU8sQ0FBQTtLQUM1QzsrR0FGWSxzQkFBc0I7bUdBQXRCLHNCQUFzQix5R0NWbkMsc0tBS1Msc09EQ0csWUFBWTs7NEZBSVgsc0JBQXNCO2tCQVBsQyxTQUFTOytCQUNFLGlCQUFpQixjQUNmLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQzs4QkFLZCxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ29jLW1vZGFsLWZvb3RlcicsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vb2MtbW9kYWwtZm9vdGVyLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgT2NNb2RhbEZvb3RlckNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgb2NTaWRlOiAnbGVmdCcgfCAncmlnaHQnID0gJ3JpZ2h0J1xyXG59XHJcbiIsIjxmb290ZXIgY2xhc3M9XCJvYy1tb2RhbC1mb290ZXJcIiBbbmdDbGFzc109XCJ7XHJcbiAgJ2xlZnQnOiBvY1NpZGUgPT09ICdsZWZ0JyxcclxuICAncmlnaHQnOiBvY1NpZGUgPT09ICdyaWdodCdcclxufVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9mb290ZXI+Il19
|