limitng 0.21.47 → 0.21.49

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 (40) hide show
  1. package/fesm2022/limitng-alt-buyuk-kart.mjs +3 -3
  2. package/fesm2022/limitng-alt-kucuk-kart.mjs +3 -3
  3. package/fesm2022/limitng-dikey-baslikli-panel-sol.mjs +3 -3
  4. package/fesm2022/limitng-dikey-baslikli-panel.mjs +3 -3
  5. package/fesm2022/limitng-directives-adAlani.directive.mjs +3 -3
  6. package/fesm2022/limitng-directives-adresAlani.directive.mjs +3 -3
  7. package/fesm2022/limitng-directives-buyukHarf.directive.mjs +3 -3
  8. package/fesm2022/limitng-directives-ciftBoslukTek.directive.mjs +3 -3
  9. package/fesm2022/limitng-directives-dirty.directive.mjs +3 -3
  10. package/fesm2022/limitng-directives-disable.directive.mjs +6 -6
  11. package/fesm2022/limitng-directives-flexBasis.directive.mjs +9 -9
  12. package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs +3 -3
  13. package/fesm2022/limitng-directives-imleciBasaAl.directive.mjs +3 -3
  14. package/fesm2022/limitng-directives-kodAlani.directive.mjs +3 -3
  15. package/fesm2022/limitng-directives-maksimumUzunluk.directive.mjs +3 -3
  16. package/fesm2022/limitng-directives-okTuslariylaIcerdeGezin.directive.mjs +3 -3
  17. package/fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs +3 -3
  18. package/fesm2022/limitng-directives-standartAlan.directive.mjs +3 -3
  19. package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs +12 -12
  20. package/fesm2022/limitng-directives-translate-key.directive.ts.mjs +3 -3
  21. package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs +3 -3
  22. package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs +3 -3
  23. package/fesm2022/limitng-directives.mjs +63 -63
  24. package/fesm2022/limitng-filtre-bar.mjs +3 -3
  25. package/fesm2022/limitng-geri-ileri-detay.mjs +3 -3
  26. package/fesm2022/limitng-geri-ileri-liste.mjs +3 -3
  27. package/fesm2022/limitng-pipes-boolToPlus.pipe.mjs +3 -3
  28. package/fesm2022/limitng-pipes-boolToPlusMinus.pipe.mjs +3 -3
  29. package/fesm2022/limitng-pipes-dateToText.pipe.mjs +3 -3
  30. package/fesm2022/limitng-pipes-evetHayir.pipe.mjs +3 -3
  31. package/fesm2022/limitng-pipes-global-filter-formatter.pipe.mjs +3 -3
  32. package/fesm2022/limitng-pipes-mecraTuru.pipe.mjs +3 -3
  33. package/fesm2022/limitng-pipes-safe.pipe.mjs +3 -3
  34. package/fesm2022/limitng-pipes-toSeverity.pipe.mjs +3 -3
  35. package/fesm2022/limitng-pipes-tooltip-formatter.pipe.mjs +3 -3
  36. package/fesm2022/limitng-rapor-kart.mjs +3 -3
  37. package/fesm2022/limitng-sol-buyuk-kart.mjs +3 -3
  38. package/fesm2022/limitng-sol-kucuk-kart.mjs +3 -3
  39. package/fesm2022/limitng-yatay-baslikli-panel.mjs +3 -3
  40. package/package.json +1 -1
@@ -54,8 +54,8 @@ class AdAlaniDirective {
54
54
  setDisabledState(isDisabled) {
55
55
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
58
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
58
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
59
59
  {
60
60
  provide: NG_VALUE_ACCESSOR,
61
61
  useExisting: forwardRef(() => AdAlaniDirective),
@@ -63,7 +63,7 @@ class AdAlaniDirective {
63
63
  },
64
64
  ], ngImport: i0 }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AdAlaniDirective, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AdAlaniDirective, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
69
  selector: '[adAlani]',
@@ -128,8 +128,8 @@ class AdresAlaniDirective {
128
128
  setDisabledState(isDisabled) {
129
129
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
130
130
  }
131
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
132
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
131
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
132
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
133
133
  {
134
134
  provide: NG_VALUE_ACCESSOR,
135
135
  useExisting: forwardRef(() => AdresAlaniDirective),
@@ -137,7 +137,7 @@ class AdresAlaniDirective {
137
137
  },
138
138
  ], ngImport: i0 }); }
139
139
  }
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AdresAlaniDirective, decorators: [{
140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AdresAlaniDirective, decorators: [{
141
141
  type: Directive,
142
142
  args: [{
143
143
  selector: '[adresAlani]',
@@ -188,8 +188,8 @@ class BuyukHarfDirective {
188
188
  setDisabledState(isDisabled) {
189
189
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
190
190
  }
191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
192
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
192
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
193
193
  {
194
194
  provide: NG_VALUE_ACCESSOR,
195
195
  useExisting: forwardRef(() => BuyukHarfDirective),
@@ -197,7 +197,7 @@ class BuyukHarfDirective {
197
197
  },
198
198
  ], ngImport: i0 }); }
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BuyukHarfDirective, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BuyukHarfDirective, decorators: [{
201
201
  type: Directive,
202
202
  args: [{
203
203
  selector: '[buyukHarf]',
@@ -247,8 +247,8 @@ class CiftBoslukTekDirective {
247
247
  setDisabledState(isDisabled) {
248
248
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
249
249
  }
250
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
251
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
250
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
251
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
252
252
  {
253
253
  provide: NG_VALUE_ACCESSOR,
254
254
  useExisting: forwardRef(() => CiftBoslukTekDirective),
@@ -256,7 +256,7 @@ class CiftBoslukTekDirective {
256
256
  },
257
257
  ], ngImport: i0 }); }
258
258
  }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
260
260
  type: Directive,
261
261
  args: [{
262
262
  selector: '[ciftBoslukTek]',
@@ -289,10 +289,10 @@ class DirtyDirective {
289
289
  cl.remove('ng-pristine');
290
290
  }
291
291
  }
292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
293
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: { classPropertyName: "appDirty", publicName: "appDirty", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
292
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
293
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: { classPropertyName: "appDirty", publicName: "appDirty", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
294
294
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DirtyDirective, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DirtyDirective, decorators: [{
296
296
  type: Directive,
297
297
  args: [{
298
298
  standalone: true,
@@ -304,10 +304,10 @@ class AlwaysEnabledDirective {
304
304
  constructor() {
305
305
  this.el = inject((ElementRef));
306
306
  }
307
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AlwaysEnabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
308
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: AlwaysEnabledDirective, isStandalone: true, selector: "[appAlwaysEnabled]", ngImport: i0 }); }
307
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AlwaysEnabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
308
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: AlwaysEnabledDirective, isStandalone: true, selector: "[appAlwaysEnabled]", ngImport: i0 }); }
309
309
  }
310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AlwaysEnabledDirective, decorators: [{
310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AlwaysEnabledDirective, decorators: [{
311
311
  type: Directive,
312
312
  args: [{
313
313
  selector: '[appAlwaysEnabled]',
@@ -430,10 +430,10 @@ class DisableDirective {
430
430
  return this.alwaysEnabled()
431
431
  ?.some(d => d.el.nativeElement === element) ?? false;
432
432
  }
433
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
434
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.2.6", type: DisableDirective, isStandalone: true, selector: "[appDisable]", inputs: { appDisable: { classPropertyName: "appDisable", publicName: "appDisable", isSignal: true, isRequired: false, transformFunction: null } }, 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: "alwaysEnabled", predicate: AlwaysEnabledDirective, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
433
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
434
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.2.8", type: DisableDirective, isStandalone: true, selector: "[appDisable]", inputs: { appDisable: { classPropertyName: "appDisable", publicName: "appDisable", isSignal: true, isRequired: false, transformFunction: null } }, 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: "alwaysEnabled", predicate: AlwaysEnabledDirective, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
435
435
  }
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DisableDirective, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DisableDirective, decorators: [{
437
437
  type: Directive,
438
438
  args: [{
439
439
  selector: '[appDisable]',
@@ -449,10 +449,10 @@ class FlexBasisDirective {
449
449
  ngOnChanges() {
450
450
  this._elementRef.nativeElement.style.flexBasis = this.flexBasis();
451
451
  }
452
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
453
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: FlexBasisDirective, isStandalone: true, selector: "[flexBasis]", inputs: { flexBasis: { classPropertyName: "flexBasis", publicName: "flexBasis", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
452
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
453
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: FlexBasisDirective, isStandalone: true, selector: "[flexBasis]", inputs: { flexBasis: { classPropertyName: "flexBasis", publicName: "flexBasis", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
454
454
  }
455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisDirective, decorators: [{
455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisDirective, decorators: [{
456
456
  type: Directive,
457
457
  args: [{
458
458
  selector: '[flexBasis]',
@@ -467,10 +467,10 @@ class FlexBasisEmDirective {
467
467
  ngOnChanges() {
468
468
  this._elementRef.nativeElement.style.flexBasis = this.flexBasisEm() + 'em';
469
469
  }
470
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
471
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: FlexBasisEmDirective, isStandalone: true, selector: "[flexBasisEm]", inputs: { flexBasisEm: { classPropertyName: "flexBasisEm", publicName: "flexBasisEm", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
470
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
471
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: FlexBasisEmDirective, isStandalone: true, selector: "[flexBasisEm]", inputs: { flexBasisEm: { classPropertyName: "flexBasisEm", publicName: "flexBasisEm", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
472
472
  }
473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
474
474
  type: Directive,
475
475
  args: [{
476
476
  selector: '[flexBasisEm]',
@@ -485,10 +485,10 @@ class FlexBasisPxDirective {
485
485
  ngOnChanges() {
486
486
  this._elementRef.nativeElement.style.flexBasis = this.flexBasisPx() + 'px';
487
487
  }
488
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
489
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: FlexBasisPxDirective, isStandalone: true, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: { classPropertyName: "flexBasisPx", publicName: "flexBasisPx", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
488
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
489
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: FlexBasisPxDirective, isStandalone: true, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: { classPropertyName: "flexBasisPx", publicName: "flexBasisPx", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
490
490
  }
491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
492
492
  type: Directive,
493
493
  args: [{
494
494
  selector: '[flexBasisFBPx]',
@@ -528,8 +528,8 @@ class IlkHarfBuyukDirective {
528
528
  setDisabledState(isDisabled) {
529
529
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
530
530
  }
531
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
532
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
531
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
532
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
533
533
  {
534
534
  provide: NG_VALUE_ACCESSOR,
535
535
  useExisting: forwardRef(() => IlkHarfBuyukDirective),
@@ -537,7 +537,7 @@ class IlkHarfBuyukDirective {
537
537
  },
538
538
  ], ngImport: i0 }); }
539
539
  }
540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
541
541
  type: Directive,
542
542
  args: [{
543
543
  selector: '[ilkHarfBuyuk]',
@@ -608,8 +608,8 @@ class KodAlaniDirective {
608
608
  setDisabledState(isDisabled) {
609
609
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
610
610
  }
611
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
612
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", host: { listeners: { "blur": "onBlur()", "keypress": "onKeyPress($event)", "input": "onInput($event)", "paste": "onPaste($event)" } }, providers: [
611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
612
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", host: { listeners: { "blur": "onBlur()", "keypress": "onKeyPress($event)", "input": "onInput($event)", "paste": "onPaste($event)" } }, providers: [
613
613
  {
614
614
  provide: NG_VALUE_ACCESSOR,
615
615
  useExisting: forwardRef(() => KodAlaniDirective),
@@ -617,7 +617,7 @@ class KodAlaniDirective {
617
617
  },
618
618
  ], ngImport: i0 }); }
619
619
  }
620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: KodAlaniDirective, decorators: [{
620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: KodAlaniDirective, decorators: [{
621
621
  type: Directive,
622
622
  args: [{
623
623
  selector: '[kodAlani]',
@@ -673,8 +673,8 @@ class MaksimumUzunlukDirective {
673
673
  setDisabledState(isDisabled) {
674
674
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
675
675
  }
676
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
677
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: { classPropertyName: "maksimum", publicName: "maksimumUzunluk", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
676
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
677
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: { classPropertyName: "maksimum", publicName: "maksimumUzunluk", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
678
678
  {
679
679
  provide: NG_VALUE_ACCESSOR,
680
680
  useExisting: forwardRef(() => MaksimumUzunlukDirective),
@@ -682,7 +682,7 @@ class MaksimumUzunlukDirective {
682
682
  },
683
683
  ], ngImport: i0 }); }
684
684
  }
685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
686
686
  type: Directive,
687
687
  args: [{
688
688
  selector: '[maksimumUzunluk]',
@@ -732,8 +732,8 @@ class SagSolBoslukSilDirective {
732
732
  setDisabledState(isDisabled) {
733
733
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
734
734
  }
735
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
736
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
735
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
736
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
737
737
  {
738
738
  provide: NG_VALUE_ACCESSOR,
739
739
  useExisting: forwardRef(() => SagSolBoslukSilDirective),
@@ -741,7 +741,7 @@ class SagSolBoslukSilDirective {
741
741
  },
742
742
  ], ngImport: i0 }); }
743
743
  }
744
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
745
745
  type: Directive,
746
746
  args: [{
747
747
  selector: '[sagSolBoslukSil]',
@@ -804,8 +804,8 @@ class StandartAlanDirective {
804
804
  setDisabledState(isDisabled) {
805
805
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
806
806
  }
807
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
808
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
807
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
808
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
809
809
  {
810
810
  provide: NG_VALUE_ACCESSOR,
811
811
  useExisting: forwardRef(() => StandartAlanDirective),
@@ -813,7 +813,7 @@ class StandartAlanDirective {
813
813
  },
814
814
  ], ngImport: i0 }); }
815
815
  }
816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StandartAlanDirective, decorators: [{
816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: StandartAlanDirective, decorators: [{
817
817
  type: Directive,
818
818
  args: [{
819
819
  selector: '[standartAlan]',
@@ -842,10 +842,10 @@ class SutunGenisligiDirective {
842
842
  this._elementRef.nativeElement.style.minWidth = this.sutunGenisligi();
843
843
  this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligi();
844
844
  }
845
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
846
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: SutunGenisligiDirective, isStandalone: true, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: { classPropertyName: "sutunGenisligi", publicName: "sutunGenisligi", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
846
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: SutunGenisligiDirective, isStandalone: true, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: { classPropertyName: "sutunGenisligi", publicName: "sutunGenisligi", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
847
847
  }
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
849
849
  type: Directive,
850
850
  args: [{
851
851
  selector: '[sutunGenisligi]',
@@ -862,10 +862,10 @@ class SutunGenisligiEmDirective {
862
862
  this._elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm() + 'em';
863
863
  this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm() + 'em';
864
864
  }
865
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
866
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: SutunGenisligiEmDirective, isStandalone: true, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: { classPropertyName: "sutunGenisligiEm", publicName: "sutunGenisligiEm", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
865
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
866
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: SutunGenisligiEmDirective, isStandalone: true, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: { classPropertyName: "sutunGenisligiEm", publicName: "sutunGenisligiEm", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
867
867
  }
868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
869
869
  type: Directive,
870
870
  args: [{
871
871
  selector: '[sutunGenisligiEm]',
@@ -882,10 +882,10 @@ class SutunGenisligiPxDirective {
882
882
  this._elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx() + 'px';
883
883
  this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx() + 'px';
884
884
  }
885
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
886
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: SutunGenisligiPxDirective, isStandalone: true, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: { classPropertyName: "sutunGenisligiPx", publicName: "sutunGenisligiPx", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
885
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
886
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: SutunGenisligiPxDirective, isStandalone: true, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: { classPropertyName: "sutunGenisligiPx", publicName: "sutunGenisligiPx", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
887
887
  }
888
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
889
889
  type: Directive,
890
890
  args: [{
891
891
  selector: '[sutunGenisligiPx]',
@@ -908,10 +908,10 @@ class SutunGenisligiClassDirective {
908
908
  }
909
909
  this.eskiClassName = this.sutunGenisligiClass();
910
910
  }
911
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
912
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.6", type: SutunGenisligiClassDirective, isStandalone: true, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: { classPropertyName: "sutunGenisligiClass", publicName: "sutunGenisligiClass", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
911
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
912
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.8", type: SutunGenisligiClassDirective, isStandalone: true, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: { classPropertyName: "sutunGenisligiClass", publicName: "sutunGenisligiClass", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
913
913
  }
914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
914
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
915
915
  type: Directive,
916
916
  args: [{
917
917
  selector: '[sutunGenisligiClass]',
@@ -951,8 +951,8 @@ class TumBoslukSilDirective {
951
951
  setDisabledState(isDisabled) {
952
952
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
953
953
  }
954
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
955
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
954
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
955
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
956
956
  {
957
957
  provide: NG_VALUE_ACCESSOR,
958
958
  useExisting: forwardRef(() => TumBoslukSilDirective),
@@ -960,7 +960,7 @@ class TumBoslukSilDirective {
960
960
  },
961
961
  ], ngImport: i0 }); }
962
962
  }
963
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
963
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
964
964
  type: Directive,
965
965
  args: [{
966
966
  selector: '[tumBoslukSil]',
@@ -1011,8 +1011,8 @@ class TumIlkHarfBuyukDirective {
1011
1011
  setDisabledState(isDisabled) {
1012
1012
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1013
1013
  }
1014
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1015
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
1014
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1015
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.8", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
1016
1016
  {
1017
1017
  provide: NG_VALUE_ACCESSOR,
1018
1018
  useExisting: forwardRef(() => TumIlkHarfBuyukDirective),
@@ -1020,7 +1020,7 @@ class TumIlkHarfBuyukDirective {
1020
1020
  },
1021
1021
  ], ngImport: i0 }); }
1022
1022
  }
1023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
1024
1024
  type: Directive,
1025
1025
  args: [{
1026
1026
  selector: '[tumIlkHarfBuyuk]',
@@ -61,10 +61,10 @@ class FiltreBarComponent {
61
61
  }
62
62
  this.filtreBarAcik.update(v => !v);
63
63
  }
64
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FiltreBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
65
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", 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: "aramaDiv", first: true, predicate: ["aramaDiv"], descendants: true, isSignal: true }], ngImport: i0, template: "<!-- Arama alan\u0131 -->\r\n@if (arama()) {\r\n<div class=\"filtre-arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama(); context: {$implicit: aramaIcerik}\">\r\n </ng-container>\r\n</div>\r\n}\r\n\r\n<!-- Panel k\u00F6k\u00FC -->\r\n<div class=\"filtre-grup\">\r\n @if (filtreBarAcik()) {\r\n @if (filtreler()) {\r\n\r\n <div class=\"filtre-filtreler filtreler-giris-animasyon flex flex-wrap filtre-panel\"\r\n [class.sagdansola]=\"yon() === 'sagdansola'\" [class.soldansaga]=\"yon() === 'soldansaga'\"\r\n [style.width.px]=\"filtreBarAcik() ? animasyonGenislik() : 0\">\r\n\r\n <!-- Filtre i\u00E7erik -->\r\n <div class=\"icerik\">\r\n <ng-container *ngTemplateOutlet=\"filtreler(); context: {$implicit: filtreIcerik}\">\r\n </ng-container>\r\n </div>\r\n </div>\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 </ng-container>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".filtre-panel{will-change:width;overflow:hidden;transition:width .3s ease-in-out}.filtre-panel.sagdansola{inset-inline-end:0}.filtre-panel.soldansaga{inset-inline-start:0}: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 .filtre-arama-input{transition:width .3s ease,min-width .3s ease}: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"] }] }); }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FiltreBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
65
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.8", 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: "aramaDiv", first: true, predicate: ["aramaDiv"], descendants: true, isSignal: true }], ngImport: i0, template: "<!-- Arama alan\u0131 -->\r\n@if (arama()) {\r\n<div class=\"filtre-arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama(); context: {$implicit: aramaIcerik}\">\r\n </ng-container>\r\n</div>\r\n}\r\n\r\n<!-- Panel k\u00F6k\u00FC -->\r\n<div class=\"filtre-grup\">\r\n @if (filtreBarAcik()) {\r\n @if (filtreler()) {\r\n\r\n <div class=\"filtre-filtreler filtreler-giris-animasyon flex flex-wrap filtre-panel\"\r\n [class.sagdansola]=\"yon() === 'sagdansola'\" [class.soldansaga]=\"yon() === 'soldansaga'\"\r\n [style.width.px]=\"filtreBarAcik() ? animasyonGenislik() : 0\">\r\n\r\n <!-- Filtre i\u00E7erik -->\r\n <div class=\"icerik\">\r\n <ng-container *ngTemplateOutlet=\"filtreler(); context: {$implicit: filtreIcerik}\">\r\n </ng-container>\r\n </div>\r\n </div>\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 </ng-container>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".filtre-panel{will-change:width;overflow:hidden;transition:width .3s ease-in-out}.filtre-panel.sagdansola{inset-inline-end:0}.filtre-panel.soldansaga{inset-inline-start:0}: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 .filtre-arama-input{transition:width .3s ease,min-width .3s ease}: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"] }] }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FiltreBarComponent, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FiltreBarComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{ selector: 'filtre-bar', imports: [NgTemplateOutlet], template: "<!-- Arama alan\u0131 -->\r\n@if (arama()) {\r\n<div class=\"filtre-arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama(); context: {$implicit: aramaIcerik}\">\r\n </ng-container>\r\n</div>\r\n}\r\n\r\n<!-- Panel k\u00F6k\u00FC -->\r\n<div class=\"filtre-grup\">\r\n @if (filtreBarAcik()) {\r\n @if (filtreler()) {\r\n\r\n <div class=\"filtre-filtreler filtreler-giris-animasyon flex flex-wrap filtre-panel\"\r\n [class.sagdansola]=\"yon() === 'sagdansola'\" [class.soldansaga]=\"yon() === 'soldansaga'\"\r\n [style.width.px]=\"filtreBarAcik() ? animasyonGenislik() : 0\">\r\n\r\n <!-- Filtre i\u00E7erik -->\r\n <div class=\"icerik\">\r\n <ng-container *ngTemplateOutlet=\"filtreler(); context: {$implicit: filtreIcerik}\">\r\n </ng-container>\r\n </div>\r\n </div>\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 </ng-container>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".filtre-panel{will-change:width;overflow:hidden;transition:width .3s ease-in-out}.filtre-panel.sagdansola{inset-inline-end:0}.filtre-panel.soldansaga{inset-inline-start:0}: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 .filtre-arama-input{transition:width .3s ease,min-width .3s ease}: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"] }]
70
70
  }], propDecorators: { yon: [{ type: i0.Input, args: [{ isSignal: true, alias: "yon", required: false }] }], genislik: [{ type: i0.Input, args: [{ isSignal: true, alias: "genislik", required: false }] }], kaydirma: [{ type: i0.Input, args: [{ isSignal: true, alias: "kaydirma", required: false }] }], filtreBarAcik: [{ type: i0.Input, args: [{ isSignal: true, alias: "filtreBarAcik", required: false }] }, { type: i0.Output, args: ["filtreBarAcikChange"] }], aramaAlan: [{ type: i0.Input, args: [{ isSignal: true, alias: "aramaAlan", required: false }] }], arama: [{ type: i0.ContentChild, args: ['arama', { isSignal: true }] }], filtreler: [{ type: i0.ContentChild, args: ['filtreler', { isSignal: true }] }], filtreDugmeler: [{ type: i0.ContentChild, args: ['filtreDugmeler', { isSignal: true }] }], aramaDiv: [{ type: i0.ViewChild, args: ['aramaDiv', { isSignal: true }] }] } });
@@ -216,10 +216,10 @@ class GeriIleriDetayComponent {
216
216
  resetUndo() {
217
217
  this.undoRedoStack.reset();
218
218
  }
219
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GeriIleriDetayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
220
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: GeriIleriDetayComponent, isStandalone: true, selector: "geri-ileri-detay", inputs: { object: { classPropertyName: "object", publicName: "object", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"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: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], 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", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "motionOptions", "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", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "showOnEllipsis", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip", "pTooltipPT", "pTooltipUnstyled"] }] }); }
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GeriIleriDetayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
220
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.8", type: GeriIleriDetayComponent, isStandalone: true, selector: "geri-ileri-detay", inputs: { object: { classPropertyName: "object", publicName: "object", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"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: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], 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", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "motionOptions", "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", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "showOnEllipsis", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip", "pTooltipPT", "pTooltipUnstyled"] }] }); }
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GeriIleriDetayComponent, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GeriIleriDetayComponent, decorators: [{
223
223
  type: Component,
224
224
  args: [{ selector: 'geri-ileri-detay', imports: [ButtonModule, SplitButtonModule, TooltipModule], template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n" }]
225
225
  }], ctorParameters: () => [], propDecorators: { object: [{ type: i0.Input, args: [{ isSignal: true, alias: "object", required: false }] }] } });
@@ -268,10 +268,10 @@ class GeriIleriListeComponent {
268
268
  resetUndo() {
269
269
  this.undoRedoStack.reset();
270
270
  }
271
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GeriIleriListeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
272
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: GeriIleriListeComponent, isStandalone: true, selector: "geri-ileri-liste", inputs: { collection: { classPropertyName: "collection", publicName: "collection", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"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: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], 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", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "motionOptions", "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", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "showOnEllipsis", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip", "pTooltipPT", "pTooltipUnstyled"] }] }); }
271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GeriIleriListeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
272
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.8", type: GeriIleriListeComponent, isStandalone: true, selector: "geri-ileri-liste", inputs: { collection: { classPropertyName: "collection", publicName: "collection", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"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: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], 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", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "motionOptions", "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", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "showOnEllipsis", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip", "pTooltipPT", "pTooltipUnstyled"] }] }); }
273
273
  }
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GeriIleriListeComponent, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GeriIleriListeComponent, decorators: [{
275
275
  type: Component,
276
276
  args: [{ selector: 'geri-ileri-liste', imports: [ButtonModule, SplitButtonModule, TooltipModule], template: "<p-splitButton class=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\" [disabled]=\"!undoRedoStack.canUndo()\"\r\n [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"undoClick()\" />\r\n<p-splitButton class=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\" [disabled]=\"!undoRedoStack.canRedo()\"\r\n [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape (onClick)=\"redoClick()\" />\r\n<p-button class=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\" />\r\n" }]
277
277
  }], ctorParameters: () => [], propDecorators: { collection: [{ type: i0.Input, args: [{ isSignal: true, alias: "collection", required: false }] }] } });
@@ -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: "21.2.6", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: BoolToPlusPipe, isStandalone: true, name: "boolToPlus" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: BoolToPlusPipe, isStandalone: true, name: "boolToPlus" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BoolToPlusPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", 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: "21.2.6", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: BoolToPlusMinusPipe, isStandalone: true, name: "boolToPlusMinus" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: BoolToPlusMinusPipe, isStandalone: true, name: "boolToPlusMinus" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BoolToPlusMinusPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", 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: "21.2.6", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: DateToTextPipe, isStandalone: true, name: "dateToText" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: DateToTextPipe, isStandalone: true, name: "dateToText" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DateToTextPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: DateToTextPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  name: 'dateToText',
@@ -14,10 +14,10 @@ class EvetHayirPipe {
14
14
  ? this.translateService.instant('genel.evet')
15
15
  : this.translateService.instant('genel.hayir');
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EvetHayirPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: EvetHayirPipe, isStandalone: true, name: "evetHayir", pure: false }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: EvetHayirPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: EvetHayirPipe, isStandalone: true, name: "evetHayir", pure: false }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EvetHayirPipe, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: EvetHayirPipe, decorators: [{
21
21
  type: Pipe,
22
22
  args: [{
23
23
  name: 'evetHayir',
@@ -17,10 +17,10 @@ class GlobalFilterFormatterPipe {
17
17
  })
18
18
  .join(', ');
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GlobalFilterFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: GlobalFilterFormatterPipe, isStandalone: true, name: "globalFilterFormatter", pure: false }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GlobalFilterFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: GlobalFilterFormatterPipe, isStandalone: true, name: "globalFilterFormatter", pure: false }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GlobalFilterFormatterPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GlobalFilterFormatterPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{
26
26
  name: 'globalFilterFormatter',
@@ -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: "21.2.6", ngImport: i0, type: MecraTuruPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: MecraTuruPipe, isStandalone: true, name: "mecraTuru" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: MecraTuruPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: MecraTuruPipe, isStandalone: true, name: "mecraTuru" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: MecraTuruPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", 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: "21.2.6", ngImport: i0, type: SafePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: SafePipe, isStandalone: true, name: "safe" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SafePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: SafePipe, isStandalone: true, name: "safe" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SafePipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SafePipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'safe',