limitng 0.18.46 → 0.18.47

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.
@@ -8,12 +8,12 @@ export class DikeyBaslikliPanelComponent {
8
8
  this.baslikGenislik = input(2, { transform: numberAttribute });
9
9
  }
10
10
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DikeyBaslikliPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.3", type: DikeyBaslikliPanelComponent, isStandalone: true, selector: "dikey-baslikli-panel", inputs: { baslik: { classPropertyName: "baslik", publicName: "baslik", isSignal: true, isRequired: true, transformFunction: null }, renk: { classPropertyName: "renk", publicName: "renk", isSignal: true, isRequired: false, transformFunction: null }, baslikFontSize: { classPropertyName: "baslikFontSize", publicName: "baslikFontSize", isSignal: true, isRequired: false, transformFunction: null }, baslikGenislik: { classPropertyName: "baslikGenislik", publicName: "baslikGenislik", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "flex flex-wrap mb-2" }, ngImport: i0, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-wrap mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.3", type: DikeyBaslikliPanelComponent, isStandalone: true, selector: "dikey-baslikli-panel", inputs: { baslik: { classPropertyName: "baslik", publicName: "baslik", isSignal: true, isRequired: true, transformFunction: null }, renk: { classPropertyName: "renk", publicName: "renk", isSignal: true, isRequired: false, transformFunction: null }, baslikFontSize: { classPropertyName: "baslikFontSize", publicName: "baslikFontSize", isSignal: true, isRequired: false, transformFunction: null }, baslikGenislik: { classPropertyName: "baslikGenislik", publicName: "baslikGenislik", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "flex flex-wrap mb-2" }, ngImport: i0, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-auto mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }); }
12
12
  }
13
13
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DikeyBaslikliPanelComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'dikey-baslikli-panel', standalone: true, host: {
16
16
  'class': 'flex flex-wrap mb-2'
17
- }, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-wrap mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }]
17
+ }, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-auto mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }]
18
18
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlrZXktYmFzbGlrbGktcGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2Rpa2V5LWJhc2xpa2xpLXBhbmVsL2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9kaWtleS1iYXNsaWtsaS1wYW5lbC9kaWtleS1iYXNsaWtsaS1wYW5lbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWWxFLE1BQU0sT0FBTywyQkFBMkI7SUFWeEM7UUFXRSxXQUFNLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBVSxDQUFDO1FBQ2xDLFNBQUksR0FBRyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7UUFFeEIsbUJBQWMsR0FBRyxLQUFLLENBQUMsR0FBRyxFQUFFLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7UUFDNUQsbUJBQWMsR0FBRyxLQUFLLENBQUMsQ0FBQyxFQUFFLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7S0FFM0Q7OEdBUFksMkJBQTJCO2tHQUEzQiwyQkFBMkIsa3FCQ1p4Qyx1eEJBc0JBOzsyRkRWYSwyQkFBMkI7a0JBVnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBQ3BCLElBQUksUUFHVjt3QkFDSixPQUFPLEVBQUUscUJBQXFCO3FCQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQsIG51bWJlckF0dHJpYnV0ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdkaWtleS1iYXNsaWtsaS1wYW5lbCcsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICB0ZW1wbGF0ZVVybDogJ2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJ2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC5zY3NzJyxcclxuICBob3N0OiB7XHJcbiAgICAnY2xhc3MnOiAnZmxleCBmbGV4LXdyYXAgbWItMidcclxuICB9XHJcbn0pXHJcblxyXG5leHBvcnQgY2xhc3MgRGlrZXlCYXNsaWtsaVBhbmVsQ29tcG9uZW50IHtcclxuICBiYXNsaWsgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmc+KCk7XHJcbiAgcmVuayA9IGlucHV0KCdza3libHVlJyk7XHJcblxyXG4gIGJhc2xpa0ZvbnRTaXplID0gaW5wdXQoMS41LCB7IHRyYW5zZm9ybTogbnVtYmVyQXR0cmlidXRlIH0pO1xyXG4gIGJhc2xpa0dlbmlzbGlrID0gaW5wdXQoMiwgeyB0cmFuc2Zvcm06IG51bWJlckF0dHJpYnV0ZSB9KTtcclxuXHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImZsZXggZmxleC1hdXRvXCI+XHJcbiAgPGRpdiBjbGFzcz1cImZsZXggZmxleC13cmFwIG1iLTJcIj5cclxuICAgIDxuZy1jb250ZW50IC8+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG48ZGl2IGNsYXNzPVwiZGlrZXktYmFzbGlrbGktcGFuZWwtYmxva1wiIFtzdHlsZS5iYWNrZ3JvdW5kQ29sb3JdPVwicmVuaygpXCJcclxuICBbc3R5bGUuZm9udC1zaXplLnJlbV09XCJiYXNsaWtGb250U2l6ZSgpXCIgW3N0eWxlLndpZHRoLnJlbV09XCJiYXNsaWtHZW5pc2xpaygpXCI+XHJcbiAgPGRpdiBjbGFzcz1cImZsZXggaC1mdWxsIGp1c3RpZnktYmV0d2VlbiBmbGV4LXdyYXAgZmxleC1jb2xcIiBbc3R5bGUud2lkdGgucmVtXT1cImJhc2xpa0dlbmlzbGlrKClcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGV4IHBsYWNlLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciB3LWZ1bGwgaC00IG15LTJcIj5cclxuICAgICAgPGkgY2xhc3M9XCJmYXMgZmEtYW5nbGUtZG91YmxlLXVwXCI+PC9pPlxyXG4gICAgPC9kaXY+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImdyb3cgYmFzbGlrLXlhemlcIj5cclxuICAgICAge3tiYXNsaWsoKX19XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBwbGFjZS1pdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgdy1mdWxsIGgtNCBteS0yXCI+XHJcbiAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLWFuZ2xlLWRvdWJsZS1kb3duXCI+PC9pPlxyXG4gICAgPC9kaXY+XHJcblxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlrZXktYmFzbGlrbGktcGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2Rpa2V5LWJhc2xpa2xpLXBhbmVsL2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9kaWtleS1iYXNsaWtsaS1wYW5lbC9kaWtleS1iYXNsaWtsaS1wYW5lbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWWxFLE1BQU0sT0FBTywyQkFBMkI7SUFWeEM7UUFXRSxXQUFNLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBVSxDQUFDO1FBQ2xDLFNBQUksR0FBRyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7UUFFeEIsbUJBQWMsR0FBRyxLQUFLLENBQUMsR0FBRyxFQUFFLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7UUFDNUQsbUJBQWMsR0FBRyxLQUFLLENBQUMsQ0FBQyxFQUFFLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxDQUFDLENBQUM7S0FFM0Q7OEdBUFksMkJBQTJCO2tHQUEzQiwyQkFBMkIsa3FCQ1p4Qyx1eEJBc0JBOzsyRkRWYSwyQkFBMkI7a0JBVnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBQ3BCLElBQUksUUFHVjt3QkFDSixPQUFPLEVBQUUscUJBQXFCO3FCQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQsIG51bWJlckF0dHJpYnV0ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdkaWtleS1iYXNsaWtsaS1wYW5lbCcsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICB0ZW1wbGF0ZVVybDogJ2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJ2Rpa2V5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC5zY3NzJyxcclxuICBob3N0OiB7XHJcbiAgICAnY2xhc3MnOiAnZmxleCBmbGV4LXdyYXAgbWItMidcclxuICB9XHJcbn0pXHJcblxyXG5leHBvcnQgY2xhc3MgRGlrZXlCYXNsaWtsaVBhbmVsQ29tcG9uZW50IHtcclxuICBiYXNsaWsgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmc+KCk7XHJcbiAgcmVuayA9IGlucHV0KCdza3libHVlJyk7XHJcblxyXG4gIGJhc2xpa0ZvbnRTaXplID0gaW5wdXQoMS41LCB7IHRyYW5zZm9ybTogbnVtYmVyQXR0cmlidXRlIH0pO1xyXG4gIGJhc2xpa0dlbmlzbGlrID0gaW5wdXQoMiwgeyB0cmFuc2Zvcm06IG51bWJlckF0dHJpYnV0ZSB9KTtcclxuXHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImZsZXggZmxleC1hdXRvXCI+XHJcbiAgPGRpdiBjbGFzcz1cImZsZXggZmxleC1hdXRvIG1iLTJcIj5cclxuICAgIDxuZy1jb250ZW50IC8+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG48ZGl2IGNsYXNzPVwiZGlrZXktYmFzbGlrbGktcGFuZWwtYmxva1wiIFtzdHlsZS5iYWNrZ3JvdW5kQ29sb3JdPVwicmVuaygpXCJcclxuICBbc3R5bGUuZm9udC1zaXplLnJlbV09XCJiYXNsaWtGb250U2l6ZSgpXCIgW3N0eWxlLndpZHRoLnJlbV09XCJiYXNsaWtHZW5pc2xpaygpXCI+XHJcbiAgPGRpdiBjbGFzcz1cImZsZXggaC1mdWxsIGp1c3RpZnktYmV0d2VlbiBmbGV4LXdyYXAgZmxleC1jb2xcIiBbc3R5bGUud2lkdGgucmVtXT1cImJhc2xpa0dlbmlzbGlrKClcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGV4IHBsYWNlLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciB3LWZ1bGwgaC00IG15LTJcIj5cclxuICAgICAgPGkgY2xhc3M9XCJmYXMgZmEtYW5nbGUtZG91YmxlLXVwXCI+PC9pPlxyXG4gICAgPC9kaXY+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImdyb3cgYmFzbGlrLXlhemlcIj5cclxuICAgICAge3tiYXNsaWsoKX19XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBwbGFjZS1pdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgdy1mdWxsIGgtNCBteS0yXCI+XHJcbiAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLWFuZ2xlLWRvdWJsZS1kb3duXCI+PC9pPlxyXG4gICAgPC9kaXY+XHJcblxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -9,13 +9,13 @@ class DikeyBaslikliPanelComponent {
9
9
  this.baslikGenislik = input(2, { transform: numberAttribute });
10
10
  }
11
11
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DikeyBaslikliPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.3", type: DikeyBaslikliPanelComponent, isStandalone: true, selector: "dikey-baslikli-panel", inputs: { baslik: { classPropertyName: "baslik", publicName: "baslik", isSignal: true, isRequired: true, transformFunction: null }, renk: { classPropertyName: "renk", publicName: "renk", isSignal: true, isRequired: false, transformFunction: null }, baslikFontSize: { classPropertyName: "baslikFontSize", publicName: "baslikFontSize", isSignal: true, isRequired: false, transformFunction: null }, baslikGenislik: { classPropertyName: "baslikGenislik", publicName: "baslikGenislik", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "flex flex-wrap mb-2" }, ngImport: i0, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-wrap mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.3", type: DikeyBaslikliPanelComponent, isStandalone: true, selector: "dikey-baslikli-panel", inputs: { baslik: { classPropertyName: "baslik", publicName: "baslik", isSignal: true, isRequired: true, transformFunction: null }, renk: { classPropertyName: "renk", publicName: "renk", isSignal: true, isRequired: false, transformFunction: null }, baslikFontSize: { classPropertyName: "baslikFontSize", publicName: "baslikFontSize", isSignal: true, isRequired: false, transformFunction: null }, baslikGenislik: { classPropertyName: "baslikGenislik", publicName: "baslikGenislik", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "flex flex-wrap mb-2" }, ngImport: i0, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-auto mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }); }
13
13
  }
14
14
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DikeyBaslikliPanelComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'dikey-baslikli-panel', standalone: true, host: {
17
17
  'class': 'flex flex-wrap mb-2'
18
- }, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-wrap mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }]
18
+ }, template: "<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-auto mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [":host{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}:host .dikey-baslikli-panel-blok{flex:0 0 auto;color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}:host .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n/*!_variable.scss*/\n"] }]
19
19
  }] });
20
20
 
21
21
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"limitng-dikey-baslikli-panel.mjs","sources":["../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.ts","../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.html","../../src/app/components/dikey-baslikli-panel/limitng-dikey-baslikli-panel.ts"],"sourcesContent":["import { Component, input, numberAttribute } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'dikey-baslikli-panel',\r\n standalone: true,\r\n templateUrl: 'dikey-baslikli-panel.component.html',\r\n styleUrl: 'dikey-baslikli-panel.component.scss',\r\n host: {\r\n 'class': 'flex flex-wrap mb-2'\r\n }\r\n})\r\n\r\nexport class DikeyBaslikliPanelComponent {\r\n baslik = input.required<string>();\r\n renk = input('skyblue');\r\n\r\n baslikFontSize = input(1.5, { transform: numberAttribute });\r\n baslikGenislik = input(2, { transform: numberAttribute });\r\n\r\n}\r\n","<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-wrap mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;MAYa,2BAA2B,CAAA;AAVxC,IAAA,WAAA,GAAA;AAWE,QAAA,IAAA,CAAA,MAAM,GAAG,KAAK,CAAC,QAAQ,EAAU,CAAC;AAClC,QAAA,IAAA,CAAA,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QAExB,IAAc,CAAA,cAAA,GAAG,KAAK,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC,CAAC;QAC5D,IAAc,CAAA,cAAA,GAAG,KAAK,CAAC,CAAC,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC,CAAC;AAE3D,KAAA;8GAPY,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,kqBCZxC,uxBAsBA,EAAA,MAAA,EAAA,CAAA,wXAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDVa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAVvC,SAAS;+BACE,sBAAsB,EAAA,UAAA,EACpB,IAAI,EAGV,IAAA,EAAA;AACJ,wBAAA,OAAO,EAAE,qBAAqB;AAC/B,qBAAA,EAAA,QAAA,EAAA,uxBAAA,EAAA,MAAA,EAAA,CAAA,wXAAA,CAAA,EAAA,CAAA;;;AETH;;AAEG;;;;"}
1
+ {"version":3,"file":"limitng-dikey-baslikli-panel.mjs","sources":["../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.ts","../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.html","../../src/app/components/dikey-baslikli-panel/limitng-dikey-baslikli-panel.ts"],"sourcesContent":["import { Component, input, numberAttribute } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'dikey-baslikli-panel',\r\n standalone: true,\r\n templateUrl: 'dikey-baslikli-panel.component.html',\r\n styleUrl: 'dikey-baslikli-panel.component.scss',\r\n host: {\r\n 'class': 'flex flex-wrap mb-2'\r\n }\r\n})\r\n\r\nexport class DikeyBaslikliPanelComponent {\r\n baslik = input.required<string>();\r\n renk = input('skyblue');\r\n\r\n baslikFontSize = input(1.5, { transform: numberAttribute });\r\n baslikGenislik = input(2, { transform: numberAttribute });\r\n\r\n}\r\n","<div class=\"flex flex-auto\">\r\n <div class=\"flex flex-auto mb-2\">\r\n <ng-content />\r\n </div>\r\n</div>\r\n<div class=\"dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk()\"\r\n [style.font-size.rem]=\"baslikFontSize()\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex h-full justify-between flex-wrap flex-col\" [style.width.rem]=\"baslikGenislik()\">\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"grow baslik-yazi\">\r\n {{baslik()}}\r\n </div>\r\n\r\n <div class=\"flex place-items-center justify-center w-full h-4 my-2\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;MAYa,2BAA2B,CAAA;AAVxC,IAAA,WAAA,GAAA;AAWE,QAAA,IAAA,CAAA,MAAM,GAAG,KAAK,CAAC,QAAQ,EAAU,CAAC;AAClC,QAAA,IAAA,CAAA,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QAExB,IAAc,CAAA,cAAA,GAAG,KAAK,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC,CAAC;QAC5D,IAAc,CAAA,cAAA,GAAG,KAAK,CAAC,CAAC,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC,CAAC;AAE3D,KAAA;8GAPY,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,kqBCZxC,uxBAsBA,EAAA,MAAA,EAAA,CAAA,wXAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDVa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAVvC,SAAS;+BACE,sBAAsB,EAAA,UAAA,EACpB,IAAI,EAGV,IAAA,EAAA;AACJ,wBAAA,OAAO,EAAE,qBAAqB;AAC/B,qBAAA,EAAA,QAAA,EAAA,uxBAAA,EAAA,MAAA,EAAA,CAAA,wXAAA,CAAA,EAAA,CAAA;;;AETH;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "limitng",
3
- "version": "0.18.46",
3
+ "version": "0.18.47",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "http://limitdestek.com:3000/Limit/LimitNG"
@@ -62,18 +62,18 @@
62
62
  "esm": "./esm2022/dikey-baslikli-panel/limitng-dikey-baslikli-panel.mjs",
63
63
  "default": "./fesm2022/limitng-dikey-baslikli-panel.mjs"
64
64
  },
65
- "./filtre-bar": {
66
- "types": "./filtre-bar/index.d.ts",
67
- "esm2022": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
68
- "esm": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
69
- "default": "./fesm2022/limitng-filtre-bar.mjs"
70
- },
71
65
  "./directives": {
72
66
  "types": "./directives/index.d.ts",
73
67
  "esm2022": "./esm2022/directives/limitng-directives.mjs",
74
68
  "esm": "./esm2022/directives/limitng-directives.mjs",
75
69
  "default": "./fesm2022/limitng-directives.mjs"
76
70
  },
71
+ "./filtre-bar": {
72
+ "types": "./filtre-bar/index.d.ts",
73
+ "esm2022": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
74
+ "esm": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
75
+ "default": "./fesm2022/limitng-filtre-bar.mjs"
76
+ },
77
77
  "./geri-ileri-detay": {
78
78
  "types": "./geri-ileri-detay/index.d.ts",
79
79
  "esm2022": "./esm2022/geri-ileri-detay/limitng-geri-ileri-detay.mjs",
@@ -98,18 +98,18 @@
98
98
  "esm": "./esm2022/rapor-kart/limitng-rapor-kart.mjs",
99
99
  "default": "./fesm2022/limitng-rapor-kart.mjs"
100
100
  },
101
- "./sol-kucuk-kart": {
102
- "types": "./sol-kucuk-kart/index.d.ts",
103
- "esm2022": "./esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs",
104
- "esm": "./esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs",
105
- "default": "./fesm2022/limitng-sol-kucuk-kart.mjs"
106
- },
107
101
  "./sol-buyuk-kart": {
108
102
  "types": "./sol-buyuk-kart/index.d.ts",
109
103
  "esm2022": "./esm2022/sol-buyuk-kart/limitng-sol-buyuk-kart.mjs",
110
104
  "esm": "./esm2022/sol-buyuk-kart/limitng-sol-buyuk-kart.mjs",
111
105
  "default": "./fesm2022/limitng-sol-buyuk-kart.mjs"
112
106
  },
107
+ "./sol-kucuk-kart": {
108
+ "types": "./sol-kucuk-kart/index.d.ts",
109
+ "esm2022": "./esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs",
110
+ "esm": "./esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs",
111
+ "default": "./fesm2022/limitng-sol-kucuk-kart.mjs"
112
+ },
113
113
  "./yatay-baslikli-panel": {
114
114
  "types": "./yatay-baslikli-panel/index.d.ts",
115
115
  "esm2022": "./esm2022/yatay-baslikli-panel/limitng-yatay-baslikli-panel.mjs",
@@ -134,11 +134,11 @@
134
134
  "esm": "./esm2022/directives/adresAlani.directive/limitng-directives-adresAlani.directive.mjs",
135
135
  "default": "./fesm2022/limitng-directives-adresAlani.directive.mjs"
136
136
  },
137
- "./directives/ciftBoslukTek.directive": {
138
- "types": "./directives/ciftBoslukTek.directive/index.d.ts",
139
- "esm2022": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
140
- "esm": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
141
- "default": "./fesm2022/limitng-directives-ciftBoslukTek.directive.mjs"
137
+ "./directives/dirty.directive": {
138
+ "types": "./directives/dirty.directive/index.d.ts",
139
+ "esm2022": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
140
+ "esm": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
141
+ "default": "./fesm2022/limitng-directives-dirty.directive.mjs"
142
142
  },
143
143
  "./directives/buyukHarf.directive": {
144
144
  "types": "./directives/buyukHarf.directive/index.d.ts",
@@ -146,17 +146,17 @@
146
146
  "esm": "./esm2022/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs",
147
147
  "default": "./fesm2022/limitng-directives-buyukHarf.directive.mjs"
148
148
  },
149
- "./directives/dirty.directive": {
150
- "types": "./directives/dirty.directive/index.d.ts",
151
- "esm2022": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
152
- "esm": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
153
- "default": "./fesm2022/limitng-directives-dirty.directive.mjs"
149
+ "./directives/ciftBoslukTek.directive": {
150
+ "types": "./directives/ciftBoslukTek.directive/index.d.ts",
151
+ "esm2022": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
152
+ "esm": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
153
+ "default": "./fesm2022/limitng-directives-ciftBoslukTek.directive.mjs"
154
154
  },
155
- "./directives/disable.directive": {
156
- "types": "./directives/disable.directive/index.d.ts",
157
- "esm2022": "./esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs",
158
- "esm": "./esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs",
159
- "default": "./fesm2022/limitng-directives-disable.directive.mjs"
155
+ "./directives/flexBasis.directive": {
156
+ "types": "./directives/flexBasis.directive/index.d.ts",
157
+ "esm2022": "./esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs",
158
+ "esm": "./esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs",
159
+ "default": "./fesm2022/limitng-directives-flexBasis.directive.mjs"
160
160
  },
161
161
  "./directives/ilkHarfBuyuk.directive": {
162
162
  "types": "./directives/ilkHarfBuyuk.directive/index.d.ts",
@@ -164,18 +164,18 @@
164
164
  "esm": "./esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs",
165
165
  "default": "./fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs"
166
166
  },
167
+ "./directives/disable.directive": {
168
+ "types": "./directives/disable.directive/index.d.ts",
169
+ "esm2022": "./esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs",
170
+ "esm": "./esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs",
171
+ "default": "./fesm2022/limitng-directives-disable.directive.mjs"
172
+ },
167
173
  "./directives/kodAlani.directive": {
168
174
  "types": "./directives/kodAlani.directive/index.d.ts",
169
175
  "esm2022": "./esm2022/directives/kodAlani.directive/limitng-directives-kodAlani.directive.mjs",
170
176
  "esm": "./esm2022/directives/kodAlani.directive/limitng-directives-kodAlani.directive.mjs",
171
177
  "default": "./fesm2022/limitng-directives-kodAlani.directive.mjs"
172
178
  },
173
- "./directives/flexBasis.directive": {
174
- "types": "./directives/flexBasis.directive/index.d.ts",
175
- "esm2022": "./esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs",
176
- "esm": "./esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs",
177
- "default": "./fesm2022/limitng-directives-flexBasis.directive.mjs"
178
- },
179
179
  "./directives/maksimumUzunluk.directive": {
180
180
  "types": "./directives/maksimumUzunluk.directive/index.d.ts",
181
181
  "esm2022": "./esm2022/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.mjs",
@@ -266,29 +266,17 @@
266
266
  "esm": "./esm2022/api/models/enums/limitng-api-models-enums.mjs",
267
267
  "default": "./fesm2022/limitng-api-models-enums.mjs"
268
268
  },
269
- "./api/models/kisisel": {
270
- "types": "./api/models/kisisel/index.d.ts",
271
- "esm2022": "./esm2022/api/models/kisisel/limitng-api-models-kisisel.mjs",
272
- "esm": "./esm2022/api/models/kisisel/limitng-api-models-kisisel.mjs",
273
- "default": "./fesm2022/limitng-api-models-kisisel.mjs"
274
- },
275
- "./api/models/logbook": {
276
- "types": "./api/models/logbook/index.d.ts",
277
- "esm2022": "./esm2022/api/models/logbook/limitng-api-models-logbook.mjs",
278
- "esm": "./esm2022/api/models/logbook/limitng-api-models-logbook.mjs",
279
- "default": "./fesm2022/limitng-api-models-logbook.mjs"
280
- },
281
269
  "./api/models/fourDConstants": {
282
270
  "types": "./api/models/fourDConstants/index.d.ts",
283
271
  "esm2022": "./esm2022/api/models/fourDConstants/limitng-api-models-fourDConstants.mjs",
284
272
  "esm": "./esm2022/api/models/fourDConstants/limitng-api-models-fourDConstants.mjs",
285
273
  "default": "./fesm2022/limitng-api-models-fourDConstants.mjs"
286
274
  },
287
- "./api/models/onay": {
288
- "types": "./api/models/onay/index.d.ts",
289
- "esm2022": "./esm2022/api/models/onay/limitng-api-models-onay.mjs",
290
- "esm": "./esm2022/api/models/onay/limitng-api-models-onay.mjs",
291
- "default": "./fesm2022/limitng-api-models-onay.mjs"
275
+ "./api/models/kisisel": {
276
+ "types": "./api/models/kisisel/index.d.ts",
277
+ "esm2022": "./esm2022/api/models/kisisel/limitng-api-models-kisisel.mjs",
278
+ "esm": "./esm2022/api/models/kisisel/limitng-api-models-kisisel.mjs",
279
+ "default": "./fesm2022/limitng-api-models-kisisel.mjs"
292
280
  },
293
281
  "./api/models/login": {
294
282
  "types": "./api/models/login/index.d.ts",
@@ -296,30 +284,42 @@
296
284
  "esm": "./esm2022/api/models/login/limitng-api-models-login.mjs",
297
285
  "default": "./fesm2022/limitng-api-models-login.mjs"
298
286
  },
287
+ "./api/models/logbook": {
288
+ "types": "./api/models/logbook/index.d.ts",
289
+ "esm2022": "./esm2022/api/models/logbook/limitng-api-models-logbook.mjs",
290
+ "esm": "./esm2022/api/models/logbook/limitng-api-models-logbook.mjs",
291
+ "default": "./fesm2022/limitng-api-models-logbook.mjs"
292
+ },
299
293
  "./api/models/ortak": {
300
294
  "types": "./api/models/ortak/index.d.ts",
301
295
  "esm2022": "./esm2022/api/models/ortak/limitng-api-models-ortak.mjs",
302
296
  "esm": "./esm2022/api/models/ortak/limitng-api-models-ortak.mjs",
303
297
  "default": "./fesm2022/limitng-api-models-ortak.mjs"
304
298
  },
299
+ "./api/models/onay": {
300
+ "types": "./api/models/onay/index.d.ts",
301
+ "esm2022": "./esm2022/api/models/onay/limitng-api-models-onay.mjs",
302
+ "esm": "./esm2022/api/models/onay/limitng-api-models-onay.mjs",
303
+ "default": "./fesm2022/limitng-api-models-onay.mjs"
304
+ },
305
305
  "./api/models/ozet": {
306
306
  "types": "./api/models/ozet/index.d.ts",
307
307
  "esm2022": "./esm2022/api/models/ozet/limitng-api-models-ozet.mjs",
308
308
  "esm": "./esm2022/api/models/ozet/limitng-api-models-ozet.mjs",
309
309
  "default": "./fesm2022/limitng-api-models-ozet.mjs"
310
310
  },
311
- "./api/models/raporlar": {
312
- "types": "./api/models/raporlar/index.d.ts",
313
- "esm2022": "./esm2022/api/models/raporlar/limitng-api-models-raporlar.mjs",
314
- "esm": "./esm2022/api/models/raporlar/limitng-api-models-raporlar.mjs",
315
- "default": "./fesm2022/limitng-api-models-raporlar.mjs"
316
- },
317
311
  "./api/models/sistemozet": {
318
312
  "types": "./api/models/sistemozet/index.d.ts",
319
313
  "esm2022": "./esm2022/api/models/sistemozet/limitng-api-models-sistemozet.mjs",
320
314
  "esm": "./esm2022/api/models/sistemozet/limitng-api-models-sistemozet.mjs",
321
315
  "default": "./fesm2022/limitng-api-models-sistemozet.mjs"
322
316
  },
317
+ "./api/models/raporlar": {
318
+ "types": "./api/models/raporlar/index.d.ts",
319
+ "esm2022": "./esm2022/api/models/raporlar/limitng-api-models-raporlar.mjs",
320
+ "esm": "./esm2022/api/models/raporlar/limitng-api-models-raporlar.mjs",
321
+ "default": "./fesm2022/limitng-api-models-raporlar.mjs"
322
+ },
323
323
  "./api/models/sistemraporlari": {
324
324
  "types": "./api/models/sistemraporlari/index.d.ts",
325
325
  "esm2022": "./esm2022/api/models/sistemraporlari/limitng-api-models-sistemraporlari.mjs",
@@ -392,18 +392,18 @@
392
392
  "esm": "./esm2022/api/models/raporlar/listedensec/limitng-api-models-raporlar-listedensec.mjs",
393
393
  "default": "./fesm2022/limitng-api-models-raporlar-listedensec.mjs"
394
394
  },
395
- "./api/models/raporlar/raporzamanlama": {
396
- "types": "./api/models/raporlar/raporzamanlama/index.d.ts",
397
- "esm2022": "./esm2022/api/models/raporlar/raporzamanlama/limitng-api-models-raporlar-raporzamanlama.mjs",
398
- "esm": "./esm2022/api/models/raporlar/raporzamanlama/limitng-api-models-raporlar-raporzamanlama.mjs",
399
- "default": "./fesm2022/limitng-api-models-raporlar-raporzamanlama.mjs"
400
- },
401
395
  "./api/models/raporlar/rapordetaylari": {
402
396
  "types": "./api/models/raporlar/rapordetaylari/index.d.ts",
403
397
  "esm2022": "./esm2022/api/models/raporlar/rapordetaylari/limitng-api-models-raporlar-rapordetaylari.mjs",
404
398
  "esm": "./esm2022/api/models/raporlar/rapordetaylari/limitng-api-models-raporlar-rapordetaylari.mjs",
405
399
  "default": "./fesm2022/limitng-api-models-raporlar-rapordetaylari.mjs"
406
400
  },
401
+ "./api/models/raporlar/raporzamanlama": {
402
+ "types": "./api/models/raporlar/raporzamanlama/index.d.ts",
403
+ "esm2022": "./esm2022/api/models/raporlar/raporzamanlama/limitng-api-models-raporlar-raporzamanlama.mjs",
404
+ "esm": "./esm2022/api/models/raporlar/raporzamanlama/limitng-api-models-raporlar-raporzamanlama.mjs",
405
+ "default": "./fesm2022/limitng-api-models-raporlar-raporzamanlama.mjs"
406
+ },
407
407
  "./api/models/timeSheet/timeSheetGirisListeler": {
408
408
  "types": "./api/models/timeSheet/timeSheetGirisListeler/index.d.ts",
409
409
  "esm2022": "./esm2022/api/models/timeSheet/timeSheetGirisListeler/limitng-api-models-timeSheet-timeSheetGirisListeler.mjs",
@@ -512,12 +512,6 @@
512
512
  "esm": "./esm2022/api/models/kisisel/onayislemleri/onayfiltre/limitng-api-models-kisisel-onayislemleri-onayfiltre.mjs",
513
513
  "default": "./fesm2022/limitng-api-models-kisisel-onayislemleri-onayfiltre.mjs"
514
514
  },
515
- "./api/models/kisisel/onayislemleri/onayguncelle": {
516
- "types": "./api/models/kisisel/onayislemleri/onayguncelle/index.d.ts",
517
- "esm2022": "./esm2022/api/models/kisisel/onayislemleri/onayguncelle/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs",
518
- "esm": "./esm2022/api/models/kisisel/onayislemleri/onayguncelle/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs",
519
- "default": "./fesm2022/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs"
520
- },
521
515
  "./api/models/kisisel/onayislemleri/onayliste": {
522
516
  "types": "./api/models/kisisel/onayislemleri/onayliste/index.d.ts",
523
517
  "esm2022": "./esm2022/api/models/kisisel/onayislemleri/onayliste/limitng-api-models-kisisel-onayislemleri-onayliste.mjs",
@@ -530,6 +524,12 @@
530
524
  "esm": "./esm2022/api/models/raporlar/izinraporu/izinrapordetaylari/limitng-api-models-raporlar-izinraporu-izinrapordetaylari.mjs",
531
525
  "default": "./fesm2022/limitng-api-models-raporlar-izinraporu-izinrapordetaylari.mjs"
532
526
  },
527
+ "./api/models/kisisel/onayislemleri/onayguncelle": {
528
+ "types": "./api/models/kisisel/onayislemleri/onayguncelle/index.d.ts",
529
+ "esm2022": "./esm2022/api/models/kisisel/onayislemleri/onayguncelle/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs",
530
+ "esm": "./esm2022/api/models/kisisel/onayislemleri/onayguncelle/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs",
531
+ "default": "./fesm2022/limitng-api-models-kisisel-onayislemleri-onayguncelle.mjs"
532
+ },
533
533
  "./api/models/raporlar/izinraporu/izinraporliste": {
534
534
  "types": "./api/models/raporlar/izinraporu/izinraporliste/index.d.ts",
535
535
  "esm2022": "./esm2022/api/models/raporlar/izinraporu/izinraporliste/limitng-api-models-raporlar-izinraporu-izinraporliste.mjs",