limitng 0.16.0 → 0.16.2

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 (358) hide show
  1. package/alt-buyuk-kart/alt-buyuk-kart.component.d.ts +25 -25
  2. package/alt-buyuk-kart/index.d.ts +5 -5
  3. package/alt-buyuk-kart/public_api.d.ts +1 -1
  4. package/alt-kucuk-kart/alt-kucuk-kart.component.d.ts +26 -26
  5. package/alt-kucuk-kart/index.d.ts +5 -5
  6. package/alt-kucuk-kart/public_api.d.ts +1 -1
  7. package/api/globalFunctions.d.ts +45 -45
  8. package/api/index.d.ts +5 -5
  9. package/api/models/enums.d.ts +133 -133
  10. package/api/models/faturalama/faturaFiltre.d.ts +58 -58
  11. package/api/models/fourDConstants.d.ts +85 -84
  12. package/api/models/fourDConstants.d.ts.map +1 -1
  13. package/api/models/index.d.ts +5 -5
  14. package/api/models/kisisel/izin-islemleri/izinDetaylari.d.ts +24 -24
  15. package/api/models/kisisel/izin-islemleri/izinFiltre.d.ts +13 -13
  16. package/api/models/kisisel/izin-islemleri/izinGuncelle.d.ts +11 -11
  17. package/api/models/kisisel/izin-islemleri/izinListe.d.ts +28 -28
  18. package/api/models/kisisel/izin-islemleri/izinSilAlanlar.d.ts +4 -4
  19. package/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.d.ts +82 -82
  20. package/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.d.ts +40 -40
  21. package/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.d.ts +7 -7
  22. package/api/models/kisisel/kullanici-onay-islemleri/onayListe.d.ts +31 -31
  23. package/api/models/kisisel/masraf-islemleri/masrafDetaylari.d.ts +57 -57
  24. package/api/models/kisisel/masraf-islemleri/masrafFiltre.d.ts +16 -16
  25. package/api/models/kisisel/masraf-islemleri/masrafGuncelle.d.ts +12 -12
  26. package/api/models/kisisel/masraf-islemleri/masrafListe.d.ts +82 -82
  27. package/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.d.ts +4 -4
  28. package/api/models/logbook/logbook.d.ts +103 -103
  29. package/api/models/login/login.d.ts +22 -22
  30. package/api/models/onayBilgi.d.ts +8 -8
  31. package/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.d.ts +66 -66
  32. package/api/models/ortak.d.ts +111 -111
  33. package/api/models/ozet/OzetKartAlan.d.ts +15 -15
  34. package/api/models/ozet/ozetData.d.ts +21 -21
  35. package/api/models/planlama/kampanya/kampanyaFiltre.d.ts +16 -16
  36. package/api/models/planlama/tarife/tarifeFiltre.d.ts +19 -19
  37. package/api/models/public_api.d.ts +53 -53
  38. package/api/models/raporlar/izin-raporu/izinRaporDetaylari.d.ts +14 -14
  39. package/api/models/raporlar/izin-raporu/izinRaporListe.d.ts +16 -16
  40. package/api/models/raporlar/listeden-sec/listeSecenekler.d.ts +16 -16
  41. package/api/models/raporlar/rapor-detay/raporDetaylari.d.ts +52 -52
  42. package/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.d.ts +8 -8
  43. package/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.d.ts +45 -45
  44. package/api/models/sistem-ozet/sistemOzetData.d.ts +143 -143
  45. package/api/models/sistem-raporlari/sistemRaporlariData.d.ts +10 -10
  46. package/api/models/tanimlama/mecra/mecraFiltre.d.ts +23 -23
  47. package/api/models/tanimlama/musteri/musteriFiltre.d.ts +20 -20
  48. package/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.d.ts +10 -10
  49. package/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.d.ts +20 -20
  50. package/api/models/tanimlama/urun/urunFiltre.d.ts +13 -13
  51. package/api/models/teklif-siparis/teklifDetaylari.d.ts +24 -24
  52. package/api/models/teklif-siparis/teklifFiltre.d.ts +13 -13
  53. package/api/models/teklif-siparis/teklifGuncelle.d.ts +11 -11
  54. package/api/models/teklif-siparis/teklifListe.d.ts +27 -27
  55. package/api/models/teklif-siparis/teklifSilAlanlar.d.ts +4 -4
  56. package/api/models/theme/bildirimler.d.ts +30 -30
  57. package/api/models/timeSheet/timeSheetGirisListeler.d.ts +324 -324
  58. package/api/models/timeSheet/timeSheetLog.d.ts +14 -14
  59. package/api/models/timeSheet/timeSheetOzetListe.d.ts +18 -18
  60. package/api/models/timeSheet/timeSheetSecenekler.d.ts +28 -28
  61. package/api/models/xlConfig.d.ts +195 -195
  62. package/api/models/xlConfig.d.ts.map +1 -1
  63. package/api/models/xlConstants.d.ts +59 -59
  64. package/api/models/xlOptions.d.ts +26 -26
  65. package/api/models/xlTools.d.ts +2 -2
  66. package/api/public_api.d.ts +1 -1
  67. package/dikey-baslikli-panel/dikey-baslikli-panel.component.d.ts +16 -16
  68. package/dikey-baslikli-panel/index.d.ts +5 -5
  69. package/dikey-baslikli-panel/public_api.d.ts +1 -1
  70. package/directives/buyukHarf.directive/buyukHarf.directive.d.ts +16 -16
  71. package/directives/buyukHarf.directive/index.d.ts +5 -5
  72. package/directives/buyukHarf.directive/public_api.d.ts +1 -1
  73. package/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.d.ts +16 -16
  74. package/directives/ciftBoslukTek.directive/index.d.ts +5 -5
  75. package/directives/ciftBoslukTek.directive/public_api.d.ts +1 -1
  76. package/directives/disable.directive/disable.directive.d.ts +35 -35
  77. package/directives/disable.directive/index.d.ts +5 -5
  78. package/directives/disable.directive/public_api.d.ts +1 -1
  79. package/directives/flexBasis.directive/flexBasis.directive.d.ts +32 -32
  80. package/directives/flexBasis.directive/index.d.ts +5 -5
  81. package/directives/flexBasis.directive/public_api.d.ts +1 -1
  82. package/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.d.ts +16 -16
  83. package/directives/ilkHarfBuyuk.directive/index.d.ts +5 -5
  84. package/directives/ilkHarfBuyuk.directive/public_api.d.ts +1 -1
  85. package/directives/index.d.ts +5 -5
  86. package/directives/maksimumUzunluk.directive/index.d.ts +5 -5
  87. package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts +17 -17
  88. package/directives/maksimumUzunluk.directive/public_api.d.ts +1 -1
  89. package/directives/public_api.d.ts +10 -10
  90. package/directives/sagSolBoslukSil.directive/index.d.ts +5 -5
  91. package/directives/sagSolBoslukSil.directive/public_api.d.ts +1 -1
  92. package/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.d.ts +16 -16
  93. package/directives/sutunGenisligi.directive/index.d.ts +5 -5
  94. package/directives/sutunGenisligi.directive/public_api.d.ts +1 -1
  95. package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts +42 -42
  96. package/directives/tumBoslukSil.directive/index.d.ts +5 -5
  97. package/directives/tumBoslukSil.directive/public_api.d.ts +1 -1
  98. package/directives/tumBoslukSil.directive/tumBoslukSil.directive.d.ts +16 -16
  99. package/directives/tumIlkHarfBuyuk.directive/index.d.ts +5 -5
  100. package/directives/tumIlkHarfBuyuk.directive/public_api.d.ts +1 -1
  101. package/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.d.ts +16 -16
  102. package/esm2022/alt-buyuk-kart/alt-buyuk-kart.component.mjs +60 -58
  103. package/esm2022/alt-buyuk-kart/limitng-alt-buyuk-kart.mjs +4 -4
  104. package/esm2022/alt-buyuk-kart/public_api.mjs +1 -1
  105. package/esm2022/alt-kucuk-kart/alt-kucuk-kart.component.mjs +60 -58
  106. package/esm2022/alt-kucuk-kart/limitng-alt-kucuk-kart.mjs +4 -4
  107. package/esm2022/alt-kucuk-kart/public_api.mjs +1 -1
  108. package/esm2022/api/globalFunctions.mjs +525 -525
  109. package/esm2022/api/limitng-api.mjs +4 -4
  110. package/esm2022/api/models/enums.mjs +143 -143
  111. package/esm2022/api/models/faturalama/faturaFiltre.mjs +60 -60
  112. package/esm2022/api/models/fourDConstants.mjs +90 -89
  113. package/esm2022/api/models/kisisel/izin-islemleri/izinDetaylari.mjs +15 -15
  114. package/esm2022/api/models/kisisel/izin-islemleri/izinFiltre.mjs +16 -16
  115. package/esm2022/api/models/kisisel/izin-islemleri/izinGuncelle.mjs +5 -5
  116. package/esm2022/api/models/kisisel/izin-islemleri/izinListe.mjs +25 -25
  117. package/esm2022/api/models/kisisel/izin-islemleri/izinSilAlanlar.mjs +6 -6
  118. package/esm2022/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.mjs +40 -40
  119. package/esm2022/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.mjs +41 -41
  120. package/esm2022/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.mjs +9 -9
  121. package/esm2022/api/models/kisisel/kullanici-onay-islemleri/onayListe.mjs +34 -34
  122. package/esm2022/api/models/kisisel/masraf-islemleri/masrafDetaylari.mjs +53 -53
  123. package/esm2022/api/models/kisisel/masraf-islemleri/masrafFiltre.mjs +19 -19
  124. package/esm2022/api/models/kisisel/masraf-islemleri/masrafGuncelle.mjs +5 -5
  125. package/esm2022/api/models/kisisel/masraf-islemleri/masrafListe.mjs +40 -40
  126. package/esm2022/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.mjs +6 -6
  127. package/esm2022/api/models/limitng-api-models.mjs +4 -4
  128. package/esm2022/api/models/logbook/logbook.mjs +110 -110
  129. package/esm2022/api/models/login/login.mjs +10 -10
  130. package/esm2022/api/models/onayBilgi.mjs +8 -8
  131. package/esm2022/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.mjs +55 -55
  132. package/esm2022/api/models/ortak.mjs +83 -83
  133. package/esm2022/api/models/ozet/OzetKartAlan.mjs +1 -1
  134. package/esm2022/api/models/ozet/ozetData.mjs +1 -1
  135. package/esm2022/api/models/planlama/kampanya/kampanyaFiltre.mjs +19 -19
  136. package/esm2022/api/models/planlama/tarife/tarifeFiltre.mjs +22 -22
  137. package/esm2022/api/models/public_api.mjs +65 -65
  138. package/esm2022/api/models/raporlar/izin-raporu/izinRaporDetaylari.mjs +7 -7
  139. package/esm2022/api/models/raporlar/izin-raporu/izinRaporListe.mjs +18 -18
  140. package/esm2022/api/models/raporlar/listeden-sec/listeSecenekler.mjs +18 -18
  141. package/esm2022/api/models/raporlar/rapor-detay/raporDetaylari.mjs +62 -62
  142. package/esm2022/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.mjs +6 -6
  143. package/esm2022/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.mjs +46 -46
  144. package/esm2022/api/models/sistem-ozet/sistemOzetData.mjs +171 -171
  145. package/esm2022/api/models/sistem-raporlari/sistemRaporlariData.mjs +7 -7
  146. package/esm2022/api/models/tanimlama/mecra/mecraFiltre.mjs +23 -23
  147. package/esm2022/api/models/tanimlama/musteri/musteriFiltre.mjs +23 -23
  148. package/esm2022/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.mjs +13 -13
  149. package/esm2022/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.mjs +21 -21
  150. package/esm2022/api/models/tanimlama/urun/urunFiltre.mjs +16 -16
  151. package/esm2022/api/models/teklif-siparis/teklifDetaylari.mjs +15 -15
  152. package/esm2022/api/models/teklif-siparis/teklifFiltre.mjs +16 -16
  153. package/esm2022/api/models/teklif-siparis/teklifGuncelle.mjs +5 -5
  154. package/esm2022/api/models/teklif-siparis/teklifListe.mjs +27 -27
  155. package/esm2022/api/models/teklif-siparis/teklifSilAlanlar.mjs +6 -6
  156. package/esm2022/api/models/theme/bildirimler.mjs +38 -38
  157. package/esm2022/api/models/timeSheet/timeSheetGirisListeler.mjs +304 -304
  158. package/esm2022/api/models/timeSheet/timeSheetLog.mjs +13 -13
  159. package/esm2022/api/models/timeSheet/timeSheetOzetListe.mjs +21 -21
  160. package/esm2022/api/models/timeSheet/timeSheetSecenekler.mjs +29 -29
  161. package/esm2022/api/models/xlConfig.mjs +437 -437
  162. package/esm2022/api/models/xlConstants.mjs +65 -65
  163. package/esm2022/api/models/xlOptions.mjs +33 -33
  164. package/esm2022/api/models/xlTools.mjs +2 -2
  165. package/esm2022/api/public_api.mjs +1 -1
  166. package/esm2022/dikey-baslikli-panel/dikey-baslikli-panel.component.mjs +41 -39
  167. package/esm2022/dikey-baslikli-panel/limitng-dikey-baslikli-panel.mjs +4 -4
  168. package/esm2022/dikey-baslikli-panel/public_api.mjs +1 -1
  169. package/esm2022/directives/buyukHarf.directive/buyukHarf.directive.mjs +42 -40
  170. package/esm2022/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs +4 -4
  171. package/esm2022/directives/buyukHarf.directive/public_api.mjs +1 -1
  172. package/esm2022/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.mjs +43 -41
  173. package/esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs +4 -4
  174. package/esm2022/directives/ciftBoslukTek.directive/public_api.mjs +1 -1
  175. package/esm2022/directives/disable.directive/disable.directive.mjs +157 -155
  176. package/esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs +4 -4
  177. package/esm2022/directives/disable.directive/public_api.mjs +1 -1
  178. package/esm2022/directives/flexBasis.directive/flexBasis.directive.mjs +78 -74
  179. package/esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs +4 -4
  180. package/esm2022/directives/flexBasis.directive/public_api.mjs +1 -1
  181. package/esm2022/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.mjs +43 -41
  182. package/esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs +4 -4
  183. package/esm2022/directives/ilkHarfBuyuk.directive/public_api.mjs +1 -1
  184. package/esm2022/directives/limitng-directives.mjs +4 -4
  185. package/esm2022/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.mjs +4 -4
  186. package/esm2022/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.mjs +48 -46
  187. package/esm2022/directives/maksimumUzunluk.directive/public_api.mjs +1 -1
  188. package/esm2022/directives/public_api.mjs +10 -10
  189. package/esm2022/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.mjs +4 -4
  190. package/esm2022/directives/sagSolBoslukSil.directive/public_api.mjs +1 -1
  191. package/esm2022/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.mjs +42 -40
  192. package/esm2022/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.mjs +4 -4
  193. package/esm2022/directives/sutunGenisligi.directive/public_api.mjs +1 -1
  194. package/esm2022/directives/sutunGenisligi.directive/sutunGenisligi.directive.mjs +112 -107
  195. package/esm2022/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.mjs +4 -4
  196. package/esm2022/directives/tumBoslukSil.directive/public_api.mjs +1 -1
  197. package/esm2022/directives/tumBoslukSil.directive/tumBoslukSil.directive.mjs +43 -41
  198. package/esm2022/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.mjs +4 -4
  199. package/esm2022/directives/tumIlkHarfBuyuk.directive/public_api.mjs +1 -1
  200. package/esm2022/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.mjs +44 -42
  201. package/esm2022/filtre-bar/filtre-bar.component.mjs +128 -126
  202. package/esm2022/filtre-bar/limitng-filtre-bar.mjs +4 -4
  203. package/esm2022/filtre-bar/public_api.mjs +1 -1
  204. package/esm2022/geri-ileri-detay/geri-ileri-detay.component.mjs +57 -56
  205. package/esm2022/geri-ileri-detay/geri-ileri-detay.model.mjs +161 -161
  206. package/esm2022/geri-ileri-detay/limitng-geri-ileri-detay.mjs +4 -4
  207. package/esm2022/geri-ileri-detay/public_api.mjs +2 -2
  208. package/esm2022/geri-ileri-liste/geri-ileri-liste.component.mjs +62 -61
  209. package/esm2022/geri-ileri-liste/geri-ileri-liste.model.mjs +200 -200
  210. package/esm2022/geri-ileri-liste/limitng-geri-ileri-liste.mjs +4 -4
  211. package/esm2022/geri-ileri-liste/public_api.mjs +2 -2
  212. package/esm2022/limitng.mjs +4 -4
  213. package/esm2022/pipes/boolToPlus.pipe/boolToPlus.pipe.mjs +31 -29
  214. package/esm2022/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.mjs +4 -4
  215. package/esm2022/pipes/boolToPlus.pipe/public_api.mjs +1 -1
  216. package/esm2022/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.mjs +31 -29
  217. package/esm2022/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.mjs +4 -4
  218. package/esm2022/pipes/boolToPlusMinus.pipe/public_api.mjs +1 -1
  219. package/esm2022/pipes/dateToText.pipe/dateToText.pipe.mjs +32 -30
  220. package/esm2022/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.mjs +4 -4
  221. package/esm2022/pipes/dateToText.pipe/public_api.mjs +1 -1
  222. package/esm2022/pipes/evetHayir.pipe/evetHayir.pipe.mjs +31 -29
  223. package/esm2022/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.mjs +4 -4
  224. package/esm2022/pipes/evetHayir.pipe/public_api.mjs +1 -1
  225. package/esm2022/pipes/limitng-pipes.mjs +4 -4
  226. package/esm2022/pipes/mecraTuru.pipe/limitng-pipes-mecraTuru.pipe.mjs +4 -4
  227. package/esm2022/pipes/mecraTuru.pipe/mecraTuru.pipe.mjs +32 -30
  228. package/esm2022/pipes/mecraTuru.pipe/public_api.mjs +1 -1
  229. package/esm2022/pipes/public_api.mjs +5 -5
  230. package/esm2022/pipes/safe.pipe/limitng-pipes-safe.pipe.mjs +4 -4
  231. package/esm2022/pipes/safe.pipe/public_api.mjs +1 -1
  232. package/esm2022/pipes/safe.pipe/safe.pipe.mjs +42 -40
  233. package/esm2022/public_api.mjs +6 -6
  234. package/esm2022/rapor-kart/limitng-rapor-kart.mjs +4 -4
  235. package/esm2022/rapor-kart/models/limitng-rapor-kart-models.mjs +4 -4
  236. package/esm2022/rapor-kart/models/public_api.mjs +1 -1
  237. package/esm2022/rapor-kart/models/rapor-kart-secenekler.mjs +9 -9
  238. package/esm2022/rapor-kart/public_api.mjs +1 -1
  239. package/esm2022/rapor-kart/rapor-kart.component.mjs +66 -64
  240. package/esm2022/sol-buyuk-kart/limitng-sol-buyuk-kart.mjs +4 -4
  241. package/esm2022/sol-buyuk-kart/public_api.mjs +1 -1
  242. package/esm2022/sol-buyuk-kart/sol-buyuk-kart.component.mjs +55 -53
  243. package/esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs +4 -4
  244. package/esm2022/sol-kucuk-kart/public_api.mjs +1 -1
  245. package/esm2022/sol-kucuk-kart/sol-kucuk-kart.component.mjs +48 -46
  246. package/esm2022/yatay-baslikli-panel/limitng-yatay-baslikli-panel.mjs +4 -4
  247. package/esm2022/yatay-baslikli-panel/public_api.mjs +1 -1
  248. package/esm2022/yatay-baslikli-panel/yatay-baslikli-panel.component.mjs +78 -76
  249. package/fesm2022/limitng-alt-buyuk-kart.mjs +54 -54
  250. package/fesm2022/limitng-alt-buyuk-kart.mjs.map +1 -1
  251. package/fesm2022/limitng-alt-kucuk-kart.mjs +54 -54
  252. package/fesm2022/limitng-alt-kucuk-kart.mjs.map +1 -1
  253. package/fesm2022/limitng-api-models.mjs +2284 -2283
  254. package/fesm2022/limitng-api-models.mjs.map +1 -1
  255. package/fesm2022/limitng-api.mjs +666 -666
  256. package/fesm2022/limitng-dikey-baslikli-panel.mjs +36 -36
  257. package/fesm2022/limitng-dikey-baslikli-panel.mjs.map +1 -1
  258. package/fesm2022/limitng-directives-buyukHarf.directive.mjs +37 -37
  259. package/fesm2022/limitng-directives-buyukHarf.directive.mjs.map +1 -1
  260. package/fesm2022/limitng-directives-ciftBoslukTek.directive.mjs +37 -37
  261. package/fesm2022/limitng-directives-ciftBoslukTek.directive.mjs.map +1 -1
  262. package/fesm2022/limitng-directives-disable.directive.mjs +145 -145
  263. package/fesm2022/limitng-directives-disable.directive.mjs.map +1 -1
  264. package/fesm2022/limitng-directives-flexBasis.directive.mjs +71 -71
  265. package/fesm2022/limitng-directives-flexBasis.directive.mjs.map +1 -1
  266. package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs +37 -37
  267. package/fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs.map +1 -1
  268. package/fesm2022/limitng-directives-maksimumUzunluk.directive.mjs +43 -43
  269. package/fesm2022/limitng-directives-maksimumUzunluk.directive.mjs.map +1 -1
  270. package/fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs +37 -37
  271. package/fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs.map +1 -1
  272. package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs +104 -104
  273. package/fesm2022/limitng-directives-sutunGenisligi.directive.mjs.map +1 -1
  274. package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs +37 -37
  275. package/fesm2022/limitng-directives-tumBoslukSil.directive.mjs.map +1 -1
  276. package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs +38 -38
  277. package/fesm2022/limitng-directives-tumIlkHarfBuyuk.directive.mjs.map +1 -1
  278. package/fesm2022/limitng-directives.mjs +568 -568
  279. package/fesm2022/limitng-directives.mjs.map +1 -1
  280. package/fesm2022/limitng-filtre-bar.mjs +121 -121
  281. package/fesm2022/limitng-filtre-bar.mjs.map +1 -1
  282. package/fesm2022/limitng-geri-ileri-detay.mjs +202 -203
  283. package/fesm2022/limitng-geri-ileri-detay.mjs.map +1 -1
  284. package/fesm2022/limitng-geri-ileri-liste.mjs +246 -247
  285. package/fesm2022/limitng-geri-ileri-liste.mjs.map +1 -1
  286. package/fesm2022/limitng-pipes-boolToPlus.pipe.mjs +27 -27
  287. package/fesm2022/limitng-pipes-boolToPlus.pipe.mjs.map +1 -1
  288. package/fesm2022/limitng-pipes-boolToPlusMinus.pipe.mjs +27 -27
  289. package/fesm2022/limitng-pipes-boolToPlusMinus.pipe.mjs.map +1 -1
  290. package/fesm2022/limitng-pipes-dateToText.pipe.mjs +27 -27
  291. package/fesm2022/limitng-pipes-dateToText.pipe.mjs.map +1 -1
  292. package/fesm2022/limitng-pipes-evetHayir.pipe.mjs +27 -27
  293. package/fesm2022/limitng-pipes-evetHayir.pipe.mjs.map +1 -1
  294. package/fesm2022/limitng-pipes-mecraTuru.pipe.mjs +27 -27
  295. package/fesm2022/limitng-pipes-mecraTuru.pipe.mjs.map +1 -1
  296. package/fesm2022/limitng-pipes-safe.pipe.mjs +37 -37
  297. package/fesm2022/limitng-pipes-safe.pipe.mjs.map +1 -1
  298. package/fesm2022/limitng-pipes.mjs +137 -137
  299. package/fesm2022/limitng-pipes.mjs.map +1 -1
  300. package/fesm2022/limitng-rapor-kart-models.mjs +10 -10
  301. package/fesm2022/limitng-rapor-kart.mjs +60 -60
  302. package/fesm2022/limitng-rapor-kart.mjs.map +1 -1
  303. package/fesm2022/limitng-sol-buyuk-kart.mjs +48 -48
  304. package/fesm2022/limitng-sol-buyuk-kart.mjs.map +1 -1
  305. package/fesm2022/limitng-sol-kucuk-kart.mjs +42 -42
  306. package/fesm2022/limitng-sol-kucuk-kart.mjs.map +1 -1
  307. package/fesm2022/limitng-yatay-baslikli-panel.mjs +70 -70
  308. package/fesm2022/limitng-yatay-baslikli-panel.mjs.map +1 -1
  309. package/fesm2022/limitng.mjs +2 -2
  310. package/filtre-bar/filtre-bar.component.d.ts +35 -35
  311. package/filtre-bar/index.d.ts +5 -5
  312. package/filtre-bar/public_api.d.ts +1 -1
  313. package/geri-ileri-detay/geri-ileri-detay.component.d.ts +24 -24
  314. package/geri-ileri-detay/geri-ileri-detay.model.d.ts +45 -45
  315. package/geri-ileri-detay/index.d.ts +5 -5
  316. package/geri-ileri-detay/public_api.d.ts +2 -2
  317. package/geri-ileri-liste/geri-ileri-liste.component.d.ts +26 -26
  318. package/geri-ileri-liste/geri-ileri-liste.model.d.ts +50 -50
  319. package/geri-ileri-liste/index.d.ts +5 -5
  320. package/geri-ileri-liste/public_api.d.ts +2 -2
  321. package/index.d.ts +5 -5
  322. package/package.json +37 -37
  323. package/pipes/boolToPlus.pipe/boolToPlus.pipe.d.ts +12 -12
  324. package/pipes/boolToPlus.pipe/index.d.ts +5 -5
  325. package/pipes/boolToPlus.pipe/public_api.d.ts +1 -1
  326. package/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.d.ts +12 -12
  327. package/pipes/boolToPlusMinus.pipe/index.d.ts +5 -5
  328. package/pipes/boolToPlusMinus.pipe/public_api.d.ts +1 -1
  329. package/pipes/dateToText.pipe/dateToText.pipe.d.ts +12 -12
  330. package/pipes/dateToText.pipe/index.d.ts +5 -5
  331. package/pipes/dateToText.pipe/public_api.d.ts +1 -1
  332. package/pipes/evetHayir.pipe/evetHayir.pipe.d.ts +12 -12
  333. package/pipes/evetHayir.pipe/index.d.ts +5 -5
  334. package/pipes/evetHayir.pipe/public_api.d.ts +1 -1
  335. package/pipes/index.d.ts +5 -5
  336. package/pipes/mecraTuru.pipe/index.d.ts +5 -5
  337. package/pipes/mecraTuru.pipe/mecraTuru.pipe.d.ts +12 -12
  338. package/pipes/mecraTuru.pipe/public_api.d.ts +1 -1
  339. package/pipes/public_api.d.ts +5 -5
  340. package/pipes/safe.pipe/index.d.ts +5 -5
  341. package/pipes/safe.pipe/public_api.d.ts +1 -1
  342. package/pipes/safe.pipe/safe.pipe.d.ts +15 -15
  343. package/public_api.d.ts +6 -6
  344. package/rapor-kart/index.d.ts +5 -5
  345. package/rapor-kart/models/index.d.ts +5 -5
  346. package/rapor-kart/models/public_api.d.ts +1 -1
  347. package/rapor-kart/models/rapor-kart-secenekler.d.ts +7 -7
  348. package/rapor-kart/public_api.d.ts +1 -1
  349. package/rapor-kart/rapor-kart.component.d.ts +29 -29
  350. package/sol-buyuk-kart/index.d.ts +5 -5
  351. package/sol-buyuk-kart/public_api.d.ts +1 -1
  352. package/sol-buyuk-kart/sol-buyuk-kart.component.d.ts +24 -24
  353. package/sol-kucuk-kart/index.d.ts +5 -5
  354. package/sol-kucuk-kart/public_api.d.ts +1 -1
  355. package/sol-kucuk-kart/sol-kucuk-kart.component.d.ts +19 -19
  356. package/yatay-baslikli-panel/index.d.ts +5 -5
  357. package/yatay-baslikli-panel/public_api.d.ts +1 -1
  358. package/yatay-baslikli-panel/yatay-baslikli-panel.component.d.ts +28 -28
@@ -10,594 +10,594 @@ import { RadioButton } from 'primeng/radiobutton';
10
10
  import { SelectButton } from 'primeng/selectbutton';
11
11
  import { GlobalFunctions } from 'limitng/api';
12
12
 
13
- const DISABLED = 'disabled';
14
- const APP_DISABLED = 'app-disabled';
15
- const TAB_INDEX = 'tabindex';
16
- const TAG_ANCHOR = 'a';
17
- class DisableDirective {
18
- // @ContentChildren(InputText, { descendants: true }) inputTexts: QueryList<InputText>;
19
- constructor(eleRef, renderer) {
20
- this.eleRef = eleRef;
21
- this.renderer = renderer;
22
- this.appDisable = false;
23
- }
24
- ngOnChanges() {
25
- this.disableElement(this.eleRef.nativeElement);
26
- this.disableElementPrimeNG();
27
- }
28
- disableElementPrimeNG() {
29
- if (this.checkboxes) {
30
- this.checkboxes.forEach(checkbox => {
31
- checkbox.setDisabledState(this.appDisable);
32
- });
33
- }
34
- if (this.radioButtons) {
35
- this.radioButtons.forEach(radiobutton => {
36
- radiobutton.setDisabledState(this.appDisable);
37
- });
38
- }
39
- if (this.dropdowns) {
40
- this.dropdowns.forEach(dropdown => {
41
- dropdown.setDisabledState(this.appDisable);
42
- });
43
- }
44
- if (this.selectbuttons) {
45
- this.selectbuttons.forEach(selectbutton => {
46
- selectbutton.setDisabledState(this.appDisable);
47
- });
48
- }
49
- if (this.inputSwitches) {
50
- this.inputSwitches.forEach(inputSwitch => {
51
- inputSwitch.setDisabledState(this.appDisable);
52
- });
53
- }
54
- if (this.inputNumbers) {
55
- this.inputNumbers.forEach(inputNumber => {
56
- inputNumber.setDisabledState(this.appDisable);
57
- });
58
- }
59
- /*
60
- if (this.inputTexts) {
61
- this.inputTexts.forEach(inputText => {
62
- inputText.el.nativeElement.disabled = this.appDisable;
63
- });
64
- }
65
- */
66
- }
67
- ngAfterContentInit() {
68
- this.disableElementPrimeNG();
69
- }
70
- ngAfterViewInit() {
71
- this.disableElement(this.eleRef.nativeElement);
72
- this.disableElementPrimeNG();
73
- }
74
- disableElement(element) {
75
- if ((element.localName === 'p-button') || (element.localName === 'p-inputtextarea')) {
76
- if (!element.hasAttribute("data-alwaysEnabled")) {
77
- element.children[0].disabled = this.appDisable;
78
- }
79
- }
80
- // eslint-disable-next-line no-dupe-else-if
81
- else if ((element.localName === 'p-dropdown') || (element.localName === 'p-checkbox') || (element.localName === 'p-radiobutton') || (element.localName === 'p-inputtext')) {
82
- }
83
- else {
84
- if (this.appDisable) {
85
- if (!element.hasAttribute(DISABLED)) {
86
- this.renderer.setAttribute(element, APP_DISABLED, '');
87
- this.renderer.setAttribute(element, DISABLED, 'true');
88
- // disabling anchor tab keyboard event
89
- if (element.tagName.toLowerCase() === TAG_ANCHOR) {
90
- this.renderer.setAttribute(element, TAB_INDEX, '-1');
91
- }
92
- }
93
- }
94
- else {
95
- if (element.hasAttribute(APP_DISABLED)) {
96
- if (element.getAttribute('disabled') !== '') {
97
- element.removeAttribute(DISABLED);
98
- }
99
- element.removeAttribute(APP_DISABLED);
100
- if (element.tagName.toLowerCase() === TAG_ANCHOR) {
101
- element.removeAttribute(TAB_INDEX);
102
- }
103
- }
104
- }
105
- if (element.children) {
106
- for (const child of element.children) {
107
- this.disableElement(child);
108
- }
109
- }
110
- }
111
- }
112
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DisableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
113
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: DisableDirective, selector: "[appDisable]", inputs: { appDisable: "appDisable" }, queries: [{ propertyName: "checkboxes", predicate: Checkbox, descendants: true }, { propertyName: "radioButtons", predicate: RadioButton, descendants: true }, { propertyName: "dropdowns", predicate: Dropdown, descendants: true }, { propertyName: "selectbuttons", predicate: SelectButton, descendants: true }, { propertyName: "inputSwitches", predicate: InputSwitch, descendants: true }, { propertyName: "inputNumbers", predicate: InputNumber, descendants: true }, { propertyName: "buttons", predicate: Button, descendants: true }], usesOnChanges: true, ngImport: i0 }); }
114
- }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DisableDirective, decorators: [{
116
- type: Directive,
117
- args: [{
118
- selector: '[appDisable]'
119
- }]
120
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { appDisable: [{
121
- type: Input
122
- }], checkboxes: [{
123
- type: ContentChildren,
124
- args: [Checkbox, { descendants: true }]
125
- }], radioButtons: [{
126
- type: ContentChildren,
127
- args: [RadioButton, { descendants: true }]
128
- }], dropdowns: [{
129
- type: ContentChildren,
130
- args: [Dropdown, { descendants: true }]
131
- }], selectbuttons: [{
132
- type: ContentChildren,
133
- args: [SelectButton, { descendants: true }]
134
- }], inputSwitches: [{
135
- type: ContentChildren,
136
- args: [InputSwitch, { descendants: true }]
137
- }], inputNumbers: [{
138
- type: ContentChildren,
139
- args: [InputNumber, { descendants: true }]
140
- }], buttons: [{
141
- type: ContentChildren,
142
- args: [Button, { descendants: true }]
143
- }] } });
144
- class DisableDirectiveModule {
145
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DisableDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
146
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: DisableDirectiveModule, declarations: [DisableDirective], imports: [CommonModule], exports: [DisableDirective] }); }
147
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DisableDirectiveModule, imports: [CommonModule] }); }
148
- }
149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DisableDirectiveModule, decorators: [{
150
- type: NgModule,
151
- args: [{
152
- imports: [CommonModule],
153
- declarations: [DisableDirective],
154
- exports: [DisableDirective]
155
- }]
13
+ const DISABLED = 'disabled';
14
+ const APP_DISABLED = 'app-disabled';
15
+ const TAB_INDEX = 'tabindex';
16
+ const TAG_ANCHOR = 'a';
17
+ class DisableDirective {
18
+ // @ContentChildren(InputText, { descendants: true }) inputTexts: QueryList<InputText>;
19
+ constructor(eleRef, renderer) {
20
+ this.eleRef = eleRef;
21
+ this.renderer = renderer;
22
+ this.appDisable = false;
23
+ }
24
+ ngOnChanges() {
25
+ this.disableElement(this.eleRef.nativeElement);
26
+ this.disableElementPrimeNG();
27
+ }
28
+ disableElementPrimeNG() {
29
+ if (this.checkboxes) {
30
+ this.checkboxes.forEach(checkbox => {
31
+ checkbox.setDisabledState(this.appDisable);
32
+ });
33
+ }
34
+ if (this.radioButtons) {
35
+ this.radioButtons.forEach(radiobutton => {
36
+ radiobutton.setDisabledState(this.appDisable);
37
+ });
38
+ }
39
+ if (this.dropdowns) {
40
+ this.dropdowns.forEach(dropdown => {
41
+ dropdown.setDisabledState(this.appDisable);
42
+ });
43
+ }
44
+ if (this.selectbuttons) {
45
+ this.selectbuttons.forEach(selectbutton => {
46
+ selectbutton.setDisabledState(this.appDisable);
47
+ });
48
+ }
49
+ if (this.inputSwitches) {
50
+ this.inputSwitches.forEach(inputSwitch => {
51
+ inputSwitch.setDisabledState(this.appDisable);
52
+ });
53
+ }
54
+ if (this.inputNumbers) {
55
+ this.inputNumbers.forEach(inputNumber => {
56
+ inputNumber.setDisabledState(this.appDisable);
57
+ });
58
+ }
59
+ /*
60
+ if (this.inputTexts) {
61
+ this.inputTexts.forEach(inputText => {
62
+ inputText.el.nativeElement.disabled = this.appDisable;
63
+ });
64
+ }
65
+ */
66
+ }
67
+ ngAfterContentInit() {
68
+ this.disableElementPrimeNG();
69
+ }
70
+ ngAfterViewInit() {
71
+ this.disableElement(this.eleRef.nativeElement);
72
+ this.disableElementPrimeNG();
73
+ }
74
+ disableElement(element) {
75
+ if ((element.localName === 'p-button') || (element.localName === 'p-inputtextarea')) {
76
+ if (!element.hasAttribute("data-alwaysEnabled")) {
77
+ element.children[0].disabled = this.appDisable;
78
+ }
79
+ }
80
+ // eslint-disable-next-line no-dupe-else-if
81
+ else if ((element.localName === 'p-dropdown') || (element.localName === 'p-checkbox') || (element.localName === 'p-radiobutton') || (element.localName === 'p-inputtext')) {
82
+ }
83
+ else {
84
+ if (this.appDisable) {
85
+ if (!element.hasAttribute(DISABLED)) {
86
+ this.renderer.setAttribute(element, APP_DISABLED, '');
87
+ this.renderer.setAttribute(element, DISABLED, 'true');
88
+ // disabling anchor tab keyboard event
89
+ if (element.tagName.toLowerCase() === TAG_ANCHOR) {
90
+ this.renderer.setAttribute(element, TAB_INDEX, '-1');
91
+ }
92
+ }
93
+ }
94
+ else {
95
+ if (element.hasAttribute(APP_DISABLED)) {
96
+ if (element.getAttribute('disabled') !== '') {
97
+ element.removeAttribute(DISABLED);
98
+ }
99
+ element.removeAttribute(APP_DISABLED);
100
+ if (element.tagName.toLowerCase() === TAG_ANCHOR) {
101
+ element.removeAttribute(TAB_INDEX);
102
+ }
103
+ }
104
+ }
105
+ if (element.children) {
106
+ for (const child of element.children) {
107
+ this.disableElement(child);
108
+ }
109
+ }
110
+ }
111
+ }
112
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: DisableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
113
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: DisableDirective, selector: "[appDisable]", inputs: { appDisable: "appDisable" }, queries: [{ propertyName: "checkboxes", predicate: Checkbox, descendants: true }, { propertyName: "radioButtons", predicate: RadioButton, descendants: true }, { propertyName: "dropdowns", predicate: Dropdown, descendants: true }, { propertyName: "selectbuttons", predicate: SelectButton, descendants: true }, { propertyName: "inputSwitches", predicate: InputSwitch, descendants: true }, { propertyName: "inputNumbers", predicate: InputNumber, descendants: true }, { propertyName: "buttons", predicate: Button, descendants: true }], usesOnChanges: true, ngImport: i0 }); }
114
+ }
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: DisableDirective, decorators: [{
116
+ type: Directive,
117
+ args: [{
118
+ selector: '[appDisable]'
119
+ }]
120
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { appDisable: [{
121
+ type: Input
122
+ }], checkboxes: [{
123
+ type: ContentChildren,
124
+ args: [Checkbox, { descendants: true }]
125
+ }], radioButtons: [{
126
+ type: ContentChildren,
127
+ args: [RadioButton, { descendants: true }]
128
+ }], dropdowns: [{
129
+ type: ContentChildren,
130
+ args: [Dropdown, { descendants: true }]
131
+ }], selectbuttons: [{
132
+ type: ContentChildren,
133
+ args: [SelectButton, { descendants: true }]
134
+ }], inputSwitches: [{
135
+ type: ContentChildren,
136
+ args: [InputSwitch, { descendants: true }]
137
+ }], inputNumbers: [{
138
+ type: ContentChildren,
139
+ args: [InputNumber, { descendants: true }]
140
+ }], buttons: [{
141
+ type: ContentChildren,
142
+ args: [Button, { descendants: true }]
143
+ }] } });
144
+ class DisableDirectiveModule {
145
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: DisableDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
146
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: DisableDirectiveModule, declarations: [DisableDirective], imports: [CommonModule], exports: [DisableDirective] }); }
147
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: DisableDirectiveModule, imports: [CommonModule] }); }
148
+ }
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: DisableDirectiveModule, decorators: [{
150
+ type: NgModule,
151
+ args: [{
152
+ imports: [CommonModule],
153
+ declarations: [DisableDirective],
154
+ exports: [DisableDirective]
155
+ }]
156
156
  }] });
157
157
 
158
- class BuyukHarfDirective {
159
- constructor(ref) {
160
- this.ref = ref;
161
- this.ngModelChange = new EventEmitter();
162
- }
163
- onInput(event) {
164
- this.ref.nativeElement.value = event.target.value.toLocaleUpperCase('tr-TR');
165
- this.ngModelChange.emit(this.ref.nativeElement.value);
166
- }
167
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
168
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BuyukHarfDirective, selector: "[buyukHarf]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
169
- }
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirective, decorators: [{
171
- type: Directive,
172
- args: [{
173
- selector: '[buyukHarf]'
174
- }]
175
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
176
- type: Output
177
- }], onInput: [{
178
- type: HostListener,
179
- args: ['blur', ['$event']]
180
- }] } });
181
- class BuyukHarfDirectiveModule {
182
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
183
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirectiveModule, declarations: [BuyukHarfDirective], imports: [CommonModule], exports: [BuyukHarfDirective] }); }
184
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirectiveModule, imports: [CommonModule] }); }
185
- }
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BuyukHarfDirectiveModule, decorators: [{
187
- type: NgModule,
188
- args: [{
189
- imports: [CommonModule],
190
- declarations: [BuyukHarfDirective],
191
- exports: [BuyukHarfDirective]
192
- }]
158
+ class BuyukHarfDirective {
159
+ constructor(ref) {
160
+ this.ref = ref;
161
+ this.ngModelChange = new EventEmitter();
162
+ }
163
+ onInput(event) {
164
+ this.ref.nativeElement.value = event.target.value.toLocaleUpperCase('tr-TR');
165
+ this.ngModelChange.emit(this.ref.nativeElement.value);
166
+ }
167
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
168
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: BuyukHarfDirective, selector: "[buyukHarf]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
169
+ }
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirective, decorators: [{
171
+ type: Directive,
172
+ args: [{
173
+ selector: '[buyukHarf]'
174
+ }]
175
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
176
+ type: Output
177
+ }], onInput: [{
178
+ type: HostListener,
179
+ args: ['blur', ['$event']]
180
+ }] } });
181
+ class BuyukHarfDirectiveModule {
182
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
183
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirectiveModule, declarations: [BuyukHarfDirective], imports: [CommonModule], exports: [BuyukHarfDirective] }); }
184
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirectiveModule, imports: [CommonModule] }); }
185
+ }
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: BuyukHarfDirectiveModule, decorators: [{
187
+ type: NgModule,
188
+ args: [{
189
+ imports: [CommonModule],
190
+ declarations: [BuyukHarfDirective],
191
+ exports: [BuyukHarfDirective]
192
+ }]
193
193
  }] });
194
194
 
195
- class CiftBoslukTekDirective {
196
- constructor(ref) {
197
- this.ref = ref;
198
- this.ngModelChange = new EventEmitter();
199
- }
200
- onInput(event) {
201
- this.ref.nativeElement.value = GlobalFunctions.ciftBoslukTekYap(event.target.value);
202
- this.ngModelChange.emit(this.ref.nativeElement.value);
203
- }
204
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
205
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: CiftBoslukTekDirective, selector: "[ciftBoslukTek]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
206
- }
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
208
- type: Directive,
209
- args: [{
210
- selector: '[ciftBoslukTek]'
211
- }]
212
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
213
- type: Output
214
- }], onInput: [{
215
- type: HostListener,
216
- args: ['blur', ['$event']]
217
- }] } });
218
- class CiftBoslukTekDirectiveModule {
219
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
220
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirectiveModule, declarations: [CiftBoslukTekDirective], imports: [CommonModule], exports: [CiftBoslukTekDirective] }); }
221
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirectiveModule, imports: [CommonModule] }); }
222
- }
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CiftBoslukTekDirectiveModule, decorators: [{
224
- type: NgModule,
225
- args: [{
226
- imports: [CommonModule],
227
- declarations: [CiftBoslukTekDirective],
228
- exports: [CiftBoslukTekDirective]
229
- }]
195
+ class CiftBoslukTekDirective {
196
+ constructor(ref) {
197
+ this.ref = ref;
198
+ this.ngModelChange = new EventEmitter();
199
+ }
200
+ onInput(event) {
201
+ this.ref.nativeElement.value = GlobalFunctions.ciftBoslukTekYap(event.target.value);
202
+ this.ngModelChange.emit(this.ref.nativeElement.value);
203
+ }
204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
205
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: CiftBoslukTekDirective, selector: "[ciftBoslukTek]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
206
+ }
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
208
+ type: Directive,
209
+ args: [{
210
+ selector: '[ciftBoslukTek]'
211
+ }]
212
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
213
+ type: Output
214
+ }], onInput: [{
215
+ type: HostListener,
216
+ args: ['blur', ['$event']]
217
+ }] } });
218
+ class CiftBoslukTekDirectiveModule {
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
220
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirectiveModule, declarations: [CiftBoslukTekDirective], imports: [CommonModule], exports: [CiftBoslukTekDirective] }); }
221
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirectiveModule, imports: [CommonModule] }); }
222
+ }
223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: CiftBoslukTekDirectiveModule, decorators: [{
224
+ type: NgModule,
225
+ args: [{
226
+ imports: [CommonModule],
227
+ declarations: [CiftBoslukTekDirective],
228
+ exports: [CiftBoslukTekDirective]
229
+ }]
230
230
  }] });
231
231
 
232
- class IlkHarfBuyukDirective {
233
- constructor(ref) {
234
- this.ref = ref;
235
- this.ngModelChange = new EventEmitter();
236
- }
237
- onInput(event) {
238
- this.ref.nativeElement.value = GlobalFunctions.ilkHarfBuyut(event.target.value);
239
- this.ngModelChange.emit(this.ref.nativeElement.value);
240
- }
241
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
242
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: IlkHarfBuyukDirective, selector: "[ilkHarfBuyuk]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
243
- }
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
245
- type: Directive,
246
- args: [{
247
- selector: '[ilkHarfBuyuk]'
248
- }]
249
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
250
- type: Output
251
- }], onInput: [{
252
- type: HostListener,
253
- args: ['blur', ['$event']]
254
- }] } });
255
- class IlkHarfBuyukDirectiveModule {
256
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
257
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirectiveModule, declarations: [IlkHarfBuyukDirective], imports: [CommonModule], exports: [IlkHarfBuyukDirective] }); }
258
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirectiveModule, imports: [CommonModule] }); }
259
- }
260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IlkHarfBuyukDirectiveModule, decorators: [{
261
- type: NgModule,
262
- args: [{
263
- imports: [CommonModule],
264
- declarations: [IlkHarfBuyukDirective],
265
- exports: [IlkHarfBuyukDirective]
266
- }]
232
+ class IlkHarfBuyukDirective {
233
+ constructor(ref) {
234
+ this.ref = ref;
235
+ this.ngModelChange = new EventEmitter();
236
+ }
237
+ onInput(event) {
238
+ this.ref.nativeElement.value = GlobalFunctions.ilkHarfBuyut(event.target.value);
239
+ this.ngModelChange.emit(this.ref.nativeElement.value);
240
+ }
241
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
242
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: IlkHarfBuyukDirective, selector: "[ilkHarfBuyuk]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
243
+ }
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
245
+ type: Directive,
246
+ args: [{
247
+ selector: '[ilkHarfBuyuk]'
248
+ }]
249
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
250
+ type: Output
251
+ }], onInput: [{
252
+ type: HostListener,
253
+ args: ['blur', ['$event']]
254
+ }] } });
255
+ class IlkHarfBuyukDirectiveModule {
256
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
257
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirectiveModule, declarations: [IlkHarfBuyukDirective], imports: [CommonModule], exports: [IlkHarfBuyukDirective] }); }
258
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirectiveModule, imports: [CommonModule] }); }
259
+ }
260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: IlkHarfBuyukDirectiveModule, decorators: [{
261
+ type: NgModule,
262
+ args: [{
263
+ imports: [CommonModule],
264
+ declarations: [IlkHarfBuyukDirective],
265
+ exports: [IlkHarfBuyukDirective]
266
+ }]
267
267
  }] });
268
268
 
269
- class SagSolBoslukSilDirective {
270
- constructor(ref) {
271
- this.ref = ref;
272
- this.ngModelChange = new EventEmitter();
273
- }
274
- onInput(event) {
275
- this.ref.nativeElement.value = event.target.value.trim();
276
- this.ngModelChange.emit(this.ref.nativeElement.value);
277
- }
278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
279
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: SagSolBoslukSilDirective, selector: "[sagSolBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
280
- }
281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
282
- type: Directive,
283
- args: [{
284
- selector: '[sagSolBoslukSil]'
285
- }]
286
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
287
- type: Output
288
- }], onInput: [{
289
- type: HostListener,
290
- args: ['blur', ['$event']]
291
- }] } });
292
- class SagSolBoslukSilDirectiveModule {
293
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
294
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirectiveModule, declarations: [SagSolBoslukSilDirective], imports: [CommonModule], exports: [SagSolBoslukSilDirective] }); }
295
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirectiveModule, imports: [CommonModule] }); }
296
- }
297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SagSolBoslukSilDirectiveModule, decorators: [{
298
- type: NgModule,
299
- args: [{
300
- imports: [CommonModule],
301
- declarations: [SagSolBoslukSilDirective],
302
- exports: [SagSolBoslukSilDirective]
303
- }]
269
+ class SagSolBoslukSilDirective {
270
+ constructor(ref) {
271
+ this.ref = ref;
272
+ this.ngModelChange = new EventEmitter();
273
+ }
274
+ onInput(event) {
275
+ this.ref.nativeElement.value = event.target.value.trim();
276
+ this.ngModelChange.emit(this.ref.nativeElement.value);
277
+ }
278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
279
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: SagSolBoslukSilDirective, selector: "[sagSolBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
280
+ }
281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
282
+ type: Directive,
283
+ args: [{
284
+ selector: '[sagSolBoslukSil]'
285
+ }]
286
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
287
+ type: Output
288
+ }], onInput: [{
289
+ type: HostListener,
290
+ args: ['blur', ['$event']]
291
+ }] } });
292
+ class SagSolBoslukSilDirectiveModule {
293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
294
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirectiveModule, declarations: [SagSolBoslukSilDirective], imports: [CommonModule], exports: [SagSolBoslukSilDirective] }); }
295
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirectiveModule, imports: [CommonModule] }); }
296
+ }
297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SagSolBoslukSilDirectiveModule, decorators: [{
298
+ type: NgModule,
299
+ args: [{
300
+ imports: [CommonModule],
301
+ declarations: [SagSolBoslukSilDirective],
302
+ exports: [SagSolBoslukSilDirective]
303
+ }]
304
304
  }] });
305
305
 
306
- class TumBoslukSilDirective {
307
- constructor(ref) {
308
- this.ref = ref;
309
- this.ngModelChange = new EventEmitter();
310
- }
311
- onInput(event) {
312
- this.ref.nativeElement.value = GlobalFunctions.tumBoslukSil(event.target.value);
313
- this.ngModelChange.emit(this.ref.nativeElement.value);
314
- }
315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
316
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: TumBoslukSilDirective, selector: "[tumBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
317
- }
318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
319
- type: Directive,
320
- args: [{
321
- selector: '[tumBoslukSil]'
322
- }]
323
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
324
- type: Output
325
- }], onInput: [{
326
- type: HostListener,
327
- args: ['blur', ['$event']]
328
- }] } });
329
- class TumBoslukSilDirectiveModule {
330
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
331
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirectiveModule, declarations: [TumBoslukSilDirective], imports: [CommonModule], exports: [TumBoslukSilDirective] }); }
332
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirectiveModule, imports: [CommonModule] }); }
333
- }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumBoslukSilDirectiveModule, decorators: [{
335
- type: NgModule,
336
- args: [{
337
- imports: [CommonModule],
338
- declarations: [TumBoslukSilDirective],
339
- exports: [TumBoslukSilDirective]
340
- }]
306
+ class TumBoslukSilDirective {
307
+ constructor(ref) {
308
+ this.ref = ref;
309
+ this.ngModelChange = new EventEmitter();
310
+ }
311
+ onInput(event) {
312
+ this.ref.nativeElement.value = GlobalFunctions.tumBoslukSil(event.target.value);
313
+ this.ngModelChange.emit(this.ref.nativeElement.value);
314
+ }
315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
316
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: TumBoslukSilDirective, selector: "[tumBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
317
+ }
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
319
+ type: Directive,
320
+ args: [{
321
+ selector: '[tumBoslukSil]'
322
+ }]
323
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
324
+ type: Output
325
+ }], onInput: [{
326
+ type: HostListener,
327
+ args: ['blur', ['$event']]
328
+ }] } });
329
+ class TumBoslukSilDirectiveModule {
330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
331
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirectiveModule, declarations: [TumBoslukSilDirective], imports: [CommonModule], exports: [TumBoslukSilDirective] }); }
332
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirectiveModule, imports: [CommonModule] }); }
333
+ }
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumBoslukSilDirectiveModule, decorators: [{
335
+ type: NgModule,
336
+ args: [{
337
+ imports: [CommonModule],
338
+ declarations: [TumBoslukSilDirective],
339
+ exports: [TumBoslukSilDirective]
340
+ }]
341
341
  }] });
342
342
 
343
- class TumIlkHarfBuyukDirective {
344
- constructor(ref) {
345
- this.ref = ref;
346
- this.ngModelChange = new EventEmitter();
347
- }
348
- onInput(event) {
349
- this.ref.nativeElement.value = GlobalFunctions.tumIlkHarfBuyut(event.target.value);
350
- this.ngModelChange.emit(this.ref.nativeElement.value);
351
- }
352
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
353
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: TumIlkHarfBuyukDirective, selector: "[tumIlkHarfBuyuk]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
354
- }
355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
356
- type: Directive,
357
- args: [{
358
- selector: '[tumIlkHarfBuyuk]'
359
- }]
360
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
361
- type: Output
362
- }], onInput: [{
363
- type: HostListener,
364
- args: ['blur', ['$event']]
365
- }] } });
366
- class TumIlkHarfBuyukDirectiveModule {
367
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
368
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, declarations: [TumIlkHarfBuyukDirective], imports: [CommonModule], exports: [TumIlkHarfBuyukDirective] }); }
369
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, imports: [CommonModule] }); }
370
- }
371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, decorators: [{
372
- type: NgModule,
373
- args: [{
374
- imports: [CommonModule],
375
- declarations: [TumIlkHarfBuyukDirective
376
- ],
377
- exports: [TumIlkHarfBuyukDirective]
378
- }]
343
+ class TumIlkHarfBuyukDirective {
344
+ constructor(ref) {
345
+ this.ref = ref;
346
+ this.ngModelChange = new EventEmitter();
347
+ }
348
+ onInput(event) {
349
+ this.ref.nativeElement.value = GlobalFunctions.tumIlkHarfBuyut(event.target.value);
350
+ this.ngModelChange.emit(this.ref.nativeElement.value);
351
+ }
352
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
353
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: TumIlkHarfBuyukDirective, selector: "[tumIlkHarfBuyuk]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
354
+ }
355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirective, decorators: [{
356
+ type: Directive,
357
+ args: [{
358
+ selector: '[tumIlkHarfBuyuk]'
359
+ }]
360
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
361
+ type: Output
362
+ }], onInput: [{
363
+ type: HostListener,
364
+ args: ['blur', ['$event']]
365
+ }] } });
366
+ class TumIlkHarfBuyukDirectiveModule {
367
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
368
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, declarations: [TumIlkHarfBuyukDirective], imports: [CommonModule], exports: [TumIlkHarfBuyukDirective] }); }
369
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, imports: [CommonModule] }); }
370
+ }
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: TumIlkHarfBuyukDirectiveModule, decorators: [{
372
+ type: NgModule,
373
+ args: [{
374
+ imports: [CommonModule],
375
+ declarations: [TumIlkHarfBuyukDirective
376
+ ],
377
+ exports: [TumIlkHarfBuyukDirective]
378
+ }]
379
379
  }] });
380
380
 
381
- class MaksimumUzunlukDirective {
382
- constructor(ref) {
383
- this.ref = ref;
384
- this.ngModelChange = new EventEmitter();
385
- this.maksimum = 0;
386
- }
387
- onInput(event) {
388
- if (this.maksimum !== 0) {
389
- this.ref.nativeElement.value = event.target.value.substring(0, this.maksimum);
390
- this.ngModelChange.emit(this.ref.nativeElement.value);
391
- }
392
- }
393
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
394
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: MaksimumUzunlukDirective, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum"] }, outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
395
- }
396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
397
- type: Directive,
398
- args: [{
399
- selector: '[maksimumUzunluk]'
400
- }]
401
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
402
- type: Output
403
- }], maksimum: [{
404
- type: Input,
405
- args: ['maksimumUzunluk']
406
- }], onInput: [{
407
- type: HostListener,
408
- args: ['blur', ['$event']]
409
- }] } });
410
- class MaksimumUzunlukDirectiveModule {
411
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
412
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirectiveModule, declarations: [MaksimumUzunlukDirective], imports: [CommonModule], exports: [MaksimumUzunlukDirective] }); }
413
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirectiveModule, imports: [CommonModule] }); }
414
- }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MaksimumUzunlukDirectiveModule, decorators: [{
416
- type: NgModule,
417
- args: [{
418
- imports: [CommonModule],
419
- declarations: [MaksimumUzunlukDirective],
420
- exports: [MaksimumUzunlukDirective]
421
- }]
381
+ class MaksimumUzunlukDirective {
382
+ constructor(ref) {
383
+ this.ref = ref;
384
+ this.ngModelChange = new EventEmitter();
385
+ this.maksimum = 0;
386
+ }
387
+ onInput(event) {
388
+ if (this.maksimum !== 0) {
389
+ this.ref.nativeElement.value = event.target.value.substring(0, this.maksimum);
390
+ this.ngModelChange.emit(this.ref.nativeElement.value);
391
+ }
392
+ }
393
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
394
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: MaksimumUzunlukDirective, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum"] }, outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 }); }
395
+ }
396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
397
+ type: Directive,
398
+ args: [{
399
+ selector: '[maksimumUzunluk]'
400
+ }]
401
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
402
+ type: Output
403
+ }], maksimum: [{
404
+ type: Input,
405
+ args: ['maksimumUzunluk']
406
+ }], onInput: [{
407
+ type: HostListener,
408
+ args: ['blur', ['$event']]
409
+ }] } });
410
+ class MaksimumUzunlukDirectiveModule {
411
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
412
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirectiveModule, declarations: [MaksimumUzunlukDirective], imports: [CommonModule], exports: [MaksimumUzunlukDirective] }); }
413
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirectiveModule, imports: [CommonModule] }); }
414
+ }
415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MaksimumUzunlukDirectiveModule, decorators: [{
416
+ type: NgModule,
417
+ args: [{
418
+ imports: [CommonModule],
419
+ declarations: [MaksimumUzunlukDirective],
420
+ exports: [MaksimumUzunlukDirective]
421
+ }]
422
422
  }] });
423
423
 
424
- class SutunGenisligiDirective {
425
- constructor(elementRef) {
426
- this.elementRef = elementRef;
427
- this.sutunGenisligi = 0;
428
- }
429
- ngOnChanges() {
430
- this.elementRef.nativeElement.style.width = this.sutunGenisligi;
431
- this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
432
- this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
433
- }
434
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
435
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: SutunGenisligiDirective, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: "sutunGenisligi" }, usesOnChanges: true, ngImport: i0 }); }
436
- }
437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
438
- type: Directive,
439
- args: [{
440
- selector: '[sutunGenisligi]'
441
- }]
442
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligi: [{
443
- type: Input
444
- }] } });
445
- class SutunGenisligiEmDirective {
446
- constructor(elementRef) {
447
- this.elementRef = elementRef;
448
- this.sutunGenisligiEm = 0;
449
- }
450
- ngOnChanges() {
451
- this.elementRef.nativeElement.style.width = this.sutunGenisligiEm + 'em';
452
- this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
453
- this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
454
- }
455
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiEmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
456
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: SutunGenisligiEmDirective, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: "sutunGenisligiEm" }, usesOnChanges: true, ngImport: i0 }); }
457
- }
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
459
- type: Directive,
460
- args: [{
461
- selector: '[sutunGenisligiEm]'
462
- }]
463
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiEm: [{
464
- type: Input
465
- }] } });
466
- class SutunGenisligiPxDirective {
467
- constructor(elementRef) {
468
- this.elementRef = elementRef;
469
- this.sutunGenisligiPx = 0;
470
- }
471
- ngOnChanges() {
472
- this.elementRef.nativeElement.style.width = this.sutunGenisligiPx + 'px';
473
- this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
474
- this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
475
- }
476
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiPxDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
477
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: SutunGenisligiPxDirective, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: "sutunGenisligiPx" }, usesOnChanges: true, ngImport: i0 }); }
478
- }
479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
480
- type: Directive,
481
- args: [{
482
- selector: '[sutunGenisligiPx]'
483
- }]
484
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiPx: [{
485
- type: Input
486
- }] } });
487
- class SutunGenisligiClassDirective {
488
- constructor(renderer, elementRef) {
489
- this.renderer = renderer;
490
- this.elementRef = elementRef;
491
- this.sutunGenisligiClass = '';
492
- this.eskiClassName = '';
493
- }
494
- ngOnChanges() {
495
- if (this.eskiClassName !== '') {
496
- this.renderer.removeClass(this.elementRef.nativeElement, this.eskiClassName);
497
- }
498
- if (this.sutunGenisligiClass !== '') {
499
- this.renderer.addClass(this.elementRef.nativeElement, this.sutunGenisligiClass);
500
- }
501
- this.eskiClassName = this.sutunGenisligiClass;
502
- }
503
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiClassDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
504
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: SutunGenisligiClassDirective, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
505
- }
506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
507
- type: Directive,
508
- args: [{
509
- selector: '[sutunGenisligiClass]'
510
- }]
511
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiClass: [{
512
- type: Input
513
- }] } });
514
- class SutunGenisligiDirectiveModule {
515
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
516
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], imports: [CommonModule], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] }); }
517
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirectiveModule, imports: [CommonModule] }); }
518
- }
519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
520
- type: NgModule,
521
- args: [{
522
- imports: [CommonModule],
523
- declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],
524
- exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective]
525
- }]
424
+ class SutunGenisligiDirective {
425
+ constructor(elementRef) {
426
+ this.elementRef = elementRef;
427
+ this.sutunGenisligi = 0;
428
+ }
429
+ ngOnChanges() {
430
+ this.elementRef.nativeElement.style.width = this.sutunGenisligi;
431
+ this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
432
+ this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
433
+ }
434
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
435
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: SutunGenisligiDirective, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: "sutunGenisligi" }, usesOnChanges: true, ngImport: i0 }); }
436
+ }
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
438
+ type: Directive,
439
+ args: [{
440
+ selector: '[sutunGenisligi]'
441
+ }]
442
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligi: [{
443
+ type: Input
444
+ }] } });
445
+ class SutunGenisligiEmDirective {
446
+ constructor(elementRef) {
447
+ this.elementRef = elementRef;
448
+ this.sutunGenisligiEm = 0;
449
+ }
450
+ ngOnChanges() {
451
+ this.elementRef.nativeElement.style.width = this.sutunGenisligiEm + 'em';
452
+ this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
453
+ this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
454
+ }
455
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiEmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
456
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: SutunGenisligiEmDirective, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: "sutunGenisligiEm" }, usesOnChanges: true, ngImport: i0 }); }
457
+ }
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
459
+ type: Directive,
460
+ args: [{
461
+ selector: '[sutunGenisligiEm]'
462
+ }]
463
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiEm: [{
464
+ type: Input
465
+ }] } });
466
+ class SutunGenisligiPxDirective {
467
+ constructor(elementRef) {
468
+ this.elementRef = elementRef;
469
+ this.sutunGenisligiPx = 0;
470
+ }
471
+ ngOnChanges() {
472
+ this.elementRef.nativeElement.style.width = this.sutunGenisligiPx + 'px';
473
+ this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
474
+ this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
475
+ }
476
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiPxDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
477
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: SutunGenisligiPxDirective, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: "sutunGenisligiPx" }, usesOnChanges: true, ngImport: i0 }); }
478
+ }
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
480
+ type: Directive,
481
+ args: [{
482
+ selector: '[sutunGenisligiPx]'
483
+ }]
484
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiPx: [{
485
+ type: Input
486
+ }] } });
487
+ class SutunGenisligiClassDirective {
488
+ constructor(renderer, elementRef) {
489
+ this.renderer = renderer;
490
+ this.elementRef = elementRef;
491
+ this.sutunGenisligiClass = '';
492
+ this.eskiClassName = '';
493
+ }
494
+ ngOnChanges() {
495
+ if (this.eskiClassName !== '') {
496
+ this.renderer.removeClass(this.elementRef.nativeElement, this.eskiClassName);
497
+ }
498
+ if (this.sutunGenisligiClass !== '') {
499
+ this.renderer.addClass(this.elementRef.nativeElement, this.sutunGenisligiClass);
500
+ }
501
+ this.eskiClassName = this.sutunGenisligiClass;
502
+ }
503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiClassDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
504
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: SutunGenisligiClassDirective, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 }); }
505
+ }
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
507
+ type: Directive,
508
+ args: [{
509
+ selector: '[sutunGenisligiClass]'
510
+ }]
511
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiClass: [{
512
+ type: Input
513
+ }] } });
514
+ class SutunGenisligiDirectiveModule {
515
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
516
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], imports: [CommonModule], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] }); }
517
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirectiveModule, imports: [CommonModule] }); }
518
+ }
519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
520
+ type: NgModule,
521
+ args: [{
522
+ imports: [CommonModule],
523
+ declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],
524
+ exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective]
525
+ }]
526
526
  }] });
527
527
 
528
- class FlexBasisDirective {
529
- constructor(elementRef) {
530
- this.elementRef = elementRef;
531
- this.flexBasis = 0;
532
- }
533
- ngOnChanges() {
534
- this.elementRef.nativeElement.style.flexBasis = this.flexBasis;
535
- }
536
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
537
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: FlexBasisDirective, selector: "[flexBasis]", inputs: { flexBasis: "flexBasis" }, usesOnChanges: true, ngImport: i0 }); }
538
- }
539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirective, decorators: [{
540
- type: Directive,
541
- args: [{
542
- selector: '[flexBasis]'
543
- }]
544
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasis: [{
545
- type: Input
546
- }] } });
547
- class FlexBasisEmDirective {
548
- constructor(elementRef) {
549
- this.elementRef = elementRef;
550
- this.flexBasisEm = 0;
551
- }
552
- ngOnChanges() {
553
- this.elementRef.nativeElement.style.flexBasis = this.flexBasisEm + 'em';
554
- }
555
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisEmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
556
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: FlexBasisEmDirective, selector: "[flexBasisEm]", inputs: { flexBasisEm: "flexBasisEm" }, usesOnChanges: true, ngImport: i0 }); }
557
- }
558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
559
- type: Directive,
560
- args: [{
561
- selector: '[flexBasisEm]'
562
- }]
563
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasisEm: [{
564
- type: Input
565
- }] } });
566
- class FlexBasisPxDirective {
567
- constructor(elementRef) {
568
- this.elementRef = elementRef;
569
- this.flexBasisPx = 0;
570
- }
571
- ngOnChanges() {
572
- this.elementRef.nativeElement.style.flexBasis = this.flexBasisPx + 'px';
573
- }
574
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisPxDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
575
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: FlexBasisPxDirective, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: "flexBasisPx" }, usesOnChanges: true, ngImport: i0 }); }
576
- }
577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
578
- type: Directive,
579
- args: [{
580
- selector: '[flexBasisFBPx]'
581
- }]
582
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasisPx: [{
583
- type: Input
584
- }] } });
585
- class FlexBasisDirectiveModule {
586
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
587
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirectiveModule, declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective], imports: [CommonModule], exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective] }); }
588
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirectiveModule, imports: [CommonModule] }); }
589
- }
590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: FlexBasisDirectiveModule, decorators: [{
591
- type: NgModule,
592
- args: [{
593
- imports: [CommonModule],
594
- declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective],
595
- exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective]
596
- }]
528
+ class FlexBasisDirective {
529
+ constructor(elementRef) {
530
+ this.elementRef = elementRef;
531
+ this.flexBasis = 0;
532
+ }
533
+ ngOnChanges() {
534
+ this.elementRef.nativeElement.style.flexBasis = this.flexBasis;
535
+ }
536
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
537
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: FlexBasisDirective, selector: "[flexBasis]", inputs: { flexBasis: "flexBasis" }, usesOnChanges: true, ngImport: i0 }); }
538
+ }
539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirective, decorators: [{
540
+ type: Directive,
541
+ args: [{
542
+ selector: '[flexBasis]'
543
+ }]
544
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasis: [{
545
+ type: Input
546
+ }] } });
547
+ class FlexBasisEmDirective {
548
+ constructor(elementRef) {
549
+ this.elementRef = elementRef;
550
+ this.flexBasisEm = 0;
551
+ }
552
+ ngOnChanges() {
553
+ this.elementRef.nativeElement.style.flexBasis = this.flexBasisEm + 'em';
554
+ }
555
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisEmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
556
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: FlexBasisEmDirective, selector: "[flexBasisEm]", inputs: { flexBasisEm: "flexBasisEm" }, usesOnChanges: true, ngImport: i0 }); }
557
+ }
558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisEmDirective, decorators: [{
559
+ type: Directive,
560
+ args: [{
561
+ selector: '[flexBasisEm]'
562
+ }]
563
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasisEm: [{
564
+ type: Input
565
+ }] } });
566
+ class FlexBasisPxDirective {
567
+ constructor(elementRef) {
568
+ this.elementRef = elementRef;
569
+ this.flexBasisPx = 0;
570
+ }
571
+ ngOnChanges() {
572
+ this.elementRef.nativeElement.style.flexBasis = this.flexBasisPx + 'px';
573
+ }
574
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisPxDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
575
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: FlexBasisPxDirective, selector: "[flexBasisFBPx]", inputs: { flexBasisPx: "flexBasisPx" }, usesOnChanges: true, ngImport: i0 }); }
576
+ }
577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisPxDirective, decorators: [{
578
+ type: Directive,
579
+ args: [{
580
+ selector: '[flexBasisFBPx]'
581
+ }]
582
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { flexBasisPx: [{
583
+ type: Input
584
+ }] } });
585
+ class FlexBasisDirectiveModule {
586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
587
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirectiveModule, declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective], imports: [CommonModule], exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective] }); }
588
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirectiveModule, imports: [CommonModule] }); }
589
+ }
590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: FlexBasisDirectiveModule, decorators: [{
591
+ type: NgModule,
592
+ args: [{
593
+ imports: [CommonModule],
594
+ declarations: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective],
595
+ exports: [FlexBasisDirective, FlexBasisEmDirective, FlexBasisPxDirective]
596
+ }]
597
597
  }] });
598
598
 
599
- /**
600
- * Generated bundle index. Do not edit.
599
+ /**
600
+ * Generated bundle index. Do not edit.
601
601
  */
602
602
 
603
603
  export { BuyukHarfDirective, BuyukHarfDirectiveModule, CiftBoslukTekDirective, CiftBoslukTekDirectiveModule, DisableDirective, DisableDirectiveModule, FlexBasisDirective, FlexBasisDirectiveModule, FlexBasisEmDirective, FlexBasisPxDirective, IlkHarfBuyukDirective, IlkHarfBuyukDirectiveModule, MaksimumUzunlukDirective, MaksimumUzunlukDirectiveModule, SagSolBoslukSilDirective, SagSolBoslukSilDirectiveModule, SutunGenisligiClassDirective, SutunGenisligiDirective, SutunGenisligiDirectiveModule, SutunGenisligiEmDirective, SutunGenisligiPxDirective, TumBoslukSilDirective, TumBoslukSilDirectiveModule, TumIlkHarfBuyukDirective, TumIlkHarfBuyukDirectiveModule };