limitng 0.13.2 → 0.13.6

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 (477) hide show
  1. package/api/globalFunctions.d.ts +41 -0
  2. package/api/globalFunctions.d.ts.map +1 -0
  3. package/api/limitng-api.d.ts +6 -0
  4. package/api/limitng-api.d.ts.map +1 -0
  5. package/api/models/enums.d.ts +117 -0
  6. package/api/models/enums.d.ts.map +1 -0
  7. package/api/models/faturalama/faturaFiltre.d.ts +51 -0
  8. package/api/models/faturalama/faturaFiltre.d.ts.map +1 -0
  9. package/api/models/fourDConstants.d.ts +81 -0
  10. package/api/models/fourDConstants.d.ts.map +1 -0
  11. package/api/models/kisisel/izin-islemleri/izinDetaylari.d.ts +25 -0
  12. package/api/models/kisisel/izin-islemleri/izinDetaylari.d.ts.map +1 -0
  13. package/api/models/kisisel/izin-islemleri/izinFiltre.d.ts +14 -0
  14. package/api/models/kisisel/izin-islemleri/izinFiltre.d.ts.map +1 -0
  15. package/api/models/kisisel/izin-islemleri/izinGuncelle.d.ts +12 -0
  16. package/api/models/kisisel/izin-islemleri/izinGuncelle.d.ts.map +1 -0
  17. package/api/models/kisisel/izin-islemleri/izinListe.d.ts +29 -0
  18. package/api/models/kisisel/izin-islemleri/izinListe.d.ts.map +1 -0
  19. package/api/models/kisisel/izin-islemleri/izinSilAlanlar.d.ts +5 -0
  20. package/api/models/kisisel/izin-islemleri/izinSilAlanlar.d.ts.map +1 -0
  21. package/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.d.ts +82 -0
  22. package/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.d.ts.map +1 -0
  23. package/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.d.ts +41 -0
  24. package/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.d.ts.map +1 -0
  25. package/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.d.ts +8 -0
  26. package/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.d.ts.map +1 -0
  27. package/api/models/kisisel/kullanici-onay-islemleri/onayListe.d.ts +32 -0
  28. package/api/models/kisisel/kullanici-onay-islemleri/onayListe.d.ts.map +1 -0
  29. package/api/models/kisisel/masraf-islemleri/masrafDetaylari.d.ts +57 -0
  30. package/api/models/kisisel/masraf-islemleri/masrafDetaylari.d.ts.map +1 -0
  31. package/api/models/kisisel/masraf-islemleri/masrafFiltre.d.ts +17 -0
  32. package/api/models/kisisel/masraf-islemleri/masrafFiltre.d.ts.map +1 -0
  33. package/api/models/kisisel/masraf-islemleri/masrafGuncelle.d.ts +13 -0
  34. package/api/models/kisisel/masraf-islemleri/masrafGuncelle.d.ts.map +1 -0
  35. package/api/models/kisisel/masraf-islemleri/masrafListe.d.ts +82 -0
  36. package/api/models/kisisel/masraf-islemleri/masrafListe.d.ts.map +1 -0
  37. package/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.d.ts +5 -0
  38. package/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.d.ts.map +1 -0
  39. package/api/models/limitng-api-models.d.ts +6 -0
  40. package/api/models/limitng-api-models.d.ts.map +1 -0
  41. package/api/models/logbook/logbook.d.ts +103 -0
  42. package/api/models/logbook/logbook.d.ts.map +1 -0
  43. package/api/models/login/login.d.ts +23 -0
  44. package/api/models/login/login.d.ts.map +1 -0
  45. package/api/models/onayBilgi.d.ts +9 -0
  46. package/api/models/onayBilgi.d.ts.map +1 -0
  47. package/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.d.ts +67 -0
  48. package/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.d.ts.map +1 -0
  49. package/api/models/ortak.d.ts +85 -0
  50. package/api/models/ortak.d.ts.map +1 -0
  51. package/api/models/ozet/OzetKartAlan.d.ts +16 -0
  52. package/api/models/ozet/OzetKartAlan.d.ts.map +1 -0
  53. package/api/models/ozet/ozetData.d.ts +22 -0
  54. package/api/models/ozet/ozetData.d.ts.map +1 -0
  55. package/api/models/package.json +10 -0
  56. package/api/models/planlama/kampanya/kampanyaFiltre.d.ts +17 -0
  57. package/api/models/planlama/kampanya/kampanyaFiltre.d.ts.map +1 -0
  58. package/api/models/planlama/tarife/tarifeFiltre.d.ts +20 -0
  59. package/api/models/planlama/tarife/tarifeFiltre.d.ts.map +1 -0
  60. package/api/models/public_api.d.ts +54 -0
  61. package/api/models/public_api.d.ts.map +1 -0
  62. package/api/models/raporlar/izin-raporu/izinRaporDetaylari.d.ts +15 -0
  63. package/api/models/raporlar/izin-raporu/izinRaporDetaylari.d.ts.map +1 -0
  64. package/api/models/raporlar/izin-raporu/izinRaporListe.d.ts +17 -0
  65. package/api/models/raporlar/izin-raporu/izinRaporListe.d.ts.map +1 -0
  66. package/api/models/raporlar/listeden-sec/listeSecenekler.d.ts +17 -0
  67. package/api/models/raporlar/listeden-sec/listeSecenekler.d.ts.map +1 -0
  68. package/api/models/raporlar/rapor-detay/raporDetaylari.d.ts +53 -0
  69. package/api/models/raporlar/rapor-detay/raporDetaylari.d.ts.map +1 -0
  70. package/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.d.ts +9 -0
  71. package/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.d.ts.map +1 -0
  72. package/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.d.ts +46 -0
  73. package/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.d.ts.map +1 -0
  74. package/api/models/sistem-ozet/sistemOzetData.d.ts +145 -0
  75. package/api/models/sistem-ozet/sistemOzetData.d.ts.map +1 -0
  76. package/api/models/sistem-raporlari/sistemRaporlariData.d.ts +11 -0
  77. package/api/models/sistem-raporlari/sistemRaporlariData.d.ts.map +1 -0
  78. package/api/models/tanimlama/mecra/mecraFiltre.d.ts +24 -0
  79. package/api/models/tanimlama/mecra/mecraFiltre.d.ts.map +1 -0
  80. package/api/models/tanimlama/musteri/musteriFiltre.d.ts +21 -0
  81. package/api/models/tanimlama/musteri/musteriFiltre.d.ts.map +1 -0
  82. package/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.d.ts +11 -0
  83. package/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.d.ts.map +1 -0
  84. package/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.d.ts +21 -0
  85. package/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.d.ts.map +1 -0
  86. package/api/models/tanimlama/urun/urunFiltre.d.ts +14 -0
  87. package/api/models/tanimlama/urun/urunFiltre.d.ts.map +1 -0
  88. package/api/models/teklif-siparis/teklifDetaylari.d.ts +25 -0
  89. package/api/models/teklif-siparis/teklifDetaylari.d.ts.map +1 -0
  90. package/api/models/teklif-siparis/teklifFiltre.d.ts +14 -0
  91. package/api/models/teklif-siparis/teklifFiltre.d.ts.map +1 -0
  92. package/api/models/teklif-siparis/teklifGuncelle.d.ts +12 -0
  93. package/api/models/teklif-siparis/teklifGuncelle.d.ts.map +1 -0
  94. package/api/models/teklif-siparis/teklifListe.d.ts +28 -0
  95. package/api/models/teklif-siparis/teklifListe.d.ts.map +1 -0
  96. package/api/models/teklif-siparis/teklifSilAlanlar.d.ts +5 -0
  97. package/api/models/teklif-siparis/teklifSilAlanlar.d.ts.map +1 -0
  98. package/api/models/theme/bildirimler.d.ts +31 -0
  99. package/api/models/theme/bildirimler.d.ts.map +1 -0
  100. package/api/models/timeSheet/timeSheetGirisListeler.d.ts +325 -0
  101. package/api/models/timeSheet/timeSheetGirisListeler.d.ts.map +1 -0
  102. package/api/models/timeSheet/timeSheetLog.d.ts +15 -0
  103. package/api/models/timeSheet/timeSheetLog.d.ts.map +1 -0
  104. package/api/models/timeSheet/timeSheetOzetListe.d.ts +19 -0
  105. package/api/models/timeSheet/timeSheetOzetListe.d.ts.map +1 -0
  106. package/api/models/timeSheet/timeSheetSecenekler.d.ts +29 -0
  107. package/api/models/timeSheet/timeSheetSecenekler.d.ts.map +1 -0
  108. package/api/models/xlConfig.d.ts +190 -0
  109. package/api/models/xlConfig.d.ts.map +1 -0
  110. package/api/models/xlConstants.d.ts +60 -0
  111. package/api/models/xlConstants.d.ts.map +1 -0
  112. package/api/models/xlOptions.d.ts +27 -0
  113. package/api/models/xlOptions.d.ts.map +1 -0
  114. package/api/models/xlTools.d.ts +3 -0
  115. package/api/models/xlTools.d.ts.map +1 -0
  116. package/api/package.json +10 -0
  117. package/api/public_api.d.ts +2 -0
  118. package/api/public_api.d.ts.map +1 -0
  119. package/dikey-baslikli-panel/dikey-baslikli-panel.component.d.ts +17 -0
  120. package/dikey-baslikli-panel/dikey-baslikli-panel.component.d.ts.map +1 -0
  121. package/dikey-baslikli-panel/limitng-dikey-baslikli-panel.d.ts +6 -0
  122. package/dikey-baslikli-panel/limitng-dikey-baslikli-panel.d.ts.map +1 -0
  123. package/dikey-baslikli-panel/package.json +10 -0
  124. package/dikey-baslikli-panel/public_api.d.ts +2 -0
  125. package/dikey-baslikli-panel/public_api.d.ts.map +1 -0
  126. package/directives/buyukHarf.directive/buyukHarf.directive.d.ts +17 -0
  127. package/directives/buyukHarf.directive/buyukHarf.directive.d.ts.map +1 -0
  128. package/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.d.ts +6 -0
  129. package/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.d.ts.map +1 -0
  130. package/directives/buyukHarf.directive/package.json +10 -0
  131. package/directives/buyukHarf.directive/public_api.d.ts +2 -0
  132. package/directives/buyukHarf.directive/public_api.d.ts.map +1 -0
  133. package/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.d.ts +17 -0
  134. package/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.d.ts.map +1 -0
  135. package/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.d.ts +6 -0
  136. package/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.d.ts.map +1 -0
  137. package/directives/ciftBoslukTek.directive/package.json +10 -0
  138. package/directives/ciftBoslukTek.directive/public_api.d.ts +2 -0
  139. package/directives/ciftBoslukTek.directive/public_api.d.ts.map +1 -0
  140. package/directives/disable.directive/disable.directive.d.ts +20 -0
  141. package/directives/disable.directive/disable.directive.d.ts.map +1 -0
  142. package/directives/disable.directive/limitng-directives-disable.directive.d.ts +6 -0
  143. package/directives/disable.directive/limitng-directives-disable.directive.d.ts.map +1 -0
  144. package/directives/disable.directive/package.json +10 -0
  145. package/directives/disable.directive/public_api.d.ts +2 -0
  146. package/directives/disable.directive/public_api.d.ts.map +1 -0
  147. package/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.d.ts +17 -0
  148. package/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.d.ts.map +1 -0
  149. package/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.d.ts +6 -0
  150. package/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.d.ts.map +1 -0
  151. package/directives/ilkHarfBuyuk.directive/package.json +10 -0
  152. package/directives/ilkHarfBuyuk.directive/public_api.d.ts +2 -0
  153. package/directives/ilkHarfBuyuk.directive/public_api.d.ts.map +1 -0
  154. package/directives/limitng-directives.d.ts +6 -0
  155. package/directives/limitng-directives.d.ts.map +1 -0
  156. package/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.d.ts +6 -0
  157. package/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.d.ts.map +1 -0
  158. package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts +18 -0
  159. package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts.map +1 -0
  160. package/directives/maksimumUzunluk.directive/package.json +10 -0
  161. package/directives/maksimumUzunluk.directive/public_api.d.ts +2 -0
  162. package/directives/maksimumUzunluk.directive/public_api.d.ts.map +1 -0
  163. package/directives/package.json +10 -0
  164. package/directives/public_api.d.ts +10 -0
  165. package/directives/public_api.d.ts.map +1 -0
  166. package/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.d.ts +6 -0
  167. package/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.d.ts.map +1 -0
  168. package/directives/sagSolBoslukSil.directive/package.json +10 -0
  169. package/directives/sagSolBoslukSil.directive/public_api.d.ts +2 -0
  170. package/directives/sagSolBoslukSil.directive/public_api.d.ts.map +1 -0
  171. package/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.d.ts +17 -0
  172. package/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.d.ts.map +1 -0
  173. package/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.d.ts +6 -0
  174. package/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.d.ts.map +1 -0
  175. package/directives/sutunGenisligi.directive/package.json +10 -0
  176. package/directives/sutunGenisligi.directive/public_api.d.ts +2 -0
  177. package/directives/sutunGenisligi.directive/public_api.d.ts.map +1 -0
  178. package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts +43 -0
  179. package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts.map +1 -0
  180. package/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.d.ts +6 -0
  181. package/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.d.ts.map +1 -0
  182. package/directives/tumBoslukSil.directive/package.json +10 -0
  183. package/directives/tumBoslukSil.directive/public_api.d.ts +2 -0
  184. package/directives/tumBoslukSil.directive/public_api.d.ts.map +1 -0
  185. package/directives/tumBoslukSil.directive/tumBoslukSil.directive.d.ts +17 -0
  186. package/directives/tumBoslukSil.directive/tumBoslukSil.directive.d.ts.map +1 -0
  187. package/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.d.ts +6 -0
  188. package/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.d.ts.map +1 -0
  189. package/directives/tumIlkHarfBuyuk.directive/package.json +10 -0
  190. package/directives/tumIlkHarfBuyuk.directive/public_api.d.ts +2 -0
  191. package/directives/tumIlkHarfBuyuk.directive/public_api.d.ts.map +1 -0
  192. package/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.d.ts +17 -0
  193. package/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.d.ts.map +1 -0
  194. package/esm2020/alt-buyuk-kart/alt-buyuk-kart.component.mjs +7 -7
  195. package/esm2020/alt-kucuk-kart/alt-kucuk-kart.component.mjs +7 -7
  196. package/esm2020/api/globalFunctions.mjs +448 -0
  197. package/esm2020/api/limitng-api.mjs +5 -0
  198. package/esm2020/api/models/enums.mjs +125 -0
  199. package/esm2020/api/models/faturalama/faturaFiltre.mjs +53 -0
  200. package/esm2020/api/models/fourDConstants.mjs +85 -0
  201. package/esm2020/api/models/kisisel/izin-islemleri/izinDetaylari.mjs +16 -0
  202. package/esm2020/api/models/kisisel/izin-islemleri/izinFiltre.mjs +17 -0
  203. package/esm2020/api/models/kisisel/izin-islemleri/izinGuncelle.mjs +6 -0
  204. package/esm2020/api/models/kisisel/izin-islemleri/izinListe.mjs +26 -0
  205. package/esm2020/api/models/kisisel/izin-islemleri/izinSilAlanlar.mjs +7 -0
  206. package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.mjs +40 -0
  207. package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.mjs +42 -0
  208. package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.mjs +10 -0
  209. package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayListe.mjs +35 -0
  210. package/esm2020/api/models/kisisel/masraf-islemleri/masrafDetaylari.mjs +54 -0
  211. package/esm2020/api/models/kisisel/masraf-islemleri/masrafFiltre.mjs +20 -0
  212. package/esm2020/api/models/kisisel/masraf-islemleri/masrafGuncelle.mjs +6 -0
  213. package/esm2020/api/models/kisisel/masraf-islemleri/masrafListe.mjs +41 -0
  214. package/esm2020/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.mjs +7 -0
  215. package/esm2020/api/models/limitng-api-models.mjs +5 -0
  216. package/esm2020/api/models/logbook/logbook.mjs +110 -0
  217. package/esm2020/api/models/login/login.mjs +11 -0
  218. package/esm2020/api/models/onayBilgi.mjs +9 -0
  219. package/esm2020/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.mjs +56 -0
  220. package/esm2020/api/models/ortak.mjs +58 -0
  221. package/esm2020/api/models/ozet/OzetKartAlan.mjs +2 -0
  222. package/esm2020/api/models/ozet/ozetData.mjs +2 -0
  223. package/esm2020/api/models/planlama/kampanya/kampanyaFiltre.mjs +20 -0
  224. package/esm2020/api/models/planlama/tarife/tarifeFiltre.mjs +23 -0
  225. package/esm2020/api/models/public_api.mjs +66 -0
  226. package/esm2020/api/models/raporlar/izin-raporu/izinRaporDetaylari.mjs +8 -0
  227. package/esm2020/api/models/raporlar/izin-raporu/izinRaporListe.mjs +19 -0
  228. package/esm2020/api/models/raporlar/listeden-sec/listeSecenekler.mjs +19 -0
  229. package/esm2020/api/models/raporlar/rapor-detay/raporDetaylari.mjs +63 -0
  230. package/esm2020/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.mjs +7 -0
  231. package/esm2020/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.mjs +47 -0
  232. package/esm2020/api/models/sistem-ozet/sistemOzetData.mjs +172 -0
  233. package/esm2020/api/models/sistem-raporlari/sistemRaporlariData.mjs +8 -0
  234. package/esm2020/api/models/tanimlama/mecra/mecraFiltre.mjs +24 -0
  235. package/esm2020/api/models/tanimlama/musteri/musteriFiltre.mjs +24 -0
  236. package/esm2020/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.mjs +14 -0
  237. package/esm2020/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.mjs +22 -0
  238. package/esm2020/api/models/tanimlama/urun/urunFiltre.mjs +17 -0
  239. package/esm2020/api/models/teklif-siparis/teklifDetaylari.mjs +16 -0
  240. package/esm2020/api/models/teklif-siparis/teklifFiltre.mjs +17 -0
  241. package/esm2020/api/models/teklif-siparis/teklifGuncelle.mjs +6 -0
  242. package/esm2020/api/models/teklif-siparis/teklifListe.mjs +28 -0
  243. package/esm2020/api/models/teklif-siparis/teklifSilAlanlar.mjs +7 -0
  244. package/esm2020/api/models/theme/bildirimler.mjs +39 -0
  245. package/esm2020/api/models/timeSheet/timeSheetGirisListeler.mjs +305 -0
  246. package/esm2020/api/models/timeSheet/timeSheetLog.mjs +14 -0
  247. package/esm2020/api/models/timeSheet/timeSheetOzetListe.mjs +22 -0
  248. package/esm2020/api/models/timeSheet/timeSheetSecenekler.mjs +30 -0
  249. package/esm2020/api/models/xlConfig.mjs +411 -0
  250. package/esm2020/api/models/xlConstants.mjs +66 -0
  251. package/esm2020/api/models/xlOptions.mjs +34 -0
  252. package/esm2020/api/models/xlTools.mjs +3 -0
  253. package/esm2020/api/public_api.mjs +2 -0
  254. package/esm2020/dikey-baslikli-panel/dikey-baslikli-panel.component.mjs +39 -0
  255. package/esm2020/dikey-baslikli-panel/limitng-dikey-baslikli-panel.mjs +5 -0
  256. package/esm2020/dikey-baslikli-panel/public_api.mjs +2 -0
  257. package/esm2020/directives/buyukHarf.directive/buyukHarf.directive.mjs +40 -0
  258. package/esm2020/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs +5 -0
  259. package/esm2020/directives/buyukHarf.directive/public_api.mjs +2 -0
  260. package/esm2020/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.mjs +41 -0
  261. package/esm2020/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs +5 -0
  262. package/esm2020/directives/ciftBoslukTek.directive/public_api.mjs +2 -0
  263. package/esm2020/directives/disable.directive/disable.directive.mjs +72 -0
  264. package/esm2020/directives/disable.directive/limitng-directives-disable.directive.mjs +5 -0
  265. package/esm2020/directives/disable.directive/public_api.mjs +2 -0
  266. package/esm2020/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.mjs +41 -0
  267. package/esm2020/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs +5 -0
  268. package/esm2020/directives/ilkHarfBuyuk.directive/public_api.mjs +2 -0
  269. package/esm2020/directives/limitng-directives.mjs +5 -0
  270. package/esm2020/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.mjs +5 -0
  271. package/esm2020/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.mjs +46 -0
  272. package/esm2020/directives/maksimumUzunluk.directive/public_api.mjs +2 -0
  273. package/esm2020/directives/public_api.mjs +10 -0
  274. package/esm2020/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.mjs +5 -0
  275. package/esm2020/directives/sagSolBoslukSil.directive/public_api.mjs +2 -0
  276. package/esm2020/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.mjs +40 -0
  277. package/esm2020/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.mjs +5 -0
  278. package/esm2020/directives/sutunGenisligi.directive/public_api.mjs +2 -0
  279. package/esm2020/directives/sutunGenisligi.directive/sutunGenisligi.directive.mjs +107 -0
  280. package/esm2020/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.mjs +5 -0
  281. package/esm2020/directives/tumBoslukSil.directive/public_api.mjs +2 -0
  282. package/esm2020/directives/tumBoslukSil.directive/tumBoslukSil.directive.mjs +41 -0
  283. package/esm2020/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.mjs +5 -0
  284. package/esm2020/directives/tumIlkHarfBuyuk.directive/public_api.mjs +2 -0
  285. package/esm2020/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.mjs +42 -0
  286. package/esm2020/filtre-bar/filtre-bar.component.mjs +126 -0
  287. package/esm2020/filtre-bar/limitng-filtre-bar.mjs +5 -0
  288. package/esm2020/filtre-bar/public_api.mjs +2 -0
  289. package/esm2020/geri-ileri-detay/geri-ileri-detay.component.mjs +7 -7
  290. package/esm2020/geri-ileri-liste/geri-ileri-liste.component.mjs +7 -7
  291. package/esm2020/pipes/boolToPlus.pipe/boolToPlus.pipe.mjs +29 -0
  292. package/esm2020/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.mjs +5 -0
  293. package/esm2020/pipes/boolToPlus.pipe/public_api.mjs +2 -0
  294. package/esm2020/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.mjs +29 -0
  295. package/esm2020/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.mjs +5 -0
  296. package/esm2020/pipes/boolToPlusMinus.pipe/public_api.mjs +2 -0
  297. package/esm2020/pipes/dateToText.pipe/dateToText.pipe.mjs +30 -0
  298. package/esm2020/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.mjs +5 -0
  299. package/esm2020/pipes/dateToText.pipe/public_api.mjs +2 -0
  300. package/esm2020/pipes/evetHayir.pipe/evetHayir.pipe.mjs +29 -0
  301. package/esm2020/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.mjs +5 -0
  302. package/esm2020/pipes/evetHayir.pipe/public_api.mjs +2 -0
  303. package/esm2020/pipes/limitng-pipes.mjs +5 -0
  304. package/esm2020/pipes/public_api.mjs +5 -0
  305. package/esm2020/pipes/safe.pipe/limitng-pipes-safe.pipe.mjs +5 -0
  306. package/esm2020/pipes/safe.pipe/public_api.mjs +2 -0
  307. package/esm2020/pipes/safe.pipe/safe.pipe.mjs +40 -0
  308. package/esm2020/rapor-kart/limitng-rapor-kart.mjs +5 -0
  309. package/esm2020/rapor-kart/public_api.mjs +2 -0
  310. package/esm2020/rapor-kart/rapor-kart.component.mjs +64 -0
  311. package/esm2020/sol-buyuk-kart/sol-buyuk-kart.component.mjs +7 -7
  312. package/esm2020/sol-kucuk-kart/sol-kucuk-kart.component.mjs +7 -7
  313. package/esm2020/yatay-baslikli-panel/limitng-yatay-baslikli-panel.mjs +5 -0
  314. package/esm2020/yatay-baslikli-panel/public_api.mjs +2 -0
  315. package/esm2020/yatay-baslikli-panel/yatay-baslikli-panel.component.mjs +76 -0
  316. package/fesm2015/limitng-alt-buyuk-kart.mjs +7 -7
  317. package/fesm2015/limitng-alt-kucuk-kart.mjs +7 -7
  318. package/fesm2015/limitng-api-models.mjs +2304 -0
  319. package/fesm2015/limitng-api-models.mjs.map +1 -0
  320. package/fesm2015/limitng-api.mjs +578 -0
  321. package/fesm2015/limitng-api.mjs.map +1 -0
  322. package/fesm2015/limitng-dikey-baslikli-panel.mjs +46 -0
  323. package/fesm2015/limitng-dikey-baslikli-panel.mjs.map +1 -0
  324. package/fesm2015/limitng-directives-buyukHarf.directive.mjs +47 -0
  325. package/fesm2015/limitng-directives-buyukHarf.directive.mjs.map +1 -0
  326. package/fesm2015/limitng-directives-ciftBoslukTek.directive.mjs +48 -0
  327. package/fesm2015/limitng-directives-ciftBoslukTek.directive.mjs.map +1 -0
  328. package/fesm2015/limitng-directives-disable.directive.mjs +79 -0
  329. package/fesm2015/limitng-directives-disable.directive.mjs.map +1 -0
  330. package/fesm2015/limitng-directives-ilkHarfBuyuk.directive.mjs +48 -0
  331. package/fesm2015/limitng-directives-ilkHarfBuyuk.directive.mjs.map +1 -0
  332. package/fesm2015/limitng-directives-maksimumUzunluk.directive.mjs +53 -0
  333. package/fesm2015/limitng-directives-maksimumUzunluk.directive.mjs.map +1 -0
  334. package/fesm2015/limitng-directives-sagSolBoslukSil.directive.mjs +47 -0
  335. package/fesm2015/limitng-directives-sagSolBoslukSil.directive.mjs.map +1 -0
  336. package/fesm2015/limitng-directives-sutunGenisligi.directive.mjs +114 -0
  337. package/fesm2015/limitng-directives-sutunGenisligi.directive.mjs.map +1 -0
  338. package/fesm2015/limitng-directives-tumBoslukSil.directive.mjs +48 -0
  339. package/fesm2015/limitng-directives-tumBoslukSil.directive.mjs.map +1 -0
  340. package/fesm2015/limitng-directives-tumIlkHarfBuyuk.directive.mjs +49 -0
  341. package/fesm2015/limitng-directives-tumIlkHarfBuyuk.directive.mjs.map +1 -0
  342. package/fesm2015/limitng-directives.mjs +450 -0
  343. package/fesm2015/limitng-directives.mjs.map +1 -0
  344. package/fesm2015/limitng-filtre-bar.mjs +133 -0
  345. package/fesm2015/limitng-filtre-bar.mjs.map +1 -0
  346. package/fesm2015/limitng-geri-ileri-detay.mjs +7 -7
  347. package/fesm2015/limitng-geri-ileri-liste.mjs +7 -7
  348. package/fesm2015/limitng-pipes-boolToPlus.pipe.mjs +36 -0
  349. package/fesm2015/limitng-pipes-boolToPlus.pipe.mjs.map +1 -0
  350. package/fesm2015/limitng-pipes-boolToPlusMinus.pipe.mjs +36 -0
  351. package/fesm2015/limitng-pipes-boolToPlusMinus.pipe.mjs.map +1 -0
  352. package/fesm2015/limitng-pipes-dateToText.pipe.mjs +37 -0
  353. package/fesm2015/limitng-pipes-dateToText.pipe.mjs.map +1 -0
  354. package/fesm2015/limitng-pipes-evetHayir.pipe.mjs +36 -0
  355. package/fesm2015/limitng-pipes-evetHayir.pipe.mjs.map +1 -0
  356. package/fesm2015/limitng-pipes-safe.pipe.mjs +47 -0
  357. package/fesm2015/limitng-pipes-safe.pipe.mjs.map +1 -0
  358. package/fesm2015/limitng-pipes.mjs +129 -0
  359. package/fesm2015/limitng-pipes.mjs.map +1 -0
  360. package/fesm2015/limitng-rapor-kart.mjs +80 -0
  361. package/fesm2015/limitng-rapor-kart.mjs.map +1 -0
  362. package/fesm2015/limitng-sol-buyuk-kart.mjs +7 -7
  363. package/fesm2015/limitng-sol-kucuk-kart.mjs +7 -7
  364. package/fesm2015/limitng-yatay-baslikli-panel.mjs +83 -0
  365. package/fesm2015/limitng-yatay-baslikli-panel.mjs.map +1 -0
  366. package/fesm2020/limitng-alt-buyuk-kart.mjs +7 -7
  367. package/fesm2020/limitng-alt-kucuk-kart.mjs +7 -7
  368. package/fesm2020/limitng-api-models.mjs +2304 -0
  369. package/fesm2020/limitng-api-models.mjs.map +1 -0
  370. package/fesm2020/limitng-api.mjs +578 -0
  371. package/fesm2020/limitng-api.mjs.map +1 -0
  372. package/fesm2020/limitng-dikey-baslikli-panel.mjs +46 -0
  373. package/fesm2020/limitng-dikey-baslikli-panel.mjs.map +1 -0
  374. package/fesm2020/limitng-directives-buyukHarf.directive.mjs +47 -0
  375. package/fesm2020/limitng-directives-buyukHarf.directive.mjs.map +1 -0
  376. package/fesm2020/limitng-directives-ciftBoslukTek.directive.mjs +48 -0
  377. package/fesm2020/limitng-directives-ciftBoslukTek.directive.mjs.map +1 -0
  378. package/fesm2020/limitng-directives-disable.directive.mjs +79 -0
  379. package/fesm2020/limitng-directives-disable.directive.mjs.map +1 -0
  380. package/fesm2020/limitng-directives-ilkHarfBuyuk.directive.mjs +48 -0
  381. package/fesm2020/limitng-directives-ilkHarfBuyuk.directive.mjs.map +1 -0
  382. package/fesm2020/limitng-directives-maksimumUzunluk.directive.mjs +53 -0
  383. package/fesm2020/limitng-directives-maksimumUzunluk.directive.mjs.map +1 -0
  384. package/fesm2020/limitng-directives-sagSolBoslukSil.directive.mjs +47 -0
  385. package/fesm2020/limitng-directives-sagSolBoslukSil.directive.mjs.map +1 -0
  386. package/fesm2020/limitng-directives-sutunGenisligi.directive.mjs +114 -0
  387. package/fesm2020/limitng-directives-sutunGenisligi.directive.mjs.map +1 -0
  388. package/fesm2020/limitng-directives-tumBoslukSil.directive.mjs +48 -0
  389. package/fesm2020/limitng-directives-tumBoslukSil.directive.mjs.map +1 -0
  390. package/fesm2020/limitng-directives-tumIlkHarfBuyuk.directive.mjs +49 -0
  391. package/fesm2020/limitng-directives-tumIlkHarfBuyuk.directive.mjs.map +1 -0
  392. package/fesm2020/limitng-directives.mjs +450 -0
  393. package/fesm2020/limitng-directives.mjs.map +1 -0
  394. package/fesm2020/limitng-filtre-bar.mjs +133 -0
  395. package/fesm2020/limitng-filtre-bar.mjs.map +1 -0
  396. package/fesm2020/limitng-geri-ileri-detay.mjs +7 -7
  397. package/fesm2020/limitng-geri-ileri-liste.mjs +7 -7
  398. package/fesm2020/limitng-pipes-boolToPlus.pipe.mjs +36 -0
  399. package/fesm2020/limitng-pipes-boolToPlus.pipe.mjs.map +1 -0
  400. package/fesm2020/limitng-pipes-boolToPlusMinus.pipe.mjs +36 -0
  401. package/fesm2020/limitng-pipes-boolToPlusMinus.pipe.mjs.map +1 -0
  402. package/fesm2020/limitng-pipes-dateToText.pipe.mjs +37 -0
  403. package/fesm2020/limitng-pipes-dateToText.pipe.mjs.map +1 -0
  404. package/fesm2020/limitng-pipes-evetHayir.pipe.mjs +36 -0
  405. package/fesm2020/limitng-pipes-evetHayir.pipe.mjs.map +1 -0
  406. package/fesm2020/limitng-pipes-safe.pipe.mjs +47 -0
  407. package/fesm2020/limitng-pipes-safe.pipe.mjs.map +1 -0
  408. package/fesm2020/limitng-pipes.mjs +129 -0
  409. package/fesm2020/limitng-pipes.mjs.map +1 -0
  410. package/fesm2020/limitng-rapor-kart.mjs +80 -0
  411. package/fesm2020/limitng-rapor-kart.mjs.map +1 -0
  412. package/fesm2020/limitng-sol-buyuk-kart.mjs +7 -7
  413. package/fesm2020/limitng-sol-kucuk-kart.mjs +7 -7
  414. package/fesm2020/limitng-yatay-baslikli-panel.mjs +83 -0
  415. package/fesm2020/limitng-yatay-baslikli-panel.mjs.map +1 -0
  416. package/filtre-bar/filtre-bar.component.d.ts +36 -0
  417. package/filtre-bar/filtre-bar.component.d.ts.map +1 -0
  418. package/filtre-bar/limitng-filtre-bar.d.ts +6 -0
  419. package/filtre-bar/limitng-filtre-bar.d.ts.map +1 -0
  420. package/filtre-bar/package.json +10 -0
  421. package/filtre-bar/public_api.d.ts +2 -0
  422. package/filtre-bar/public_api.d.ts.map +1 -0
  423. package/package.json +1 -1
  424. package/pipes/boolToPlus.pipe/boolToPlus.pipe.d.ts +13 -0
  425. package/pipes/boolToPlus.pipe/boolToPlus.pipe.d.ts.map +1 -0
  426. package/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.d.ts +6 -0
  427. package/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.d.ts.map +1 -0
  428. package/pipes/boolToPlus.pipe/package.json +10 -0
  429. package/pipes/boolToPlus.pipe/public_api.d.ts +2 -0
  430. package/pipes/boolToPlus.pipe/public_api.d.ts.map +1 -0
  431. package/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.d.ts +13 -0
  432. package/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.d.ts.map +1 -0
  433. package/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.d.ts +6 -0
  434. package/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.d.ts.map +1 -0
  435. package/pipes/boolToPlusMinus.pipe/package.json +10 -0
  436. package/pipes/boolToPlusMinus.pipe/public_api.d.ts +2 -0
  437. package/pipes/boolToPlusMinus.pipe/public_api.d.ts.map +1 -0
  438. package/pipes/dateToText.pipe/dateToText.pipe.d.ts +13 -0
  439. package/pipes/dateToText.pipe/dateToText.pipe.d.ts.map +1 -0
  440. package/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.d.ts +6 -0
  441. package/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.d.ts.map +1 -0
  442. package/pipes/dateToText.pipe/package.json +10 -0
  443. package/pipes/dateToText.pipe/public_api.d.ts +2 -0
  444. package/pipes/dateToText.pipe/public_api.d.ts.map +1 -0
  445. package/pipes/evetHayir.pipe/evetHayir.pipe.d.ts +13 -0
  446. package/pipes/evetHayir.pipe/evetHayir.pipe.d.ts.map +1 -0
  447. package/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.d.ts +6 -0
  448. package/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.d.ts.map +1 -0
  449. package/pipes/evetHayir.pipe/package.json +10 -0
  450. package/pipes/evetHayir.pipe/public_api.d.ts +2 -0
  451. package/pipes/evetHayir.pipe/public_api.d.ts.map +1 -0
  452. package/pipes/limitng-pipes.d.ts +6 -0
  453. package/pipes/limitng-pipes.d.ts.map +1 -0
  454. package/pipes/package.json +10 -0
  455. package/pipes/public_api.d.ts +5 -0
  456. package/pipes/public_api.d.ts.map +1 -0
  457. package/pipes/safe.pipe/limitng-pipes-safe.pipe.d.ts +6 -0
  458. package/pipes/safe.pipe/limitng-pipes-safe.pipe.d.ts.map +1 -0
  459. package/pipes/safe.pipe/package.json +10 -0
  460. package/pipes/safe.pipe/public_api.d.ts +2 -0
  461. package/pipes/safe.pipe/public_api.d.ts.map +1 -0
  462. package/pipes/safe.pipe/safe.pipe.d.ts +16 -0
  463. package/pipes/safe.pipe/safe.pipe.d.ts.map +1 -0
  464. package/rapor-kart/limitng-rapor-kart.d.ts +6 -0
  465. package/rapor-kart/limitng-rapor-kart.d.ts.map +1 -0
  466. package/rapor-kart/package.json +10 -0
  467. package/rapor-kart/public_api.d.ts +2 -0
  468. package/rapor-kart/public_api.d.ts.map +1 -0
  469. package/rapor-kart/rapor-kart.component.d.ts +30 -0
  470. package/rapor-kart/rapor-kart.component.d.ts.map +1 -0
  471. package/yatay-baslikli-panel/limitng-yatay-baslikli-panel.d.ts +6 -0
  472. package/yatay-baslikli-panel/limitng-yatay-baslikli-panel.d.ts.map +1 -0
  473. package/yatay-baslikli-panel/package.json +10 -0
  474. package/yatay-baslikli-panel/public_api.d.ts +2 -0
  475. package/yatay-baslikli-panel/public_api.d.ts.map +1 -0
  476. package/yatay-baslikli-panel/yatay-baslikli-panel.component.d.ts +29 -0
  477. package/yatay-baslikli-panel/yatay-baslikli-panel.component.d.ts.map +1 -0
@@ -0,0 +1,76 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, EventEmitter, Input, NgModule, Output } from '@angular/core';
3
+ import { GlobalFunctions } from 'limitng/api';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/platform-browser";
6
+ import * as i2 from "@angular/common";
7
+ export class YatayBaslikliPanelComponent {
8
+ constructor(sanitizer) {
9
+ this.sanitizer = sanitizer;
10
+ this.baslik = '';
11
+ this.renk = 'skyblue';
12
+ this.baslikFontSize = 1.5;
13
+ this.baslikYukseklik = 3;
14
+ this.iconSize = 24;
15
+ this.favori = false;
16
+ this.favoriVar = false;
17
+ this.favoriClicked = new EventEmitter();
18
+ let colorAlpha1 = GlobalFunctions.colorNameToHex(this.renk);
19
+ colorAlpha1 = GlobalFunctions.hexToRGBA(colorAlpha1, 1);
20
+ let colorAlpha05 = GlobalFunctions.colorNameToHex(this.renk);
21
+ colorAlpha05 = GlobalFunctions.hexToRGBA(colorAlpha05, 0.5);
22
+ this.renkSanitized = this.sanitizer.bypassSecurityTrustStyle('linear-gradient(90deg, ' + colorAlpha1 + ' 0%, ' + colorAlpha05 + ' 100%)');
23
+ }
24
+ ngOnChanges(changes) {
25
+ if (changes.renk) {
26
+ let colorAlpha1 = GlobalFunctions.colorNameToHex(this.renk);
27
+ colorAlpha1 = GlobalFunctions.hexToRGBA(colorAlpha1, 1);
28
+ let colorAlpha05 = GlobalFunctions.colorNameToHex(this.renk);
29
+ colorAlpha05 = GlobalFunctions.hexToRGBA(colorAlpha05, 0.5);
30
+ this.renkSanitized = this.sanitizer.bypassSecurityTrustStyle('linear-gradient(90deg, ' + colorAlpha1 + ' 0%, ' + colorAlpha05 + ' 100%)');
31
+ }
32
+ }
33
+ PDFClicked(event) {
34
+ console.log('dd');
35
+ }
36
+ }
37
+ YatayBaslikliPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
38
+ YatayBaslikliPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: YatayBaslikliPanelComponent, selector: "yatay-baslikli-panel", inputs: { baslik: "baslik", renk: "renk", baslikFontSize: "baslikFontSize", baslikYukseklik: "baslikYukseklik", icon: "icon", iconURL: "iconURL", iconSize: "iconSize", favori: "favori", favoriVar: "favoriVar" }, outputs: { favoriClicked: "favoriClicked" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"grid grid-nogutter yatay-baslikli-panel-grid mb-2\">\r\n <div class=\"col-12 yatay-baslikli-panel-blok\" [style.background]=\"renkSanitized\" [style.height.em]=\"baslikYukseklik\">\r\n\r\n <div class=\"baslik-yazi pl-2 h-full\" [style.font-size.em]=\"baslikFontSize\">\r\n <div class=\"flex align-items-center\">\r\n <i *ngIf=\"icon\" [ngClass]=\"icon\" [style.font-size.px]=\"iconSize\">&nbsp;</i>\r\n <img *ngIf=\"iconURL\" [src]=\"iconURL\" [style.width.px]=\"iconSize\" class=\"mr-2\">\r\n <b>{{baslik}}</b>\r\n <div *ngIf=\"favoriVar\" [ngClass]=\"favori ? 'fas fa-star' : 'far fa-star'\"\r\n [style.color]=\"favori ? '#fece00' : 'white'\" style=\"margin-left: 0.5em; z-index: 1000\"\r\n (click)=\"favoriClicked.emit($event)\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12\" style=\"padding-bottom: 0.35em\">\r\n <div class=\"grid grid-nogutter\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".yatay-baslikli-panel-grid{background-color:#ffffffb3;border-radius:.35em;width:100%}.yatay-baslikli-panel-blok{border-top-right-radius:.35em;border-top-left-radius:.35em;color:#f5f5f5}.yatay-baslikli-panel-blok .baslik-yazi{width:100%;display:flex;align-items:center}\n"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelComponent, decorators: [{
40
+ type: Component,
41
+ args: [{ selector: 'yatay-baslikli-panel', template: "<div class=\"grid grid-nogutter yatay-baslikli-panel-grid mb-2\">\r\n <div class=\"col-12 yatay-baslikli-panel-blok\" [style.background]=\"renkSanitized\" [style.height.em]=\"baslikYukseklik\">\r\n\r\n <div class=\"baslik-yazi pl-2 h-full\" [style.font-size.em]=\"baslikFontSize\">\r\n <div class=\"flex align-items-center\">\r\n <i *ngIf=\"icon\" [ngClass]=\"icon\" [style.font-size.px]=\"iconSize\">&nbsp;</i>\r\n <img *ngIf=\"iconURL\" [src]=\"iconURL\" [style.width.px]=\"iconSize\" class=\"mr-2\">\r\n <b>{{baslik}}</b>\r\n <div *ngIf=\"favoriVar\" [ngClass]=\"favori ? 'fas fa-star' : 'far fa-star'\"\r\n [style.color]=\"favori ? '#fece00' : 'white'\" style=\"margin-left: 0.5em; z-index: 1000\"\r\n (click)=\"favoriClicked.emit($event)\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12\" style=\"padding-bottom: 0.35em\">\r\n <div class=\"grid grid-nogutter\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".yatay-baslikli-panel-grid{background-color:#ffffffb3;border-radius:.35em;width:100%}.yatay-baslikli-panel-blok{border-top-right-radius:.35em;border-top-left-radius:.35em;color:#f5f5f5}.yatay-baslikli-panel-blok .baslik-yazi{width:100%;display:flex;align-items:center}\n"] }]
42
+ }], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; }, propDecorators: { baslik: [{
43
+ type: Input
44
+ }], renk: [{
45
+ type: Input
46
+ }], baslikFontSize: [{
47
+ type: Input
48
+ }], baslikYukseklik: [{
49
+ type: Input
50
+ }], icon: [{
51
+ type: Input
52
+ }], iconURL: [{
53
+ type: Input
54
+ }], iconSize: [{
55
+ type: Input
56
+ }], favori: [{
57
+ type: Input
58
+ }], favoriVar: [{
59
+ type: Input
60
+ }], favoriClicked: [{
61
+ type: Output
62
+ }] } });
63
+ export class YatayBaslikliPanelModule {
64
+ }
65
+ YatayBaslikliPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ YatayBaslikliPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelModule, declarations: [YatayBaslikliPanelComponent], imports: [CommonModule], exports: [YatayBaslikliPanelComponent] });
67
+ YatayBaslikliPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelModule, imports: [[CommonModule]] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: YatayBaslikliPanelModule, decorators: [{
69
+ type: NgModule,
70
+ args: [{
71
+ imports: [CommonModule],
72
+ exports: [YatayBaslikliPanelComponent],
73
+ declarations: [YatayBaslikliPanelComponent]
74
+ }]
75
+ }] });
76
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoieWF0YXktYmFzbGlrbGktcGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL3lhdGF5LWJhc2xpa2xpLXBhbmVsL3lhdGF5LWJhc2xpa2xpLXBhbmVsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy95YXRheS1iYXNsaWtsaS1wYW5lbC95YXRheS1iYXNsaWtsaS1wYW5lbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBYSxNQUFNLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBRzNHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxhQUFhLENBQUM7Ozs7QUFPOUMsTUFBTSxPQUFPLDJCQUEyQjtJQWN0QyxZQUNVLFNBQXVCO1FBQXZCLGNBQVMsR0FBVCxTQUFTLENBQWM7UUFkeEIsV0FBTSxHQUFHLEVBQUUsQ0FBQztRQUNaLFNBQUksR0FBRyxTQUFTLENBQUM7UUFDakIsbUJBQWMsR0FBRyxHQUFHLENBQUM7UUFDckIsb0JBQWUsR0FBRyxDQUFDLENBQUM7UUFJcEIsYUFBUSxHQUFHLEVBQUUsQ0FBQztRQUNkLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFDZixjQUFTLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLGtCQUFhLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFPOUQsSUFBSSxXQUFXLEdBQUcsZUFBZSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDNUQsV0FBVyxHQUFHLGVBQWUsQ0FBQyxTQUFTLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBRXhELElBQUksWUFBWSxHQUFHLGVBQWUsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzdELFlBQVksR0FBRyxlQUFlLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRSxHQUFHLENBQUMsQ0FBQztRQUU1RCxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsd0JBQXdCLENBQUMseUJBQXlCLEdBQUcsV0FBVyxHQUFHLE9BQU8sR0FBRyxZQUFZLEdBQUcsUUFBUSxDQUFDLENBQUM7SUFDNUksQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxJQUFJLEVBQUU7WUFDaEIsSUFBSSxXQUFXLEdBQUcsZUFBZSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDNUQsV0FBVyxHQUFHLGVBQWUsQ0FBQyxTQUFTLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBRXhELElBQUksWUFBWSxHQUFHLGVBQWUsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQzdELFlBQVksR0FBRyxlQUFlLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRSxHQUFHLENBQUMsQ0FBQztZQUU1RCxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsd0JBQXdCLENBQUMseUJBQXlCLEdBQUcsV0FBVyxHQUFHLE9BQU8sR0FBRyxZQUFZLEdBQUcsUUFBUSxDQUFDLENBQUM7U0FFM0k7SUFDSCxDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQUs7UUFDZCxPQUFPLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3BCLENBQUM7O3dIQTFDVSwyQkFBMkI7NEdBQTNCLDJCQUEyQixrVkNYeEMsZ2hDQXFCQTsyRkRWYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0Usc0JBQXNCO21HQUt2QixNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUVHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0ksYUFBYTtzQkFBdEIsTUFBTTs7QUF1Q1QsTUFBTSxPQUFPLHdCQUF3Qjs7cUhBQXhCLHdCQUF3QjtzSEFBeEIsd0JBQXdCLGlCQWxEeEIsMkJBQTJCLGFBOEM1QixZQUFZLGFBOUNYLDJCQUEyQjtzSEFrRDNCLHdCQUF3QixZQUoxQixDQUFDLFlBQVksQ0FBQzsyRkFJWix3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDdEMsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQzVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBOZ01vZHVsZSwgT25DaGFuZ2VzLCBPdXRwdXQsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlU3R5bGUgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcclxuXHJcbmltcG9ydCB7IEdsb2JhbEZ1bmN0aW9ucyB9IGZyb20gJ2xpbWl0bmcvYXBpJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAneWF0YXktYmFzbGlrbGktcGFuZWwnLFxyXG4gIHRlbXBsYXRlVXJsOiAneWF0YXktYmFzbGlrbGktcGFuZWwuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWyd5YXRheS1iYXNsaWtsaS1wYW5lbC5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBZYXRheUJhc2xpa2xpUGFuZWxDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xyXG4gIEBJbnB1dCgpIGJhc2xpayA9ICcnO1xyXG4gIEBJbnB1dCgpIHJlbmsgPSAnc2t5Ymx1ZSc7XHJcbiAgQElucHV0KCkgYmFzbGlrRm9udFNpemUgPSAxLjU7XHJcbiAgQElucHV0KCkgYmFzbGlrWXVrc2VrbGlrID0gMztcclxuICBASW5wdXQoKSBpY29uOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgaWNvblVSTDogc3RyaW5nO1xyXG5cclxuICBASW5wdXQoKSBpY29uU2l6ZSA9IDI0O1xyXG4gIEBJbnB1dCgpIGZhdm9yaSA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIGZhdm9yaVZhciA9IGZhbHNlO1xyXG4gIEBPdXRwdXQoKSBmYXZvcmlDbGlja2VkOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgcmVua1Nhbml0aXplZDogU2FmZVN0eWxlO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBzYW5pdGl6ZXI6IERvbVNhbml0aXplclxyXG5cclxuICApIHtcclxuICAgIGxldCBjb2xvckFscGhhMSA9IEdsb2JhbEZ1bmN0aW9ucy5jb2xvck5hbWVUb0hleCh0aGlzLnJlbmspO1xyXG4gICAgY29sb3JBbHBoYTEgPSBHbG9iYWxGdW5jdGlvbnMuaGV4VG9SR0JBKGNvbG9yQWxwaGExLCAxKTtcclxuXHJcbiAgICBsZXQgY29sb3JBbHBoYTA1ID0gR2xvYmFsRnVuY3Rpb25zLmNvbG9yTmFtZVRvSGV4KHRoaXMucmVuayk7XHJcbiAgICBjb2xvckFscGhhMDUgPSBHbG9iYWxGdW5jdGlvbnMuaGV4VG9SR0JBKGNvbG9yQWxwaGEwNSwgMC41KTtcclxuXHJcbiAgICB0aGlzLnJlbmtTYW5pdGl6ZWQgPSB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0U3R5bGUoJ2xpbmVhci1ncmFkaWVudCg5MGRlZywgJyArIGNvbG9yQWxwaGExICsgJyAwJSwgJyArIGNvbG9yQWxwaGEwNSArICcgMTAwJSknKTtcclxuICB9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGlmIChjaGFuZ2VzLnJlbmspIHtcclxuICAgICAgbGV0IGNvbG9yQWxwaGExID0gR2xvYmFsRnVuY3Rpb25zLmNvbG9yTmFtZVRvSGV4KHRoaXMucmVuayk7XHJcbiAgICAgIGNvbG9yQWxwaGExID0gR2xvYmFsRnVuY3Rpb25zLmhleFRvUkdCQShjb2xvckFscGhhMSwgMSk7XHJcblxyXG4gICAgICBsZXQgY29sb3JBbHBoYTA1ID0gR2xvYmFsRnVuY3Rpb25zLmNvbG9yTmFtZVRvSGV4KHRoaXMucmVuayk7XHJcbiAgICAgIGNvbG9yQWxwaGEwNSA9IEdsb2JhbEZ1bmN0aW9ucy5oZXhUb1JHQkEoY29sb3JBbHBoYTA1LCAwLjUpO1xyXG5cclxuICAgICAgdGhpcy5yZW5rU2FuaXRpemVkID0gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFN0eWxlKCdsaW5lYXItZ3JhZGllbnQoOTBkZWcsICcgKyBjb2xvckFscGhhMSArICcgMCUsICcgKyBjb2xvckFscGhhMDUgKyAnIDEwMCUpJyk7XHJcblxyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgUERGQ2xpY2tlZChldmVudCkge1xyXG4gICAgY29uc29sZS5sb2coJ2RkJyk7XHJcbiAgfVxyXG59XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gIGV4cG9ydHM6IFtZYXRheUJhc2xpa2xpUGFuZWxDb21wb25lbnRdLFxyXG4gIGRlY2xhcmF0aW9uczogW1lhdGF5QmFzbGlrbGlQYW5lbENvbXBvbmVudF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFlhdGF5QmFzbGlrbGlQYW5lbE1vZHVsZSB7IH1cclxuIiwiPGRpdiBjbGFzcz1cImdyaWQgZ3JpZC1ub2d1dHRlciB5YXRheS1iYXNsaWtsaS1wYW5lbC1ncmlkIG1iLTJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29sLTEyIHlhdGF5LWJhc2xpa2xpLXBhbmVsLWJsb2tcIiBbc3R5bGUuYmFja2dyb3VuZF09XCJyZW5rU2FuaXRpemVkXCIgW3N0eWxlLmhlaWdodC5lbV09XCJiYXNsaWtZdWtzZWtsaWtcIj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiYmFzbGlrLXlhemkgcGwtMiBoLWZ1bGxcIiBbc3R5bGUuZm9udC1zaXplLmVtXT1cImJhc2xpa0ZvbnRTaXplXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJmbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICAgIDxpICpuZ0lmPVwiaWNvblwiIFtuZ0NsYXNzXT1cImljb25cIiBbc3R5bGUuZm9udC1zaXplLnB4XT1cImljb25TaXplXCI+Jm5ic3A7PC9pPlxyXG4gICAgICAgIDxpbWcgKm5nSWY9XCJpY29uVVJMXCIgW3NyY109XCJpY29uVVJMXCIgW3N0eWxlLndpZHRoLnB4XT1cImljb25TaXplXCIgY2xhc3M9XCJtci0yXCI+XHJcbiAgICAgICAgPGI+e3tiYXNsaWt9fTwvYj5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwiZmF2b3JpVmFyXCIgW25nQ2xhc3NdPVwiZmF2b3JpID8gJ2ZhcyBmYS1zdGFyJyA6ICdmYXIgZmEtc3RhcidcIlxyXG4gICAgICAgICAgW3N0eWxlLmNvbG9yXT1cImZhdm9yaSA/ICcjZmVjZTAwJyA6ICd3aGl0ZSdcIiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAwLjVlbTsgei1pbmRleDogMTAwMFwiXHJcbiAgICAgICAgICAoY2xpY2spPVwiZmF2b3JpQ2xpY2tlZC5lbWl0KCRldmVudClcIj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwiY29sLTEyXCIgc3R5bGU9XCJwYWRkaW5nLWJvdHRvbTogMC4zNWVtXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZ3JpZCBncmlkLW5vZ3V0dGVyXCI+XHJcbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -19,9 +19,9 @@ class AltBuyukKartComponent {
19
19
  }
20
20
  }
21
21
  }
22
- AltBuyukKartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- AltBuyukKartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AltBuyukKartComponent, selector: "alt-buyuk-kart", inputs: { baslik: "baslik", baslikRenk: "baslikRenk", genislik: "genislik", yukseklik: "yukseklik", baslikYukseklik: "baslikYukseklik", baslikFontSize: "baslikFontSize" }, queries: [{ propertyName: "sagAlt", first: true, predicate: ["sagAlt"], descendants: true }, { propertyName: "solAlt", first: true, predicate: ["solAlt"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"alt-buyuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <div *ngIf=\"sagAlt\" class=\"sag-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"sagAlt; context: {$implicit: sagIcerik}\">\r\n {{sagIcerik}}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"solAlt\" class=\"sol-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"solAlt; context: {$implicit: solIcerik}\">\r\n {{solIcerik}}\r\n </ng-container>\r\n </div>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-buyuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-buyuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-buyuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-buyuk-kart .baslik-yazi{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem;line-height:1.5}.alt-buyuk-kart .sag-alt{position:absolute;padding:.4em;width:50%;text-align:right;left:50%;z-index:1000}.alt-buyuk-kart .sol-alt{position:absolute;padding:.4em;width:50%;text-align:left;z-index:1000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartComponent, decorators: [{
22
+ AltBuyukKartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ AltBuyukKartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: AltBuyukKartComponent, selector: "alt-buyuk-kart", inputs: { baslik: "baslik", baslikRenk: "baslikRenk", genislik: "genislik", yukseklik: "yukseklik", baslikYukseklik: "baslikYukseklik", baslikFontSize: "baslikFontSize" }, queries: [{ propertyName: "sagAlt", first: true, predicate: ["sagAlt"], descendants: true }, { propertyName: "solAlt", first: true, predicate: ["solAlt"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"alt-buyuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <div *ngIf=\"sagAlt\" class=\"sag-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"sagAlt; context: {$implicit: sagIcerik}\">\r\n {{sagIcerik}}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"solAlt\" class=\"sol-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"solAlt; context: {$implicit: solIcerik}\">\r\n {{solIcerik}}\r\n </ng-container>\r\n </div>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-buyuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-buyuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-buyuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-buyuk-kart .baslik-yazi{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem;line-height:1.5}.alt-buyuk-kart .sag-alt{position:absolute;padding:.4em;width:50%;text-align:right;left:50%;z-index:1000}.alt-buyuk-kart .sol-alt{position:absolute;padding:.4em;width:50%;text-align:left;z-index:1000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'alt-buyuk-kart', template: "<div class=\"alt-buyuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <div *ngIf=\"sagAlt\" class=\"sag-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"sagAlt; context: {$implicit: sagIcerik}\">\r\n {{sagIcerik}}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"solAlt\" class=\"sol-alt\" [style.height.em]=\"baslikYukseklik\" [style.top.em]=\"baslikUst\">\r\n <ng-container *ngTemplateOutlet=\"solAlt; context: {$implicit: solIcerik}\">\r\n {{solIcerik}}\r\n </ng-container>\r\n </div>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-buyuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-buyuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-buyuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-buyuk-kart .baslik-yazi{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem;line-height:1.5}.alt-buyuk-kart .sag-alt{position:absolute;padding:.4em;width:50%;text-align:right;left:50%;z-index:1000}.alt-buyuk-kart .sol-alt{position:absolute;padding:.4em;width:50%;text-align:left;z-index:1000}\n"] }]
27
27
  }], ctorParameters: function () { return []; }, propDecorators: { baslik: [{
@@ -45,10 +45,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
45
45
  }] } });
46
46
  class AltBuyukKartModule {
47
47
  }
48
- AltBuyukKartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- AltBuyukKartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartModule, declarations: [AltBuyukKartComponent], imports: [CommonModule], exports: [AltBuyukKartComponent] });
50
- AltBuyukKartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartModule, imports: [[CommonModule]] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltBuyukKartModule, decorators: [{
48
+ AltBuyukKartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ AltBuyukKartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartModule, declarations: [AltBuyukKartComponent], imports: [CommonModule], exports: [AltBuyukKartComponent] });
50
+ AltBuyukKartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartModule, imports: [[CommonModule]] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltBuyukKartModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  imports: [CommonModule],
@@ -19,9 +19,9 @@ class AltKucukKartComponent {
19
19
  }
20
20
  }
21
21
  }
22
- AltKucukKartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- AltKucukKartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AltKucukKartComponent, selector: "alt-kucuk-kart", inputs: { baslik: "baslik", baslikRenk: "baslikRenk", genislik: "genislik", yukseklik: "yukseklik", baslikYukseklik: "baslikYukseklik", baslikFontSize: "baslikFontSize" }, queries: [{ propertyName: "sagAlt", first: true, predicate: ["sagAlt"], descendants: true }, { propertyName: "solAlt", first: true, predicate: ["solAlt"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"alt-kucuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-kucuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-kucuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-kucuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-kucuk-kart .baslik-yazi{position:absolute;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem}\n"] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartComponent, decorators: [{
22
+ AltKucukKartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ AltKucukKartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: AltKucukKartComponent, selector: "alt-kucuk-kart", inputs: { baslik: "baslik", baslikRenk: "baslikRenk", genislik: "genislik", yukseklik: "yukseklik", baslikYukseklik: "baslikYukseklik", baslikFontSize: "baslikFontSize" }, queries: [{ propertyName: "sagAlt", first: true, predicate: ["sagAlt"], descendants: true }, { propertyName: "solAlt", first: true, predicate: ["solAlt"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"alt-kucuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-kucuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-kucuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-kucuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-kucuk-kart .baslik-yazi{position:absolute;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem}\n"] });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'alt-kucuk-kart', template: "<div class=\"alt-kucuk-kart\" [style.width]=\"genislik\">\r\n <div class=\"wrapper\" [style.height.em]=\"yukseklik\">\r\n <div class=\"alt-baslik\" [style.backgroundColor]=\"baslikRenk\" [style.height.em]=\"baslikYukseklik\"\r\n [style.top.em]=\"baslikUst\">\r\n </div>\r\n\r\n <div class=\"baslik-yazi\" [style.font-size.em]=\"baslikFontSize\" [style.height.em]=\"baslikYukseklik\"\r\n [style.color]=\"baslikRenk\" [style.top.em]=\"baslikUst\">\r\n <b>{{baslik}}</b>\r\n </div>\r\n\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".alt-kucuk-kart{float:left;margin:.5em 0 0 .5em;background-color:transparent;border:transparent}.alt-kucuk-kart .wrapper{background-color:#fff;position:relative;border-radius:.35em;box-shadow:inset 0 0 .35em .15em #0003}.alt-kucuk-kart .alt-baslik{position:absolute;opacity:.2;width:100%}.alt-kucuk-kart .baslik-yazi{position:absolute;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;padding-right:.4rem;padding-left:.4rem}\n"] }]
27
27
  }], ctorParameters: function () { return []; }, propDecorators: { baslik: [{
@@ -45,10 +45,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
45
45
  }] } });
46
46
  class AltKucukKartModule {
47
47
  }
48
- AltKucukKartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- AltKucukKartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartModule, declarations: [AltKucukKartComponent], imports: [CommonModule, RouterModule], exports: [AltKucukKartComponent] });
50
- AltKucukKartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartModule, imports: [[CommonModule, RouterModule]] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AltKucukKartModule, decorators: [{
48
+ AltKucukKartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ AltKucukKartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartModule, declarations: [AltKucukKartComponent], imports: [CommonModule, RouterModule], exports: [AltKucukKartComponent] });
50
+ AltKucukKartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartModule, imports: [[CommonModule, RouterModule]] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AltKucukKartModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  imports: [CommonModule, RouterModule],