limitng 0.19.13 → 0.19.14
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/directives/flexBasis.directive/flexBasis.directive.d.ts.map +1 -1
- package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts.map +1 -1
- package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts.map +1 -1
- package/fesm2022/limitng-alt-buyuk-kart.mjs +3 -3
- package/fesm2022/limitng-alt-buyuk-kart.mjs.map +1 -1
- 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 +3 -3
- package/fesm2022/limitng-directives-flexBasis.directive.mjs +13 -13
- package/fesm2022/limitng-directives-flexBasis.directive.mjs.map +1 -1
- package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs +3 -3
- package/fesm2022/limitng-directives-kodAlani.directive.mjs +3 -3
- package/fesm2022/limitng-directives-maksimumUzunluk.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 +16 -16
- package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs.map +1 -1
- package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs +3 -3
- package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs +3 -3
- package/fesm2022/limitng-directives.mjs +68 -68
- package/fesm2022/limitng-directives.mjs.map +1 -1
- package/fesm2022/limitng-filtre-bar.mjs +3 -3
- package/fesm2022/limitng-filtre-bar.mjs.map +1 -1
- package/fesm2022/limitng-geri-ileri-detay.mjs +3 -3
- package/fesm2022/limitng-geri-ileri-detay.mjs.map +1 -1
- package/fesm2022/limitng-geri-ileri-liste.mjs +3 -3
- package/fesm2022/limitng-geri-ileri-liste.mjs.map +1 -1
- 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-mecraTuru.pipe.mjs +3 -3
- package/fesm2022/limitng-pipes-safe.pipe.mjs +3 -3
- package/fesm2022/limitng-rapor-kart.mjs +3 -3
- package/fesm2022/limitng-rapor-kart.mjs.map +1 -1
- package/fesm2022/limitng-sol-buyuk-kart.mjs +3 -3
- package/fesm2022/limitng-sol-buyuk-kart.mjs.map +1 -1
- package/fesm2022/limitng-sol-kucuk-kart.mjs +3 -3
- package/fesm2022/limitng-yatay-baslikli-panel.mjs +3 -3
- package/fesm2022/limitng-yatay-baslikli-panel.mjs.map +1 -1
- package/package.json +60 -60
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"limitng-directives-sutunGenisligi.directive.mjs","sources":["../../src/app/components/directives/sutunGenisligi.directive/sutunGenisligi.directive.ts","../../src/app/components/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.ts"],"sourcesContent":["import { Directive, ElementRef, inject, Input, NgModule, numberAttribute, OnChanges, Renderer2 } from '@angular/core';\r\n\r\n@Directive({\
|
|
1
|
+
{"version":3,"file":"limitng-directives-sutunGenisligi.directive.mjs","sources":["../../src/app/components/directives/sutunGenisligi.directive/sutunGenisligi.directive.ts","../../src/app/components/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.ts"],"sourcesContent":["import { Directive, ElementRef, inject, Input, NgModule, numberAttribute, OnChanges, Renderer2 } from '@angular/core';\r\n\r\n@Directive({\n selector: '[sutunGenisligi]',\n standalone: false\n})\r\nexport class SutunGenisligiDirective implements OnChanges {\r\n elementRef = inject(ElementRef);\r\n\r\n @Input({ transform: numberAttribute }) sutunGenisligi = 0;\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligi;\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;\r\n }\r\n}\r\n\r\n@Directive({\n selector: '[sutunGenisligiEm]',\n standalone: false\n})\r\nexport class SutunGenisligiEmDirective implements OnChanges {\r\n elementRef = inject(ElementRef);\r\n\r\n @Input({ transform: numberAttribute }) sutunGenisligiEm = 0;\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligiEm + 'em';\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';\r\n }\r\n}\r\n\r\n@Directive({\n selector: '[sutunGenisligiPx]',\n standalone: false\n})\r\nexport class SutunGenisligiPxDirective implements OnChanges {\r\n elementRef = inject(ElementRef);\r\n\r\n @Input({ transform: numberAttribute }) sutunGenisligiPx = 0;\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligiPx + 'px';\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';\r\n }\r\n}\r\n\r\n@Directive({\n selector: '[sutunGenisligiClass]',\n standalone: false\n})\r\nexport class SutunGenisligiClassDirective implements OnChanges {\r\n private renderer = inject(Renderer2);\r\n elementRef = inject(ElementRef);\r\n\r\n @Input() sutunGenisligiClass = '';\r\n private eskiClassName = '';\r\n\r\n ngOnChanges() {\r\n if (this.eskiClassName !== '') {\r\n this.renderer.removeClass(this.elementRef.nativeElement, this.eskiClassName)\r\n }\r\n if (this.sutunGenisligiClass !== '') {\r\n this.renderer.addClass(this.elementRef.nativeElement, this.sutunGenisligiClass);\r\n }\r\n this.eskiClassName = this.sutunGenisligiClass\r\n }\r\n}\r\n\r\n@NgModule({\r\n declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],\r\n exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective]\r\n})\r\nexport class SutunGenisligiDirectiveModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|
|
@@ -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: "19.1.
|
|
35
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
34
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
35
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", 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: "19.1.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", 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: "19.1.
|
|
36
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
36
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", 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: "19.1.
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
|
|
45
45
|
type: Directive,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: '[tumIlkHarfBuyuk]',
|
|
@@ -51,8 +51,8 @@ class AdAlaniDirective {
|
|
|
51
51
|
setDisabledState(isDisabled) {
|
|
52
52
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
53
53
|
}
|
|
54
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
55
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AdAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
55
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: AdAlaniDirective, isStandalone: true, selector: "[adAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
56
56
|
{
|
|
57
57
|
provide: NG_VALUE_ACCESSOR,
|
|
58
58
|
useExisting: forwardRef(() => AdAlaniDirective),
|
|
@@ -60,7 +60,7 @@ class AdAlaniDirective {
|
|
|
60
60
|
},
|
|
61
61
|
], ngImport: i0 }); }
|
|
62
62
|
}
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AdAlaniDirective, decorators: [{
|
|
64
64
|
type: Directive,
|
|
65
65
|
args: [{
|
|
66
66
|
selector: '[adAlani]',
|
|
@@ -123,8 +123,8 @@ class AdresAlaniDirective {
|
|
|
123
123
|
setDisabledState(isDisabled) {
|
|
124
124
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
125
125
|
}
|
|
126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
127
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AdresAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
127
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: AdresAlaniDirective, isStandalone: true, selector: "[adresAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
128
128
|
{
|
|
129
129
|
provide: NG_VALUE_ACCESSOR,
|
|
130
130
|
useExisting: forwardRef(() => AdresAlaniDirective),
|
|
@@ -132,7 +132,7 @@ class AdresAlaniDirective {
|
|
|
132
132
|
},
|
|
133
133
|
], ngImport: i0 }); }
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: AdresAlaniDirective, decorators: [{
|
|
136
136
|
type: Directive,
|
|
137
137
|
args: [{
|
|
138
138
|
selector: '[adresAlani]',
|
|
@@ -181,8 +181,8 @@ class BuyukHarfDirective {
|
|
|
181
181
|
setDisabledState(isDisabled) {
|
|
182
182
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
183
183
|
}
|
|
184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
185
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: BuyukHarfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
185
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: BuyukHarfDirective, isStandalone: true, selector: "[buyukHarf]", outputs: { buyukHarfChange: "buyukHarfChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
186
186
|
{
|
|
187
187
|
provide: NG_VALUE_ACCESSOR,
|
|
188
188
|
useExisting: forwardRef(() => BuyukHarfDirective),
|
|
@@ -190,7 +190,7 @@ class BuyukHarfDirective {
|
|
|
190
190
|
},
|
|
191
191
|
], ngImport: i0 }); }
|
|
192
192
|
}
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: BuyukHarfDirective, decorators: [{
|
|
194
194
|
type: Directive,
|
|
195
195
|
args: [{
|
|
196
196
|
selector: '[buyukHarf]',
|
|
@@ -238,8 +238,8 @@ class CiftBoslukTekDirective {
|
|
|
238
238
|
setDisabledState(isDisabled) {
|
|
239
239
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
240
240
|
}
|
|
241
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
242
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CiftBoslukTekDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
242
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: CiftBoslukTekDirective, isStandalone: true, selector: "[ciftBoslukTek]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
243
243
|
{
|
|
244
244
|
provide: NG_VALUE_ACCESSOR,
|
|
245
245
|
useExisting: forwardRef(() => CiftBoslukTekDirective),
|
|
@@ -247,7 +247,7 @@ class CiftBoslukTekDirective {
|
|
|
247
247
|
},
|
|
248
248
|
], ngImport: i0 }); }
|
|
249
249
|
}
|
|
250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
|
|
251
251
|
type: Directive,
|
|
252
252
|
args: [{
|
|
253
253
|
selector: '[ciftBoslukTek]',
|
|
@@ -281,10 +281,10 @@ class DirtyDirective {
|
|
|
281
281
|
}
|
|
282
282
|
});
|
|
283
283
|
}
|
|
284
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
285
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DirtyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
285
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: DirtyDirective, isStandalone: true, selector: "[appDirty]", inputs: { appDirty: ["appDirty", "appDirty", booleanAttribute] }, ngImport: i0 }); }
|
|
286
286
|
}
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DirtyDirective, decorators: [{
|
|
288
288
|
type: Directive,
|
|
289
289
|
args: [{
|
|
290
290
|
standalone: true,
|
|
@@ -400,10 +400,10 @@ class DisableDirective {
|
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
404
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.1.
|
|
403
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DisableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
404
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.1.4", type: DisableDirective, isStandalone: true, selector: "[appDisable]", inputs: { appDisable: ["appDisable", "appDisable", booleanAttribute] }, queries: [{ propertyName: "checkboxes", predicate: Checkbox, descendants: true, isSignal: true }, { propertyName: "radioButtons", predicate: RadioButton, descendants: true, isSignal: true }, { propertyName: "selects", predicate: Select, descendants: true, isSignal: true }, { propertyName: "selectbuttons", predicate: SelectButton, descendants: true, isSignal: true }, { propertyName: "toggleSwitches", predicate: ToggleSwitch, descendants: true, isSignal: true }, { propertyName: "inputNumbers", predicate: InputNumber, descendants: true, isSignal: true }, { propertyName: "buttons", predicate: Button, descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0 }); }
|
|
405
405
|
}
|
|
406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DisableDirective, decorators: [{
|
|
407
407
|
type: Directive,
|
|
408
408
|
args: [{
|
|
409
409
|
selector: '[appDisable]',
|
|
@@ -422,10 +422,10 @@ class FlexBasisDirective {
|
|
|
422
422
|
ngOnChanges() {
|
|
423
423
|
this.elementRef.nativeElement.style.flexBasis = this.flexBasis;
|
|
424
424
|
}
|
|
425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
426
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
426
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: FlexBasisDirective, isStandalone: false, selector: "[flexBasis]", inputs: { flexBasis: ["flexBasis", "flexBasis", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
427
427
|
}
|
|
428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirective, decorators: [{
|
|
429
429
|
type: Directive,
|
|
430
430
|
args: [{
|
|
431
431
|
selector: '[flexBasis]',
|
|
@@ -443,10 +443,10 @@ class FlexBasisEmDirective {
|
|
|
443
443
|
ngOnChanges() {
|
|
444
444
|
this.elementRef.nativeElement.style.flexBasis = this.flexBasisEm + 'em';
|
|
445
445
|
}
|
|
446
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
447
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
446
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
447
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: FlexBasisEmDirective, isStandalone: false, selector: "[flexBasisEm]", inputs: { flexBasisEm: ["flexBasisEm", "flexBasisEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
448
448
|
}
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
|
|
450
450
|
type: Directive,
|
|
451
451
|
args: [{
|
|
452
452
|
selector: '[flexBasisEm]',
|
|
@@ -464,10 +464,10 @@ class FlexBasisPxDirective {
|
|
|
464
464
|
ngOnChanges() {
|
|
465
465
|
this.elementRef.nativeElement.style.flexBasis = this.flexBasisPx + 'px';
|
|
466
466
|
}
|
|
467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
468
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
468
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: FlexBasisPxDirective, isStandalone: false, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: ["flexBasisPx", "flexBasisPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
469
469
|
}
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
|
|
471
471
|
type: Directive,
|
|
472
472
|
args: [{
|
|
473
473
|
selector: '[flexBasisFBPx]',
|
|
@@ -478,11 +478,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
|
|
|
478
478
|
args: [{ transform: numberAttribute }]
|
|
479
479
|
}] } });
|
|
480
480
|
class FlexBasisDirectiveModule {
|
|
481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
482
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
|
483
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
|
481
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
482
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirectiveModule, declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective], exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective] }); }
|
|
483
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirectiveModule }); }
|
|
484
484
|
}
|
|
485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FlexBasisDirectiveModule, decorators: [{
|
|
486
486
|
type: NgModule,
|
|
487
487
|
args: [{
|
|
488
488
|
declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective],
|
|
@@ -518,8 +518,8 @@ class IlkHarfBuyukDirective {
|
|
|
518
518
|
setDisabledState(isDisabled) {
|
|
519
519
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
520
520
|
}
|
|
521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
522
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
521
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
522
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: IlkHarfBuyukDirective, isStandalone: true, selector: "[ilkHarfBuyuk]", outputs: { ilkHarfBuyukChange: "ilkHarfBuyukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
523
523
|
{
|
|
524
524
|
provide: NG_VALUE_ACCESSOR,
|
|
525
525
|
useExisting: forwardRef(() => IlkHarfBuyukDirective),
|
|
@@ -527,7 +527,7 @@ class IlkHarfBuyukDirective {
|
|
|
527
527
|
},
|
|
528
528
|
], ngImport: i0 }); }
|
|
529
529
|
}
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
|
|
531
531
|
type: Directive,
|
|
532
532
|
args: [{
|
|
533
533
|
selector: '[ilkHarfBuyuk]',
|
|
@@ -588,8 +588,8 @@ class KodAlaniDirective {
|
|
|
588
588
|
setDisabledState(isDisabled) {
|
|
589
589
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
590
590
|
}
|
|
591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
592
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: KodAlaniDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
592
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: KodAlaniDirective, isStandalone: true, selector: "[kodAlani]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
593
593
|
{
|
|
594
594
|
provide: NG_VALUE_ACCESSOR,
|
|
595
595
|
useExisting: forwardRef(() => KodAlaniDirective),
|
|
@@ -597,7 +597,7 @@ class KodAlaniDirective {
|
|
|
597
597
|
},
|
|
598
598
|
], ngImport: i0 }); }
|
|
599
599
|
}
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: KodAlaniDirective, decorators: [{
|
|
601
601
|
type: Directive,
|
|
602
602
|
args: [{
|
|
603
603
|
selector: '[kodAlani]',
|
|
@@ -649,8 +649,8 @@ class MaksimumUzunlukDirective {
|
|
|
649
649
|
setDisabledState(isDisabled) {
|
|
650
650
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
651
651
|
}
|
|
652
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
653
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
652
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MaksimumUzunlukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
653
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: MaksimumUzunlukDirective, isStandalone: true, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum", numberAttribute] }, outputs: { maksimumUzunlukChange: "maksimumUzunlukChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
654
654
|
{
|
|
655
655
|
provide: NG_VALUE_ACCESSOR,
|
|
656
656
|
useExisting: forwardRef(() => MaksimumUzunlukDirective),
|
|
@@ -658,7 +658,7 @@ class MaksimumUzunlukDirective {
|
|
|
658
658
|
},
|
|
659
659
|
], ngImport: i0 }); }
|
|
660
660
|
}
|
|
661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
|
|
662
662
|
type: Directive,
|
|
663
663
|
args: [{
|
|
664
664
|
selector: '[maksimumUzunluk]',
|
|
@@ -709,8 +709,8 @@ class SagSolBoslukSilDirective {
|
|
|
709
709
|
setDisabledState(isDisabled) {
|
|
710
710
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
711
711
|
}
|
|
712
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
713
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
712
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SagSolBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
713
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: SagSolBoslukSilDirective, isStandalone: true, selector: "[sagSolBoslukSil]", outputs: { sagSolBoslukSilChange: "sagSolBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
714
714
|
{
|
|
715
715
|
provide: NG_VALUE_ACCESSOR,
|
|
716
716
|
useExisting: forwardRef(() => SagSolBoslukSilDirective),
|
|
@@ -718,7 +718,7 @@ class SagSolBoslukSilDirective {
|
|
|
718
718
|
},
|
|
719
719
|
], ngImport: i0 }); }
|
|
720
720
|
}
|
|
721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
|
|
722
722
|
type: Directive,
|
|
723
723
|
args: [{
|
|
724
724
|
selector: '[sagSolBoslukSil]',
|
|
@@ -779,8 +779,8 @@ class StandartAlanDirective {
|
|
|
779
779
|
setDisabledState(isDisabled) {
|
|
780
780
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
781
781
|
}
|
|
782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
783
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: StandartAlanDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
783
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: StandartAlanDirective, isStandalone: true, selector: "[standartAlan]", outputs: { kodChange: "kodChange" }, host: { listeners: { "blur": "onInput($event)", "keypress": "onKeyPress($event)" } }, providers: [
|
|
784
784
|
{
|
|
785
785
|
provide: NG_VALUE_ACCESSOR,
|
|
786
786
|
useExisting: forwardRef(() => StandartAlanDirective),
|
|
@@ -788,7 +788,7 @@ class StandartAlanDirective {
|
|
|
788
788
|
},
|
|
789
789
|
], ngImport: i0 }); }
|
|
790
790
|
}
|
|
791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: StandartAlanDirective, decorators: [{
|
|
792
792
|
type: Directive,
|
|
793
793
|
args: [{
|
|
794
794
|
selector: '[standartAlan]',
|
|
@@ -819,10 +819,10 @@ class SutunGenisligiDirective {
|
|
|
819
819
|
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
|
|
820
820
|
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
|
|
821
821
|
}
|
|
822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
823
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
822
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
823
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: SutunGenisligiDirective, isStandalone: false, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: ["sutunGenisligi", "sutunGenisligi", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
824
824
|
}
|
|
825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
|
|
826
826
|
type: Directive,
|
|
827
827
|
args: [{
|
|
828
828
|
selector: '[sutunGenisligi]',
|
|
@@ -842,10 +842,10 @@ class SutunGenisligiEmDirective {
|
|
|
842
842
|
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
|
|
843
843
|
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
|
|
844
844
|
}
|
|
845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
846
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiEmDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
846
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: SutunGenisligiEmDirective, isStandalone: false, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: ["sutunGenisligiEm", "sutunGenisligiEm", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
847
847
|
}
|
|
848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
|
|
849
849
|
type: Directive,
|
|
850
850
|
args: [{
|
|
851
851
|
selector: '[sutunGenisligiEm]',
|
|
@@ -865,10 +865,10 @@ class SutunGenisligiPxDirective {
|
|
|
865
865
|
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
|
|
866
866
|
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
|
|
867
867
|
}
|
|
868
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
869
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.
|
|
868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiPxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
869
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.4", type: SutunGenisligiPxDirective, isStandalone: false, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: ["sutunGenisligiPx", "sutunGenisligiPx", numberAttribute] }, usesOnChanges: true, ngImport: i0 }); }
|
|
870
870
|
}
|
|
871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
|
|
872
872
|
type: Directive,
|
|
873
873
|
args: [{
|
|
874
874
|
selector: '[sutunGenisligiPx]',
|
|
@@ -894,10 +894,10 @@ class SutunGenisligiClassDirective {
|
|
|
894
894
|
}
|
|
895
895
|
this.eskiClassName = this.sutunGenisligiClass;
|
|
896
896
|
}
|
|
897
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
898
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiClassDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
898
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: SutunGenisligiClassDirective, isStandalone: false, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
|
|
899
899
|
}
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
|
|
901
901
|
type: Directive,
|
|
902
902
|
args: [{
|
|
903
903
|
selector: '[sutunGenisligiClass]',
|
|
@@ -907,11 +907,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
|
|
|
907
907
|
type: Input
|
|
908
908
|
}] } });
|
|
909
909
|
class SutunGenisligiDirectiveModule {
|
|
910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
911
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
|
912
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
|
910
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
911
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] }); }
|
|
912
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirectiveModule }); }
|
|
913
913
|
}
|
|
914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
|
|
915
915
|
type: NgModule,
|
|
916
916
|
args: [{
|
|
917
917
|
declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],
|
|
@@ -947,8 +947,8 @@ class TumBoslukSilDirective {
|
|
|
947
947
|
setDisabledState(isDisabled) {
|
|
948
948
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
949
949
|
}
|
|
950
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
951
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
950
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumBoslukSilDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
951
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: TumBoslukSilDirective, isStandalone: true, selector: "[tumBoslukSil]", outputs: { tumBoslukSilChange: "tumBoslukSilChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
952
952
|
{
|
|
953
953
|
provide: NG_VALUE_ACCESSOR,
|
|
954
954
|
useExisting: forwardRef(() => TumBoslukSilDirective),
|
|
@@ -956,7 +956,7 @@ class TumBoslukSilDirective {
|
|
|
956
956
|
},
|
|
957
957
|
], ngImport: i0 }); }
|
|
958
958
|
}
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
|
|
960
960
|
type: Directive,
|
|
961
961
|
args: [{
|
|
962
962
|
selector: '[tumBoslukSil]',
|
|
@@ -1005,8 +1005,8 @@ class TumIlkHarfBuyukDirective {
|
|
|
1005
1005
|
setDisabledState(isDisabled) {
|
|
1006
1006
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1007
1007
|
}
|
|
1008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
1009
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.
|
|
1008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1009
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.4", type: TumIlkHarfBuyukDirective, isStandalone: true, selector: "[tumIlkHarfBuyuk]", outputs: { ciftBoslukTekChange: "ciftBoslukTekChange", tumIlkHarfBuyukDirectiveChange: "tumIlkHarfBuyukDirectiveChange" }, host: { listeners: { "blur": "onInput($event)" } }, providers: [
|
|
1010
1010
|
{
|
|
1011
1011
|
provide: NG_VALUE_ACCESSOR,
|
|
1012
1012
|
useExisting: forwardRef(() => TumIlkHarfBuyukDirective),
|
|
@@ -1014,7 +1014,7 @@ class TumIlkHarfBuyukDirective {
|
|
|
1014
1014
|
},
|
|
1015
1015
|
], ngImport: i0 }); }
|
|
1016
1016
|
}
|
|
1017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
1017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
|
|
1018
1018
|
type: Directive,
|
|
1019
1019
|
args: [{
|
|
1020
1020
|
selector: '[tumIlkHarfBuyuk]',
|