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,133 @@
|
|
|
1
|
+
import * as i1 from '@angular/common';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { Component, Input, ContentChild, ViewChild, NgModule } from '@angular/core';
|
|
5
|
+
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
6
|
+
|
|
7
|
+
class FiltreBarComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.yon = 'sagdansola';
|
|
10
|
+
this.genislik = 700;
|
|
11
|
+
this.kaydirma = 0;
|
|
12
|
+
this.filtreBarAcik = false;
|
|
13
|
+
this.sag = 80 + Number(this.kaydirma);
|
|
14
|
+
this.animasyonGenislik = this.genislik - this.kaydirma - this.sag;
|
|
15
|
+
}
|
|
16
|
+
ngAfterViewInit() {
|
|
17
|
+
this.aramaInput = document.getElementById(this.aramaAlan);
|
|
18
|
+
}
|
|
19
|
+
ngOnChanges(changes) {
|
|
20
|
+
if (changes.kaydirma || changes.genislik) {
|
|
21
|
+
this.sag = 80 + Number(this.kaydirma);
|
|
22
|
+
this.animasyonGenislik = this.genislik - this.kaydirma - this.sag;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
toggle(event) {
|
|
26
|
+
this.filtreBarAcik = !this.filtreBarAcik;
|
|
27
|
+
}
|
|
28
|
+
animationStartEvent(event) {
|
|
29
|
+
if (event.toState === 'kapali') {
|
|
30
|
+
this.filtreDiv.nativeElement.style.overflow = 'hidden';
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
if (this.aramaInput) {
|
|
34
|
+
this.aramaInput.style.minWidth = '50px';
|
|
35
|
+
this.aramaInput.size = 10;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
animationDoneEvent(event) {
|
|
40
|
+
if (event.toState === 'acik') {
|
|
41
|
+
this.filtreDiv.nativeElement.style.overflow = 'visible';
|
|
42
|
+
}
|
|
43
|
+
else {
|
|
44
|
+
if (this.aramaInput) {
|
|
45
|
+
this.aramaInput.style.minWidth = '150px';
|
|
46
|
+
this.aramaInput.size = 50;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
FiltreBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
FiltreBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: FiltreBarComponent, selector: "filtre-bar", inputs: { yon: "yon", genislik: "genislik", kaydirma: "kaydirma", filtreBarAcik: "filtreBarAcik", aramaAlan: "aramaAlan" }, queries: [{ propertyName: "arama", first: true, predicate: ["arama"], descendants: true }, { propertyName: "filtreler", first: true, predicate: ["filtreler"], descendants: true }, { propertyName: "filtreDugmeler", first: true, predicate: ["filtreDugmeler"], descendants: true }], viewQueries: [{ propertyName: "filtreDiv", first: true, predicate: ["filtreDiv"], descendants: true }, { propertyName: "aramaDiv", first: true, predicate: ["aramaDiv"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"filtre-bar-kart\">\r\n <div class=\"filtre-arama\" *ngIf=\"arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama; context: {$implicit: aramaIcerik}\">\r\n {{aramaIcerik}}\r\n </ng-container>\r\n </div>\r\n <div class=\"filtre-grup\">\r\n <div *ngIf=\"filtreler\" class=\"filtre-filtreler\"\r\n [@filtreBarAcikKapali]=\"{value: filtreBarAcik ? 'acik' : 'kapali', params:{animasyonGenislik: animasyonGenislik}}\"\r\n (@filtreBarAcikKapali.start)=\"animationStartEvent($event)\"\r\n (@filtreBarAcikKapali.done)=\"animationDoneEvent($event)\" [style.right.px]=\"sag\" #filtreDiv>\r\n <ng-container *ngTemplateOutlet=\"filtreler; context: {$implicit: filtreIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\r\n </div>\r\n\r\n <div *ngIf=\"filtreDugmeler\" class=\"filtre-dugmeler\">\r\n <ng-container *ngTemplateOutlet=\"filtreDugmeler; context: {$implicit: filtreDugmeIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".filtre-bar-kart{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap-reverse}.filtre-bar-kart .filtre-arama{display:flex;flex:none;align-items:flex-start;justify-content:flex-end}.filtre-bar-kart .filtre-grup{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap-reverse}.filtre-bar-kart .filtre-grup .filtre-filtreler{display:flex;align-items:flex-start;justify-content:flex-end}.filtre-bar-kart .filtre-grup .filtre-dugmeler{display:flex;align-items:flex-start;justify-content:flex-end}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
53
|
+
trigger('filtreBarAcikKapali', [
|
|
54
|
+
// ...
|
|
55
|
+
state('acik', style({
|
|
56
|
+
width: '{{animasyonGenislik}}px'
|
|
57
|
+
}), { params: { animasyonGenislik: 620 } }),
|
|
58
|
+
state('kapali', style({
|
|
59
|
+
width: '0px'
|
|
60
|
+
})),
|
|
61
|
+
transition('acik => kapali', [
|
|
62
|
+
animate('300ms ease-in')
|
|
63
|
+
]),
|
|
64
|
+
transition('kapali => acik', [
|
|
65
|
+
animate('300ms ease-out')
|
|
66
|
+
]),
|
|
67
|
+
]),
|
|
68
|
+
] });
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarComponent, decorators: [{
|
|
70
|
+
type: Component,
|
|
71
|
+
args: [{ selector: 'filtre-bar', animations: [
|
|
72
|
+
trigger('filtreBarAcikKapali', [
|
|
73
|
+
// ...
|
|
74
|
+
state('acik', style({
|
|
75
|
+
width: '{{animasyonGenislik}}px'
|
|
76
|
+
}), { params: { animasyonGenislik: 620 } }),
|
|
77
|
+
state('kapali', style({
|
|
78
|
+
width: '0px'
|
|
79
|
+
})),
|
|
80
|
+
transition('acik => kapali', [
|
|
81
|
+
animate('300ms ease-in')
|
|
82
|
+
]),
|
|
83
|
+
transition('kapali => acik', [
|
|
84
|
+
animate('300ms ease-out')
|
|
85
|
+
]),
|
|
86
|
+
]),
|
|
87
|
+
], template: "<div class=\"filtre-bar-kart\">\r\n <div class=\"filtre-arama\" *ngIf=\"arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama; context: {$implicit: aramaIcerik}\">\r\n {{aramaIcerik}}\r\n </ng-container>\r\n </div>\r\n <div class=\"filtre-grup\">\r\n <div *ngIf=\"filtreler\" class=\"filtre-filtreler\"\r\n [@filtreBarAcikKapali]=\"{value: filtreBarAcik ? 'acik' : 'kapali', params:{animasyonGenislik: animasyonGenislik}}\"\r\n (@filtreBarAcikKapali.start)=\"animationStartEvent($event)\"\r\n (@filtreBarAcikKapali.done)=\"animationDoneEvent($event)\" [style.right.px]=\"sag\" #filtreDiv>\r\n <ng-container *ngTemplateOutlet=\"filtreler; context: {$implicit: filtreIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\r\n </div>\r\n\r\n <div *ngIf=\"filtreDugmeler\" class=\"filtre-dugmeler\">\r\n <ng-container *ngTemplateOutlet=\"filtreDugmeler; context: {$implicit: filtreDugmeIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".filtre-bar-kart{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap-reverse}.filtre-bar-kart .filtre-arama{display:flex;flex:none;align-items:flex-start;justify-content:flex-end}.filtre-bar-kart .filtre-grup{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap-reverse}.filtre-bar-kart .filtre-grup .filtre-filtreler{display:flex;align-items:flex-start;justify-content:flex-end}.filtre-bar-kart .filtre-grup .filtre-dugmeler{display:flex;align-items:flex-start;justify-content:flex-end}\n"] }]
|
|
88
|
+
}], ctorParameters: function () { return []; }, propDecorators: { yon: [{
|
|
89
|
+
type: Input
|
|
90
|
+
}], genislik: [{
|
|
91
|
+
type: Input
|
|
92
|
+
}], kaydirma: [{
|
|
93
|
+
type: Input
|
|
94
|
+
}], filtreBarAcik: [{
|
|
95
|
+
type: Input
|
|
96
|
+
}], aramaAlan: [{
|
|
97
|
+
type: Input
|
|
98
|
+
}], arama: [{
|
|
99
|
+
type: ContentChild,
|
|
100
|
+
args: ['arama']
|
|
101
|
+
}], filtreler: [{
|
|
102
|
+
type: ContentChild,
|
|
103
|
+
args: ['filtreler']
|
|
104
|
+
}], filtreDugmeler: [{
|
|
105
|
+
type: ContentChild,
|
|
106
|
+
args: ['filtreDugmeler']
|
|
107
|
+
}], filtreDiv: [{
|
|
108
|
+
type: ViewChild,
|
|
109
|
+
args: ['filtreDiv']
|
|
110
|
+
}], aramaDiv: [{
|
|
111
|
+
type: ViewChild,
|
|
112
|
+
args: ['aramaDiv']
|
|
113
|
+
}] } });
|
|
114
|
+
class FiltreBarModule {
|
|
115
|
+
}
|
|
116
|
+
FiltreBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
117
|
+
FiltreBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarModule, declarations: [FiltreBarComponent], imports: [CommonModule], exports: [FiltreBarComponent] });
|
|
118
|
+
FiltreBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarModule, imports: [[CommonModule]] });
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: FiltreBarModule, decorators: [{
|
|
120
|
+
type: NgModule,
|
|
121
|
+
args: [{
|
|
122
|
+
imports: [CommonModule],
|
|
123
|
+
exports: [FiltreBarComponent],
|
|
124
|
+
declarations: [FiltreBarComponent]
|
|
125
|
+
}]
|
|
126
|
+
}] });
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Generated bundle index. Do not edit.
|
|
130
|
+
*/
|
|
131
|
+
|
|
132
|
+
export { FiltreBarComponent, FiltreBarModule };
|
|
133
|
+
//# sourceMappingURL=limitng-filtre-bar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-filtre-bar.mjs","sources":["../../src/app/components/filtre-bar/filtre-bar.component.ts","../../src/app/components/filtre-bar/filtre-bar.component.html","../../src/app/components/filtre-bar/limitng-filtre-bar.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Component, ContentChild, Input, NgModule, TemplateRef, ViewChild, ElementRef, OnChanges, SimpleChanges, AfterViewInit } from '@angular/core';\r\nimport { trigger, state, style, transition, animate, AnimationEvent } from '@angular/animations';\r\n\r\n@Component({\r\n selector: 'filtre-bar',\r\n templateUrl: 'filtre-bar.component.html',\r\n styleUrls: ['filtre-bar.component.scss'],\r\n animations: [\r\n trigger('filtreBarAcikKapali', [\r\n // ...\r\n state('acik', style({\r\n width: '{{animasyonGenislik}}px'\r\n }), { params: { animasyonGenislik: 620 } }),\r\n state('kapali', style({\r\n width: '0px'\r\n })),\r\n transition('acik => kapali', [\r\n animate('300ms ease-in')\r\n ]),\r\n transition('kapali => acik', [\r\n animate('300ms ease-out')\r\n ]),\r\n ]),\r\n ]\r\n})\r\n\r\nexport class FiltreBarComponent implements AfterViewInit, OnChanges {\r\n @Input() yon = 'sagdansola';\r\n\r\n @Input() genislik = 700;\r\n @Input() kaydirma = 0;\r\n @Input() filtreBarAcik = false;\r\n @Input() aramaAlan: '';\r\n\r\n aramaIcerik: any;\r\n filtreIcerik: any;\r\n filtreDugmeIcerik: any;\r\n\r\n @ContentChild('arama') arama: TemplateRef<any>;\r\n @ContentChild('filtreler') filtreler: TemplateRef<any>;\r\n @ContentChild('filtreDugmeler') filtreDugmeler: TemplateRef<any>;\r\n\r\n @ViewChild('filtreDiv') filtreDiv: ElementRef;\r\n @ViewChild('aramaDiv') aramaDiv: HTMLInputElement;\r\n\r\n sag = 80 + Number(this.kaydirma);\r\n animasyonGenislik = this.genislik - this.kaydirma - this.sag;\r\n aramaInput: HTMLInputElement;\r\n\r\n constructor() { }\r\n\r\n ngAfterViewInit() {\r\n this.aramaInput = document.getElementById(this.aramaAlan) as HTMLInputElement;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (changes.kaydirma || changes.genislik) {\r\n this.sag = 80 + Number(this.kaydirma);\r\n this.animasyonGenislik = this.genislik - this.kaydirma - this.sag;\r\n\r\n }\r\n }\r\n\r\n toggle(event: Event) {\r\n this.filtreBarAcik = !this.filtreBarAcik;\r\n }\r\n\r\n animationStartEvent(event: AnimationEvent) {\r\n if (event.toState === 'kapali') {\r\n this.filtreDiv.nativeElement.style.overflow = 'hidden';\r\n\r\n }\r\n else {\r\n if (this.aramaInput) {\r\n this.aramaInput.style.minWidth = '50px';\r\n this.aramaInput.size = 10;\r\n }\r\n }\r\n }\r\n\r\n animationDoneEvent(event: AnimationEvent) {\r\n if (event.toState === 'acik') {\r\n this.filtreDiv.nativeElement.style.overflow = 'visible';\r\n }\r\n else {\r\n if (this.aramaInput) {\r\n this.aramaInput.style.minWidth = '150px';\r\n this.aramaInput.size = 50;\r\n\r\n }\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n exports: [FiltreBarComponent],\r\n declarations: [FiltreBarComponent]\r\n})\r\nexport class FiltreBarModule { }\r\n","<div class=\"filtre-bar-kart\">\r\n <div class=\"filtre-arama\" *ngIf=\"arama\" #aramaDiv>\r\n <ng-container *ngTemplateOutlet=\"arama; context: {$implicit: aramaIcerik}\">\r\n {{aramaIcerik}}\r\n </ng-container>\r\n </div>\r\n <div class=\"filtre-grup\">\r\n <div *ngIf=\"filtreler\" class=\"filtre-filtreler\"\r\n [@filtreBarAcikKapali]=\"{value: filtreBarAcik ? 'acik' : 'kapali', params:{animasyonGenislik: animasyonGenislik}}\"\r\n (@filtreBarAcikKapali.start)=\"animationStartEvent($event)\"\r\n (@filtreBarAcikKapali.done)=\"animationDoneEvent($event)\" [style.right.px]=\"sag\" #filtreDiv>\r\n <ng-container *ngTemplateOutlet=\"filtreler; context: {$implicit: filtreIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\r\n </div>\r\n\r\n <div *ngIf=\"filtreDugmeler\" class=\"filtre-dugmeler\">\r\n <ng-container *ngTemplateOutlet=\"filtreDugmeler; context: {$implicit: filtreDugmeIcerik}\">\r\n {{filtreIcerik}}\r\n </ng-container>\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":";;;;;;MA2Ba,kBAAkB;IAuB7B;QAtBS,QAAG,GAAG,YAAY,CAAC;QAEnB,aAAQ,GAAG,GAAG,CAAC;QACf,aAAQ,GAAG,CAAC,CAAC;QACb,kBAAa,GAAG,KAAK,CAAC;QAc/B,QAAG,GAAG,EAAE,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACjC,sBAAiB,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC;KAG5C;IAEjB,eAAe;QACb,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,CAAqB,CAAC;KAC/E;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,EAAE;YACxC,IAAI,CAAC,GAAG,GAAG,EAAE,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACtC,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC;SAEnE;KACF;IAED,MAAM,CAAC,KAAY;QACjB,IAAI,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC;KAC1C;IAED,mBAAmB,CAAC,KAAqB;QACvC,IAAI,KAAK,CAAC,OAAO,KAAK,QAAQ,EAAE;YAC9B,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAExD;aACI;YACH,IAAI,IAAI,CAAC,UAAU,EAAE;gBACnB,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,QAAQ,GAAG,MAAM,CAAC;gBACxC,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,EAAE,CAAC;aAC3B;SACF;KACF;IAED,kBAAkB,CAAC,KAAqB;QACtC,IAAI,KAAK,CAAC,OAAO,KAAK,MAAM,EAAE;YAC5B,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;SACzD;aACI;YACH,IAAI,IAAI,CAAC,UAAU,EAAE;gBACnB,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAC;gBACzC,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,EAAE,CAAC;aAE3B;SACF;KACF;;+GAjEU,kBAAkB;mGAAlB,kBAAkB,0pBC3B/B,6hCAuBA,gxBDfc;QACV,OAAO,CAAC,qBAAqB,EAAE;;YAE7B,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC;gBAClB,KAAK,EAAE,yBAAyB;aACjC,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,EAAE,CAAC;YAC3C,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC;gBACpB,KAAK,EAAE,KAAK;aACb,CAAC,CAAC;YACH,UAAU,CAAC,gBAAgB,EAAE;gBAC3B,OAAO,CAAC,eAAe,CAAC;aACzB,CAAC;YACF,UAAU,CAAC,gBAAgB,EAAE;gBAC3B,OAAO,CAAC,gBAAgB,CAAC;aAC1B,CAAC;SACH,CAAC;KACH;2FAGU,kBAAkB;kBAvB9B,SAAS;+BACE,YAAY,cAGV;wBACV,OAAO,CAAC,qBAAqB,EAAE;;4BAE7B,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC;gCAClB,KAAK,EAAE,yBAAyB;6BACjC,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,EAAE,CAAC;4BAC3C,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC;gCACpB,KAAK,EAAE,KAAK;6BACb,CAAC,CAAC;4BACH,UAAU,CAAC,gBAAgB,EAAE;gCAC3B,OAAO,CAAC,eAAe,CAAC;6BACzB,CAAC;4BACF,UAAU,CAAC,gBAAgB,EAAE;gCAC3B,OAAO,CAAC,gBAAgB,CAAC;6BAC1B,CAAC;yBACH,CAAC;qBACH;0EAIQ,GAAG;sBAAX,KAAK;gBAEG,QAAQ;sBAAhB,KAAK;gBACG,QAAQ;sBAAhB,KAAK;gBACG,aAAa;sBAArB,KAAK;gBACG,SAAS;sBAAjB,KAAK;gBAMiB,KAAK;sBAA3B,YAAY;uBAAC,OAAO;gBACM,SAAS;sBAAnC,YAAY;uBAAC,WAAW;gBACO,cAAc;sBAA7C,YAAY;uBAAC,gBAAgB;gBAEN,SAAS;sBAAhC,SAAS;uBAAC,WAAW;gBACC,QAAQ;sBAA9B,SAAS;uBAAC,UAAU;;MAwDV,eAAe;;4GAAf,eAAe;6GAAf,eAAe,iBAzEf,kBAAkB,aAqEnB,YAAY,aArEX,kBAAkB;6GAyElB,eAAe,YAJjB,CAAC,YAAY,CAAC;2FAIZ,eAAe;kBAL3B,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,kBAAkB,CAAC;oBAC7B,YAAY,EAAE,CAAC,kBAAkB,CAAC;iBACnC;;;AEnGD;;;;;;"}
|
|
@@ -193,9 +193,9 @@ class GeriIleriDetayComponent {
|
|
|
193
193
|
this.undoRedoStack.reset();
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
GeriIleriDetayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.
|
|
197
|
-
GeriIleriDetayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.
|
|
198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.
|
|
196
|
+
GeriIleriDetayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
197
|
+
GeriIleriDetayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: GeriIleriDetayComponent, selector: "geri-ileri-detay", inputs: { object: "object" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\">\r\n</p-splitButton>\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\">\r\n</p-splitButton>\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\"></p-button>\r\n", components: [{ type: i1.SplitButton, selector: "p-splitButton", inputs: ["model", "icon", "iconPos", "label", "style", "styleClass", "menuStyle", "menuStyleClass", "disabled", "tabindex", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onClick", "onDropdownClick"] }, { type: i2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "style", "styleClass", "badgeClass"], outputs: ["onClick", "onFocus", "onBlur"] }], directives: [{ type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] });
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayComponent, decorators: [{
|
|
199
199
|
type: Component,
|
|
200
200
|
args: [{ selector: 'geri-ileri-detay', template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\">\r\n</p-splitButton>\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\">\r\n</p-splitButton>\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\"></p-button>\r\n" }]
|
|
201
201
|
}], ctorParameters: function () { return []; }, propDecorators: { object: [{
|
|
@@ -203,10 +203,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
|
|
|
203
203
|
}] } });
|
|
204
204
|
class GeriIleriDetayModule {
|
|
205
205
|
}
|
|
206
|
-
GeriIleriDetayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.
|
|
207
|
-
GeriIleriDetayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.
|
|
208
|
-
GeriIleriDetayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.
|
|
206
|
+
GeriIleriDetayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
207
|
+
GeriIleriDetayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayModule, declarations: [GeriIleriDetayComponent], imports: [CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule], exports: [GeriIleriDetayComponent, ButtonModule, SplitButtonModule, TooltipModule] });
|
|
208
|
+
GeriIleriDetayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayModule, imports: [[CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule], ButtonModule, SplitButtonModule, TooltipModule] });
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriDetayModule, decorators: [{
|
|
210
210
|
type: NgModule,
|
|
211
211
|
args: [{
|
|
212
212
|
imports: [CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule],
|
|
@@ -238,9 +238,9 @@ class GeriIleriListeComponent {
|
|
|
238
238
|
this.undoRedoStack.reset();
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
-
GeriIleriListeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.
|
|
242
|
-
GeriIleriListeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.
|
|
241
|
+
GeriIleriListeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
242
|
+
GeriIleriListeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: GeriIleriListeComponent, selector: "geri-ileri-liste", inputs: { collection: "collection" }, usesOnChanges: true, ngImport: i0, template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\">\r\n</p-splitButton>\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\">\r\n</p-splitButton>\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\"></p-button>\r\n", components: [{ type: i1.SplitButton, selector: "p-splitButton", inputs: ["model", "icon", "iconPos", "label", "style", "styleClass", "menuStyle", "menuStyleClass", "disabled", "tabindex", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onClick", "onDropdownClick"] }, { type: i2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "style", "styleClass", "badgeClass"], outputs: ["onClick", "onFocus", "onBlur"] }], directives: [{ type: i3.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "pTooltip", "tooltipDisabled", "tooltipOptions"] }] });
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeComponent, decorators: [{
|
|
244
244
|
type: Component,
|
|
245
245
|
args: [{ selector: 'geri-ileri-liste', template: "<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-undo\" [model]=\"undoRedoStack.undoItems\"\r\n [disabled]=\"!undoRedoStack.canUndo()\" [pTooltip]=\"undoRedoStack.undoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"undoClick()\">\r\n</p-splitButton>\r\n<p-splitButton styleClass=\"mx-1\" icon=\"fas fa-redo\" [model]=\"undoRedoStack.redoItems\"\r\n [disabled]=\"!undoRedoStack.canRedo()\" [pTooltip]=\"undoRedoStack.redoTip\" tooltipZIndex=\"100000\" escape\r\n (onClick)=\"redoClick()\">\r\n</p-splitButton>\r\n<p-button styleClass=\"mx-1\" title=\"Reset\" icon=\"fas fa-sync\"\r\n [disabled]=\"!undoRedoStack.canRedo() && !undoRedoStack.canUndo()\" (onClick)=\"resetUndo()\"></p-button>\r\n" }]
|
|
246
246
|
}], ctorParameters: function () { return []; }, propDecorators: { collection: [{
|
|
@@ -248,10 +248,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
|
|
|
248
248
|
}] } });
|
|
249
249
|
class GeriIleriListeModule {
|
|
250
250
|
}
|
|
251
|
-
GeriIleriListeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.
|
|
252
|
-
GeriIleriListeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.
|
|
253
|
-
GeriIleriListeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.
|
|
251
|
+
GeriIleriListeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
252
|
+
GeriIleriListeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeModule, declarations: [GeriIleriListeComponent], imports: [CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule], exports: [GeriIleriListeComponent, ButtonModule, SplitButtonModule, TooltipModule] });
|
|
253
|
+
GeriIleriListeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeModule, imports: [[CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule], ButtonModule, SplitButtonModule, TooltipModule] });
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GeriIleriListeModule, decorators: [{
|
|
255
255
|
type: NgModule,
|
|
256
256
|
args: [{
|
|
257
257
|
imports: [CommonModule, RouterModule, ButtonModule, SplitButtonModule, TooltipModule],
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class BoolToPlusPipe {
|
|
5
|
+
transform(value) {
|
|
6
|
+
return value ? '+' : '';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
BoolToPlusPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
10
|
+
BoolToPlusPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, name: "boolToPlus" });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, decorators: [{
|
|
12
|
+
type: Pipe,
|
|
13
|
+
args: [{
|
|
14
|
+
name: 'boolToPlus'
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
class BoolToPlusPipeModule {
|
|
18
|
+
}
|
|
19
|
+
BoolToPlusPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
BoolToPlusPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, declarations: [BoolToPlusPipe], exports: [BoolToPlusPipe] });
|
|
21
|
+
BoolToPlusPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, imports: [[]] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
imports: [],
|
|
26
|
+
declarations: [BoolToPlusPipe],
|
|
27
|
+
exports: [BoolToPlusPipe]
|
|
28
|
+
}]
|
|
29
|
+
}] });
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Generated bundle index. Do not edit.
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
export { BoolToPlusPipe, BoolToPlusPipeModule };
|
|
36
|
+
//# sourceMappingURL=limitng-pipes-boolToPlus.pipe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes-boolToPlus.pipe.mjs","sources":["../../src/app/components/pipes/boolToPlus.pipe/boolToPlus.pipe.ts","../../src/app/components/pipes/boolToPlus.pipe/limitng-pipes-boolToPlus.pipe.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'boolToPlus'\r\n})\r\nexport class BoolToPlusPipe implements PipeTransform {\r\n\r\n transform(value: boolean): string {\r\n return value ? '+' : '';\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [BoolToPlusPipe],\r\n exports: [BoolToPlusPipe]\r\n})\r\n\r\nexport class BoolToPlusPipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;MAKa,cAAc;IAEzB,SAAS,CAAC,KAAc;QACtB,OAAO,KAAK,GAAG,GAAG,GAAG,EAAE,CAAC;KACzB;;2GAJU,cAAc;yGAAd,cAAc;2FAAd,cAAc;kBAH1B,IAAI;mBAAC;oBACJ,IAAI,EAAE,YAAY;iBACnB;;MAcY,oBAAoB;;iHAApB,oBAAoB;kHAApB,oBAAoB,iBAbpB,cAAc,aAAd,cAAc;kHAad,oBAAoB,YALtB,EAAE;2FAKA,oBAAoB;kBANhC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,cAAc,CAAC;oBAC9B,OAAO,EAAE,CAAC,cAAc,CAAC;iBAC1B;;;AChBD;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class BoolToPlusMinusPipe {
|
|
5
|
+
transform(value) {
|
|
6
|
+
return value ? '+' : '-';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
BoolToPlusMinusPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
10
|
+
BoolToPlusMinusPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, name: "boolToPlusMinus" });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, decorators: [{
|
|
12
|
+
type: Pipe,
|
|
13
|
+
args: [{
|
|
14
|
+
name: 'boolToPlusMinus'
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
class BoolToPlusMinusPipeModule {
|
|
18
|
+
}
|
|
19
|
+
BoolToPlusMinusPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
BoolToPlusMinusPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, declarations: [BoolToPlusMinusPipe], exports: [BoolToPlusMinusPipe] });
|
|
21
|
+
BoolToPlusMinusPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, imports: [[]] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
imports: [],
|
|
26
|
+
declarations: [BoolToPlusMinusPipe],
|
|
27
|
+
exports: [BoolToPlusMinusPipe]
|
|
28
|
+
}]
|
|
29
|
+
}] });
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Generated bundle index. Do not edit.
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
export { BoolToPlusMinusPipe, BoolToPlusMinusPipeModule };
|
|
36
|
+
//# sourceMappingURL=limitng-pipes-boolToPlusMinus.pipe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes-boolToPlusMinus.pipe.mjs","sources":["../../src/app/components/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.ts","../../src/app/components/pipes/boolToPlusMinus.pipe/limitng-pipes-boolToPlusMinus.pipe.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'boolToPlusMinus'\r\n})\r\nexport class BoolToPlusMinusPipe implements PipeTransform {\r\n\r\n transform(value: boolean): string {\r\n return value ? '+' : '-';\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [BoolToPlusMinusPipe],\r\n exports: [BoolToPlusMinusPipe]\r\n})\r\n\r\nexport class BoolToPlusMinusPipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;MAKa,mBAAmB;IAE9B,SAAS,CAAC,KAAc;QACtB,OAAO,KAAK,GAAG,GAAG,GAAG,GAAG,CAAC;KAC1B;;gHAJU,mBAAmB;8GAAnB,mBAAmB;2FAAnB,mBAAmB;kBAH/B,IAAI;mBAAC;oBACJ,IAAI,EAAE,iBAAiB;iBACxB;;MAcY,yBAAyB;;sHAAzB,yBAAyB;uHAAzB,yBAAyB,iBAbzB,mBAAmB,aAAnB,mBAAmB;uHAanB,yBAAyB,YAL3B,EAAE;2FAKA,yBAAyB;kBANrC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,mBAAmB,CAAC;oBACnC,OAAO,EAAE,CAAC,mBAAmB,CAAC;iBAC/B;;;AChBD;;;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
import { GlobalFunctions } from 'limitng/api';
|
|
4
|
+
|
|
5
|
+
class DateToTextPipe {
|
|
6
|
+
transform(value) {
|
|
7
|
+
return GlobalFunctions.dateToText(value);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
DateToTextPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11
|
+
DateToTextPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, name: "dateToText" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, decorators: [{
|
|
13
|
+
type: Pipe,
|
|
14
|
+
args: [{
|
|
15
|
+
name: 'dateToText'
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
class DateToTextPipeModule {
|
|
19
|
+
}
|
|
20
|
+
DateToTextPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21
|
+
DateToTextPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, declarations: [DateToTextPipe], exports: [DateToTextPipe] });
|
|
22
|
+
DateToTextPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, imports: [[]] });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, decorators: [{
|
|
24
|
+
type: NgModule,
|
|
25
|
+
args: [{
|
|
26
|
+
imports: [],
|
|
27
|
+
declarations: [DateToTextPipe],
|
|
28
|
+
exports: [DateToTextPipe]
|
|
29
|
+
}]
|
|
30
|
+
}] });
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Generated bundle index. Do not edit.
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
export { DateToTextPipe, DateToTextPipeModule };
|
|
37
|
+
//# sourceMappingURL=limitng-pipes-dateToText.pipe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes-dateToText.pipe.mjs","sources":["../../src/app/components/pipes/dateToText.pipe/dateToText.pipe.ts","../../src/app/components/pipes/dateToText.pipe/limitng-pipes-dateToText.pipe.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\nimport { GlobalFunctions } from 'limitng/api';\r\n\r\n@Pipe({\r\n name: 'dateToText'\r\n})\r\nexport class DateToTextPipe implements PipeTransform {\r\n\r\n transform(value: Date): string {\r\n return GlobalFunctions.dateToText(value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [DateToTextPipe],\r\n exports: [DateToTextPipe]\r\n})\r\n\r\nexport class DateToTextPipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MAOa,cAAc;IAEzB,SAAS,CAAC,KAAW;QACnB,OAAO,eAAe,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;KAC1C;;2GAJU,cAAc;yGAAd,cAAc;2FAAd,cAAc;kBAH1B,IAAI;mBAAC;oBACJ,IAAI,EAAE,YAAY;iBACnB;;MAcY,oBAAoB;;iHAApB,oBAAoB;kHAApB,oBAAoB,iBAbpB,cAAc,aAAd,cAAc;kHAad,oBAAoB,YALtB,EAAE;2FAKA,oBAAoB;kBANhC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,cAAc,CAAC;oBAC9B,OAAO,EAAE,CAAC,cAAc,CAAC;iBAC1B;;;AClBD;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class EvetHayirPipe {
|
|
5
|
+
transform(value) {
|
|
6
|
+
return value ? 'Evet' : 'Hayır';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
EvetHayirPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
10
|
+
EvetHayirPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipe, name: "evetHayir" });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipe, decorators: [{
|
|
12
|
+
type: Pipe,
|
|
13
|
+
args: [{
|
|
14
|
+
name: 'evetHayir'
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
class EvetHayirPipeModule {
|
|
18
|
+
}
|
|
19
|
+
EvetHayirPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
EvetHayirPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipeModule, declarations: [EvetHayirPipe], exports: [EvetHayirPipe] });
|
|
21
|
+
EvetHayirPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipeModule, imports: [[]] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EvetHayirPipeModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
imports: [],
|
|
26
|
+
declarations: [EvetHayirPipe],
|
|
27
|
+
exports: [EvetHayirPipe]
|
|
28
|
+
}]
|
|
29
|
+
}] });
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Generated bundle index. Do not edit.
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
export { EvetHayirPipe, EvetHayirPipeModule };
|
|
36
|
+
//# sourceMappingURL=limitng-pipes-evetHayir.pipe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes-evetHayir.pipe.mjs","sources":["../../src/app/components/pipes/evetHayir.pipe/evetHayir.pipe.ts","../../src/app/components/pipes/evetHayir.pipe/limitng-pipes-evetHayir.pipe.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'evetHayir'\r\n})\r\nexport class EvetHayirPipe implements PipeTransform {\r\n\r\n transform(value: boolean): string {\r\n return value ? 'Evet' : 'Hayır';\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [EvetHayirPipe],\r\n exports: [EvetHayirPipe]\r\n})\r\n\r\nexport class EvetHayirPipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;MAKa,aAAa;IAExB,SAAS,CAAC,KAAc;QACtB,OAAO,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;KACjC;;0GAJU,aAAa;wGAAb,aAAa;2FAAb,aAAa;kBAHzB,IAAI;mBAAC;oBACJ,IAAI,EAAE,WAAW;iBAClB;;MAcY,mBAAmB;;gHAAnB,mBAAmB;iHAAnB,mBAAmB,iBAbnB,aAAa,aAAb,aAAa;iHAab,mBAAmB,YALrB,EAAE;2FAKA,mBAAmB;kBAN/B,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,aAAa,CAAC;oBAC7B,OAAO,EAAE,CAAC,aAAa,CAAC;iBACzB;;;AChBD;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/platform-browser';
|
|
4
|
+
|
|
5
|
+
class SafePipe {
|
|
6
|
+
constructor(sanitizer) {
|
|
7
|
+
this.sanitizer = sanitizer;
|
|
8
|
+
}
|
|
9
|
+
transform(value, type) {
|
|
10
|
+
switch (type) {
|
|
11
|
+
case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);
|
|
12
|
+
case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);
|
|
13
|
+
case 'script': return this.sanitizer.bypassSecurityTrustScript(value);
|
|
14
|
+
case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);
|
|
15
|
+
case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);
|
|
16
|
+
default: throw new Error(`Invalid safe type specified: ${type}`);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
21
|
+
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, name: "safe" });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, decorators: [{
|
|
23
|
+
type: Pipe,
|
|
24
|
+
args: [{
|
|
25
|
+
name: 'safe'
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
28
|
+
class SafePipeModule {
|
|
29
|
+
}
|
|
30
|
+
SafePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
31
|
+
SafePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, declarations: [SafePipe], exports: [SafePipe] });
|
|
32
|
+
SafePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, imports: [[]] });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
imports: [],
|
|
37
|
+
declarations: [SafePipe],
|
|
38
|
+
exports: [SafePipe]
|
|
39
|
+
}]
|
|
40
|
+
}] });
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Generated bundle index. Do not edit.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
export { SafePipe, SafePipeModule };
|
|
47
|
+
//# sourceMappingURL=limitng-pipes-safe.pipe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes-safe.pipe.mjs","sources":["../../src/app/components/pipes/safe.pipe/safe.pipe.ts","../../src/app/components/pipes/safe.pipe/limitng-pipes-safe.pipe.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\nimport {\r\n DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle,\r\n SafeUrl\r\n} from '@angular/platform-browser';\r\n\r\n@Pipe({\r\n name: 'safe'\r\n})\r\nexport class SafePipe implements PipeTransform {\r\n\r\n constructor(protected sanitizer: DomSanitizer) { }\r\n\r\n transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl {\r\n switch (type) {\r\n case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);\r\n case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);\r\n case 'script': return this.sanitizer.bypassSecurityTrustScript(value);\r\n case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);\r\n case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);\r\n default: throw new Error(`Invalid safe type specified: ${type}`);\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [SafePipe],\r\n exports: [SafePipe]\r\n})\r\n\r\nexport class SafePipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MASa,QAAQ;IAEnB,YAAsB,SAAuB;QAAvB,cAAS,GAAT,SAAS,CAAc;KAAK;IAElD,SAAS,CAAC,KAAU,EAAE,IAAY;QAChC,QAAQ,IAAI;YACV,KAAK,MAAM,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC;YAClE,KAAK,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;YACpE,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,CAAC;YACtE,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;YAChE,KAAK,aAAa,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAAC;YAChF,SAAS,MAAM,IAAI,KAAK,CAAC,gCAAgC,IAAI,EAAE,CAAC,CAAC;SAClE;KACF;;qGAbU,QAAQ;mGAAR,QAAQ;2FAAR,QAAQ;kBAHpB,IAAI;mBAAC;oBACJ,IAAI,EAAE,MAAM;iBACb;;MAuBY,cAAc;;2GAAd,cAAc;4GAAd,cAAc,iBAtBd,QAAQ,aAAR,QAAQ;4GAsBR,cAAc,YALhB,EAAE;2FAKA,cAAc;kBAN1B,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,QAAQ,CAAC;oBACxB,OAAO,EAAE,CAAC,QAAQ,CAAC;iBACpB;;;AC7BD;;;;;;"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Pipe, NgModule } from '@angular/core';
|
|
3
|
+
import { GlobalFunctions } from 'limitng/api';
|
|
4
|
+
import * as i1 from '@angular/platform-browser';
|
|
5
|
+
|
|
6
|
+
class BoolToPlusPipe {
|
|
7
|
+
transform(value) {
|
|
8
|
+
return value ? '+' : '';
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
BoolToPlusPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
12
|
+
BoolToPlusPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, name: "boolToPlus" });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipe, decorators: [{
|
|
14
|
+
type: Pipe,
|
|
15
|
+
args: [{
|
|
16
|
+
name: 'boolToPlus'
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
class BoolToPlusPipeModule {
|
|
20
|
+
}
|
|
21
|
+
BoolToPlusPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
BoolToPlusPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, declarations: [BoolToPlusPipe], exports: [BoolToPlusPipe] });
|
|
23
|
+
BoolToPlusPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, imports: [[]] });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusPipeModule, decorators: [{
|
|
25
|
+
type: NgModule,
|
|
26
|
+
args: [{
|
|
27
|
+
imports: [],
|
|
28
|
+
declarations: [BoolToPlusPipe],
|
|
29
|
+
exports: [BoolToPlusPipe]
|
|
30
|
+
}]
|
|
31
|
+
}] });
|
|
32
|
+
|
|
33
|
+
class BoolToPlusMinusPipe {
|
|
34
|
+
transform(value) {
|
|
35
|
+
return value ? '+' : '-';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
BoolToPlusMinusPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
39
|
+
BoolToPlusMinusPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, name: "boolToPlusMinus" });
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipe, decorators: [{
|
|
41
|
+
type: Pipe,
|
|
42
|
+
args: [{
|
|
43
|
+
name: 'boolToPlusMinus'
|
|
44
|
+
}]
|
|
45
|
+
}] });
|
|
46
|
+
class BoolToPlusMinusPipeModule {
|
|
47
|
+
}
|
|
48
|
+
BoolToPlusMinusPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
49
|
+
BoolToPlusMinusPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, declarations: [BoolToPlusMinusPipe], exports: [BoolToPlusMinusPipe] });
|
|
50
|
+
BoolToPlusMinusPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, imports: [[]] });
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: BoolToPlusMinusPipeModule, decorators: [{
|
|
52
|
+
type: NgModule,
|
|
53
|
+
args: [{
|
|
54
|
+
imports: [],
|
|
55
|
+
declarations: [BoolToPlusMinusPipe],
|
|
56
|
+
exports: [BoolToPlusMinusPipe]
|
|
57
|
+
}]
|
|
58
|
+
}] });
|
|
59
|
+
|
|
60
|
+
class DateToTextPipe {
|
|
61
|
+
transform(value) {
|
|
62
|
+
return GlobalFunctions.dateToText(value);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
DateToTextPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
66
|
+
DateToTextPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, name: "dateToText" });
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipe, decorators: [{
|
|
68
|
+
type: Pipe,
|
|
69
|
+
args: [{
|
|
70
|
+
name: 'dateToText'
|
|
71
|
+
}]
|
|
72
|
+
}] });
|
|
73
|
+
class DateToTextPipeModule {
|
|
74
|
+
}
|
|
75
|
+
DateToTextPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
76
|
+
DateToTextPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, declarations: [DateToTextPipe], exports: [DateToTextPipe] });
|
|
77
|
+
DateToTextPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, imports: [[]] });
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: DateToTextPipeModule, decorators: [{
|
|
79
|
+
type: NgModule,
|
|
80
|
+
args: [{
|
|
81
|
+
imports: [],
|
|
82
|
+
declarations: [DateToTextPipe],
|
|
83
|
+
exports: [DateToTextPipe]
|
|
84
|
+
}]
|
|
85
|
+
}] });
|
|
86
|
+
|
|
87
|
+
class SafePipe {
|
|
88
|
+
constructor(sanitizer) {
|
|
89
|
+
this.sanitizer = sanitizer;
|
|
90
|
+
}
|
|
91
|
+
transform(value, type) {
|
|
92
|
+
switch (type) {
|
|
93
|
+
case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);
|
|
94
|
+
case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);
|
|
95
|
+
case 'script': return this.sanitizer.bypassSecurityTrustScript(value);
|
|
96
|
+
case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);
|
|
97
|
+
case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);
|
|
98
|
+
default: throw new Error(`Invalid safe type specified: ${type}`);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
103
|
+
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, name: "safe" });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipe, decorators: [{
|
|
105
|
+
type: Pipe,
|
|
106
|
+
args: [{
|
|
107
|
+
name: 'safe'
|
|
108
|
+
}]
|
|
109
|
+
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
110
|
+
class SafePipeModule {
|
|
111
|
+
}
|
|
112
|
+
SafePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
113
|
+
SafePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, declarations: [SafePipe], exports: [SafePipe] });
|
|
114
|
+
SafePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, imports: [[]] });
|
|
115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SafePipeModule, decorators: [{
|
|
116
|
+
type: NgModule,
|
|
117
|
+
args: [{
|
|
118
|
+
imports: [],
|
|
119
|
+
declarations: [SafePipe],
|
|
120
|
+
exports: [SafePipe]
|
|
121
|
+
}]
|
|
122
|
+
}] });
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Generated bundle index. Do not edit.
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
export { BoolToPlusMinusPipe, BoolToPlusMinusPipeModule, BoolToPlusPipe, BoolToPlusPipeModule, DateToTextPipe, DateToTextPipeModule, SafePipe, SafePipeModule };
|
|
129
|
+
//# sourceMappingURL=limitng-pipes.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-pipes.mjs","sources":["../../src/app/components/pipes/boolToPlus.pipe/boolToPlus.pipe.ts","../../src/app/components/pipes/boolToPlusMinus.pipe/boolToPlusMinus.pipe.ts","../../src/app/components/pipes/dateToText.pipe/dateToText.pipe.ts","../../src/app/components/pipes/safe.pipe/safe.pipe.ts","../../src/app/components/pipes/limitng-pipes.ts"],"sourcesContent":["import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'boolToPlus'\r\n})\r\nexport class BoolToPlusPipe implements PipeTransform {\r\n\r\n transform(value: boolean): string {\r\n return value ? '+' : '';\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [BoolToPlusPipe],\r\n exports: [BoolToPlusPipe]\r\n})\r\n\r\nexport class BoolToPlusPipeModule {\r\n}\r\n","import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'boolToPlusMinus'\r\n})\r\nexport class BoolToPlusMinusPipe implements PipeTransform {\r\n\r\n transform(value: boolean): string {\r\n return value ? '+' : '-';\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [BoolToPlusMinusPipe],\r\n exports: [BoolToPlusMinusPipe]\r\n})\r\n\r\nexport class BoolToPlusMinusPipeModule {\r\n}\r\n","import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\n\r\nimport { GlobalFunctions } from 'limitng/api';\r\n\r\n@Pipe({\r\n name: 'dateToText'\r\n})\r\nexport class DateToTextPipe implements PipeTransform {\r\n\r\n transform(value: Date): string {\r\n return GlobalFunctions.dateToText(value);\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [DateToTextPipe],\r\n exports: [DateToTextPipe]\r\n})\r\n\r\nexport class DateToTextPipeModule {\r\n}\r\n","import { NgModule, Pipe, PipeTransform } from '@angular/core';\r\nimport {\r\n DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle,\r\n SafeUrl\r\n} from '@angular/platform-browser';\r\n\r\n@Pipe({\r\n name: 'safe'\r\n})\r\nexport class SafePipe implements PipeTransform {\r\n\r\n constructor(protected sanitizer: DomSanitizer) { }\r\n\r\n transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl {\r\n switch (type) {\r\n case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);\r\n case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);\r\n case 'script': return this.sanitizer.bypassSecurityTrustScript(value);\r\n case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);\r\n case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);\r\n default: throw new Error(`Invalid safe type specified: ${type}`);\r\n }\r\n }\r\n}\r\n\r\n@NgModule({\r\n imports: [],\r\n declarations: [SafePipe],\r\n exports: [SafePipe]\r\n})\r\n\r\nexport class SafePipeModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAKa,cAAc;IAEzB,SAAS,CAAC,KAAc;QACtB,OAAO,KAAK,GAAG,GAAG,GAAG,EAAE,CAAC;KACzB;;2GAJU,cAAc;yGAAd,cAAc;2FAAd,cAAc;kBAH1B,IAAI;mBAAC;oBACJ,IAAI,EAAE,YAAY;iBACnB;;MAcY,oBAAoB;;iHAApB,oBAAoB;kHAApB,oBAAoB,iBAbpB,cAAc,aAAd,cAAc;kHAad,oBAAoB,YALtB,EAAE;2FAKA,oBAAoB;kBANhC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,cAAc,CAAC;oBAC9B,OAAO,EAAE,CAAC,cAAc,CAAC;iBAC1B;;;MCXY,mBAAmB;IAE9B,SAAS,CAAC,KAAc;QACtB,OAAO,KAAK,GAAG,GAAG,GAAG,GAAG,CAAC;KAC1B;;gHAJU,mBAAmB;8GAAnB,mBAAmB;2FAAnB,mBAAmB;kBAH/B,IAAI;mBAAC;oBACJ,IAAI,EAAE,iBAAiB;iBACxB;;MAcY,yBAAyB;;sHAAzB,yBAAyB;uHAAzB,yBAAyB,iBAbzB,mBAAmB,aAAnB,mBAAmB;uHAanB,yBAAyB,YAL3B,EAAE;2FAKA,yBAAyB;kBANrC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,mBAAmB,CAAC;oBACnC,OAAO,EAAE,CAAC,mBAAmB,CAAC;iBAC/B;;;MCTY,cAAc;IAEzB,SAAS,CAAC,KAAW;QACnB,OAAO,eAAe,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;KAC1C;;2GAJU,cAAc;yGAAd,cAAc;2FAAd,cAAc;kBAH1B,IAAI;mBAAC;oBACJ,IAAI,EAAE,YAAY;iBACnB;;MAcY,oBAAoB;;iHAApB,oBAAoB;kHAApB,oBAAoB,iBAbpB,cAAc,aAAd,cAAc;kHAad,oBAAoB,YALtB,EAAE;2FAKA,oBAAoB;kBANhC,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,cAAc,CAAC;oBAC9B,OAAO,EAAE,CAAC,cAAc,CAAC;iBAC1B;;;MCTY,QAAQ;IAEnB,YAAsB,SAAuB;QAAvB,cAAS,GAAT,SAAS,CAAc;KAAK;IAElD,SAAS,CAAC,KAAU,EAAE,IAAY;QAChC,QAAQ,IAAI;YACV,KAAK,MAAM,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC;YAClE,KAAK,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;YACpE,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,CAAC;YACtE,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;YAChE,KAAK,aAAa,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAAC;YAChF,SAAS,MAAM,IAAI,KAAK,CAAC,gCAAgC,IAAI,EAAE,CAAC,CAAC;SAClE;KACF;;qGAbU,QAAQ;mGAAR,QAAQ;2FAAR,QAAQ;kBAHpB,IAAI;mBAAC;oBACJ,IAAI,EAAE,MAAM;iBACb;;MAuBY,cAAc;;2GAAd,cAAc;4GAAd,cAAc,iBAtBd,QAAQ,aAAR,QAAQ;4GAsBR,cAAc,YALhB,EAAE;2FAKA,cAAc;kBAN1B,QAAQ;mBAAC;oBACR,OAAO,EAAE,EAAE;oBACX,YAAY,EAAE,CAAC,QAAQ,CAAC;oBACxB,OAAO,EAAE,CAAC,QAAQ,CAAC;iBACpB;;;AC7BD;;;;;;"}
|