limitng 0.19.21 → 0.19.22

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 (43) hide show
  1. package/api/models/enums/enums.d.ts +77 -0
  2. package/api/models/enums/enums.d.ts.map +1 -1
  3. package/directives/dirty.directive/dirty.directive.d.ts.map +1 -1
  4. package/directives/disable.directive/disable.directive.d.ts.map +1 -1
  5. package/directives/flexBasis.directive/flexBasis.directive.d.ts.map +1 -1
  6. package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts.map +1 -1
  7. package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts.map +1 -1
  8. package/fesm2022/limitng-alt-buyuk-kart.mjs +3 -3
  9. package/fesm2022/limitng-alt-kucuk-kart.mjs +3 -3
  10. package/fesm2022/limitng-api-models-enums.mjs +91 -1
  11. package/fesm2022/limitng-api-models-enums.mjs.map +1 -1
  12. package/fesm2022/limitng-dikey-baslikli-panel-sol.mjs +3 -3
  13. package/fesm2022/limitng-dikey-baslikli-panel.mjs +3 -3
  14. package/fesm2022/limitng-directives-adAlani.directive.mjs +3 -3
  15. package/fesm2022/limitng-directives-adresAlani.directive.mjs +3 -3
  16. package/fesm2022/limitng-directives-buyukHarf.directive.mjs +3 -3
  17. package/fesm2022/limitng-directives-ciftBoslukTek.directive.mjs +3 -3
  18. package/fesm2022/limitng-directives-dirty.directive.mjs +3 -3
  19. package/fesm2022/limitng-directives-disable.directive.mjs +3 -3
  20. package/fesm2022/limitng-directives-flexBasis.directive.mjs +13 -13
  21. package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs +3 -3
  22. package/fesm2022/limitng-directives-kodAlani.directive.mjs +3 -3
  23. package/fesm2022/limitng-directives-maksimumUzunluk.directive.mjs +3 -3
  24. package/fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs +3 -3
  25. package/fesm2022/limitng-directives-standartAlan.directive.mjs +3 -3
  26. package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs +16 -16
  27. package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs +3 -3
  28. package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs +3 -3
  29. package/fesm2022/limitng-directives.mjs +68 -68
  30. package/fesm2022/limitng-filtre-bar.mjs +3 -3
  31. package/fesm2022/limitng-geri-ileri-detay.mjs +3 -3
  32. package/fesm2022/limitng-geri-ileri-liste.mjs +3 -3
  33. package/fesm2022/limitng-pipes-boolToPlus.pipe.mjs +3 -3
  34. package/fesm2022/limitng-pipes-boolToPlusMinus.pipe.mjs +3 -3
  35. package/fesm2022/limitng-pipes-dateToText.pipe.mjs +3 -3
  36. package/fesm2022/limitng-pipes-evetHayir.pipe.mjs +3 -3
  37. package/fesm2022/limitng-pipes-mecraTuru.pipe.mjs +3 -3
  38. package/fesm2022/limitng-pipes-safe.pipe.mjs +3 -3
  39. package/fesm2022/limitng-rapor-kart.mjs +3 -3
  40. package/fesm2022/limitng-sol-buyuk-kart.mjs +3 -3
  41. package/fesm2022/limitng-sol-kucuk-kart.mjs +3 -3
  42. package/fesm2022/limitng-yatay-baslikli-panel.mjs +3 -3
  43. package/package.json +89 -89
@@ -51,8 +51,8 @@ class AdAlaniDirective {
51
51
  setDisabledState(isDisabled) {
52
52
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
53
53
  }
54
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
55
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
55
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
56
56
  {
57
57
  provide: NG_VALUE_ACCESSOR,
58
58
  useExisting: forwardRef(() => AdAlaniDirective),
@@ -60,7 +60,7 @@ class AdAlaniDirective {
60
60
  },
61
61
  ], ngImport: i0 }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: AdAlaniDirective, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: AdAlaniDirective, decorators: [{
64
64
  type: Directive,
65
65
  args: [{
66
66
  selector: '[adAlani]',
@@ -123,8 +123,8 @@ class AdresAlaniDirective {
123
123
  setDisabledState(isDisabled) {
124
124
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
125
125
  }
126
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
127
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
127
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
128
128
  {
129
129
  provide: NG_VALUE_ACCESSOR,
130
130
  useExisting: forwardRef(() => AdresAlaniDirective),
@@ -132,7 +132,7 @@ class AdresAlaniDirective {
132
132
  },
133
133
  ], ngImport: i0 }); }
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: AdresAlaniDirective, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: AdresAlaniDirective, decorators: [{
136
136
  type: Directive,
137
137
  args: [{
138
138
  selector: '[adresAlani]',
@@ -181,8 +181,8 @@ class BuyukHarfDirective {
181
181
  setDisabledState(isDisabled) {
182
182
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
183
183
  }
184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
185
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
186
186
  {
187
187
  provide: NG_VALUE_ACCESSOR,
188
188
  useExisting: forwardRef(() => BuyukHarfDirective),
@@ -190,7 +190,7 @@ class BuyukHarfDirective {
190
190
  },
191
191
  ], ngImport: i0 }); }
192
192
  }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BuyukHarfDirective, decorators: [{
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BuyukHarfDirective, decorators: [{
194
194
  type: Directive,
195
195
  args: [{
196
196
  selector: '[buyukHarf]',
@@ -238,8 +238,8 @@ class CiftBoslukTekDirective {
238
238
  setDisabledState(isDisabled) {
239
239
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
240
240
  }
241
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
242
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
241
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
242
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
243
243
  {
244
244
  provide: NG_VALUE_ACCESSOR,
245
245
  useExisting: forwardRef(() => CiftBoslukTekDirective),
@@ -247,7 +247,7 @@ class CiftBoslukTekDirective {
247
247
  },
248
248
  ], ngImport: i0 }); }
249
249
  }
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
251
251
  type: Directive,
252
252
  args: [{
253
253
  selector: '[ciftBoslukTek]',
@@ -281,10 +281,10 @@ class DirtyDirective {
281
281
  }
282
282
  });
283
283
  }
284
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
285
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: ["appDirty", "appDirty", booleanAttribute] }, ngImport: i0 }); }
284
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
285
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: ["appDirty", "appDirty", booleanAttribute] }, ngImport: i0 }); }
286
286
  }
287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DirtyDirective, decorators: [{
287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DirtyDirective, decorators: [{
288
288
  type: Directive,
289
289
  args: [{
290
290
  standalone: true,
@@ -400,10 +400,10 @@ class DisableDirective {
400
400
  }
401
401
  }
402
402
  }
403
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
404
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.0", type: DisableDirective, isStandalone: true, selector: "[appDisable]", inputs: { appDisable: ["appDisable", "appDisable", booleanAttribute] }, queries: [{ propertyName: "checkboxes", predicate: Checkbox, descendants: true, isSignal: true }, { propertyName: "radioButtons", predicate: RadioButton, descendants: true, isSignal: true }, { propertyName: "selects", predicate: Select, descendants: true, isSignal: true }, { propertyName: "selectbuttons", predicate: SelectButton, descendants: true, isSignal: true }, { propertyName: "toggleSwitches", predicate: ToggleSwitch, descendants: true, isSignal: true }, { propertyName: "inputNumbers", predicate: InputNumber, descendants: true, isSignal: true }, { propertyName: "buttons", predicate: Button, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
403
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
404
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.1", type: DisableDirective, isStandalone: true, selector: "[appDisable]", inputs: { appDisable: ["appDisable", "appDisable", booleanAttribute] }, queries: [{ propertyName: "checkboxes", predicate: Checkbox, descendants: true, isSignal: true }, { propertyName: "radioButtons", predicate: RadioButton, descendants: true, isSignal: true }, { propertyName: "selects", predicate: Select, descendants: true, isSignal: true }, { propertyName: "selectbuttons", predicate: SelectButton, descendants: true, isSignal: true }, { propertyName: "toggleSwitches", predicate: ToggleSwitch, descendants: true, isSignal: true }, { propertyName: "inputNumbers", predicate: InputNumber, descendants: true, isSignal: true }, { propertyName: "buttons", predicate: Button, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
405
405
  }
406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DisableDirective, decorators: [{
406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DisableDirective, decorators: [{
407
407
  type: Directive,
408
408
  args: [{
409
409
  selector: '[appDisable]',
@@ -422,10 +422,10 @@ class FlexBasisDirective {
422
422
  ngOnChanges() {
423
423
  this.elementRef.nativeElement.style.flexBasis = this.flexBasis;
424
424
  }
425
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
426
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: FlexBasisDirective, isStandalone: false, selector: "[flexBasis]", inputs: { flexBasis: ["flexBasis", "flexBasis", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
426
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: FlexBasisDirective, isStandalone: false, selector: "[flexBasis]", inputs: { flexBasis: ["flexBasis", "flexBasis", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
427
427
  }
428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirective, decorators: [{
428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirective, decorators: [{
429
429
  type: Directive,
430
430
  args: [{
431
431
  selector: '[flexBasis]',
@@ -443,10 +443,10 @@ class FlexBasisEmDirective {
443
443
  ngOnChanges() {
444
444
  this.elementRef.nativeElement.style.flexBasis = this.flexBasisEm + 'em';
445
445
  }
446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
447
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: FlexBasisEmDirective, isStandalone: false, selector: "[flexBasisEm]", inputs: { flexBasisEm: ["flexBasisEm", "flexBasisEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
446
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
447
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: FlexBasisEmDirective, isStandalone: false, selector: "[flexBasisEm]", inputs: { flexBasisEm: ["flexBasisEm", "flexBasisEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
448
448
  }
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
450
450
  type: Directive,
451
451
  args: [{
452
452
  selector: '[flexBasisEm]',
@@ -464,10 +464,10 @@ class FlexBasisPxDirective {
464
464
  ngOnChanges() {
465
465
  this.elementRef.nativeElement.style.flexBasis = this.flexBasisPx + 'px';
466
466
  }
467
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
468
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: FlexBasisPxDirective, isStandalone: false, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: ["flexBasisPx", "flexBasisPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
467
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
468
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: FlexBasisPxDirective, isStandalone: false, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: ["flexBasisPx", "flexBasisPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
469
469
  }
470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
471
471
  type: Directive,
472
472
  args: [{
473
473
  selector: '[flexBasisFBPx]',
@@ -478,11 +478,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
478
478
  args: [{ transform: numberAttribute }]
479
479
  }] } });
480
480
  class FlexBasisDirectiveModule {
481
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
482
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirectiveModule, declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective], exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective] }); }
483
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirectiveModule }); }
481
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
482
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirectiveModule, declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective], exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective] }); }
483
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirectiveModule }); }
484
484
  }
485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FlexBasisDirectiveModule, decorators: [{
485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FlexBasisDirectiveModule, decorators: [{
486
486
  type: NgModule,
487
487
  args: [{
488
488
  declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective],
@@ -518,8 +518,8 @@ class IlkHarfBuyukDirective {
518
518
  setDisabledState(isDisabled) {
519
519
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
520
520
  }
521
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
522
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
521
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
522
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
523
523
  {
524
524
  provide: NG_VALUE_ACCESSOR,
525
525
  useExisting: forwardRef(() => IlkHarfBuyukDirective),
@@ -527,7 +527,7 @@ class IlkHarfBuyukDirective {
527
527
  },
528
528
  ], ngImport: i0 }); }
529
529
  }
530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
531
531
  type: Directive,
532
532
  args: [{
533
533
  selector: '[ilkHarfBuyuk]',
@@ -588,8 +588,8 @@ class KodAlaniDirective {
588
588
  setDisabledState(isDisabled) {
589
589
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
590
590
  }
591
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
592
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
591
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
592
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
593
593
  {
594
594
  provide: NG_VALUE_ACCESSOR,
595
595
  useExisting: forwardRef(() => KodAlaniDirective),
@@ -597,7 +597,7 @@ class KodAlaniDirective {
597
597
  },
598
598
  ], ngImport: i0 }); }
599
599
  }
600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: KodAlaniDirective, decorators: [{
600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: KodAlaniDirective, decorators: [{
601
601
  type: Directive,
602
602
  args: [{
603
603
  selector: '[kodAlani]',
@@ -649,8 +649,8 @@ class MaksimumUzunlukDirective {
649
649
  setDisabledState(isDisabled) {
650
650
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
651
651
  }
652
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
653
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum", numberAttribute] }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
652
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
653
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum", numberAttribute] }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
654
654
  {
655
655
  provide: NG_VALUE_ACCESSOR,
656
656
  useExisting: forwardRef(() => MaksimumUzunlukDirective),
@@ -658,7 +658,7 @@ class MaksimumUzunlukDirective {
658
658
  },
659
659
  ], ngImport: i0 }); }
660
660
  }
661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
662
662
  type: Directive,
663
663
  args: [{
664
664
  selector: '[maksimumUzunluk]',
@@ -709,8 +709,8 @@ class SagSolBoslukSilDirective {
709
709
  setDisabledState(isDisabled) {
710
710
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
711
711
  }
712
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
713
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
713
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
714
714
  {
715
715
  provide: NG_VALUE_ACCESSOR,
716
716
  useExisting: forwardRef(() => SagSolBoslukSilDirective),
@@ -718,7 +718,7 @@ class SagSolBoslukSilDirective {
718
718
  },
719
719
  ], ngImport: i0 }); }
720
720
  }
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
722
722
  type: Directive,
723
723
  args: [{
724
724
  selector: '[sagSolBoslukSil]',
@@ -779,8 +779,8 @@ class StandartAlanDirective {
779
779
  setDisabledState(isDisabled) {
780
780
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
781
781
  }
782
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
783
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
782
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
783
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
784
784
  {
785
785
  provide: NG_VALUE_ACCESSOR,
786
786
  useExisting: forwardRef(() => StandartAlanDirective),
@@ -788,7 +788,7 @@ class StandartAlanDirective {
788
788
  },
789
789
  ], ngImport: i0 }); }
790
790
  }
791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: StandartAlanDirective, decorators: [{
791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: StandartAlanDirective, decorators: [{
792
792
  type: Directive,
793
793
  args: [{
794
794
  selector: '[standartAlan]',
@@ -819,10 +819,10 @@ class SutunGenisligiDirective {
819
819
  this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
820
820
  this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
821
821
  }
822
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
823
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: SutunGenisligiDirective, isStandalone: false, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: ["sutunGenisligi", "sutunGenisligi", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
822
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
823
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: SutunGenisligiDirective, isStandalone: false, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: ["sutunGenisligi", "sutunGenisligi", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
824
824
  }
825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
826
826
  type: Directive,
827
827
  args: [{
828
828
  selector: '[sutunGenisligi]',
@@ -842,10 +842,10 @@ class SutunGenisligiEmDirective {
842
842
  this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
843
843
  this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
844
844
  }
845
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
846
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: SutunGenisligiEmDirective, isStandalone: false, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: ["sutunGenisligiEm", "sutunGenisligiEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
846
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: SutunGenisligiEmDirective, isStandalone: false, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: ["sutunGenisligiEm", "sutunGenisligiEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
847
847
  }
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
849
849
  type: Directive,
850
850
  args: [{
851
851
  selector: '[sutunGenisligiEm]',
@@ -865,10 +865,10 @@ class SutunGenisligiPxDirective {
865
865
  this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
866
866
  this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
867
867
  }
868
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
869
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.0", type: SutunGenisligiPxDirective, isStandalone: false, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: ["sutunGenisligiPx", "sutunGenisligiPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
869
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.1", type: SutunGenisligiPxDirective, isStandalone: false, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: ["sutunGenisligiPx", "sutunGenisligiPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
870
870
  }
871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
872
872
  type: Directive,
873
873
  args: [{
874
874
  selector: '[sutunGenisligiPx]',
@@ -894,10 +894,10 @@ class SutunGenisligiClassDirective {
894
894
  }
895
895
  this.eskiClassName = this.sutunGenisligiClass;
896
896
  }
897
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
898
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: SutunGenisligiClassDirective, isStandalone: false, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
897
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
898
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: SutunGenisligiClassDirective, isStandalone: false, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
899
899
  }
900
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
901
901
  type: Directive,
902
902
  args: [{
903
903
  selector: '[sutunGenisligiClass]',
@@ -907,11 +907,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
907
907
  type: Input
908
908
  }] } });
909
909
  class SutunGenisligiDirectiveModule {
910
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
911
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] }); }
912
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirectiveModule }); }
910
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
911
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] }); }
912
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirectiveModule }); }
913
913
  }
914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
914
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
915
915
  type: NgModule,
916
916
  args: [{
917
917
  declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],
@@ -947,8 +947,8 @@ class TumBoslukSilDirective {
947
947
  setDisabledState(isDisabled) {
948
948
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
949
949
  }
950
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
951
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
950
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
951
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
952
952
  {
953
953
  provide: NG_VALUE_ACCESSOR,
954
954
  useExisting: forwardRef(() => TumBoslukSilDirective),
@@ -956,7 +956,7 @@ class TumBoslukSilDirective {
956
956
  },
957
957
  ], ngImport: i0 }); }
958
958
  }
959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
960
960
  type: Directive,
961
961
  args: [{
962
962
  selector: '[tumBoslukSil]',
@@ -1005,8 +1005,8 @@ class TumIlkHarfBuyukDirective {
1005
1005
  setDisabledState(isDisabled) {
1006
1006
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1007
1007
  }
1008
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1009
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
1008
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1009
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
1010
1010
  {
1011
1011
  provide: NG_VALUE_ACCESSOR,
1012
1012
  useExisting: forwardRef(() => TumIlkHarfBuyukDirective),
@@ -1014,7 +1014,7 @@ class TumIlkHarfBuyukDirective {
1014
1014
  },
1015
1015
  ], ngImport: i0 }); }
1016
1016
  }
1017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
1017
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
1018
1018
  type: Directive,
1019
1019
  args: [{
1020
1020
  selector: '[tumIlkHarfBuyuk]',
@@ -46,8 +46,8 @@ class FiltreBarComponent {
46
46
  }
47
47
  }
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FiltreBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.0", type: FiltreBarComponent, isStandalone: true, selector: "filtre-bar", inputs: { yon: { classPropertyName: "yon", publicName: "yon", isSignal: true, isRequired: false, transformFunction: null }, genislik: { classPropertyName: "genislik", publicName: "genislik", isSignal: true, isRequired: false, transformFunction: null }, kaydirma: { classPropertyName: "kaydirma", publicName: "kaydirma", isSignal: true, isRequired: false, transformFunction: null }, filtreBarAcik: { classPropertyName: "filtreBarAcik", publicName: "filtreBarAcik", isSignal: true, isRequired: false, transformFunction: null }, aramaAlan: { classPropertyName: "aramaAlan", publicName: "aramaAlan", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { filtreBarAcik: "filtreBarAcikChange" }, queries: [{ propertyName: "arama", first: true, predicate: ["arama"], descendants: true, isSignal: true }, { propertyName: "filtreler", first: true, predicate: ["filtreler"], descendants: true, isSignal: true }, { propertyName: "filtreDugmeler", first: true, predicate: ["filtreDugmeler"], descendants: true, isSignal: true }], viewQueries: [{ propertyName: "filtreDiv", first: true, predicate: ["filtreDiv"], descendants: true, isSignal: true }, { propertyName: "aramaDiv", first: true, predicate: ["aramaDiv"], descendants: true, isSignal: true }], ngImport: i0, template: "@if (arama()) {\r\n<div class=\"filtre-arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama(); context: {$implicit: aramaIcerik}\">\r\n {{aramaIcerik}}\r\n </ng-container>\r\n</div>\r\n}\r\n<div class=\"filtre-grup\">\r\n\r\n @if (filtreBarAcik()) {\r\n @if ((filtreler)) {\r\n <div class=\"filtre-filtreler filtreler-giris-animasyon\"\r\n [@filtreBarAcikKapali]=\"{value: filtreBarAcik() ? 'acik' : 'kapali', params:{animasyonGenislik: animasyonGenislik()}}\"\r\n (@filtreBarAcikKapali.start)=\"animationStartEvent($event)\" (@filtreBarAcikKapali.done)=\"animationDoneEvent($event)\"\r\n [style.right.px]=\"sag()\" #filtreDiv>\r\n <ng-container *ngTemplateOutlet=\"filtreler(); context: {$implicit: filtreIcerik}\">\r\n {{filtreIcerik()}}\r\n </ng-container>\r\n </div>\r\n }\r\n }\r\n\r\n @if (filtreDugmeler()) {\r\n <div class=\"filtre-dugmeler\">\r\n <ng-container *ngTemplateOutlet=\"filtreDugmeler(); context: {$implicit: filtreDugmeIcerik}\">\r\n {{filtreIcerik()}}\r\n </ng-container>\r\n </div>\r\n }\r\n</div>", styles: [":host{display:flex;justify-content:space-between;flex-wrap:wrap-reverse}:host .filtre-arama{display:flex;flex:none;align-items:flex-start;justify-content:flex-end}:host .filtre-grup{display:flex;justify-content:flex-end;flex-wrap:wrap-reverse}:host .filtre-grup .filtre-filtreler{display:flex;align-items:flex-start;justify-content:flex-end}:host .filtre-grup .filtre-dugmeler{display:flex;align-items:flex-start;justify-content:flex-end}:host .filtreler-giris-animasyon{position:relative;left:5%;animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}@-webkit-keyframes slide-in{to{left:0}}@keyframes slide-in{to{left:0}}\n/*!_variable.scss*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FiltreBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.1", type: FiltreBarComponent, isStandalone: true, selector: "filtre-bar", inputs: { yon: { classPropertyName: "yon", publicName: "yon", isSignal: true, isRequired: false, transformFunction: null }, genislik: { classPropertyName: "genislik", publicName: "genislik", isSignal: true, isRequired: false, transformFunction: null }, kaydirma: { classPropertyName: "kaydirma", publicName: "kaydirma", isSignal: true, isRequired: false, transformFunction: null }, filtreBarAcik: { classPropertyName: "filtreBarAcik", publicName: "filtreBarAcik", isSignal: true, isRequired: false, transformFunction: null }, aramaAlan: { classPropertyName: "aramaAlan", publicName: "aramaAlan", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { filtreBarAcik: "filtreBarAcikChange" }, queries: [{ propertyName: "arama", first: true, predicate: ["arama"], descendants: true, isSignal: true }, { propertyName: "filtreler", first: true, predicate: ["filtreler"], descendants: true, isSignal: true }, { propertyName: "filtreDugmeler", first: true, predicate: ["filtreDugmeler"], descendants: true, isSignal: true }], viewQueries: [{ propertyName: "filtreDiv", first: true, predicate: ["filtreDiv"], descendants: true, isSignal: true }, { propertyName: "aramaDiv", first: true, predicate: ["aramaDiv"], descendants: true, isSignal: true }], ngImport: i0, template: "@if (arama()) {\r\n<div class=\"filtre-arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama(); context: {$implicit: aramaIcerik}\">\r\n {{aramaIcerik}}\r\n </ng-container>\r\n</div>\r\n}\r\n<div class=\"filtre-grup\">\r\n\r\n @if (filtreBarAcik()) {\r\n @if ((filtreler)) {\r\n <div class=\"filtre-filtreler filtreler-giris-animasyon\"\r\n [@filtreBarAcikKapali]=\"{value: filtreBarAcik() ? 'acik' : 'kapali', params:{animasyonGenislik: animasyonGenislik()}}\"\r\n (@filtreBarAcikKapali.start)=\"animationStartEvent($event)\" (@filtreBarAcikKapali.done)=\"animationDoneEvent($event)\"\r\n [style.right.px]=\"sag()\" #filtreDiv>\r\n <ng-container *ngTemplateOutlet=\"filtreler(); context: {$implicit: filtreIcerik}\">\r\n {{filtreIcerik()}}\r\n </ng-container>\r\n </div>\r\n }\r\n }\r\n\r\n @if (filtreDugmeler()) {\r\n <div class=\"filtre-dugmeler\">\r\n <ng-container *ngTemplateOutlet=\"filtreDugmeler(); context: {$implicit: filtreDugmeIcerik}\">\r\n {{filtreIcerik()}}\r\n </ng-container>\r\n </div>\r\n }\r\n</div>", styles: [":host{display:flex;justify-content:space-between;flex-wrap:wrap-reverse}:host .filtre-arama{display:flex;flex:none;align-items:flex-start;justify-content:flex-end}:host .filtre-grup{display:flex;justify-content:flex-end;flex-wrap:wrap-reverse}:host .filtre-grup .filtre-filtreler{display:flex;align-items:flex-start;justify-content:flex-end}:host .filtre-grup .filtre-dugmeler{display:flex;align-items:flex-start;justify-content:flex-end}:host .filtreler-giris-animasyon{position:relative;left:5%;animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}@-webkit-keyframes slide-in{to{left:0}}@keyframes slide-in{to{left:0}}\n/*!_variable.scss*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
51
51
  trigger('filtreBarAcikKapali', [
52
52
  // ...
53
53
  state('acik', style({
@@ -65,7 +65,7 @@ class FiltreBarComponent {
65
65
  ]),
66
66
  ] }); }
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: FiltreBarComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: FiltreBarComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'filtre-bar', imports: [NgTemplateOutlet], animations: [
71
71
  trigger('filtreBarAcikKapali', [
@@ -192,10 +192,10 @@ class GeriIleriDetayComponent {
192
192
  resetUndo() {
193
193
  this.undoRedoStack.reset();
194
194
  }
195
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: GeriIleriDetayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
196
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: GeriIleriDetayComponent, isStandalone: true, selector: "geri-ileri-detay", inputs: { object: "object" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "fluid", "buttonProps"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SplitButtonModule }, { kind: "component", type: i2.SplitButton, selector: "p-splitbutton, p-splitButton, p-split-button", inputs: ["model", "severity", "raised", "rounded", "text", "outlined", "size", "plain", "icon", "iconPos", "label", "tooltip", "tooltipOptions", "style", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "buttonProps", "menuButtonProps", "autofocus", "disabled", "tabindex", "menuButtonDisabled", "buttonDisabled"], outputs: ["onClick", "onMenuHide", "onMenuShow", "onDropdownClick"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] }); }
195
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: GeriIleriDetayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
196
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: GeriIleriDetayComponent, isStandalone: true, selector: "geri-ileri-detay", inputs: { object: "object" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "fluid", "buttonProps"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SplitButtonModule }, { kind: "component", type: i2.SplitButton, selector: "p-splitbutton, p-splitButton, p-split-button", inputs: ["model", "severity", "raised", "rounded", "text", "outlined", "size", "plain", "icon", "iconPos", "label", "tooltip", "tooltipOptions", "style", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "buttonProps", "menuButtonProps", "autofocus", "disabled", "tabindex", "menuButtonDisabled", "buttonDisabled"], outputs: ["onClick", "onMenuHide", "onMenuShow", "onDropdownClick"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] }); }
197
197
  }
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: GeriIleriDetayComponent, decorators: [{
198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: GeriIleriDetayComponent, decorators: [{
199
199
  type: Component,
200
200
  args: [{ selector: 'geri-ileri-detay', imports: [ButtonModule, SplitButtonModule, TooltipModule], template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n" }]
201
201
  }], ctorParameters: () => [], propDecorators: { object: [{
@@ -235,10 +235,10 @@ class GeriIleriListeComponent {
235
235
  resetUndo() {
236
236
  this.undoRedoStack.reset();
237
237
  }
238
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: GeriIleriListeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
239
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: GeriIleriListeComponent, isStandalone: true, selector: "geri-ileri-liste", inputs: { collection: "collection" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "fluid", "buttonProps"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SplitButtonModule }, { kind: "component", type: i2.SplitButton, selector: "p-splitbutton, p-splitButton, p-split-button", inputs: ["model", "severity", "raised", "rounded", "text", "outlined", "size", "plain", "icon", "iconPos", "label", "tooltip", "tooltipOptions", "style", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "buttonProps", "menuButtonProps", "autofocus", "disabled", "tabindex", "menuButtonDisabled", "buttonDisabled"], outputs: ["onClick", "onMenuHide", "onMenuShow", "onDropdownClick"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] }); }
238
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: GeriIleriListeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
239
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: GeriIleriListeComponent, isStandalone: true, selector: "geri-ileri-liste", inputs: { collection: "collection" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "fluid", "buttonProps"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SplitButtonModule }, { kind: "component", type: i2.SplitButton, selector: "p-splitbutton, p-splitButton, p-split-button", inputs: ["model", "severity", "raised", "rounded", "text", "outlined", "size", "plain", "icon", "iconPos", "label", "tooltip", "tooltipOptions", "style", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "buttonProps", "menuButtonProps", "autofocus", "disabled", "tabindex", "menuButtonDisabled", "buttonDisabled"], outputs: ["onClick", "onMenuHide", "onMenuShow", "onDropdownClick"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] }); }
240
240
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: GeriIleriListeComponent, decorators: [{
241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: GeriIleriListeComponent, decorators: [{
242
242
  type: Component,
243
243
  args: [{ selector: 'geri-ileri-liste', imports: [ButtonModule, SplitButtonModule, TooltipModule], template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\" />\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\" />\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n" }]
244
244
  }], ctorParameters: () => [], propDecorators: { collection: [{
@@ -5,10 +5,10 @@ class BoolToPlusPipe {
5
5
  transform(value) {
6
6
  return value ? '+' : '';
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusPipe, isStandalone: true, name: "boolToPlus" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusPipe, isStandalone: true, name: "boolToPlus" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'boolToPlus',
@@ -5,10 +5,10 @@ class BoolToPlusMinusPipe {
5
5
  transform(value) {
6
6
  return value ? '+' : '-';
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusMinusPipe, isStandalone: true, name: "boolToPlusMinus" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusMinusPipe, isStandalone: true, name: "boolToPlusMinus" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: BoolToPlusMinusPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BoolToPlusMinusPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'boolToPlusMinus',
@@ -6,10 +6,10 @@ class DateToTextPipe {
6
6
  transform(value) {
7
7
  return GlobalFunctions.dateToText(value);
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: DateToTextPipe, isStandalone: true, name: "dateToText" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: DateToTextPipe, isStandalone: true, name: "dateToText" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: DateToTextPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DateToTextPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  name: 'dateToText',
@@ -5,10 +5,10 @@ class EvetHayirPipe {
5
5
  transform(value) {
6
6
  return value ? 'Evet' : 'Hayır';
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: EvetHayirPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: EvetHayirPipe, isStandalone: true, name: "evetHayir" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: EvetHayirPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: EvetHayirPipe, isStandalone: true, name: "evetHayir" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: EvetHayirPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: EvetHayirPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'evetHayir',
@@ -6,10 +6,10 @@ class MecraTuruPipe {
6
6
  transform(value) {
7
7
  return GlobalFunctions.mecraTuruStrVer(value);
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: MecraTuruPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: MecraTuruPipe, isStandalone: true, name: "mecraTuru" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: MecraTuruPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: MecraTuruPipe, isStandalone: true, name: "mecraTuru" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: MecraTuruPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: MecraTuruPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  name: 'mecraTuru',
@@ -16,10 +16,10 @@ class SafePipe {
16
16
  default: throw new Error(`Invalid safe type specified: ${type}`);
17
17
  }
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SafePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: SafePipe, isStandalone: true, name: "safe" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SafePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: SafePipe, isStandalone: true, name: "safe" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: SafePipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SafePipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'safe',