limitng 0.21.11 → 0.21.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/limitng-alt-buyuk-kart.mjs +3 -3
- package/fesm2022/limitng-alt-kucuk-kart.mjs +3 -3
- package/fesm2022/limitng-dikey-baslikli-panel-sol.mjs +3 -3
- package/fesm2022/limitng-dikey-baslikli-panel.mjs +3 -3
- package/fesm2022/limitng-directives-adAlani.directive.mjs +3 -3
- package/fesm2022/limitng-directives-adresAlani.directive.mjs +3 -3
- package/fesm2022/limitng-directives-buyukHarf.directive.mjs +3 -3
- package/fesm2022/limitng-directives-ciftBoslukTek.directive.mjs +3 -3
- package/fesm2022/limitng-directives-dirty.directive.mjs +3 -3
- package/fesm2022/limitng-directives-disable.directive.mjs +6 -6
- package/fesm2022/limitng-directives-flexBasis.directive.mjs +9 -9
- package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs +3 -3
- package/fesm2022/limitng-directives-imleciBasaAl.directive.mjs +3 -3
- package/fesm2022/limitng-directives-kodAlani.directive.mjs +25 -17
- package/fesm2022/limitng-directives-kodAlani.directive.mjs.map +1 -1
- package/fesm2022/limitng-directives-maksimumUzunluk.directive.mjs +3 -3
- package/fesm2022/limitng-directives-okTuslariylaIcerdeGezin.directive.mjs +3 -3
- package/fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs +3 -3
- package/fesm2022/limitng-directives-standartAlan.directive.mjs +3 -3
- package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs +12 -12
- package/fesm2022/limitng-directives-translate-key.directive.ts.mjs +3 -3
- package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs +3 -3
- package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs +3 -3
- package/fesm2022/limitng-directives.mjs +84 -76
- package/fesm2022/limitng-directives.mjs.map +1 -1
- package/fesm2022/limitng-filtre-bar.mjs +3 -3
- package/fesm2022/limitng-geri-ileri-detay.mjs +3 -3
- package/fesm2022/limitng-geri-ileri-liste.mjs +3 -3
- package/fesm2022/limitng-pipes-boolToPlus.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-boolToPlusMinus.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-dateToText.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-evetHayir.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-global-filter-formatter.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-mecraTuru.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-safe.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-toSeverity.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-tooltip-formatter.pipe.mjs +3 -3
- package/fesm2022/limitng-rapor-kart.mjs +3 -3
- package/fesm2022/limitng-sol-buyuk-kart.mjs +3 -3
- package/fesm2022/limitng-sol-kucuk-kart.mjs +3 -3
- package/fesm2022/limitng-yatay-baslikli-panel.mjs +3 -3
- package/package.json +1 -1
- package/types/limitng-directives-kodAlani.directive.d.ts +6 -5
- package/types/limitng-directives-kodAlani.directive.d.ts.map +1 -1
- package/types/limitng-directives.d.ts +5 -3
- package/types/limitng-directives.d.ts.map +1 -1
|
@@ -15,10 +15,10 @@ class TranslateKeyDirective {
|
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
19
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TranslateKeyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: TranslateKeyDirective, isStandalone: true, selector: "[translate-key]", ngImport: i0 }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TranslateKeyDirective, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: '[translate-key]'
|
|
@@ -31,8 +31,8 @@ class TumBoslukSilDirective {
|
|
|
31
31
|
setDisabledState(isDisabled) {
|
|
32
32
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
33
33
|
}
|
|
34
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
35
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
34
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
35
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
36
36
|
{
|
|
37
37
|
provide: NG_VALUE_ACCESSOR,
|
|
38
38
|
useExisting: forwardRef(() => TumBoslukSilDirective),
|
|
@@ -40,7 +40,7 @@ class TumBoslukSilDirective {
|
|
|
40
40
|
},
|
|
41
41
|
], ngImport: i0 }); }
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
|
|
44
44
|
type: Directive,
|
|
45
45
|
args: [{
|
|
46
46
|
selector: '[tumBoslukSil]',
|
|
@@ -32,8 +32,8 @@ class TumIlkHarfBuyukDirective {
|
|
|
32
32
|
setDisabledState(isDisabled) {
|
|
33
33
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
34
34
|
}
|
|
35
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
36
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
36
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
37
37
|
{
|
|
38
38
|
provide: NG_VALUE_ACCESSOR,
|
|
39
39
|
useExisting: forwardRef(() => TumIlkHarfBuyukDirective),
|
|
@@ -41,7 +41,7 @@ class TumIlkHarfBuyukDirective {
|
|
|
41
41
|
},
|
|
42
42
|
], ngImport: i0 }); }
|
|
43
43
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
|
|
45
45
|
type: Directive,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: '[tumIlkHarfBuyuk]',
|
|
@@ -50,8 +50,8 @@ class AdAlaniDirective {
|
|
|
50
50
|
setDisabledState(isDisabled) {
|
|
51
51
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
52
52
|
}
|
|
53
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
54
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
53
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
54
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
55
55
|
{
|
|
56
56
|
provide: NG_VALUE_ACCESSOR,
|
|
57
57
|
useExisting: forwardRef(() => AdAlaniDirective),
|
|
@@ -59,7 +59,7 @@ class AdAlaniDirective {
|
|
|
59
59
|
},
|
|
60
60
|
], ngImport: i0 }); }
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AdAlaniDirective, decorators: [{
|
|
63
63
|
type: Directive,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: '[adAlani]',
|
|
@@ -122,8 +122,8 @@ class AdresAlaniDirective {
|
|
|
122
122
|
setDisabledState(isDisabled) {
|
|
123
123
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
124
124
|
}
|
|
125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
126
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
127
127
|
{
|
|
128
128
|
provide: NG_VALUE_ACCESSOR,
|
|
129
129
|
useExisting: forwardRef(() => AdresAlaniDirective),
|
|
@@ -131,7 +131,7 @@ class AdresAlaniDirective {
|
|
|
131
131
|
},
|
|
132
132
|
], ngImport: i0 }); }
|
|
133
133
|
}
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AdresAlaniDirective, decorators: [{
|
|
135
135
|
type: Directive,
|
|
136
136
|
args: [{
|
|
137
137
|
selector: '[adresAlani]',
|
|
@@ -180,8 +180,8 @@ class BuyukHarfDirective {
|
|
|
180
180
|
setDisabledState(isDisabled) {
|
|
181
181
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
182
182
|
}
|
|
183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
184
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
184
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
185
185
|
{
|
|
186
186
|
provide: NG_VALUE_ACCESSOR,
|
|
187
187
|
useExisting: forwardRef(() => BuyukHarfDirective),
|
|
@@ -189,7 +189,7 @@ class BuyukHarfDirective {
|
|
|
189
189
|
},
|
|
190
190
|
], ngImport: i0 }); }
|
|
191
191
|
}
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: BuyukHarfDirective, decorators: [{
|
|
193
193
|
type: Directive,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: '[buyukHarf]',
|
|
@@ -237,8 +237,8 @@ class CiftBoslukTekDirective {
|
|
|
237
237
|
setDisabledState(isDisabled) {
|
|
238
238
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
239
239
|
}
|
|
240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
241
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
241
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
242
242
|
{
|
|
243
243
|
provide: NG_VALUE_ACCESSOR,
|
|
244
244
|
useExisting: forwardRef(() => CiftBoslukTekDirective),
|
|
@@ -246,7 +246,7 @@ class CiftBoslukTekDirective {
|
|
|
246
246
|
},
|
|
247
247
|
], ngImport: i0 }); }
|
|
248
248
|
}
|
|
249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
|
|
250
250
|
type: Directive,
|
|
251
251
|
args: [{
|
|
252
252
|
selector: '[ciftBoslukTek]',
|
|
@@ -280,10 +280,10 @@ class DirtyDirective {
|
|
|
280
280
|
cl.remove('ng-pristine');
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
284
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
284
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: ["appDirty", "appDirty", booleanAttribute] }, ngImport: i0 }); }
|
|
285
285
|
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: DirtyDirective, decorators: [{
|
|
287
287
|
type: Directive,
|
|
288
288
|
args: [{
|
|
289
289
|
standalone: true,
|
|
@@ -298,10 +298,10 @@ class AlwaysEnabledDirective {
|
|
|
298
298
|
constructor() {
|
|
299
299
|
this.el = inject((ElementRef));
|
|
300
300
|
}
|
|
301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
302
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AlwaysEnabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
302
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: AlwaysEnabledDirective, isStandalone: true, selector: "[appAlwaysEnabled]", ngImport: i0 }); }
|
|
303
303
|
}
|
|
304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: AlwaysEnabledDirective, decorators: [{
|
|
305
305
|
type: Directive,
|
|
306
306
|
args: [{
|
|
307
307
|
selector: '[appAlwaysEnabled]',
|
|
@@ -421,10 +421,10 @@ class DisableDirective {
|
|
|
421
421
|
return this.alwaysEnabled()
|
|
422
422
|
?.some(d => d.el.nativeElement === element) ?? false;
|
|
423
423
|
}
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
425
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.0.
|
|
424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
425
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.0.8", 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: "alwaysEnabled", predicate: AlwaysEnabledDirective, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
|
|
426
426
|
}
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: DisableDirective, decorators: [{
|
|
428
428
|
type: Directive,
|
|
429
429
|
args: [{
|
|
430
430
|
selector: '[appDisable]',
|
|
@@ -443,10 +443,10 @@ class FlexBasisDirective {
|
|
|
443
443
|
ngOnChanges() {
|
|
444
444
|
this._elementRef.nativeElement.style.flexBasis = this.flexBasis;
|
|
445
445
|
}
|
|
446
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
447
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
446
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
447
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: FlexBasisDirective, isStandalone: true, selector: "[flexBasis]", inputs: { flexBasis: ["flexBasis", "flexBasis", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
448
448
|
}
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisDirective, decorators: [{
|
|
450
450
|
type: Directive,
|
|
451
451
|
args: [{
|
|
452
452
|
selector: '[flexBasis]',
|
|
@@ -464,10 +464,10 @@ class FlexBasisEmDirective {
|
|
|
464
464
|
ngOnChanges() {
|
|
465
465
|
this._elementRef.nativeElement.style.flexBasis = this.flexBasisEm + 'em';
|
|
466
466
|
}
|
|
467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
468
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
468
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: FlexBasisEmDirective, isStandalone: true, selector: "[flexBasisEm]", inputs: { flexBasisEm: ["flexBasisEm", "flexBasisEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
469
469
|
}
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
|
|
471
471
|
type: Directive,
|
|
472
472
|
args: [{
|
|
473
473
|
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.0.
|
|
489
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
489
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: FlexBasisPxDirective, isStandalone: true, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: ["flexBasisPx", "flexBasisPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
490
490
|
}
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
|
|
492
492
|
type: Directive,
|
|
493
493
|
args: [{
|
|
494
494
|
selector: '[flexBasisFBPx]',
|
|
@@ -527,8 +527,8 @@ class IlkHarfBuyukDirective {
|
|
|
527
527
|
setDisabledState(isDisabled) {
|
|
528
528
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
529
529
|
}
|
|
530
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
531
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
531
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
532
532
|
{
|
|
533
533
|
provide: NG_VALUE_ACCESSOR,
|
|
534
534
|
useExisting: forwardRef(() => IlkHarfBuyukDirective),
|
|
@@ -536,7 +536,7 @@ class IlkHarfBuyukDirective {
|
|
|
536
536
|
},
|
|
537
537
|
], ngImport: i0 }); }
|
|
538
538
|
}
|
|
539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
|
|
540
540
|
type: Directive,
|
|
541
541
|
args: [{
|
|
542
542
|
selector: '[ilkHarfBuyuk]',
|
|
@@ -560,26 +560,34 @@ class KodAlaniDirective {
|
|
|
560
560
|
constructor() {
|
|
561
561
|
this._elementRef = inject(ElementRef, { self: true });
|
|
562
562
|
this._renderer = inject(Renderer2);
|
|
563
|
-
this.
|
|
563
|
+
this.temizlemeRegex = /[^a-z0-9çÇğĞıİöÖşŞüÜ]/gi;
|
|
564
564
|
this.regex = /[a-z0-9çÇğĞıİöÖşŞüÜ]/i;
|
|
565
565
|
}
|
|
566
566
|
onKeyPress(evt) {
|
|
567
|
-
|
|
568
|
-
if (this.regex.test(key)) {
|
|
567
|
+
if (this.regex.test(evt.key)) {
|
|
569
568
|
return;
|
|
570
569
|
}
|
|
571
|
-
|
|
572
|
-
const value = this._elementRef.nativeElement.value;
|
|
573
|
-
this._onChange(value);
|
|
574
|
-
evt.preventDefault();
|
|
575
|
-
}
|
|
570
|
+
evt.preventDefault();
|
|
576
571
|
}
|
|
577
572
|
onInput(event) {
|
|
578
|
-
let value =
|
|
573
|
+
let value = event.target.value;
|
|
574
|
+
value = value.replace(this.temizlemeRegex, '');
|
|
575
|
+
value = GlobalFunctions.buyukHarfeCevir(value);
|
|
579
576
|
value = GlobalFunctions.tumBoslukSil(value);
|
|
580
577
|
this._renderer.setProperty(this._elementRef.nativeElement, 'value', value);
|
|
581
578
|
this._onChange(value);
|
|
579
|
+
}
|
|
580
|
+
onBlur() {
|
|
581
|
+
this._touched?.();
|
|
582
|
+
}
|
|
583
|
+
onPaste(event) {
|
|
582
584
|
event.preventDefault();
|
|
585
|
+
const pastedText = event.clipboardData?.getData('text') ?? '';
|
|
586
|
+
let value = pastedText.replace(this.temizlemeRegex, '');
|
|
587
|
+
value = GlobalFunctions.buyukHarfeCevir(value);
|
|
588
|
+
value = GlobalFunctions.tumBoslukSil(value);
|
|
589
|
+
this._renderer.setProperty(this._elementRef.nativeElement, 'value', value);
|
|
590
|
+
this._onChange(value);
|
|
583
591
|
}
|
|
584
592
|
/** Implementation for ControlValueAccessor interface */
|
|
585
593
|
writeValue(value) {
|
|
@@ -597,8 +605,8 @@ class KodAlaniDirective {
|
|
|
597
605
|
setDisabledState(isDisabled) {
|
|
598
606
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
599
607
|
}
|
|
600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
601
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
608
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
609
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", host: { listeners: { "blur": "onBlur()", "keypress": "onKeyPress($event)", "input": "onInput($event)", "paste": "onPaste($event)" } }, providers: [
|
|
602
610
|
{
|
|
603
611
|
provide: NG_VALUE_ACCESSOR,
|
|
604
612
|
useExisting: forwardRef(() => KodAlaniDirective),
|
|
@@ -606,7 +614,7 @@ class KodAlaniDirective {
|
|
|
606
614
|
},
|
|
607
615
|
], ngImport: i0 }); }
|
|
608
616
|
}
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: KodAlaniDirective, decorators: [{
|
|
610
618
|
type: Directive,
|
|
611
619
|
args: [{
|
|
612
620
|
selector: '[kodAlani]',
|
|
@@ -619,13 +627,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
619
627
|
},
|
|
620
628
|
],
|
|
621
629
|
host: {
|
|
622
|
-
'(blur)': '
|
|
630
|
+
'(blur)': 'onBlur()',
|
|
623
631
|
'(keypress)': 'onKeyPress($event)',
|
|
632
|
+
'(input)': 'onInput($event)',
|
|
633
|
+
'(paste)': 'onPaste($event)'
|
|
624
634
|
}
|
|
625
635
|
}]
|
|
626
|
-
}]
|
|
627
|
-
type: Output
|
|
628
|
-
}] } });
|
|
636
|
+
}] });
|
|
629
637
|
|
|
630
638
|
class MaksimumUzunlukDirective {
|
|
631
639
|
constructor() {
|
|
@@ -658,8 +666,8 @@ class MaksimumUzunlukDirective {
|
|
|
658
666
|
setDisabledState(isDisabled) {
|
|
659
667
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
660
668
|
}
|
|
661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
662
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
670
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum", numberAttribute] }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
663
671
|
{
|
|
664
672
|
provide: NG_VALUE_ACCESSOR,
|
|
665
673
|
useExisting: forwardRef(() => MaksimumUzunlukDirective),
|
|
@@ -667,7 +675,7 @@ class MaksimumUzunlukDirective {
|
|
|
667
675
|
},
|
|
668
676
|
], ngImport: i0 }); }
|
|
669
677
|
}
|
|
670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
|
|
671
679
|
type: Directive,
|
|
672
680
|
args: [{
|
|
673
681
|
selector: '[maksimumUzunluk]',
|
|
@@ -718,8 +726,8 @@ class SagSolBoslukSilDirective {
|
|
|
718
726
|
setDisabledState(isDisabled) {
|
|
719
727
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
720
728
|
}
|
|
721
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
722
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
729
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
730
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
723
731
|
{
|
|
724
732
|
provide: NG_VALUE_ACCESSOR,
|
|
725
733
|
useExisting: forwardRef(() => SagSolBoslukSilDirective),
|
|
@@ -727,7 +735,7 @@ class SagSolBoslukSilDirective {
|
|
|
727
735
|
},
|
|
728
736
|
], ngImport: i0 }); }
|
|
729
737
|
}
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
|
|
731
739
|
type: Directive,
|
|
732
740
|
args: [{
|
|
733
741
|
selector: '[sagSolBoslukSil]',
|
|
@@ -788,8 +796,8 @@ class StandartAlanDirective {
|
|
|
788
796
|
setDisabledState(isDisabled) {
|
|
789
797
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
790
798
|
}
|
|
791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
792
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
800
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
793
801
|
{
|
|
794
802
|
provide: NG_VALUE_ACCESSOR,
|
|
795
803
|
useExisting: forwardRef(() => StandartAlanDirective),
|
|
@@ -797,7 +805,7 @@ class StandartAlanDirective {
|
|
|
797
805
|
},
|
|
798
806
|
], ngImport: i0 }); }
|
|
799
807
|
}
|
|
800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: StandartAlanDirective, decorators: [{
|
|
801
809
|
type: Directive,
|
|
802
810
|
args: [{
|
|
803
811
|
selector: '[standartAlan]',
|
|
@@ -828,10 +836,10 @@ class SutunGenisligiDirective {
|
|
|
828
836
|
this._elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
|
|
829
837
|
this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
|
|
830
838
|
}
|
|
831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
832
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
840
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: SutunGenisligiDirective, isStandalone: true, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: ["sutunGenisligi", "sutunGenisligi", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
833
841
|
}
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
|
|
835
843
|
type: Directive,
|
|
836
844
|
args: [{
|
|
837
845
|
selector: '[sutunGenisligi]',
|
|
@@ -851,10 +859,10 @@ class SutunGenisligiEmDirective {
|
|
|
851
859
|
this._elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
|
|
852
860
|
this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
|
|
853
861
|
}
|
|
854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
855
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
863
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: SutunGenisligiEmDirective, isStandalone: true, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: ["sutunGenisligiEm", "sutunGenisligiEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
856
864
|
}
|
|
857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
|
|
858
866
|
type: Directive,
|
|
859
867
|
args: [{
|
|
860
868
|
selector: '[sutunGenisligiEm]',
|
|
@@ -874,10 +882,10 @@ class SutunGenisligiPxDirective {
|
|
|
874
882
|
this._elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
|
|
875
883
|
this._elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
|
|
876
884
|
}
|
|
877
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
878
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.
|
|
885
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
886
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.8", type: SutunGenisligiPxDirective, isStandalone: true, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: ["sutunGenisligiPx", "sutunGenisligiPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
879
887
|
}
|
|
880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
|
|
881
889
|
type: Directive,
|
|
882
890
|
args: [{
|
|
883
891
|
selector: '[sutunGenisligiPx]',
|
|
@@ -903,10 +911,10 @@ class SutunGenisligiClassDirective {
|
|
|
903
911
|
}
|
|
904
912
|
this.eskiClassName = this.sutunGenisligiClass;
|
|
905
913
|
}
|
|
906
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
907
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
915
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: SutunGenisligiClassDirective, isStandalone: true, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
|
|
908
916
|
}
|
|
909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
|
|
910
918
|
type: Directive,
|
|
911
919
|
args: [{
|
|
912
920
|
selector: '[sutunGenisligiClass]',
|
|
@@ -944,8 +952,8 @@ class TumBoslukSilDirective {
|
|
|
944
952
|
setDisabledState(isDisabled) {
|
|
945
953
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
946
954
|
}
|
|
947
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
948
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
956
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
949
957
|
{
|
|
950
958
|
provide: NG_VALUE_ACCESSOR,
|
|
951
959
|
useExisting: forwardRef(() => TumBoslukSilDirective),
|
|
@@ -953,7 +961,7 @@ class TumBoslukSilDirective {
|
|
|
953
961
|
},
|
|
954
962
|
], ngImport: i0 }); }
|
|
955
963
|
}
|
|
956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
|
|
957
965
|
type: Directive,
|
|
958
966
|
args: [{
|
|
959
967
|
selector: '[tumBoslukSil]',
|
|
@@ -1002,8 +1010,8 @@ class TumIlkHarfBuyukDirective {
|
|
|
1002
1010
|
setDisabledState(isDisabled) {
|
|
1003
1011
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1004
1012
|
}
|
|
1005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
1006
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
1013
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1014
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.8", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
1007
1015
|
{
|
|
1008
1016
|
provide: NG_VALUE_ACCESSOR,
|
|
1009
1017
|
useExisting: forwardRef(() => TumIlkHarfBuyukDirective),
|
|
@@ -1011,7 +1019,7 @@ class TumIlkHarfBuyukDirective {
|
|
|
1011
1019
|
},
|
|
1012
1020
|
], ngImport: i0 }); }
|
|
1013
1021
|
}
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
1022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
|
|
1015
1023
|
type: Directive,
|
|
1016
1024
|
args: [{
|
|
1017
1025
|
selector: '[tumIlkHarfBuyuk]',
|