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.
- package/api/globalFunctions.d.ts +41 -0
- package/api/globalFunctions.d.ts.map +1 -0
- package/api/limitng-api.d.ts +6 -0
- package/api/limitng-api.d.ts.map +1 -0
- package/api/models/enums.d.ts +117 -0
- package/api/models/enums.d.ts.map +1 -0
- package/api/models/faturalama/faturaFiltre.d.ts +51 -0
- package/api/models/faturalama/faturaFiltre.d.ts.map +1 -0
- package/api/models/fourDConstants.d.ts +81 -0
- package/api/models/fourDConstants.d.ts.map +1 -0
- package/api/models/kisisel/izin-islemleri/izinDetaylari.d.ts +25 -0
- package/api/models/kisisel/izin-islemleri/izinDetaylari.d.ts.map +1 -0
- package/api/models/kisisel/izin-islemleri/izinFiltre.d.ts +14 -0
- package/api/models/kisisel/izin-islemleri/izinFiltre.d.ts.map +1 -0
- package/api/models/kisisel/izin-islemleri/izinGuncelle.d.ts +12 -0
- package/api/models/kisisel/izin-islemleri/izinGuncelle.d.ts.map +1 -0
- package/api/models/kisisel/izin-islemleri/izinListe.d.ts +29 -0
- package/api/models/kisisel/izin-islemleri/izinListe.d.ts.map +1 -0
- package/api/models/kisisel/izin-islemleri/izinSilAlanlar.d.ts +5 -0
- package/api/models/kisisel/izin-islemleri/izinSilAlanlar.d.ts.map +1 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.d.ts +82 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.d.ts.map +1 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.d.ts +41 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.d.ts.map +1 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.d.ts +8 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.d.ts.map +1 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayListe.d.ts +32 -0
- package/api/models/kisisel/kullanici-onay-islemleri/onayListe.d.ts.map +1 -0
- package/api/models/kisisel/masraf-islemleri/masrafDetaylari.d.ts +57 -0
- package/api/models/kisisel/masraf-islemleri/masrafDetaylari.d.ts.map +1 -0
- package/api/models/kisisel/masraf-islemleri/masrafFiltre.d.ts +17 -0
- package/api/models/kisisel/masraf-islemleri/masrafFiltre.d.ts.map +1 -0
- package/api/models/kisisel/masraf-islemleri/masrafGuncelle.d.ts +13 -0
- package/api/models/kisisel/masraf-islemleri/masrafGuncelle.d.ts.map +1 -0
- package/api/models/kisisel/masraf-islemleri/masrafListe.d.ts +82 -0
- package/api/models/kisisel/masraf-islemleri/masrafListe.d.ts.map +1 -0
- package/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.d.ts +5 -0
- package/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.d.ts.map +1 -0
- package/api/models/limitng-api-models.d.ts +6 -0
- package/api/models/limitng-api-models.d.ts.map +1 -0
- package/api/models/logbook/logbook.d.ts +103 -0
- package/api/models/logbook/logbook.d.ts.map +1 -0
- package/api/models/login/login.d.ts +23 -0
- package/api/models/login/login.d.ts.map +1 -0
- package/api/models/onayBilgi.d.ts +9 -0
- package/api/models/onayBilgi.d.ts.map +1 -0
- package/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.d.ts +67 -0
- package/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.d.ts.map +1 -0
- package/api/models/ortak.d.ts +85 -0
- package/api/models/ortak.d.ts.map +1 -0
- package/api/models/ozet/OzetKartAlan.d.ts +16 -0
- package/api/models/ozet/OzetKartAlan.d.ts.map +1 -0
- package/api/models/ozet/ozetData.d.ts +22 -0
- package/api/models/ozet/ozetData.d.ts.map +1 -0
- package/api/models/package.json +10 -0
- package/api/models/planlama/kampanya/kampanyaFiltre.d.ts +17 -0
- package/api/models/planlama/kampanya/kampanyaFiltre.d.ts.map +1 -0
- package/api/models/planlama/tarife/tarifeFiltre.d.ts +20 -0
- package/api/models/planlama/tarife/tarifeFiltre.d.ts.map +1 -0
- package/api/models/public_api.d.ts +54 -0
- package/api/models/public_api.d.ts.map +1 -0
- package/api/models/raporlar/izin-raporu/izinRaporDetaylari.d.ts +15 -0
- package/api/models/raporlar/izin-raporu/izinRaporDetaylari.d.ts.map +1 -0
- package/api/models/raporlar/izin-raporu/izinRaporListe.d.ts +17 -0
- package/api/models/raporlar/izin-raporu/izinRaporListe.d.ts.map +1 -0
- package/api/models/raporlar/listeden-sec/listeSecenekler.d.ts +17 -0
- package/api/models/raporlar/listeden-sec/listeSecenekler.d.ts.map +1 -0
- package/api/models/raporlar/rapor-detay/raporDetaylari.d.ts +53 -0
- package/api/models/raporlar/rapor-detay/raporDetaylari.d.ts.map +1 -0
- package/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.d.ts +9 -0
- package/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.d.ts.map +1 -0
- package/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.d.ts +46 -0
- package/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.d.ts.map +1 -0
- package/api/models/sistem-ozet/sistemOzetData.d.ts +145 -0
- package/api/models/sistem-ozet/sistemOzetData.d.ts.map +1 -0
- package/api/models/sistem-raporlari/sistemRaporlariData.d.ts +11 -0
- package/api/models/sistem-raporlari/sistemRaporlariData.d.ts.map +1 -0
- package/api/models/tanimlama/mecra/mecraFiltre.d.ts +24 -0
- package/api/models/tanimlama/mecra/mecraFiltre.d.ts.map +1 -0
- package/api/models/tanimlama/musteri/musteriFiltre.d.ts +21 -0
- package/api/models/tanimlama/musteri/musteriFiltre.d.ts.map +1 -0
- package/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.d.ts +11 -0
- package/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.d.ts.map +1 -0
- package/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.d.ts +21 -0
- package/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.d.ts.map +1 -0
- package/api/models/tanimlama/urun/urunFiltre.d.ts +14 -0
- package/api/models/tanimlama/urun/urunFiltre.d.ts.map +1 -0
- package/api/models/teklif-siparis/teklifDetaylari.d.ts +25 -0
- package/api/models/teklif-siparis/teklifDetaylari.d.ts.map +1 -0
- package/api/models/teklif-siparis/teklifFiltre.d.ts +14 -0
- package/api/models/teklif-siparis/teklifFiltre.d.ts.map +1 -0
- package/api/models/teklif-siparis/teklifGuncelle.d.ts +12 -0
- package/api/models/teklif-siparis/teklifGuncelle.d.ts.map +1 -0
- package/api/models/teklif-siparis/teklifListe.d.ts +28 -0
- package/api/models/teklif-siparis/teklifListe.d.ts.map +1 -0
- package/api/models/teklif-siparis/teklifSilAlanlar.d.ts +5 -0
- package/api/models/teklif-siparis/teklifSilAlanlar.d.ts.map +1 -0
- package/api/models/theme/bildirimler.d.ts +31 -0
- package/api/models/theme/bildirimler.d.ts.map +1 -0
- package/api/models/timeSheet/timeSheetGirisListeler.d.ts +325 -0
- package/api/models/timeSheet/timeSheetGirisListeler.d.ts.map +1 -0
- package/api/models/timeSheet/timeSheetLog.d.ts +15 -0
- package/api/models/timeSheet/timeSheetLog.d.ts.map +1 -0
- package/api/models/timeSheet/timeSheetOzetListe.d.ts +19 -0
- package/api/models/timeSheet/timeSheetOzetListe.d.ts.map +1 -0
- package/api/models/timeSheet/timeSheetSecenekler.d.ts +29 -0
- package/api/models/timeSheet/timeSheetSecenekler.d.ts.map +1 -0
- package/api/models/xlConfig.d.ts +190 -0
- package/api/models/xlConfig.d.ts.map +1 -0
- package/api/models/xlConstants.d.ts +60 -0
- package/api/models/xlConstants.d.ts.map +1 -0
- package/api/models/xlOptions.d.ts +27 -0
- package/api/models/xlOptions.d.ts.map +1 -0
- package/api/models/xlTools.d.ts +3 -0
- package/api/models/xlTools.d.ts.map +1 -0
- package/api/package.json +10 -0
- package/api/public_api.d.ts +2 -0
- package/api/public_api.d.ts.map +1 -0
- package/dikey-baslikli-panel/dikey-baslikli-panel.component.d.ts +17 -0
- package/dikey-baslikli-panel/dikey-baslikli-panel.component.d.ts.map +1 -0
- package/dikey-baslikli-panel/limitng-dikey-baslikli-panel.d.ts +6 -0
- package/dikey-baslikli-panel/limitng-dikey-baslikli-panel.d.ts.map +1 -0
- package/dikey-baslikli-panel/package.json +10 -0
- package/dikey-baslikli-panel/public_api.d.ts +2 -0
- package/dikey-baslikli-panel/public_api.d.ts.map +1 -0
- package/directives/buyukHarf.directive/buyukHarf.directive.d.ts +17 -0
- package/directives/buyukHarf.directive/buyukHarf.directive.d.ts.map +1 -0
- package/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.d.ts +6 -0
- package/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.d.ts.map +1 -0
- package/directives/buyukHarf.directive/package.json +10 -0
- package/directives/buyukHarf.directive/public_api.d.ts +2 -0
- package/directives/buyukHarf.directive/public_api.d.ts.map +1 -0
- package/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.d.ts +17 -0
- package/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.d.ts.map +1 -0
- package/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.d.ts +6 -0
- package/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.d.ts.map +1 -0
- package/directives/ciftBoslukTek.directive/package.json +10 -0
- package/directives/ciftBoslukTek.directive/public_api.d.ts +2 -0
- package/directives/ciftBoslukTek.directive/public_api.d.ts.map +1 -0
- package/directives/disable.directive/disable.directive.d.ts +20 -0
- package/directives/disable.directive/disable.directive.d.ts.map +1 -0
- package/directives/disable.directive/limitng-directives-disable.directive.d.ts +6 -0
- package/directives/disable.directive/limitng-directives-disable.directive.d.ts.map +1 -0
- package/directives/disable.directive/package.json +10 -0
- package/directives/disable.directive/public_api.d.ts +2 -0
- package/directives/disable.directive/public_api.d.ts.map +1 -0
- package/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.d.ts +17 -0
- package/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.d.ts.map +1 -0
- package/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.d.ts +6 -0
- package/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.d.ts.map +1 -0
- package/directives/ilkHarfBuyuk.directive/package.json +10 -0
- package/directives/ilkHarfBuyuk.directive/public_api.d.ts +2 -0
- package/directives/ilkHarfBuyuk.directive/public_api.d.ts.map +1 -0
- package/directives/limitng-directives.d.ts +6 -0
- package/directives/limitng-directives.d.ts.map +1 -0
- package/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.d.ts +6 -0
- package/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.d.ts.map +1 -0
- package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts +18 -0
- package/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.d.ts.map +1 -0
- package/directives/maksimumUzunluk.directive/package.json +10 -0
- package/directives/maksimumUzunluk.directive/public_api.d.ts +2 -0
- package/directives/maksimumUzunluk.directive/public_api.d.ts.map +1 -0
- package/directives/package.json +10 -0
- package/directives/public_api.d.ts +10 -0
- package/directives/public_api.d.ts.map +1 -0
- package/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.d.ts +6 -0
- package/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.d.ts.map +1 -0
- package/directives/sagSolBoslukSil.directive/package.json +10 -0
- package/directives/sagSolBoslukSil.directive/public_api.d.ts +2 -0
- package/directives/sagSolBoslukSil.directive/public_api.d.ts.map +1 -0
- package/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.d.ts +17 -0
- package/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.d.ts.map +1 -0
- package/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.d.ts +6 -0
- package/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.d.ts.map +1 -0
- package/directives/sutunGenisligi.directive/package.json +10 -0
- package/directives/sutunGenisligi.directive/public_api.d.ts +2 -0
- package/directives/sutunGenisligi.directive/public_api.d.ts.map +1 -0
- package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts +43 -0
- package/directives/sutunGenisligi.directive/sutunGenisligi.directive.d.ts.map +1 -0
- package/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.d.ts +6 -0
- package/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.d.ts.map +1 -0
- package/directives/tumBoslukSil.directive/package.json +10 -0
- package/directives/tumBoslukSil.directive/public_api.d.ts +2 -0
- package/directives/tumBoslukSil.directive/public_api.d.ts.map +1 -0
- package/directives/tumBoslukSil.directive/tumBoslukSil.directive.d.ts +17 -0
- package/directives/tumBoslukSil.directive/tumBoslukSil.directive.d.ts.map +1 -0
- package/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.d.ts +6 -0
- package/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.d.ts.map +1 -0
- package/directives/tumIlkHarfBuyuk.directive/package.json +10 -0
- package/directives/tumIlkHarfBuyuk.directive/public_api.d.ts +2 -0
- package/directives/tumIlkHarfBuyuk.directive/public_api.d.ts.map +1 -0
- package/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.d.ts +17 -0
- package/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.d.ts.map +1 -0
- package/esm2020/alt-buyuk-kart/alt-buyuk-kart.component.mjs +7 -7
- package/esm2020/alt-kucuk-kart/alt-kucuk-kart.component.mjs +7 -7
- package/esm2020/api/globalFunctions.mjs +448 -0
- package/esm2020/api/limitng-api.mjs +5 -0
- package/esm2020/api/models/enums.mjs +125 -0
- package/esm2020/api/models/faturalama/faturaFiltre.mjs +53 -0
- package/esm2020/api/models/fourDConstants.mjs +85 -0
- package/esm2020/api/models/kisisel/izin-islemleri/izinDetaylari.mjs +16 -0
- package/esm2020/api/models/kisisel/izin-islemleri/izinFiltre.mjs +17 -0
- package/esm2020/api/models/kisisel/izin-islemleri/izinGuncelle.mjs +6 -0
- package/esm2020/api/models/kisisel/izin-islemleri/izinListe.mjs +26 -0
- package/esm2020/api/models/kisisel/izin-islemleri/izinSilAlanlar.mjs +7 -0
- package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.mjs +40 -0
- package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.mjs +42 -0
- package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.mjs +10 -0
- package/esm2020/api/models/kisisel/kullanici-onay-islemleri/onayListe.mjs +35 -0
- package/esm2020/api/models/kisisel/masraf-islemleri/masrafDetaylari.mjs +54 -0
- package/esm2020/api/models/kisisel/masraf-islemleri/masrafFiltre.mjs +20 -0
- package/esm2020/api/models/kisisel/masraf-islemleri/masrafGuncelle.mjs +6 -0
- package/esm2020/api/models/kisisel/masraf-islemleri/masrafListe.mjs +41 -0
- package/esm2020/api/models/kisisel/masraf-islemleri/masrafSilAlanlar.mjs +7 -0
- package/esm2020/api/models/limitng-api-models.mjs +5 -0
- package/esm2020/api/models/logbook/logbook.mjs +110 -0
- package/esm2020/api/models/login/login.mjs +11 -0
- package/esm2020/api/models/onayBilgi.mjs +9 -0
- package/esm2020/api/models/onaya-gonder-sorgu/onayaGonderDetaylar.mjs +56 -0
- package/esm2020/api/models/ortak.mjs +58 -0
- package/esm2020/api/models/ozet/OzetKartAlan.mjs +2 -0
- package/esm2020/api/models/ozet/ozetData.mjs +2 -0
- package/esm2020/api/models/planlama/kampanya/kampanyaFiltre.mjs +20 -0
- package/esm2020/api/models/planlama/tarife/tarifeFiltre.mjs +23 -0
- package/esm2020/api/models/public_api.mjs +66 -0
- package/esm2020/api/models/raporlar/izin-raporu/izinRaporDetaylari.mjs +8 -0
- package/esm2020/api/models/raporlar/izin-raporu/izinRaporListe.mjs +19 -0
- package/esm2020/api/models/raporlar/listeden-sec/listeSecenekler.mjs +19 -0
- package/esm2020/api/models/raporlar/rapor-detay/raporDetaylari.mjs +63 -0
- package/esm2020/api/models/raporlar/rapor-detay/raporSilGonderAlanlar.mjs +7 -0
- package/esm2020/api/models/raporlar/rapor-zamanlama/zamanlamaAyarlari.mjs +47 -0
- package/esm2020/api/models/sistem-ozet/sistemOzetData.mjs +172 -0
- package/esm2020/api/models/sistem-raporlari/sistemRaporlariData.mjs +8 -0
- package/esm2020/api/models/tanimlama/mecra/mecraFiltre.mjs +24 -0
- package/esm2020/api/models/tanimlama/musteri/musteriFiltre.mjs +24 -0
- package/esm2020/api/models/tanimlama/musteri-grubu/musteriGrubuFiltre.mjs +14 -0
- package/esm2020/api/models/tanimlama/pazarlama-sirketi/pazarlamaSirketiFiltre.mjs +22 -0
- package/esm2020/api/models/tanimlama/urun/urunFiltre.mjs +17 -0
- package/esm2020/api/models/teklif-siparis/teklifDetaylari.mjs +16 -0
- package/esm2020/api/models/teklif-siparis/teklifFiltre.mjs +17 -0
- package/esm2020/api/models/teklif-siparis/teklifGuncelle.mjs +6 -0
- package/esm2020/api/models/teklif-siparis/teklifListe.mjs +28 -0
- package/esm2020/api/models/teklif-siparis/teklifSilAlanlar.mjs +7 -0
- package/esm2020/api/models/theme/bildirimler.mjs +39 -0
- package/esm2020/api/models/timeSheet/timeSheetGirisListeler.mjs +305 -0
- package/esm2020/api/models/timeSheet/timeSheetLog.mjs +14 -0
- package/esm2020/api/models/timeSheet/timeSheetOzetListe.mjs +22 -0
- package/esm2020/api/models/timeSheet/timeSheetSecenekler.mjs +30 -0
- package/esm2020/api/models/xlConfig.mjs +411 -0
- package/esm2020/api/models/xlConstants.mjs +66 -0
- package/esm2020/api/models/xlOptions.mjs +34 -0
- package/esm2020/api/models/xlTools.mjs +3 -0
- package/esm2020/api/public_api.mjs +2 -0
- package/esm2020/dikey-baslikli-panel/dikey-baslikli-panel.component.mjs +39 -0
- package/esm2020/dikey-baslikli-panel/limitng-dikey-baslikli-panel.mjs +5 -0
- package/esm2020/dikey-baslikli-panel/public_api.mjs +2 -0
- package/esm2020/directives/buyukHarf.directive/buyukHarf.directive.mjs +40 -0
- package/esm2020/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs +5 -0
- package/esm2020/directives/buyukHarf.directive/public_api.mjs +2 -0
- package/esm2020/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.mjs +41 -0
- package/esm2020/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs +5 -0
- package/esm2020/directives/ciftBoslukTek.directive/public_api.mjs +2 -0
- package/esm2020/directives/disable.directive/disable.directive.mjs +72 -0
- package/esm2020/directives/disable.directive/limitng-directives-disable.directive.mjs +5 -0
- package/esm2020/directives/disable.directive/public_api.mjs +2 -0
- package/esm2020/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.mjs +41 -0
- package/esm2020/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs +5 -0
- package/esm2020/directives/ilkHarfBuyuk.directive/public_api.mjs +2 -0
- package/esm2020/directives/limitng-directives.mjs +5 -0
- package/esm2020/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.mjs +5 -0
- package/esm2020/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.mjs +46 -0
- package/esm2020/directives/maksimumUzunluk.directive/public_api.mjs +2 -0
- package/esm2020/directives/public_api.mjs +10 -0
- package/esm2020/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.mjs +5 -0
- package/esm2020/directives/sagSolBoslukSil.directive/public_api.mjs +2 -0
- package/esm2020/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.mjs +40 -0
- package/esm2020/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.mjs +5 -0
- package/esm2020/directives/sutunGenisligi.directive/public_api.mjs +2 -0
- package/esm2020/directives/sutunGenisligi.directive/sutunGenisligi.directive.mjs +107 -0
- package/esm2020/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.mjs +5 -0
- package/esm2020/directives/tumBoslukSil.directive/public_api.mjs +2 -0
- package/esm2020/directives/tumBoslukSil.directive/tumBoslukSil.directive.mjs +41 -0
- package/esm2020/directives/tumIlkHarfBuyuk.directive/limitng-directives-tumIlkHarfBuyuk.directive.mjs +5 -0
- package/esm2020/directives/tumIlkHarfBuyuk.directive/public_api.mjs +2 -0
- package/esm2020/directives/tumIlkHarfBuyuk.directive/tumIlkHarfBuyuk.directive.mjs +42 -0
- package/esm2020/filtre-bar/filtre-bar.component.mjs +126 -0
- package/esm2020/filtre-bar/limitng-filtre-bar.mjs +5 -0
- package/esm2020/filtre-bar/public_api.mjs +2 -0
- package/esm2020/geri-ileri-detay/geri-ileri-detay.component.mjs +7 -7
- package/esm2020/geri-ileri-liste/geri-ileri-liste.component.mjs +7 -7
- package/esm2020/pipes/boolToPlus.pipe/boolToPlus.pipe.mjs +29 -0
- package/esm2020/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.mjs +5 -0
- package/esm2020/pipes/boolToPlus.pipe/public_api.mjs +2 -0
- package/esm2020/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.mjs +29 -0
- package/esm2020/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.mjs +5 -0
- package/esm2020/pipes/boolToPlusMinus.pipe/public_api.mjs +2 -0
- package/esm2020/pipes/dateToText.pipe/dateToText.pipe.mjs +30 -0
- package/esm2020/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.mjs +5 -0
- package/esm2020/pipes/dateToText.pipe/public_api.mjs +2 -0
- package/esm2020/pipes/evetHayir.pipe/evetHayir.pipe.mjs +29 -0
- package/esm2020/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.mjs +5 -0
- package/esm2020/pipes/evetHayir.pipe/public_api.mjs +2 -0
- package/esm2020/pipes/limitng-pipes.mjs +5 -0
- package/esm2020/pipes/public_api.mjs +5 -0
- package/esm2020/pipes/safe.pipe/limitng-pipes-safe.pipe.mjs +5 -0
- package/esm2020/pipes/safe.pipe/public_api.mjs +2 -0
- package/esm2020/pipes/safe.pipe/safe.pipe.mjs +40 -0
- package/esm2020/rapor-kart/limitng-rapor-kart.mjs +5 -0
- package/esm2020/rapor-kart/public_api.mjs +2 -0
- package/esm2020/rapor-kart/rapor-kart.component.mjs +64 -0
- package/esm2020/sol-buyuk-kart/sol-buyuk-kart.component.mjs +7 -7
- package/esm2020/sol-kucuk-kart/sol-kucuk-kart.component.mjs +7 -7
- package/esm2020/yatay-baslikli-panel/limitng-yatay-baslikli-panel.mjs +5 -0
- package/esm2020/yatay-baslikli-panel/public_api.mjs +2 -0
- package/esm2020/yatay-baslikli-panel/yatay-baslikli-panel.component.mjs +76 -0
- package/fesm2015/limitng-alt-buyuk-kart.mjs +7 -7
- package/fesm2015/limitng-alt-kucuk-kart.mjs +7 -7
- package/fesm2015/limitng-api-models.mjs +2304 -0
- package/fesm2015/limitng-api-models.mjs.map +1 -0
- package/fesm2015/limitng-api.mjs +578 -0
- package/fesm2015/limitng-api.mjs.map +1 -0
- package/fesm2015/limitng-dikey-baslikli-panel.mjs +46 -0
- package/fesm2015/limitng-dikey-baslikli-panel.mjs.map +1 -0
- package/fesm2015/limitng-directives-buyukHarf.directive.mjs +47 -0
- package/fesm2015/limitng-directives-buyukHarf.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-ciftBoslukTek.directive.mjs +48 -0
- package/fesm2015/limitng-directives-ciftBoslukTek.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-disable.directive.mjs +79 -0
- package/fesm2015/limitng-directives-disable.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-ilkHarfBuyuk.directive.mjs +48 -0
- package/fesm2015/limitng-directives-ilkHarfBuyuk.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-maksimumUzunluk.directive.mjs +53 -0
- package/fesm2015/limitng-directives-maksimumUzunluk.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-sagSolBoslukSil.directive.mjs +47 -0
- package/fesm2015/limitng-directives-sagSolBoslukSil.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-sutunGenisligi.directive.mjs +114 -0
- package/fesm2015/limitng-directives-sutunGenisligi.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-tumBoslukSil.directive.mjs +48 -0
- package/fesm2015/limitng-directives-tumBoslukSil.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives-tumIlkHarfBuyuk.directive.mjs +49 -0
- package/fesm2015/limitng-directives-tumIlkHarfBuyuk.directive.mjs.map +1 -0
- package/fesm2015/limitng-directives.mjs +450 -0
- package/fesm2015/limitng-directives.mjs.map +1 -0
- package/fesm2015/limitng-filtre-bar.mjs +133 -0
- package/fesm2015/limitng-filtre-bar.mjs.map +1 -0
- package/fesm2015/limitng-geri-ileri-detay.mjs +7 -7
- package/fesm2015/limitng-geri-ileri-liste.mjs +7 -7
- package/fesm2015/limitng-pipes-boolToPlus.pipe.mjs +36 -0
- package/fesm2015/limitng-pipes-boolToPlus.pipe.mjs.map +1 -0
- package/fesm2015/limitng-pipes-boolToPlusMinus.pipe.mjs +36 -0
- package/fesm2015/limitng-pipes-boolToPlusMinus.pipe.mjs.map +1 -0
- package/fesm2015/limitng-pipes-dateToText.pipe.mjs +37 -0
- package/fesm2015/limitng-pipes-dateToText.pipe.mjs.map +1 -0
- package/fesm2015/limitng-pipes-evetHayir.pipe.mjs +36 -0
- package/fesm2015/limitng-pipes-evetHayir.pipe.mjs.map +1 -0
- package/fesm2015/limitng-pipes-safe.pipe.mjs +47 -0
- package/fesm2015/limitng-pipes-safe.pipe.mjs.map +1 -0
- package/fesm2015/limitng-pipes.mjs +129 -0
- package/fesm2015/limitng-pipes.mjs.map +1 -0
- package/fesm2015/limitng-rapor-kart.mjs +80 -0
- package/fesm2015/limitng-rapor-kart.mjs.map +1 -0
- package/fesm2015/limitng-sol-buyuk-kart.mjs +7 -7
- package/fesm2015/limitng-sol-kucuk-kart.mjs +7 -7
- package/fesm2015/limitng-yatay-baslikli-panel.mjs +83 -0
- package/fesm2015/limitng-yatay-baslikli-panel.mjs.map +1 -0
- package/fesm2020/limitng-alt-buyuk-kart.mjs +7 -7
- package/fesm2020/limitng-alt-kucuk-kart.mjs +7 -7
- package/fesm2020/limitng-api-models.mjs +2304 -0
- package/fesm2020/limitng-api-models.mjs.map +1 -0
- package/fesm2020/limitng-api.mjs +578 -0
- package/fesm2020/limitng-api.mjs.map +1 -0
- package/fesm2020/limitng-dikey-baslikli-panel.mjs +46 -0
- package/fesm2020/limitng-dikey-baslikli-panel.mjs.map +1 -0
- package/fesm2020/limitng-directives-buyukHarf.directive.mjs +47 -0
- package/fesm2020/limitng-directives-buyukHarf.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-ciftBoslukTek.directive.mjs +48 -0
- package/fesm2020/limitng-directives-ciftBoslukTek.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-disable.directive.mjs +79 -0
- package/fesm2020/limitng-directives-disable.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-ilkHarfBuyuk.directive.mjs +48 -0
- package/fesm2020/limitng-directives-ilkHarfBuyuk.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-maksimumUzunluk.directive.mjs +53 -0
- package/fesm2020/limitng-directives-maksimumUzunluk.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-sagSolBoslukSil.directive.mjs +47 -0
- package/fesm2020/limitng-directives-sagSolBoslukSil.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-sutunGenisligi.directive.mjs +114 -0
- package/fesm2020/limitng-directives-sutunGenisligi.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-tumBoslukSil.directive.mjs +48 -0
- package/fesm2020/limitng-directives-tumBoslukSil.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives-tumIlkHarfBuyuk.directive.mjs +49 -0
- package/fesm2020/limitng-directives-tumIlkHarfBuyuk.directive.mjs.map +1 -0
- package/fesm2020/limitng-directives.mjs +450 -0
- package/fesm2020/limitng-directives.mjs.map +1 -0
- package/fesm2020/limitng-filtre-bar.mjs +133 -0
- package/fesm2020/limitng-filtre-bar.mjs.map +1 -0
- package/fesm2020/limitng-geri-ileri-detay.mjs +7 -7
- package/fesm2020/limitng-geri-ileri-liste.mjs +7 -7
- package/fesm2020/limitng-pipes-boolToPlus.pipe.mjs +36 -0
- package/fesm2020/limitng-pipes-boolToPlus.pipe.mjs.map +1 -0
- package/fesm2020/limitng-pipes-boolToPlusMinus.pipe.mjs +36 -0
- package/fesm2020/limitng-pipes-boolToPlusMinus.pipe.mjs.map +1 -0
- package/fesm2020/limitng-pipes-dateToText.pipe.mjs +37 -0
- package/fesm2020/limitng-pipes-dateToText.pipe.mjs.map +1 -0
- package/fesm2020/limitng-pipes-evetHayir.pipe.mjs +36 -0
- package/fesm2020/limitng-pipes-evetHayir.pipe.mjs.map +1 -0
- package/fesm2020/limitng-pipes-safe.pipe.mjs +47 -0
- package/fesm2020/limitng-pipes-safe.pipe.mjs.map +1 -0
- package/fesm2020/limitng-pipes.mjs +129 -0
- package/fesm2020/limitng-pipes.mjs.map +1 -0
- package/fesm2020/limitng-rapor-kart.mjs +80 -0
- package/fesm2020/limitng-rapor-kart.mjs.map +1 -0
- package/fesm2020/limitng-sol-buyuk-kart.mjs +7 -7
- package/fesm2020/limitng-sol-kucuk-kart.mjs +7 -7
- package/fesm2020/limitng-yatay-baslikli-panel.mjs +83 -0
- package/fesm2020/limitng-yatay-baslikli-panel.mjs.map +1 -0
- package/filtre-bar/filtre-bar.component.d.ts +36 -0
- package/filtre-bar/filtre-bar.component.d.ts.map +1 -0
- package/filtre-bar/limitng-filtre-bar.d.ts +6 -0
- package/filtre-bar/limitng-filtre-bar.d.ts.map +1 -0
- package/filtre-bar/package.json +10 -0
- package/filtre-bar/public_api.d.ts +2 -0
- package/filtre-bar/public_api.d.ts.map +1 -0
- package/package.json +1 -1
- package/pipes/boolToPlus.pipe/boolToPlus.pipe.d.ts +13 -0
- package/pipes/boolToPlus.pipe/boolToPlus.pipe.d.ts.map +1 -0
- package/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.d.ts +6 -0
- package/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.d.ts.map +1 -0
- package/pipes/boolToPlus.pipe/package.json +10 -0
- package/pipes/boolToPlus.pipe/public_api.d.ts +2 -0
- package/pipes/boolToPlus.pipe/public_api.d.ts.map +1 -0
- package/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.d.ts +13 -0
- package/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.d.ts.map +1 -0
- package/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.d.ts +6 -0
- package/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.d.ts.map +1 -0
- package/pipes/boolToPlusMinus.pipe/package.json +10 -0
- package/pipes/boolToPlusMinus.pipe/public_api.d.ts +2 -0
- package/pipes/boolToPlusMinus.pipe/public_api.d.ts.map +1 -0
- package/pipes/dateToText.pipe/dateToText.pipe.d.ts +13 -0
- package/pipes/dateToText.pipe/dateToText.pipe.d.ts.map +1 -0
- package/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.d.ts +6 -0
- package/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.d.ts.map +1 -0
- package/pipes/dateToText.pipe/package.json +10 -0
- package/pipes/dateToText.pipe/public_api.d.ts +2 -0
- package/pipes/dateToText.pipe/public_api.d.ts.map +1 -0
- package/pipes/evetHayir.pipe/evetHayir.pipe.d.ts +13 -0
- package/pipes/evetHayir.pipe/evetHayir.pipe.d.ts.map +1 -0
- package/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.d.ts +6 -0
- package/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.d.ts.map +1 -0
- package/pipes/evetHayir.pipe/package.json +10 -0
- package/pipes/evetHayir.pipe/public_api.d.ts +2 -0
- package/pipes/evetHayir.pipe/public_api.d.ts.map +1 -0
- package/pipes/limitng-pipes.d.ts +6 -0
- package/pipes/limitng-pipes.d.ts.map +1 -0
- package/pipes/package.json +10 -0
- package/pipes/public_api.d.ts +5 -0
- package/pipes/public_api.d.ts.map +1 -0
- package/pipes/safe.pipe/limitng-pipes-safe.pipe.d.ts +6 -0
- package/pipes/safe.pipe/limitng-pipes-safe.pipe.d.ts.map +1 -0
- package/pipes/safe.pipe/package.json +10 -0
- package/pipes/safe.pipe/public_api.d.ts +2 -0
- package/pipes/safe.pipe/public_api.d.ts.map +1 -0
- package/pipes/safe.pipe/safe.pipe.d.ts +16 -0
- package/pipes/safe.pipe/safe.pipe.d.ts.map +1 -0
- package/rapor-kart/limitng-rapor-kart.d.ts +6 -0
- package/rapor-kart/limitng-rapor-kart.d.ts.map +1 -0
- package/rapor-kart/package.json +10 -0
- package/rapor-kart/public_api.d.ts +2 -0
- package/rapor-kart/public_api.d.ts.map +1 -0
- package/rapor-kart/rapor-kart.component.d.ts +30 -0
- package/rapor-kart/rapor-kart.component.d.ts.map +1 -0
- package/yatay-baslikli-panel/limitng-yatay-baslikli-panel.d.ts +6 -0
- package/yatay-baslikli-panel/limitng-yatay-baslikli-panel.d.ts.map +1 -0
- package/yatay-baslikli-panel/package.json +10 -0
- package/yatay-baslikli-panel/public_api.d.ts +2 -0
- package/yatay-baslikli-panel/public_api.d.ts.map +1 -0
- package/yatay-baslikli-panel/yatay-baslikli-panel.component.d.ts +29 -0
- package/yatay-baslikli-panel/yatay-baslikli-panel.component.d.ts.map +1 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Component, Input, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
class DikeyBaslikliPanelComponent {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.baslik = '';
|
|
8
|
+
this.renk = 'skyblue'; // ''#88d8b5';
|
|
9
|
+
this.baslikFontSize = 1.5;
|
|
10
|
+
this.baslikGenislik = 2;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
DikeyBaslikliPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
DikeyBaslikliPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: DikeyBaslikliPanelComponent, selector: "dikey-baslikli-panel", inputs: { baslik: "baslik", renk: "renk", baslikFontSize: "baslikFontSize", baslikGenislik: "baslikGenislik" }, ngImport: i0, template: "<div class=\"grid grid-nogutter dikey-baslikli-panel-grid mb-2\">\r\n <div class=\"col\">\r\n <div class=\"grid grid-nogutter mb-2\">\r\n <ng-content>\r\n\r\n </ng-content>\r\n </div>\r\n </div>\r\n <div class=\"col-fixed dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk\" [style.font-size.em]=\"baslikFontSize\"\r\n [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex h-full justify-content-between flex-wrap flex-column\" [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"flex-grow-1 baslik-yazi\">\r\n {{baslik}}\r\n </div>\r\n\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".dikey-baslikli-panel-blok{color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}.dikey-baslikli-panel-grid{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}.dikey-baslikli-panel-grid .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n"] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelComponent, decorators: [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{ selector: 'dikey-baslikli-panel', template: "<div class=\"grid grid-nogutter dikey-baslikli-panel-grid mb-2\">\r\n <div class=\"col\">\r\n <div class=\"grid grid-nogutter mb-2\">\r\n <ng-content>\r\n\r\n </ng-content>\r\n </div>\r\n </div>\r\n <div class=\"col-fixed dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk\" [style.font-size.em]=\"baslikFontSize\"\r\n [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex h-full justify-content-between flex-wrap flex-column\" [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"flex-grow-1 baslik-yazi\">\r\n {{baslik}}\r\n </div>\r\n\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".dikey-baslikli-panel-blok{color:#fff;border-top-right-radius:.35em;color:#f5f5f5;border-bottom-right-radius:.35em}.dikey-baslikli-panel-grid{background-color:#ffffffb3;border-radius:.35em;width:100%;margin-bottom:.5em}.dikey-baslikli-panel-grid .baslik-yazi{width:100%;writing-mode:vertical-lr;text-orientation:mixed;display:flex;justify-content:center;align-items:center}\n"] }]
|
|
18
|
+
}], ctorParameters: function () { return []; }, propDecorators: { baslik: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], renk: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], baslikFontSize: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], baslikGenislik: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}] } });
|
|
27
|
+
class DikeyBaslikliPanelModule {
|
|
28
|
+
}
|
|
29
|
+
DikeyBaslikliPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30
|
+
DikeyBaslikliPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelModule, declarations: [DikeyBaslikliPanelComponent], imports: [CommonModule], exports: [DikeyBaslikliPanelComponent] });
|
|
31
|
+
DikeyBaslikliPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelModule, imports: [[CommonModule]] });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DikeyBaslikliPanelModule, decorators: [{
|
|
33
|
+
type: NgModule,
|
|
34
|
+
args: [{
|
|
35
|
+
imports: [CommonModule],
|
|
36
|
+
exports: [DikeyBaslikliPanelComponent],
|
|
37
|
+
declarations: [DikeyBaslikliPanelComponent]
|
|
38
|
+
}]
|
|
39
|
+
}] });
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Generated bundle index. Do not edit.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
export { DikeyBaslikliPanelComponent, DikeyBaslikliPanelModule };
|
|
46
|
+
//# sourceMappingURL=limitng-dikey-baslikli-panel.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-dikey-baslikli-panel.mjs","sources":["../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.ts","../../src/app/components/dikey-baslikli-panel/dikey-baslikli-panel.component.html","../../src/app/components/dikey-baslikli-panel/limitng-dikey-baslikli-panel.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Component, Input, NgModule } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'dikey-baslikli-panel',\r\n templateUrl: 'dikey-baslikli-panel.component.html',\r\n styleUrls: ['dikey-baslikli-panel.component.scss']\r\n})\r\nexport class DikeyBaslikliPanelComponent {\r\n @Input() baslik = '';\r\n @Input() renk = 'skyblue'; // ''#88d8b5';\r\n @Input() baslikFontSize = 1.5;\r\n @Input() baslikGenislik = 2;\r\n constructor(\r\n\r\n ) {\r\n\r\n }\r\n\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n exports: [DikeyBaslikliPanelComponent],\r\n declarations: [DikeyBaslikliPanelComponent]\r\n})\r\nexport class DikeyBaslikliPanelModule { }\r\n","<div class=\"grid grid-nogutter dikey-baslikli-panel-grid mb-2\">\r\n <div class=\"col\">\r\n <div class=\"grid grid-nogutter mb-2\">\r\n <ng-content>\r\n\r\n </ng-content>\r\n </div>\r\n </div>\r\n <div class=\"col-fixed dikey-baslikli-panel-blok\" [style.backgroundColor]=\"renk\" [style.font-size.em]=\"baslikFontSize\"\r\n [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex h-full justify-content-between flex-wrap flex-column\" [style.width.em]=\"baslikGenislik\">\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-up\"></i>\r\n </div>\r\n\r\n <div class=\"flex-grow-1 baslik-yazi\">\r\n {{baslik}}\r\n </div>\r\n\r\n <div class=\"flex align-items-center justify-content-center w-full h-1rem my-2 flex-none\">\r\n <i class=\"fas fa-angle-double-down\"></i>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n</div>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAQa,2BAA2B;IAKtC;QAJS,WAAM,GAAG,EAAE,CAAC;QACZ,SAAI,GAAG,SAAS,CAAC;QACjB,mBAAc,GAAG,GAAG,CAAC;QACrB,mBAAc,GAAG,CAAC,CAAC;KAK3B;;wHATU,2BAA2B;4GAA3B,2BAA2B,4KCRxC,u9BA0BA;2FDlBa,2BAA2B;kBALvC,SAAS;+BACE,sBAAsB;0EAKvB,MAAM;sBAAd,KAAK;gBACG,IAAI;sBAAZ,KAAK;gBACG,cAAc;sBAAtB,KAAK;gBACG,cAAc;sBAAtB,KAAK;;MAcK,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAlBxB,2BAA2B,aAc5B,YAAY,aAdX,2BAA2B;sHAkB3B,wBAAwB,YAJ1B,CAAC,YAAY,CAAC;2FAIZ,wBAAwB;kBALpC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,2BAA2B,CAAC;oBACtC,YAAY,EAAE,CAAC,2BAA2B,CAAC;iBAC5C;;;AEzBD;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
class BuyukHarfDirective {
|
|
6
|
+
constructor(ref) {
|
|
7
|
+
this.ref = ref;
|
|
8
|
+
this.ngModelChange = new EventEmitter();
|
|
9
|
+
}
|
|
10
|
+
onInput(event) {
|
|
11
|
+
this.ref.nativeElement.value = event.target.value.toLocaleUpperCase('tr-TR');
|
|
12
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
BuyukHarfDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
+
BuyukHarfDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: BuyukHarfDirective, selector: "[buyukHarf]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirective, decorators: [{
|
|
18
|
+
type: Directive,
|
|
19
|
+
args: [{
|
|
20
|
+
selector: '[buyukHarf]'
|
|
21
|
+
}]
|
|
22
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
23
|
+
type: Output
|
|
24
|
+
}], onInput: [{
|
|
25
|
+
type: HostListener,
|
|
26
|
+
args: ['blur', ['$event']]
|
|
27
|
+
}] } });
|
|
28
|
+
class BuyukHarfDirectiveModule {
|
|
29
|
+
}
|
|
30
|
+
BuyukHarfDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
31
|
+
BuyukHarfDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirectiveModule, declarations: [BuyukHarfDirective], imports: [CommonModule], exports: [BuyukHarfDirective] });
|
|
32
|
+
BuyukHarfDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirectiveModule, imports: [[CommonModule]] });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BuyukHarfDirectiveModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
imports: [CommonModule],
|
|
37
|
+
declarations: [BuyukHarfDirective],
|
|
38
|
+
exports: [BuyukHarfDirective]
|
|
39
|
+
}]
|
|
40
|
+
}] });
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Generated bundle index. Do not edit.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
export { BuyukHarfDirective, BuyukHarfDirectiveModule };
|
|
47
|
+
//# sourceMappingURL=limitng-directives-buyukHarf.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-buyukHarf.directive.mjs","sources":["../../src/app/components/directives/buyukHarf.directive/buyukHarf.directive.ts","../../src/app/components/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, NgModule, Output } from '@angular/core';\r\n\r\n@Directive({\r\n selector: '[buyukHarf]'\r\n})\r\nexport class BuyukHarfDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n this.ref.nativeElement.value = event.target.value.toLocaleUpperCase('tr-TR');\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n}\r\n\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [BuyukHarfDirective],\r\n exports: [BuyukHarfDirective]\r\n})\r\nexport class BuyukHarfDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB;IAG7B,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAFxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;KAEzB;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC7E,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KACvD;;+GARU,kBAAkB;mGAAlB,kBAAkB;2FAAlB,kBAAkB;kBAH9B,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;iBACxB;iGAEW,aAAa;sBAAtB,MAAM;gBAI2B,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAYrB,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAjBxB,kBAAkB,aAanB,YAAY,aAbX,kBAAkB;sHAiBlB,wBAAwB,YAJ1B,CAAC,YAAY,CAAC;2FAIZ,wBAAwB;kBALpC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,kBAAkB,CAAC;oBAClC,OAAO,EAAE,CAAC,kBAAkB,CAAC;iBAC9B;;;ACtBD;;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
import { GlobalFunctions } from 'limitng/api';
|
|
5
|
+
|
|
6
|
+
class CiftBoslukTekDirective {
|
|
7
|
+
constructor(ref) {
|
|
8
|
+
this.ref = ref;
|
|
9
|
+
this.ngModelChange = new EventEmitter();
|
|
10
|
+
}
|
|
11
|
+
onInput(event) {
|
|
12
|
+
this.ref.nativeElement.value = GlobalFunctions.ciftBoslukTekYap(event.target.value);
|
|
13
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
CiftBoslukTekDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
CiftBoslukTekDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: CiftBoslukTekDirective, selector: "[ciftBoslukTek]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirective, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[ciftBoslukTek]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
24
|
+
type: Output
|
|
25
|
+
}], onInput: [{
|
|
26
|
+
type: HostListener,
|
|
27
|
+
args: ['blur', ['$event']]
|
|
28
|
+
}] } });
|
|
29
|
+
class CiftBoslukTekDirectiveModule {
|
|
30
|
+
}
|
|
31
|
+
CiftBoslukTekDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
+
CiftBoslukTekDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirectiveModule, declarations: [CiftBoslukTekDirective], imports: [CommonModule], exports: [CiftBoslukTekDirective] });
|
|
33
|
+
CiftBoslukTekDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirectiveModule, imports: [[CommonModule]] });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CiftBoslukTekDirectiveModule, decorators: [{
|
|
35
|
+
type: NgModule,
|
|
36
|
+
args: [{
|
|
37
|
+
imports: [CommonModule],
|
|
38
|
+
declarations: [CiftBoslukTekDirective],
|
|
39
|
+
exports: [CiftBoslukTekDirective]
|
|
40
|
+
}]
|
|
41
|
+
}] });
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Generated bundle index. Do not edit.
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
export { CiftBoslukTekDirective, CiftBoslukTekDirectiveModule };
|
|
48
|
+
//# sourceMappingURL=limitng-directives-ciftBoslukTek.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-ciftBoslukTek.directive.mjs","sources":["../../src/app/components/directives/ciftBoslukTek.directive/ciftBoslukTek.directive.ts","../../src/app/components/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, NgModule, Output } from '@angular/core';\r\nimport { GlobalFunctions } from 'limitng/api';\r\n\r\n@Directive({\r\n selector: '[ciftBoslukTek]'\r\n})\r\nexport class CiftBoslukTekDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n this.ref.nativeElement.value = GlobalFunctions.ciftBoslukTekYap(event.target.value);\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [CiftBoslukTekDirective],\r\n exports: [CiftBoslukTekDirective]\r\n})\r\nexport class CiftBoslukTekDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAOa,sBAAsB;IAGjC,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAFxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;KAEzB;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,eAAe,CAAC,gBAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACpF,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KACvD;;mHARU,sBAAsB;uGAAtB,sBAAsB;2FAAtB,sBAAsB;kBAHlC,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;iBAC5B;iGAEW,aAAa;sBAAtB,MAAM;gBAI2B,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAWrB,4BAA4B;;yHAA5B,4BAA4B;0HAA5B,4BAA4B,iBAhB5B,sBAAsB,aAYvB,YAAY,aAZX,sBAAsB;0HAgBtB,4BAA4B,YAJ9B,CAAC,YAAY,CAAC;2FAIZ,4BAA4B;kBALxC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;iBAClC;;;ACtBD;;;;;;"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Directive, Input, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
const DISABLED = 'disabled';
|
|
6
|
+
const APP_DISABLED = 'app-disabled';
|
|
7
|
+
const TAB_INDEX = 'tabindex';
|
|
8
|
+
const TAG_ANCHOR = 'a';
|
|
9
|
+
class DisableDirective {
|
|
10
|
+
constructor(eleRef, renderer) {
|
|
11
|
+
this.eleRef = eleRef;
|
|
12
|
+
this.renderer = renderer;
|
|
13
|
+
this.appDisable = true;
|
|
14
|
+
}
|
|
15
|
+
ngOnChanges() {
|
|
16
|
+
this.disableElement(this.eleRef.nativeElement);
|
|
17
|
+
}
|
|
18
|
+
ngAfterViewInit() {
|
|
19
|
+
this.disableElement(this.eleRef.nativeElement);
|
|
20
|
+
}
|
|
21
|
+
disableElement(element) {
|
|
22
|
+
if (this.appDisable) {
|
|
23
|
+
if (!element.hasAttribute(DISABLED)) {
|
|
24
|
+
this.renderer.setAttribute(element, APP_DISABLED, '');
|
|
25
|
+
this.renderer.setAttribute(element, DISABLED, 'true');
|
|
26
|
+
// disabling anchor tab keyboard event
|
|
27
|
+
if (element.tagName.toLowerCase() === TAG_ANCHOR) {
|
|
28
|
+
this.renderer.setAttribute(element, TAB_INDEX, '-1');
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
if (element.hasAttribute(APP_DISABLED)) {
|
|
34
|
+
if (element.getAttribute('disabled') !== '') {
|
|
35
|
+
element.removeAttribute(DISABLED);
|
|
36
|
+
}
|
|
37
|
+
element.removeAttribute(APP_DISABLED);
|
|
38
|
+
if (element.tagName.toLowerCase() === TAG_ANCHOR) {
|
|
39
|
+
element.removeAttribute(TAB_INDEX);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
if (element.children) {
|
|
44
|
+
for (const ele of element.children) {
|
|
45
|
+
this.disableElement(ele);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
DisableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
51
|
+
DisableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: DisableDirective, selector: "[appDisable]", inputs: { appDisable: "appDisable" }, usesOnChanges: true, ngImport: i0 });
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirective, decorators: [{
|
|
53
|
+
type: Directive,
|
|
54
|
+
args: [{
|
|
55
|
+
selector: '[appDisable]'
|
|
56
|
+
}]
|
|
57
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { appDisable: [{
|
|
58
|
+
type: Input
|
|
59
|
+
}] } });
|
|
60
|
+
class DisableDirectiveModule {
|
|
61
|
+
}
|
|
62
|
+
DisableDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
63
|
+
DisableDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirectiveModule, declarations: [DisableDirective], imports: [CommonModule], exports: [DisableDirective] });
|
|
64
|
+
DisableDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirectiveModule, imports: [[CommonModule]] });
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DisableDirectiveModule, decorators: [{
|
|
66
|
+
type: NgModule,
|
|
67
|
+
args: [{
|
|
68
|
+
imports: [CommonModule],
|
|
69
|
+
declarations: [DisableDirective],
|
|
70
|
+
exports: [DisableDirective]
|
|
71
|
+
}]
|
|
72
|
+
}] });
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Generated bundle index. Do not edit.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
export { DisableDirective, DisableDirectiveModule };
|
|
79
|
+
//# sourceMappingURL=limitng-directives-disable.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-disable.directive.mjs","sources":["../../src/app/components/directives/disable.directive/disable.directive.ts","../../src/app/components/directives/disable.directive/limitng-directives-disable.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { AfterViewInit, Directive, ElementRef, Input, NgModule, OnChanges, Renderer2 } from '@angular/core';\r\n\r\nconst DISABLED = 'disabled';\r\nconst APP_DISABLED = 'app-disabled';\r\nconst TAB_INDEX = 'tabindex';\r\nconst TAG_ANCHOR = 'a';\r\n\r\n@Directive({\r\n selector: '[appDisable]'\r\n})\r\nexport class DisableDirective implements OnChanges, AfterViewInit {\r\n\r\n @Input() appDisable = true;\r\n\r\n constructor(private eleRef: ElementRef, private renderer: Renderer2) { }\r\n\r\n ngOnChanges() {\r\n this.disableElement(this.eleRef.nativeElement);\r\n }\r\n\r\n ngAfterViewInit() {\r\n this.disableElement(this.eleRef.nativeElement);\r\n }\r\n\r\n private disableElement(element: any) {\r\n if (this.appDisable) {\r\n if (!element.hasAttribute(DISABLED)) {\r\n this.renderer.setAttribute(element, APP_DISABLED, '');\r\n this.renderer.setAttribute(element, DISABLED, 'true');\r\n\r\n // disabling anchor tab keyboard event\r\n if (element.tagName.toLowerCase() === TAG_ANCHOR) {\r\n this.renderer.setAttribute(element, TAB_INDEX, '-1');\r\n }\r\n }\r\n } else {\r\n if (element.hasAttribute(APP_DISABLED)) {\r\n if (element.getAttribute('disabled') !== '') {\r\n element.removeAttribute(DISABLED);\r\n }\r\n element.removeAttribute(APP_DISABLED);\r\n if (element.tagName.toLowerCase() === TAG_ANCHOR) {\r\n element.removeAttribute(TAB_INDEX);\r\n }\r\n }\r\n }\r\n if (element.children) {\r\n for (const ele of element.children) {\r\n this.disableElement(ele);\r\n }\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [DisableDirective],\r\n exports: [DisableDirective]\r\n})\r\nexport class DisableDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;AAGA,MAAM,QAAQ,GAAG,UAAU,CAAC;AAC5B,MAAM,YAAY,GAAG,cAAc,CAAC;AACpC,MAAM,SAAS,GAAG,UAAU,CAAC;AAC7B,MAAM,UAAU,GAAG,GAAG,CAAC;MAKV,gBAAgB;IAI3B,YAAoB,MAAkB,EAAU,QAAmB;QAA/C,WAAM,GAAN,MAAM,CAAY;QAAU,aAAQ,GAAR,QAAQ,CAAW;QAF1D,eAAU,GAAG,IAAI,CAAC;KAE6C;IAExE,WAAW;QACT,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;KAChD;IAED,eAAe;QACb,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;KAChD;IAEO,cAAc,CAAC,OAAY;QACjC,IAAI,IAAI,CAAC,UAAU,EAAE;YACnB,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE;gBACnC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,CAAC,CAAC;gBACtD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;;gBAGtD,IAAI,OAAO,CAAC,OAAO,CAAC,WAAW,EAAE,KAAK,UAAU,EAAE;oBAChD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;iBACtD;aACF;SACF;aAAM;YACL,IAAI,OAAO,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE;gBACtC,IAAI,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE;oBAC3C,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;iBACnC;gBACD,OAAO,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC;gBACtC,IAAI,OAAO,CAAC,OAAO,CAAC,WAAW,EAAE,KAAK,UAAU,EAAE;oBAChD,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;iBACpC;aACF;SACF;QACD,IAAI,OAAO,CAAC,QAAQ,EAAE;YACpB,KAAK,MAAM,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE;gBAClC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;aAC1B;SACF;KACF;;6GAzCU,gBAAgB;iGAAhB,gBAAgB;2FAAhB,gBAAgB;kBAH5B,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;iBACzB;yHAGU,UAAU;sBAAlB,KAAK;;MA+CK,sBAAsB;;mHAAtB,sBAAsB;oHAAtB,sBAAsB,iBAjDtB,gBAAgB,aA6CjB,YAAY,aA7CX,gBAAgB;oHAiDhB,sBAAsB,YAJxB,CAAC,YAAY,CAAC;2FAIZ,sBAAsB;kBALlC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,gBAAgB,CAAC;oBAChC,OAAO,EAAE,CAAC,gBAAgB,CAAC;iBAC5B;;;AC3DD;;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
import { GlobalFunctions } from 'limitng/api';
|
|
5
|
+
|
|
6
|
+
class IlkHarfBuyukDirective {
|
|
7
|
+
constructor(ref) {
|
|
8
|
+
this.ref = ref;
|
|
9
|
+
this.ngModelChange = new EventEmitter();
|
|
10
|
+
}
|
|
11
|
+
onInput(event) {
|
|
12
|
+
this.ref.nativeElement.value = GlobalFunctions.ilkHarfBuyut(event.target.value);
|
|
13
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
IlkHarfBuyukDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
IlkHarfBuyukDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: IlkHarfBuyukDirective, selector: "[ilkHarfBuyuk]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirective, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[ilkHarfBuyuk]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
24
|
+
type: Output
|
|
25
|
+
}], onInput: [{
|
|
26
|
+
type: HostListener,
|
|
27
|
+
args: ['blur', ['$event']]
|
|
28
|
+
}] } });
|
|
29
|
+
class IlkHarfBuyukDirectiveModule {
|
|
30
|
+
}
|
|
31
|
+
IlkHarfBuyukDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
+
IlkHarfBuyukDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirectiveModule, declarations: [IlkHarfBuyukDirective], imports: [CommonModule], exports: [IlkHarfBuyukDirective] });
|
|
33
|
+
IlkHarfBuyukDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirectiveModule, imports: [[CommonModule]] });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: IlkHarfBuyukDirectiveModule, decorators: [{
|
|
35
|
+
type: NgModule,
|
|
36
|
+
args: [{
|
|
37
|
+
imports: [CommonModule],
|
|
38
|
+
declarations: [IlkHarfBuyukDirective],
|
|
39
|
+
exports: [IlkHarfBuyukDirective]
|
|
40
|
+
}]
|
|
41
|
+
}] });
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Generated bundle index. Do not edit.
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
export { IlkHarfBuyukDirective, IlkHarfBuyukDirectiveModule };
|
|
48
|
+
//# sourceMappingURL=limitng-directives-ilkHarfBuyuk.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-ilkHarfBuyuk.directive.mjs","sources":["../../src/app/components/directives/ilkHarfBuyuk.directive/ilkHarfBuyuk.directive.ts","../../src/app/components/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, NgModule, Output } from '@angular/core';\r\nimport { GlobalFunctions } from 'limitng/api';\r\n\r\n@Directive({\r\n selector: '[ilkHarfBuyuk]'\r\n})\r\nexport class IlkHarfBuyukDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n this.ref.nativeElement.value = GlobalFunctions.ilkHarfBuyut(event.target.value);\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [IlkHarfBuyukDirective],\r\n exports: [IlkHarfBuyukDirective]\r\n})\r\nexport class IlkHarfBuyukDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAOa,qBAAqB;IAGhC,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAFxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;KAEzB;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,eAAe,CAAC,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAChF,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KACvD;;kHARU,qBAAqB;sGAArB,qBAAqB;2FAArB,qBAAqB;kBAHjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;iBAC3B;iGAEW,aAAa;sBAAtB,MAAM;gBAI2B,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAWrB,2BAA2B;;wHAA3B,2BAA2B;yHAA3B,2BAA2B,iBAhB3B,qBAAqB,aAYtB,YAAY,aAZX,qBAAqB;yHAgBrB,2BAA2B,YAJ7B,CAAC,YAAY,CAAC;2FAIZ,2BAA2B;kBALvC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,CAAC,qBAAqB,CAAC;iBACjC;;;ACtBD;;;;;;"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, Input, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
class MaksimumUzunlukDirective {
|
|
6
|
+
constructor(ref) {
|
|
7
|
+
this.ref = ref;
|
|
8
|
+
this.ngModelChange = new EventEmitter();
|
|
9
|
+
this.maksimum = 0;
|
|
10
|
+
}
|
|
11
|
+
onInput(event) {
|
|
12
|
+
if (this.maksimum !== 0) {
|
|
13
|
+
this.ref.nativeElement.value = event.target.value.substring(0, this.maksimum);
|
|
14
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
MaksimumUzunlukDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
+
MaksimumUzunlukDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: MaksimumUzunlukDirective, selector: "[maksimumUzunluk]", inputs: { maksimum: ["maksimumUzunluk", "maksimum"] }, outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirective, decorators: [{
|
|
21
|
+
type: Directive,
|
|
22
|
+
args: [{
|
|
23
|
+
selector: '[maksimumUzunluk]'
|
|
24
|
+
}]
|
|
25
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
26
|
+
type: Output
|
|
27
|
+
}], maksimum: [{
|
|
28
|
+
type: Input,
|
|
29
|
+
args: ['maksimumUzunluk']
|
|
30
|
+
}], onInput: [{
|
|
31
|
+
type: HostListener,
|
|
32
|
+
args: ['blur', ['$event']]
|
|
33
|
+
}] } });
|
|
34
|
+
class MaksimumUzunlukDirectiveModule {
|
|
35
|
+
}
|
|
36
|
+
MaksimumUzunlukDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37
|
+
MaksimumUzunlukDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirectiveModule, declarations: [MaksimumUzunlukDirective], imports: [CommonModule], exports: [MaksimumUzunlukDirective] });
|
|
38
|
+
MaksimumUzunlukDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirectiveModule, imports: [[CommonModule]] });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: MaksimumUzunlukDirectiveModule, decorators: [{
|
|
40
|
+
type: NgModule,
|
|
41
|
+
args: [{
|
|
42
|
+
imports: [CommonModule],
|
|
43
|
+
declarations: [MaksimumUzunlukDirective],
|
|
44
|
+
exports: [MaksimumUzunlukDirective]
|
|
45
|
+
}]
|
|
46
|
+
}] });
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Generated bundle index. Do not edit.
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
export { MaksimumUzunlukDirective, MaksimumUzunlukDirectiveModule };
|
|
53
|
+
//# sourceMappingURL=limitng-directives-maksimumUzunluk.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-maksimumUzunluk.directive.mjs","sources":["../../src/app/components/directives/maksimumUzunluk.directive/maksimumUzunluk.directive.ts","../../src/app/components/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, Input, NgModule, Output } from '@angular/core';\r\n\r\n@Directive({\r\n selector: '[maksimumUzunluk]'\r\n})\r\nexport class MaksimumUzunlukDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n @Input('maksimumUzunluk') maksimum = 0;\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n if (this.maksimum !== 0) {\r\n this.ref.nativeElement.value = event.target.value.substring(0, this.maksimum);\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [MaksimumUzunlukDirective],\r\n exports: [MaksimumUzunlukDirective]\r\n})\r\nexport class MaksimumUzunlukDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAMa,wBAAwB;IAInC,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAHxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;QACtC,aAAQ,GAAG,CAAC,CAAC;KAEA;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,IAAI,CAAC,QAAQ,KAAK,CAAC,EAAE;YACvB,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;YAC9E,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;SACvD;KACF;;qHAXU,wBAAwB;yGAAxB,wBAAwB;2FAAxB,wBAAwB;kBAHpC,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;iBAC9B;iGAEW,aAAa;sBAAtB,MAAM;gBACmB,QAAQ;sBAAjC,KAAK;uBAAC,iBAAiB;gBAIU,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAarB,8BAA8B;;2HAA9B,8BAA8B;4HAA9B,8BAA8B,iBAnB9B,wBAAwB,aAezB,YAAY,aAfX,wBAAwB;4HAmBxB,8BAA8B,YAJhC,CAAC,YAAY,CAAC;2FAIZ,8BAA8B;kBAL1C,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,wBAAwB,CAAC;oBACxC,OAAO,EAAE,CAAC,wBAAwB,CAAC;iBACpC;;;ACxBD;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
class SagSolBoslukSilDirective {
|
|
6
|
+
constructor(ref) {
|
|
7
|
+
this.ref = ref;
|
|
8
|
+
this.ngModelChange = new EventEmitter();
|
|
9
|
+
}
|
|
10
|
+
onInput(event) {
|
|
11
|
+
this.ref.nativeElement.value = event.target.value.trim();
|
|
12
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
SagSolBoslukSilDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
+
SagSolBoslukSilDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: SagSolBoslukSilDirective, selector: "[sagSolBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirective, decorators: [{
|
|
18
|
+
type: Directive,
|
|
19
|
+
args: [{
|
|
20
|
+
selector: '[sagSolBoslukSil]'
|
|
21
|
+
}]
|
|
22
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
23
|
+
type: Output
|
|
24
|
+
}], onInput: [{
|
|
25
|
+
type: HostListener,
|
|
26
|
+
args: ['blur', ['$event']]
|
|
27
|
+
}] } });
|
|
28
|
+
class SagSolBoslukSilDirectiveModule {
|
|
29
|
+
}
|
|
30
|
+
SagSolBoslukSilDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
31
|
+
SagSolBoslukSilDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirectiveModule, declarations: [SagSolBoslukSilDirective], imports: [CommonModule], exports: [SagSolBoslukSilDirective] });
|
|
32
|
+
SagSolBoslukSilDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirectiveModule, imports: [[CommonModule]] });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SagSolBoslukSilDirectiveModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
imports: [CommonModule],
|
|
37
|
+
declarations: [SagSolBoslukSilDirective],
|
|
38
|
+
exports: [SagSolBoslukSilDirective]
|
|
39
|
+
}]
|
|
40
|
+
}] });
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Generated bundle index. Do not edit.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
export { SagSolBoslukSilDirective, SagSolBoslukSilDirectiveModule };
|
|
47
|
+
//# sourceMappingURL=limitng-directives-sagSolBoslukSil.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-sagSolBoslukSil.directive.mjs","sources":["../../src/app/components/directives/sagSolBoslukSil.directive/sagSolBoslukSil.directive.ts","../../src/app/components/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, NgModule, Output } from '@angular/core';\r\n\r\n@Directive({\r\n selector: '[sagSolBoslukSil]'\r\n})\r\nexport class SagSolBoslukSilDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n this.ref.nativeElement.value = event.target.value.trim();\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [SagSolBoslukSilDirective],\r\n exports: [SagSolBoslukSilDirective]\r\n})\r\nexport class SagSolBoslukSilDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAMa,wBAAwB;IAGnC,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAFxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;KAEzB;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QACzD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KACvD;;qHARU,wBAAwB;yGAAxB,wBAAwB;2FAAxB,wBAAwB;kBAHpC,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;iBAC9B;iGAEW,aAAa;sBAAtB,MAAM;gBAI2B,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAWrB,8BAA8B;;2HAA9B,8BAA8B;4HAA9B,8BAA8B,iBAhB9B,wBAAwB,aAYzB,YAAY,aAZX,wBAAwB;4HAgBxB,8BAA8B,YAJhC,CAAC,YAAY,CAAC;2FAIZ,8BAA8B;kBAL1C,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,wBAAwB,CAAC;oBACxC,OAAO,EAAE,CAAC,wBAAwB,CAAC;iBACpC;;;ACrBD;;;;;;"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Directive, Input, NgModule } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
class SutunGenisligiDirective {
|
|
6
|
+
constructor(elementRef) {
|
|
7
|
+
this.elementRef = elementRef;
|
|
8
|
+
this.sutunGenisligi = 0;
|
|
9
|
+
}
|
|
10
|
+
ngOnChanges() {
|
|
11
|
+
this.elementRef.nativeElement.style.width = this.sutunGenisligi;
|
|
12
|
+
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;
|
|
13
|
+
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
SutunGenisligiDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
SutunGenisligiDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: SutunGenisligiDirective, selector: "[sutunGenisligi]", inputs: { sutunGenisligi: "sutunGenisligi" }, usesOnChanges: true, ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirective, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[sutunGenisligi]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligi: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}] } });
|
|
26
|
+
class SutunGenisligiEmDirective {
|
|
27
|
+
constructor(elementRef) {
|
|
28
|
+
this.elementRef = elementRef;
|
|
29
|
+
this.sutunGenisligiEm = 0;
|
|
30
|
+
}
|
|
31
|
+
ngOnChanges() {
|
|
32
|
+
this.elementRef.nativeElement.style.width = this.sutunGenisligiEm + 'em';
|
|
33
|
+
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';
|
|
34
|
+
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
SutunGenisligiEmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiEmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
+
SutunGenisligiEmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: SutunGenisligiEmDirective, selector: "[sutunGenisligiEm]", inputs: { sutunGenisligiEm: "sutunGenisligiEm" }, usesOnChanges: true, ngImport: i0 });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiEmDirective, decorators: [{
|
|
40
|
+
type: Directive,
|
|
41
|
+
args: [{
|
|
42
|
+
selector: '[sutunGenisligiEm]'
|
|
43
|
+
}]
|
|
44
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiEm: [{
|
|
45
|
+
type: Input
|
|
46
|
+
}] } });
|
|
47
|
+
class SutunGenisligiPxDirective {
|
|
48
|
+
constructor(elementRef) {
|
|
49
|
+
this.elementRef = elementRef;
|
|
50
|
+
this.sutunGenisligiPx = 0;
|
|
51
|
+
}
|
|
52
|
+
ngOnChanges() {
|
|
53
|
+
this.elementRef.nativeElement.style.width = this.sutunGenisligiPx + 'px';
|
|
54
|
+
this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';
|
|
55
|
+
this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
SutunGenisligiPxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiPxDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
59
|
+
SutunGenisligiPxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: SutunGenisligiPxDirective, selector: "[sutunGenisligiPx]", inputs: { sutunGenisligiPx: "sutunGenisligiPx" }, usesOnChanges: true, ngImport: i0 });
|
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiPxDirective, decorators: [{
|
|
61
|
+
type: Directive,
|
|
62
|
+
args: [{
|
|
63
|
+
selector: '[sutunGenisligiPx]'
|
|
64
|
+
}]
|
|
65
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiPx: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}] } });
|
|
68
|
+
class SutunGenisligiClassDirective {
|
|
69
|
+
constructor(renderer, elementRef) {
|
|
70
|
+
this.renderer = renderer;
|
|
71
|
+
this.elementRef = elementRef;
|
|
72
|
+
this.sutunGenisligiClass = '';
|
|
73
|
+
this.eskiClassName = '';
|
|
74
|
+
}
|
|
75
|
+
ngOnChanges() {
|
|
76
|
+
if (this.eskiClassName !== '') {
|
|
77
|
+
this.renderer.removeClass(this.elementRef.nativeElement, this.eskiClassName);
|
|
78
|
+
}
|
|
79
|
+
if (this.sutunGenisligiClass !== '') {
|
|
80
|
+
this.renderer.addClass(this.elementRef.nativeElement, this.sutunGenisligiClass);
|
|
81
|
+
}
|
|
82
|
+
this.eskiClassName = this.sutunGenisligiClass;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
SutunGenisligiClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiClassDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
86
|
+
SutunGenisligiClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: SutunGenisligiClassDirective, selector: "[sutunGenisligiClass]", inputs: { sutunGenisligiClass: "sutunGenisligiClass" }, usesOnChanges: true, ngImport: i0 });
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiClassDirective, decorators: [{
|
|
88
|
+
type: Directive,
|
|
89
|
+
args: [{
|
|
90
|
+
selector: '[sutunGenisligiClass]'
|
|
91
|
+
}]
|
|
92
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { sutunGenisligiClass: [{
|
|
93
|
+
type: Input
|
|
94
|
+
}] } });
|
|
95
|
+
class SutunGenisligiDirectiveModule {
|
|
96
|
+
}
|
|
97
|
+
SutunGenisligiDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
98
|
+
SutunGenisligiDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirectiveModule, declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective], imports: [CommonModule], exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective] });
|
|
99
|
+
SutunGenisligiDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirectiveModule, imports: [[CommonModule]] });
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SutunGenisligiDirectiveModule, decorators: [{
|
|
101
|
+
type: NgModule,
|
|
102
|
+
args: [{
|
|
103
|
+
imports: [CommonModule],
|
|
104
|
+
declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],
|
|
105
|
+
exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective]
|
|
106
|
+
}]
|
|
107
|
+
}] });
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Generated bundle index. Do not edit.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
export { SutunGenisligiClassDirective, SutunGenisligiDirective, SutunGenisligiDirectiveModule, SutunGenisligiEmDirective, SutunGenisligiPxDirective };
|
|
114
|
+
//# sourceMappingURL=limitng-directives-sutunGenisligi.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-sutunGenisligi.directive.mjs","sources":["../../src/app/components/directives/sutunGenisligi.directive/sutunGenisligi.directive.ts","../../src/app/components/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, Input, NgModule, OnChanges, Renderer2 } from '@angular/core';\r\n\r\n@Directive({\r\n selector: '[sutunGenisligi]'\r\n})\r\nexport class SutunGenisligiDirective implements OnChanges {\r\n @Input() sutunGenisligi = 0;\r\n\r\n constructor(public elementRef: ElementRef) { }\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligi;\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligi;\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligi;\r\n }\r\n}\r\n\r\n@Directive({\r\n selector: '[sutunGenisligiEm]'\r\n})\r\nexport class SutunGenisligiEmDirective implements OnChanges {\r\n @Input() sutunGenisligiEm = 0;\r\n\r\n constructor(public elementRef: ElementRef) { }\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligiEm + 'em';\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiEm + 'em';\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiEm + 'em';\r\n }\r\n}\r\n\r\n@Directive({\r\n selector: '[sutunGenisligiPx]'\r\n})\r\nexport class SutunGenisligiPxDirective implements OnChanges {\r\n @Input() sutunGenisligiPx = 0;\r\n\r\n constructor(public elementRef: ElementRef) { }\r\n\r\n ngOnChanges() {\r\n this.elementRef.nativeElement.style.width = this.sutunGenisligiPx + 'px';\r\n this.elementRef.nativeElement.style.minWidth = this.sutunGenisligiPx + 'px';\r\n this.elementRef.nativeElement.style.maxWidth = this.sutunGenisligiPx + 'px';\r\n }\r\n}\r\n\r\n@Directive({\r\n selector: '[sutunGenisligiClass]'\r\n})\r\nexport class SutunGenisligiClassDirective implements OnChanges {\r\n @Input() sutunGenisligiClass = '';\r\n private eskiClassName = '';\r\n constructor(private renderer: Renderer2, public elementRef: ElementRef) {\r\n }\r\n\r\n ngOnChanges() {\r\n if (this.eskiClassName !== '') {\r\n this.renderer.removeClass(this.elementRef.nativeElement, this.eskiClassName)\r\n }\r\n if (this.sutunGenisligiClass !== '') {\r\n this.renderer.addClass(this.elementRef.nativeElement, this.sutunGenisligiClass);\r\n }\r\n this.eskiClassName = this.sutunGenisligiClass\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective],\r\n exports: [SutunGenisligiDirective, SutunGenisligiEmDirective, SutunGenisligiPxDirective, SutunGenisligiClassDirective]\r\n})\r\nexport class SutunGenisligiDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAMa,uBAAuB;IAGlC,YAAmB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;QAFhC,mBAAc,GAAG,CAAC,CAAC;KAEkB;IAE9C,WAAW;QACT,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC;QAChE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,cAAc,CAAC;QACnE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,cAAc,CAAC;KACpE;;oHATU,uBAAuB;wGAAvB,uBAAuB;2FAAvB,uBAAuB;kBAHnC,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;iBAC7B;iGAEU,cAAc;sBAAtB,KAAK;;MAcK,yBAAyB;IAGpC,YAAmB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;QAFhC,qBAAgB,GAAG,CAAC,CAAC;KAEgB;IAE9C,WAAW;QACT,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;QACzE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;QAC5E,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;KAC7E;;sHATU,yBAAyB;0GAAzB,yBAAyB;2FAAzB,yBAAyB;kBAHrC,SAAS;mBAAC;oBACT,QAAQ,EAAE,oBAAoB;iBAC/B;iGAEU,gBAAgB;sBAAxB,KAAK;;MAcK,yBAAyB;IAGpC,YAAmB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;QAFhC,qBAAgB,GAAG,CAAC,CAAC;KAEgB;IAE9C,WAAW;QACT,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;QACzE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;QAC5E,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;KAC7E;;sHATU,yBAAyB;0GAAzB,yBAAyB;2FAAzB,yBAAyB;kBAHrC,SAAS;mBAAC;oBACT,QAAQ,EAAE,oBAAoB;iBAC/B;iGAEU,gBAAgB;sBAAxB,KAAK;;MAcK,4BAA4B;IAGvC,YAAoB,QAAmB,EAAS,UAAsB;QAAlD,aAAQ,GAAR,QAAQ,CAAW;QAAS,eAAU,GAAV,UAAU,CAAY;QAF7D,wBAAmB,GAAG,EAAE,CAAC;QAC1B,kBAAa,GAAG,EAAE,CAAC;KAE1B;IAED,WAAW;QACT,IAAI,IAAI,CAAC,aAAa,KAAK,EAAE,EAAE;YAC7B,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,CAAA;SAC7E;QACD,IAAI,IAAI,CAAC,mBAAmB,KAAK,EAAE,EAAE;YACnC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;SACjF;QACD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,mBAAmB,CAAA;KAC9C;;yHAdU,4BAA4B;6GAA5B,4BAA4B;2FAA5B,4BAA4B;kBAHxC,SAAS;mBAAC;oBACT,QAAQ,EAAE,uBAAuB;iBAClC;yHAEU,mBAAmB;sBAA3B,KAAK;;MAqBK,6BAA6B;;0HAA7B,6BAA6B;2HAA7B,6BAA6B,iBAnE7B,uBAAuB,EAevB,yBAAyB,EAezB,yBAAyB,EAezB,4BAA4B,aAkB7B,YAAY,aA/DX,uBAAuB,EAevB,yBAAyB,EAezB,yBAAyB,EAezB,4BAA4B;2HAsB5B,6BAA6B,YAJ/B,CAAC,YAAY,CAAC;2FAIZ,6BAA6B;kBALzC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,4BAA4B,CAAC;oBAC3H,OAAO,EAAE,CAAC,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,4BAA4B,CAAC;iBACvH;;;ACxED;;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, Directive, Output, HostListener, NgModule } from '@angular/core';
|
|
4
|
+
import { GlobalFunctions } from 'limitng/api';
|
|
5
|
+
|
|
6
|
+
class TumBoslukSilDirective {
|
|
7
|
+
constructor(ref) {
|
|
8
|
+
this.ref = ref;
|
|
9
|
+
this.ngModelChange = new EventEmitter();
|
|
10
|
+
}
|
|
11
|
+
onInput(event) {
|
|
12
|
+
this.ref.nativeElement.value = GlobalFunctions.tumBoslukSil(event.target.value);
|
|
13
|
+
this.ngModelChange.emit(this.ref.nativeElement.value);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
TumBoslukSilDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
TumBoslukSilDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: TumBoslukSilDirective, selector: "[tumBoslukSil]", outputs: { ngModelChange: "ngModelChange" }, host: { listeners: { "blur": "onInput($event)" } }, ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirective, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[tumBoslukSil]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ngModelChange: [{
|
|
24
|
+
type: Output
|
|
25
|
+
}], onInput: [{
|
|
26
|
+
type: HostListener,
|
|
27
|
+
args: ['blur', ['$event']]
|
|
28
|
+
}] } });
|
|
29
|
+
class TumBoslukSilDirectiveModule {
|
|
30
|
+
}
|
|
31
|
+
TumBoslukSilDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
+
TumBoslukSilDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirectiveModule, declarations: [TumBoslukSilDirective], imports: [CommonModule], exports: [TumBoslukSilDirective] });
|
|
33
|
+
TumBoslukSilDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirectiveModule, imports: [[CommonModule]] });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TumBoslukSilDirectiveModule, decorators: [{
|
|
35
|
+
type: NgModule,
|
|
36
|
+
args: [{
|
|
37
|
+
imports: [CommonModule],
|
|
38
|
+
declarations: [TumBoslukSilDirective],
|
|
39
|
+
exports: [TumBoslukSilDirective]
|
|
40
|
+
}]
|
|
41
|
+
}] });
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Generated bundle index. Do not edit.
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
export { TumBoslukSilDirective, TumBoslukSilDirectiveModule };
|
|
48
|
+
//# sourceMappingURL=limitng-directives-tumBoslukSil.directive.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-directives-tumBoslukSil.directive.mjs","sources":["../../src/app/components/directives/tumBoslukSil.directive/tumBoslukSil.directive.ts","../../src/app/components/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Directive, ElementRef, EventEmitter, HostListener, NgModule, Output } from '@angular/core';\r\nimport { GlobalFunctions } from 'limitng/api';\r\n\r\n@Directive({\r\n selector: '[tumBoslukSil]'\r\n})\r\nexport class TumBoslukSilDirective {\r\n @Output() ngModelChange: EventEmitter<any> = new EventEmitter();\r\n\r\n constructor(public ref: ElementRef) { }\r\n\r\n @HostListener('blur', ['$event']) onInput(event) {\r\n this.ref.nativeElement.value = GlobalFunctions.tumBoslukSil(event.target.value);\r\n this.ngModelChange.emit(this.ref.nativeElement.value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [TumBoslukSilDirective],\r\n exports: [TumBoslukSilDirective]\r\n})\r\n\r\nexport class TumBoslukSilDirectiveModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAOa,qBAAqB;IAGhC,YAAmB,GAAe;QAAf,QAAG,GAAH,GAAG,CAAY;QAFxB,kBAAa,GAAsB,IAAI,YAAY,EAAE,CAAC;KAEzB;IAEL,OAAO,CAAC,KAAK;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,GAAG,eAAe,CAAC,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAChF,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KACvD;;kHARU,qBAAqB;sGAArB,qBAAqB;2FAArB,qBAAqB;kBAHjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;iBAC3B;iGAEW,aAAa;sBAAtB,MAAM;gBAI2B,OAAO;sBAAxC,YAAY;uBAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;MAYrB,2BAA2B;;wHAA3B,2BAA2B;yHAA3B,2BAA2B,iBAjB3B,qBAAqB,aAYtB,YAAY,aAZX,qBAAqB;yHAiBrB,2BAA2B,YAL7B,CAAC,YAAY,CAAC;2FAKZ,2BAA2B;kBANvC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,CAAC,qBAAqB,CAAC;iBACjC;;;ACtBD;;;;;;"}
|