limitng 0.13.3 → 0.13.7
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 +8 -7
- package/fesm2015/limitng-alt-kucuk-kart.mjs +8 -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 +8 -7
- package/fesm2015/limitng-geri-ileri-liste.mjs +8 -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-models.mjs +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 +8 -7
- package/fesm2015/limitng-sol-kucuk-kart.mjs +8 -7
- package/fesm2015/limitng-yatay-baslikli-panel.mjs +83 -0
- package/fesm2015/limitng-yatay-baslikli-panel.mjs.map +1 -0
- package/fesm2015/limitng.mjs +1 -0
- package/fesm2020/limitng-alt-buyuk-kart.mjs +8 -7
- package/fesm2020/limitng-alt-kucuk-kart.mjs +8 -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 +8 -7
- package/fesm2020/limitng-geri-ileri-liste.mjs +8 -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-models.mjs +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 +8 -7
- package/fesm2020/limitng-sol-kucuk-kart.mjs +8 -7
- package/fesm2020/limitng-yatay-baslikli-panel.mjs +83 -0
- package/fesm2020/limitng-yatay-baslikli-panel.mjs.map +1 -0
- package/fesm2020/limitng.mjs +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,41 @@
|
|
|
1
|
+
import { SelectItem } from 'primeng/api';
|
|
2
|
+
import { MecraTurleri, MecraTurleriStr } from './models/enums';
|
|
3
|
+
export declare class GlobalFunctions {
|
|
4
|
+
static shadeColor(color: string, percent: number): string;
|
|
5
|
+
static yarimSaateYuvarla(value: number, stepParam: number): number;
|
|
6
|
+
static evenRound(num: number, decimalPlaces: number): number;
|
|
7
|
+
static roundIkiHane(param: number): number;
|
|
8
|
+
static ikiSayiFark(param1: number, param2: number): number;
|
|
9
|
+
static ikiSayiTopla(param1: number, param2: number): number;
|
|
10
|
+
static strToNumber(metin: string): number;
|
|
11
|
+
static sutunStrVer(genislik: number): string;
|
|
12
|
+
static sutunGenNoVer(genislik: number): number;
|
|
13
|
+
static dateToText(tarih: Date): string;
|
|
14
|
+
static ayIlkGun(ay: number, yil: number): Date;
|
|
15
|
+
static aySonGun(ay: number, yil: number): Date;
|
|
16
|
+
static JSONDateToDate(tarih: Date): Date;
|
|
17
|
+
static ayAdiVer(ayNo: number): string;
|
|
18
|
+
static ayAdiVerKisa(ayNo: number): string;
|
|
19
|
+
static ayNoVer(ay: string): number;
|
|
20
|
+
static gunAdiVer(gunNo: number): string;
|
|
21
|
+
static gunArttirAzalt(tarih: Date, gunSayisi: number): Date;
|
|
22
|
+
static tarihParamToDate(param: string): Date;
|
|
23
|
+
static dateToTarihParam(param: Date): string;
|
|
24
|
+
static getFileExtension(file: File): string;
|
|
25
|
+
static hexToRGBA(hex: any, alpha: any): string;
|
|
26
|
+
static colorNameToHex(color: any): any;
|
|
27
|
+
static getFilenameFromContentDisposition(contentDisposition: string): string;
|
|
28
|
+
static temaGunNoVer(): number;
|
|
29
|
+
static ciftBoslukTekYap(metin: string): string;
|
|
30
|
+
static buyukHarfeCevir(metin: string): string;
|
|
31
|
+
static ilkHarfBuyut(metin: string): string;
|
|
32
|
+
static tumIlkHarfBuyut(metin: string): string;
|
|
33
|
+
static tumBoslukSil(metin: string): string;
|
|
34
|
+
static turkceAyikla(metin: string): string;
|
|
35
|
+
static mecraTuruNoVer(mecraTuruStr: MecraTurleriStr): MecraTurleri;
|
|
36
|
+
static mecraTuruStrVer(mecraTuruNo: MecraTurleri): MecraTurleriStr;
|
|
37
|
+
static padLeadingZeros(num: number, size: number): string;
|
|
38
|
+
static arrayToSelectItem(array: string[]): SelectItem<string>[];
|
|
39
|
+
static arrayNumberToSelectItem(array: number[]): SelectItem<number>[];
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=globalFunctions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"globalFunctions.d.ts","sourceRoot":"","sources":["../../src/app/components/api/globalFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE/D,qBAAa,eAAe;IAC1B,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAqBhD,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAMzD,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,MAAM;IAW5D,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAI1C,MAAM,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAI1D,MAAM,CAAC,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAI3D,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAazC,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAQ5C,MAAM,CAAC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAQ9C,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAQtC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI;IAI9C,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI;IAI9C,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI;IAexC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAgCrC,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAgCzC,MAAM,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM;IAgClC,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAsBvC,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI;IAK3D,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAc5C,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAW5C,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI3C,MAAM,CAAC,SAAS,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA;IAe3B,MAAM,CAAC,cAAc,CAAC,KAAK,KAAA;IAmC3B,MAAM,CAAC,iCAAiC,CAAC,kBAAkB,EAAE,MAAM;IAYnE,MAAM,CAAC,YAAY,IAAI,MAAM;IAU7B,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAe9C,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAI7C,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAgB1C,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAU7C,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAK1C,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAqB1C,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE,eAAe,GAAG,YAAY;IAqClE,MAAM,CAAC,eAAe,CAAC,WAAW,EAAE,YAAY,GAAG,eAAe;IAqClE,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAMhD,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE;IAM/D,MAAM,CAAC,uBAAuB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE;CAMtE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-api.d.ts","sourceRoot":"","sources":["../../src/app/components/api/limitng-api.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export declare enum TimeSheetGirisTuru {
|
|
2
|
+
gunluk = "Gunluk",
|
|
3
|
+
haftalik = "Haftalik",
|
|
4
|
+
aylik = "Aylik"
|
|
5
|
+
}
|
|
6
|
+
export declare enum GirisDuzeltme {
|
|
7
|
+
giris = "Giris",
|
|
8
|
+
duzeltme = "Duzeltme"
|
|
9
|
+
}
|
|
10
|
+
export declare enum MecraTurleri {
|
|
11
|
+
TV = 1,
|
|
12
|
+
Gazete = 2,
|
|
13
|
+
Dergi = 3,
|
|
14
|
+
Radyo = 4,
|
|
15
|
+
Sinema = 5,
|
|
16
|
+
Outdoor = 7,
|
|
17
|
+
Internet = 8,
|
|
18
|
+
Sponsorluk = 9,
|
|
19
|
+
Belirsiz = -1,
|
|
20
|
+
Tumu = 0,
|
|
21
|
+
Bos = -3
|
|
22
|
+
}
|
|
23
|
+
export declare enum MecraTurleriStr {
|
|
24
|
+
TV = "TV",
|
|
25
|
+
Gazete = "Gazete",
|
|
26
|
+
Dergi = "Dergi",
|
|
27
|
+
Radyo = "Radyo",
|
|
28
|
+
Sinema = "Sinema",
|
|
29
|
+
Outdoor = "Outdoor",
|
|
30
|
+
Internet = "Internet",
|
|
31
|
+
Sponsorluk = "Sponsorluk",
|
|
32
|
+
Belirsiz = "Belirsiz",
|
|
33
|
+
Tumu = "T\u00FCm\u00FC",
|
|
34
|
+
Bos = ""
|
|
35
|
+
}
|
|
36
|
+
export declare enum MPAjanslar {
|
|
37
|
+
Outmedya = "Outmedya",
|
|
38
|
+
Carat = "Carat",
|
|
39
|
+
Ulker = "\u00DCLKER",
|
|
40
|
+
FEDO = "FEDO",
|
|
41
|
+
Indeks = "INDEKS",
|
|
42
|
+
Veritas = "Veritas Medya",
|
|
43
|
+
HAVASMEDIA = "Havas Media",
|
|
44
|
+
Universal = "UN\u0130VERSAL MCCANN",
|
|
45
|
+
Vivaki = "Vivaki",
|
|
46
|
+
Performics = "Performics",
|
|
47
|
+
OMD = "OMD",
|
|
48
|
+
MindShare = "MINDSHARE",
|
|
49
|
+
MediaCom = "MEDIACOM",
|
|
50
|
+
People = "PEOPLE",
|
|
51
|
+
TIME = "TIME",
|
|
52
|
+
Wavemaker = "WAWEMAKER",
|
|
53
|
+
ZER = "BEKOMEDYA",
|
|
54
|
+
MGMEDIA = "MG Media",
|
|
55
|
+
ArenaMedia = "Arena Media",
|
|
56
|
+
SpeedMedya = "SPEED",
|
|
57
|
+
REKSAN = "REKSAN REKLAM",
|
|
58
|
+
Cereyan = "Cereyan",
|
|
59
|
+
Virtus = "Virtus",
|
|
60
|
+
MedyaTarget = "Medya Target",
|
|
61
|
+
Medyatek = "Medyatek",
|
|
62
|
+
AKBANK = "AKBANK",
|
|
63
|
+
FKRMedya = "FKR Medya",
|
|
64
|
+
Zenistanbul = "ZENISTANBUL",
|
|
65
|
+
MediaLiven = "Media Liven",
|
|
66
|
+
MassMedia = "Mass Media",
|
|
67
|
+
RepriseMedia = "Reprise Media",
|
|
68
|
+
MediaShare = "Media Share",
|
|
69
|
+
SkalaMedya = "Skala Medya",
|
|
70
|
+
Native = "Native",
|
|
71
|
+
MediaManage = "MEDIA MANAGE / MRG",
|
|
72
|
+
BuzzMedya = "Buzz Medya",
|
|
73
|
+
MEDIAREPUBLIC = "MEDIA REPUBLIC",
|
|
74
|
+
OC = "OC",
|
|
75
|
+
MediaStore = "Media Store",
|
|
76
|
+
SoundMedya = "Sound Medya",
|
|
77
|
+
RadioCompany = "Radio Company",
|
|
78
|
+
Nextera = "NEXTERA",
|
|
79
|
+
ONTHEGO = "ONTHEGO",
|
|
80
|
+
Mekanik = "Mekanik",
|
|
81
|
+
Mediatic = "Mediatic",
|
|
82
|
+
Zoom = "Zoom"
|
|
83
|
+
}
|
|
84
|
+
export declare enum ATAjanslar {
|
|
85
|
+
Medinaturgul = "MED\u0130NA & TURGUL DDB",
|
|
86
|
+
PublicisOne = "PublicisOne",
|
|
87
|
+
SaatchiSaatchi = "SaatchiAndSaatchi",
|
|
88
|
+
LOWE = "LOWE WORLDWIDE",
|
|
89
|
+
WundermanThompson = "Wunderman Thompson",
|
|
90
|
+
GuzelSanatlar = "GUZELSANAT",
|
|
91
|
+
Alametifarika = "Alametifarika",
|
|
92
|
+
Geometry = "Geometry",
|
|
93
|
+
VMLYR = "VMLYR",
|
|
94
|
+
TBWA = "TBWA",
|
|
95
|
+
Isobar = "Isobar"
|
|
96
|
+
}
|
|
97
|
+
export declare enum InternetSatinAlmaTipleri {
|
|
98
|
+
CPM = "CPM",
|
|
99
|
+
DCPM = "D-CPM",
|
|
100
|
+
CPC = "CPC",
|
|
101
|
+
CPV = "CPV",
|
|
102
|
+
SessionBazli = "Session Bazl\u0131",
|
|
103
|
+
Kisi = "Ki\u015Fi",
|
|
104
|
+
CPR = "CPR",
|
|
105
|
+
CPL = "CPL",
|
|
106
|
+
CPA = "CPA",
|
|
107
|
+
CPD = "CPD",
|
|
108
|
+
CPPN = "CPPN",
|
|
109
|
+
CPS = "CPS",
|
|
110
|
+
Belirsiz = ""
|
|
111
|
+
}
|
|
112
|
+
export declare enum MuhasebePaketleri {
|
|
113
|
+
Logo = "Logo",
|
|
114
|
+
JPlatform = "jPlatform",
|
|
115
|
+
Netsis = "Netsis"
|
|
116
|
+
}
|
|
117
|
+
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/app/components/api/models/enums.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;CAChB;AAED,oBAAY,aAAa;IACvB,KAAK,UAAU;IACf,QAAQ,aAAa;CACtB;AAED,oBAAY,YAAY;IACtB,EAAE,IAAI;IACN,MAAM,IAAI;IACV,KAAK,IAAI;IACT,KAAK,IAAI;IACT,MAAM,IAAI;IACV,OAAO,IAAI;IACX,QAAQ,IAAI;IACZ,UAAU,IAAI;IACd,QAAQ,KAAK;IACb,IAAI,IAAI;IACR,GAAG,KAAK;CACT;AAED,oBAAY,eAAe;IACzB,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,IAAI,mBAAS;IACb,GAAG,KAAK;CACT;AAED,oBAAY,UAAU;IACpB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,KAAK,eAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,OAAO,kBAAkB;IACzB,UAAU,gBAAgB;IAC1B,SAAS,0BAAqB;IAC9B,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,GAAG,cAAc;IACjB,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,UAAU,UAAU;IACpB,MAAM,kBAAkB;IACxB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,WAAW,iBAAiB;IAC5B,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,QAAQ,cAAc;IACtB,WAAW,gBAAgB;IAC3B,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,UAAU,gBAAgB;IAC1B,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,WAAW,uBAAuB;IAClC,SAAS,eAAe;IACxB,aAAa,mBAAmB;IAChC,EAAE,OAAO;IACT,UAAU,gBAAgB;IAC1B,UAAU,gBAAgB;IAC1B,YAAY,kBAAkB;IAC9B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,IAAI,SAAS;CACd;AAED,oBAAY,UAAU;IACpB,YAAY,6BAAwB;IACpC,WAAW,gBAAgB;IAC3B,cAAc,sBAAsB;IACpC,IAAI,mBAAmB;IACvB,iBAAiB,uBAAuB;IACxC,aAAa,eAAe;IAC5B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;CAClB;AAED,oBAAY,wBAAwB;IAClC,GAAG,QAAQ;IACX,IAAI,UAAU;IACd,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,YAAY,uBAAkB;IAC9B,IAAI,cAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,QAAQ,KAAK;CACd;AAED,oBAAY,iBAAiB;IAC3B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { SelectItem } from 'primeng/api';
|
|
2
|
+
import { MecraTurleriStr } from '../enums';
|
|
3
|
+
import { Favori } from '../ortak';
|
|
4
|
+
export declare class FaturaFiltreAlanlari {
|
|
5
|
+
listeTuruPop: SelectItem<string>[];
|
|
6
|
+
mecraTuruPop: SelectItem<string>[];
|
|
7
|
+
musteriPop: SelectItem<string>[];
|
|
8
|
+
pazarlamaSirketiPop: SelectItem<string>[];
|
|
9
|
+
yilPop: SelectItem<string>[];
|
|
10
|
+
faturaTuruPop: SelectItem<string>[];
|
|
11
|
+
kimePop: SelectItem<string>[];
|
|
12
|
+
kimeKesilmisPop: SelectItem<string>[];
|
|
13
|
+
seciliListeTuru: string;
|
|
14
|
+
seciliMecraTuru: MecraTurleriStr;
|
|
15
|
+
seciliMusteri: string;
|
|
16
|
+
seciliPazarlamaSirketi: string;
|
|
17
|
+
seciliYil: string;
|
|
18
|
+
seciliFaturaTuru: string;
|
|
19
|
+
seciliKime: string;
|
|
20
|
+
seciliKimeKesilmis: string;
|
|
21
|
+
mecraTuruGorunsun: boolean;
|
|
22
|
+
musteriGorunsun: boolean;
|
|
23
|
+
pazarlamaSirketiGorunsun: boolean;
|
|
24
|
+
yilGorunsun: boolean;
|
|
25
|
+
faturaTuruGorunsun: boolean;
|
|
26
|
+
kimeGorunsun: boolean;
|
|
27
|
+
kimeKesilmisGorunsun: boolean;
|
|
28
|
+
filtreAdet: number;
|
|
29
|
+
favoriBilgileri: Favori;
|
|
30
|
+
}
|
|
31
|
+
export declare class FaturaFiltreParametreleri {
|
|
32
|
+
mecraTuru: MecraTurleriStr;
|
|
33
|
+
listeTuru: string;
|
|
34
|
+
musteriKodu: string;
|
|
35
|
+
pazarlamaSirketiKodu: string;
|
|
36
|
+
yil: string;
|
|
37
|
+
faturaTuru: string;
|
|
38
|
+
kime: string;
|
|
39
|
+
kimeKesilmis: string;
|
|
40
|
+
}
|
|
41
|
+
export declare class FaturaFiltreGoster {
|
|
42
|
+
mecraTuruGorunsun: boolean;
|
|
43
|
+
musteriGorunsun: boolean;
|
|
44
|
+
pazarlamaSirketiGorunsun: boolean;
|
|
45
|
+
yilGorunsun: boolean;
|
|
46
|
+
faturaTuruGorunsun: boolean;
|
|
47
|
+
kimeGorunsun: boolean;
|
|
48
|
+
kimeKesilmisGorunsun: boolean;
|
|
49
|
+
filtreAdet: number;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=faturaFiltre.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faturaFiltre.d.ts","sourceRoot":"","sources":["../../../../src/app/components/api/models/faturalama/faturaFiltre.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,qBAAa,oBAAoB;IAC/B,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACxC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACxC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACtC,mBAAmB,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAC/C,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAClC,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACzC,OAAO,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACnC,eAAe,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAC3C,eAAe,SAAM;IACrB,eAAe,EAAE,eAAe,CAAC;IACjC,aAAa,SAAM;IACnB,sBAAsB,SAAM;IAC5B,SAAS,SAAM;IACf,gBAAgB,SAAM;IACtB,UAAU,SAAM;IAChB,kBAAkB,SAAM;IACxB,iBAAiB,UAAS;IAC1B,eAAe,UAAS;IACxB,wBAAwB,UAAS;IACjC,WAAW,UAAS;IACpB,kBAAkB,UAAS;IAC3B,YAAY,UAAS;IACrB,oBAAoB,UAAS;IAC7B,UAAU,SAAK;IACf,eAAe,SAAgB;CAChC;AAED,qBAAa,yBAAyB;IACpC,SAAS,EAAE,eAAe,CAAC;IAC3B,SAAS,SAAM;IACf,WAAW,SAAM;IACjB,oBAAoB,SAAM;IAC1B,GAAG,SAAM;IACT,UAAU,SAAM;IAChB,IAAI,SAAK;IACT,YAAY,SAAM;CACnB;AAED,qBAAa,kBAAkB;IAC7B,iBAAiB,UAAS;IAC1B,eAAe,UAAS;IACxB,wBAAwB,UAAS;IACjC,WAAW,UAAS;IACpB,kBAAkB,UAAS;IAC3B,YAAY,UAAS;IACrB,oBAAoB,UAAS;IAC7B,UAAU,SAAK;CAChB"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export declare enum FontStyle {
|
|
2
|
+
Plain = 0,
|
|
3
|
+
Bold = 1,
|
|
4
|
+
Italic = 2,
|
|
5
|
+
Underline = 4
|
|
6
|
+
}
|
|
7
|
+
export declare enum XLRenk {
|
|
8
|
+
clBlack = "0",
|
|
9
|
+
clWhite = "16777215",
|
|
10
|
+
clMaroon = "128",
|
|
11
|
+
clGreen = "32768",
|
|
12
|
+
clOlive = "32896",
|
|
13
|
+
clNavy = "8388608",
|
|
14
|
+
clPurple = "8388736",
|
|
15
|
+
clTeal = "8421376",
|
|
16
|
+
clGray = "8421504",
|
|
17
|
+
clSilver = "12632256",
|
|
18
|
+
clRed = "255",
|
|
19
|
+
clLime = "65280",
|
|
20
|
+
clYellow = "65535",
|
|
21
|
+
clBlue = "16711680",
|
|
22
|
+
clFuchsia = "16711935",
|
|
23
|
+
clAqua = "16776960",
|
|
24
|
+
clLtGray = "12632256",
|
|
25
|
+
clDkGray = "8421504"
|
|
26
|
+
}
|
|
27
|
+
export declare enum VariableType {
|
|
28
|
+
IsBLOB = 30,
|
|
29
|
+
IsBoolean = 6,
|
|
30
|
+
Isdate = 4,
|
|
31
|
+
Isinteger = 8,
|
|
32
|
+
Islongint = 9,
|
|
33
|
+
Isobject = 38,
|
|
34
|
+
Ispicture = 3,
|
|
35
|
+
Ispointer = 23,
|
|
36
|
+
Isreal = 1,
|
|
37
|
+
Istext = 2,
|
|
38
|
+
Istime = 11
|
|
39
|
+
}
|
|
40
|
+
export declare enum Formatlar {
|
|
41
|
+
Format_Genel = -1000,
|
|
42
|
+
Format_Metin = -1001,
|
|
43
|
+
Format_Tarih = 101,
|
|
44
|
+
Format_Yuzde_BirHane = 102,
|
|
45
|
+
Format_Dolar_Kurussuz = 23,
|
|
46
|
+
Format_Saat_Saniyesiz = 9,
|
|
47
|
+
Format_Kur = 15,
|
|
48
|
+
Format_Saat_Saniyeli = 16,
|
|
49
|
+
Format_TL_Kuruslu = 17,
|
|
50
|
+
Format_Dolar_Kuruslu = 18,
|
|
51
|
+
Format_Yuzde_SifirHane = 19,
|
|
52
|
+
Format_Yuzde_IkiHane = 20,
|
|
53
|
+
Format_Yuzde_BesHane = 21,
|
|
54
|
+
Format_TL_Kurussuz = 22,
|
|
55
|
+
Format_Tarih_YYYYMMDD = 103,
|
|
56
|
+
Format_Tarih_GGAAAAYYYY = 104,
|
|
57
|
+
Format_Tarih_LongDate = 105,
|
|
58
|
+
Format_imp = 106,
|
|
59
|
+
Format_Clicks = 107,
|
|
60
|
+
Format_Gun = 108,
|
|
61
|
+
Format_Tarih_ga = 109,
|
|
62
|
+
Format_Tarih_ggaa = 110,
|
|
63
|
+
Format_Tarih_ggaaa = 111,
|
|
64
|
+
Format_Tarih_ggaaaa = 112,
|
|
65
|
+
Format_Tarih_gaaaa = 113,
|
|
66
|
+
Format_View = 114,
|
|
67
|
+
Format_Session = 115,
|
|
68
|
+
Format_Kisi = 116,
|
|
69
|
+
Format_Okunma = 117,
|
|
70
|
+
Format_Dinlenme = 118,
|
|
71
|
+
Format_Euro_Kuruslu = 24,
|
|
72
|
+
Format_Euro_Kurussuz = 25,
|
|
73
|
+
Format_Sterlin_Kuruslu = 26,
|
|
74
|
+
Format_Sterlin_Kurussuz = 27,
|
|
75
|
+
Format_Tarih_yyyymmdd_tireli = 120,
|
|
76
|
+
Format_TLSembol_Kuruslu = 28,
|
|
77
|
+
Format_TLSembol_Kurussuz = 29,
|
|
78
|
+
Format_Lead = 47,
|
|
79
|
+
Format_Tarih_AAAAYYYY = 121
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=fourDConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fourDConstants.d.ts","sourceRoot":"","sources":["../../../src/app/components/api/models/fourDConstants.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,KAAK,IAAI;IACT,IAAI,IAAI;IACR,MAAM,IAAI;IACV,SAAS,IAAI;CACd;AAED,oBAAY,MAAM;IAChB,OAAO,MAAM;IACb,OAAO,aAAa;IACpB,QAAQ,QAAQ;IAChB,OAAO,UAAU;IACjB,OAAO,UAAU;IACjB,MAAM,YAAY;IAClB,QAAQ,YAAY;IACpB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,QAAQ,aAAa;IACrB,KAAK,QAAQ;IACb,MAAM,UAAU;IAChB,QAAQ,UAAU;IAClB,MAAM,aAAa;IACnB,SAAS,aAAa;IACtB,MAAM,aAAa;IACnB,QAAQ,aAAa;IACrB,QAAQ,YAAY;CACrB;AAGD,oBAAY,YAAY;IACtB,MAAM,KAAK;IACX,SAAS,IAAI;IACb,MAAM,IAAI;IACV,SAAS,IAAI;IACb,SAAS,IAAI;IACb,QAAQ,KAAK;IACb,SAAS,IAAI;IACb,SAAS,KAAK;IACd,MAAM,IAAI;IACV,MAAM,IAAI;IACV,MAAM,KAAK;CACZ;AAGD,oBAAY,SAAS;IACnB,YAAY,QAAQ;IACpB,YAAY,QAAQ;IACpB,YAAY,MAAM;IAClB,oBAAoB,MAAM;IAC1B,qBAAqB,KAAK;IAC1B,qBAAqB,IAAI;IACzB,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,iBAAiB,KAAK;IACtB,oBAAoB,KAAK;IACzB,sBAAsB,KAAK;IAC3B,oBAAoB,KAAK;IACzB,oBAAoB,KAAK;IACzB,kBAAkB,KAAK;IACvB,qBAAqB,MAAM;IAC3B,uBAAuB,MAAM;IAC7B,qBAAqB,MAAM;IAC3B,UAAU,MAAM;IAChB,aAAa,MAAM;IACnB,UAAU,MAAM;IAChB,eAAe,MAAM;IACrB,iBAAiB,MAAM;IACvB,kBAAkB,MAAM;IACxB,mBAAmB,MAAM;IACzB,kBAAkB,MAAM;IACxB,WAAW,MAAM;IACjB,cAAc,MAAM;IACpB,WAAW,MAAM;IACjB,aAAa,MAAM;IACnB,eAAe,MAAM;IACrB,mBAAmB,KAAK;IACxB,oBAAoB,KAAK;IACzB,sBAAsB,KAAK;IAC3B,uBAAuB,KAAK;IAC5B,4BAA4B,MAAM;IAClC,uBAAuB,KAAK;IAC5B,wBAAwB,KAAK;IAC7B,WAAW,KAAK;IAChB,qBAAqB,MAAM;CAC5B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { GirisDuzeltme } from '../../enums';
|
|
2
|
+
export declare class IzinDetaylari {
|
|
3
|
+
isConfirmed: boolean;
|
|
4
|
+
baslangicTarihi: Date;
|
|
5
|
+
bitisTarihi: Date;
|
|
6
|
+
izinTuru: string;
|
|
7
|
+
izinNotu: string;
|
|
8
|
+
izinSaat: number;
|
|
9
|
+
onaylandi: boolean;
|
|
10
|
+
izinUniqueKodu: number;
|
|
11
|
+
girisDuzeltme: GirisDuzeltme;
|
|
12
|
+
onayBilgisiGorunsun: boolean;
|
|
13
|
+
izinAraligi: Date[];
|
|
14
|
+
iseGirisTarihi: Date;
|
|
15
|
+
istenCikisTarihi: Date;
|
|
16
|
+
isGunuAdet: number;
|
|
17
|
+
onayKaydiVar: boolean;
|
|
18
|
+
onaylanacak: boolean;
|
|
19
|
+
onayUniqueKodu: number;
|
|
20
|
+
ilkTarih: Date;
|
|
21
|
+
}
|
|
22
|
+
export interface IIzinBelgeDetay {
|
|
23
|
+
icerik: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=izinDetaylari.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"izinDetaylari.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/izin-islemleri/izinDetaylari.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,qBAAa,aAAa;IACxB,WAAW,UAAS;IACpB,eAAe,EAAE,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,CAAC;IAClB,QAAQ,SAAM;IACd,QAAQ,SAAM;IACd,QAAQ,SAAK;IACb,SAAS,UAAS;IAClB,cAAc,SAAK;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,mBAAmB,UAAS;IAC5B,WAAW,EAAE,IAAI,EAAE,CAAC;IACpB,cAAc,EAAE,IAAI,CAAC;IACrB,gBAAgB,EAAE,IAAI,CAAC;IACvB,UAAU,SAAK;IACf,YAAY,UAAS;IACrB,WAAW,UAAS;IACpB,cAAc,SAAK;IACnB,QAAQ,EAAE,IAAI,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SelectItem } from 'primeng/api';
|
|
2
|
+
import { Favori } from '../../ortak';
|
|
3
|
+
export declare class IzinFiltreAlanlari {
|
|
4
|
+
onayDurumuPop: SelectItem<string>[];
|
|
5
|
+
yilPop: SelectItem<string>[];
|
|
6
|
+
seciliOnayDurumu: string;
|
|
7
|
+
seciliYil: string;
|
|
8
|
+
favoriBilgileri: Favori;
|
|
9
|
+
}
|
|
10
|
+
export declare class IzinFiltreParametreleri {
|
|
11
|
+
onayDurumu: string;
|
|
12
|
+
yil: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=izinFiltre.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"izinFiltre.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/izin-islemleri/izinFiltre.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,qBAAa,kBAAkB;IAC7B,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACzC,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAElC,gBAAgB,SAAM;IACtB,SAAS,SAAM;IACf,eAAe,SAAgB;CAChC;AAED,qBAAa,uBAAuB;IAClC,UAAU,SAAM;IAChB,GAAG,SAAM;CACV"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IzinDetaylari } from './izinDetaylari';
|
|
2
|
+
export declare class IzinGuncelleParametreleri {
|
|
3
|
+
izinDetaylari: IzinDetaylari;
|
|
4
|
+
constructor(izinDetaylari: IzinDetaylari);
|
|
5
|
+
}
|
|
6
|
+
export interface IIzinGuncelleSonuc {
|
|
7
|
+
kayitBasarili: boolean;
|
|
8
|
+
kayitMesaj: string;
|
|
9
|
+
onaylanacak: boolean;
|
|
10
|
+
onayUniqueKodu: number;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=izinGuncelle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"izinGuncelle.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/izin-islemleri/izinGuncelle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,qBAAa,yBAAyB;IACpC,aAAa,EAAE,aAAa,CAAC;gBAEjB,aAAa,EAAE,aAAa;CAGzC;AAED,MAAM,WAAW,kBAAkB;IACjC,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SelectItem } from 'primeng/api';
|
|
2
|
+
export declare class IzinListe {
|
|
3
|
+
gecmiseDonukIzinGirilemesin: boolean;
|
|
4
|
+
onaySutunuGorunsun: boolean;
|
|
5
|
+
izinAdet: number;
|
|
6
|
+
izinListe: IzinListeSatir[];
|
|
7
|
+
hakedisStr: string;
|
|
8
|
+
}
|
|
9
|
+
export declare class IzinListeSatir {
|
|
10
|
+
baslangicTarihi: Date;
|
|
11
|
+
bitisTarihi: Date;
|
|
12
|
+
tarihAraligi: string;
|
|
13
|
+
izinTuru: string;
|
|
14
|
+
izinNotu: string;
|
|
15
|
+
toplamSaat: number;
|
|
16
|
+
onaylandi: string;
|
|
17
|
+
onayDurumu: string;
|
|
18
|
+
onayKaydiVar: boolean;
|
|
19
|
+
onayGondermeTarihi: string;
|
|
20
|
+
onayUniqueKodu: number;
|
|
21
|
+
izinUniqueKodu: number;
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
disableNedeni: string;
|
|
24
|
+
}
|
|
25
|
+
export interface IIzinTurListe {
|
|
26
|
+
izinTuruPop: SelectItem<string>[];
|
|
27
|
+
seciliIzinTuru: string;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=izinListe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"izinListe.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/izin-islemleri/izinListe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,qBAAa,SAAS;IACpB,2BAA2B,UAAS;IACpC,kBAAkB,UAAS;IAC3B,QAAQ,SAAK;IACb,SAAS,EAAE,cAAc,EAAE,CAAM;IACjC,UAAU,SAAM;CACjB;AAED,qBAAa,cAAc;IACzB,eAAe,EAAE,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,CAAC;IAClB,YAAY,SAAM;IAClB,QAAQ,SAAM;IACd,QAAQ,SAAM;IACd,UAAU,SAAK;IACf,SAAS,SAAM;IACf,UAAU,SAAM;IAChB,YAAY,UAAS;IACrB,kBAAkB,SAAM;IACxB,cAAc,SAAK;IACnB,cAAc,SAAK;IACnB,QAAQ,UAAS;IACjB,aAAa,SAAM;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"izinSilAlanlar.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/izin-islemleri/izinSilAlanlar.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC/B,cAAc,SAAK;gBAEP,cAAc,EAAE,MAAM;CAGnC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
+
export declare class OnayDetaylari {
|
|
3
|
+
belgeyiGorebilir: boolean;
|
|
4
|
+
onayTuru: string;
|
|
5
|
+
onayUniqueKodu: number;
|
|
6
|
+
dugmelerGizli: boolean;
|
|
7
|
+
mesaj: string;
|
|
8
|
+
notGizli: boolean;
|
|
9
|
+
onayHakkiYok: boolean;
|
|
10
|
+
gonderimTarihi: string;
|
|
11
|
+
gonderimSaati: string;
|
|
12
|
+
onayHTML: string;
|
|
13
|
+
onayHTMLURL: string;
|
|
14
|
+
onayHTMLTrustedResourceURL: SafeResourceUrl;
|
|
15
|
+
belgeNo: string;
|
|
16
|
+
belgeTutariTL: number;
|
|
17
|
+
belgeTutariParaBirimi: string;
|
|
18
|
+
belgeTutariDovizKuru: number;
|
|
19
|
+
islemKodu: string;
|
|
20
|
+
isKodu: string;
|
|
21
|
+
planKodu: string;
|
|
22
|
+
ajansKodu: string;
|
|
23
|
+
planlamaSirketiKodu: string;
|
|
24
|
+
belgeAciklamasi: string;
|
|
25
|
+
gonderenKodu: string;
|
|
26
|
+
gecerliAsama: number;
|
|
27
|
+
asamaSayisi: number;
|
|
28
|
+
gondermeAciklamasi: string;
|
|
29
|
+
ekler: IOnayEkler[];
|
|
30
|
+
yetkililer: IOnayYetkili[];
|
|
31
|
+
hareketler: IOnayHareket[];
|
|
32
|
+
ekBelgeEklemekZorunlu: boolean;
|
|
33
|
+
ekBelgeEklenebilir: boolean;
|
|
34
|
+
ekBelgeDosyaUzantilari: string;
|
|
35
|
+
ekBelgeDosyaTuru: string;
|
|
36
|
+
ekBelgeDosyaAdi: string;
|
|
37
|
+
ekBelgeMaksimumBoyut: number;
|
|
38
|
+
ekBelgeURL: string;
|
|
39
|
+
ekBelgeIcon: string;
|
|
40
|
+
ekBelgeler: IOnayEkBelge[];
|
|
41
|
+
ekBilgiler: IOnayEkBilgi[];
|
|
42
|
+
cokAjansli: boolean;
|
|
43
|
+
cokPlanlamaSirketli: boolean;
|
|
44
|
+
}
|
|
45
|
+
interface IOnayEkler {
|
|
46
|
+
link: string;
|
|
47
|
+
icon: string;
|
|
48
|
+
label: string;
|
|
49
|
+
siraNo: number;
|
|
50
|
+
}
|
|
51
|
+
interface IOnayYetkili {
|
|
52
|
+
onayciKodu: string;
|
|
53
|
+
asamaNo: number;
|
|
54
|
+
zorunlu: boolean;
|
|
55
|
+
onay: boolean;
|
|
56
|
+
bilgi: boolean;
|
|
57
|
+
yedek: boolean;
|
|
58
|
+
}
|
|
59
|
+
interface IOnayHareket {
|
|
60
|
+
onayciKodu: string;
|
|
61
|
+
kayitTarihi: string;
|
|
62
|
+
kayitSaati: string;
|
|
63
|
+
aciklama: string;
|
|
64
|
+
onayDurumu: string;
|
|
65
|
+
asamaNo: number;
|
|
66
|
+
zorunlu: boolean;
|
|
67
|
+
onay: boolean;
|
|
68
|
+
bilgi: boolean;
|
|
69
|
+
yedek: boolean;
|
|
70
|
+
}
|
|
71
|
+
interface IOnayEkBelge {
|
|
72
|
+
link: string;
|
|
73
|
+
icon: string;
|
|
74
|
+
label: string;
|
|
75
|
+
siraNo: number;
|
|
76
|
+
}
|
|
77
|
+
interface IOnayEkBilgi {
|
|
78
|
+
baslik: string;
|
|
79
|
+
deger: string;
|
|
80
|
+
}
|
|
81
|
+
export {};
|
|
82
|
+
//# sourceMappingURL=onayDetaylari.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onayDetaylari.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/kullanici-onay-islemleri/onayDetaylari.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,qBAAa,aAAa;IACxB,gBAAgB,UAAS;IACzB,QAAQ,SAAM;IACd,cAAc,SAAK;IACnB,aAAa,UAAS;IACtB,KAAK,SAAM;IACX,QAAQ,UAAS;IACjB,YAAY,UAAS;IACrB,cAAc,SAAM;IACpB,aAAa,SAAM;IACnB,QAAQ,SAAM;IACd,WAAW,SAAM;IACjB,0BAA0B,EAAE,eAAe,CAAC;IAC5C,OAAO,SAAM;IACb,aAAa,SAAK;IAClB,qBAAqB,SAAM;IAC3B,oBAAoB,SAAK;IACzB,SAAS,SAAM;IACf,MAAM,SAAM;IACZ,QAAQ,SAAM;IACd,SAAS,SAAM;IACf,mBAAmB,SAAM;IACzB,eAAe,SAAM;IACrB,YAAY,SAAM;IAClB,YAAY,SAAK;IACjB,WAAW,SAAK;IAChB,kBAAkB,SAAM;IACxB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,qBAAqB,UAAS;IAC9B,kBAAkB,UAAS;IAC3B,sBAAsB,SAAM;IAC5B,gBAAgB,SAAM;IACtB,eAAe,SAAM;IACrB,oBAAoB,SAAK;IACzB,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,UAAU,UAAS;IACnB,mBAAmB,UAAS;CAC7B;AAED,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Favori } from '../../ortak';
|
|
2
|
+
import { SelectItem } from 'primeng/api';
|
|
3
|
+
export declare class OnayFiltreAlanlari {
|
|
4
|
+
iptalDurumuPop: SelectItem<string>[];
|
|
5
|
+
onayTuruPop: SelectItem<string>[];
|
|
6
|
+
gonderenPop: SelectItem<string>[];
|
|
7
|
+
onayDurumuPop: SelectItem<string>[];
|
|
8
|
+
onayDurumumPop: SelectItem<string>[];
|
|
9
|
+
tarihKriteriPop: SelectItem<string>[];
|
|
10
|
+
ajansPop?: SelectItem<string>[];
|
|
11
|
+
planlamaSirketiPop?: SelectItem<string>[];
|
|
12
|
+
seciliIptalDurumu: string;
|
|
13
|
+
seciliOnayTuru: string;
|
|
14
|
+
seciliGonderen: string;
|
|
15
|
+
seciliOnayDurumu: string;
|
|
16
|
+
seciliOnayDurumum: string;
|
|
17
|
+
seciliAjans?: string;
|
|
18
|
+
seciliPlanlamaSirketi?: string;
|
|
19
|
+
tarihKriteri: string;
|
|
20
|
+
baslangicTarihi: Date;
|
|
21
|
+
bitisTarihi: Date;
|
|
22
|
+
topluOnayVerilebilir: boolean;
|
|
23
|
+
favoriBilgileri: Favori;
|
|
24
|
+
}
|
|
25
|
+
export declare class OnayFiltreParametreleri {
|
|
26
|
+
listeTuru: string;
|
|
27
|
+
iptalDurumu: string;
|
|
28
|
+
onayTuru: string;
|
|
29
|
+
gonderen: string;
|
|
30
|
+
onayDurumu: string;
|
|
31
|
+
onayDurumum: string;
|
|
32
|
+
medPlanKodu?: string;
|
|
33
|
+
isKodu?: string;
|
|
34
|
+
aciklama: string;
|
|
35
|
+
baslangicTarihi: Date;
|
|
36
|
+
bitisTarihi: Date;
|
|
37
|
+
tarihKriteri: string;
|
|
38
|
+
ajans?: string;
|
|
39
|
+
planlamaSirketi?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=onayFiltre.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onayFiltre.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/kullanici-onay-islemleri/onayFiltre.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,qBAAa,kBAAkB;IAC7B,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAC1C,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACvC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACvC,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACzC,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAC1C,eAAe,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAC3C,QAAQ,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IACrC,kBAAkB,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAM;IAE/C,iBAAiB,SAAM;IACvB,cAAc,SAAM;IACpB,cAAc,SAAM;IACpB,gBAAgB,SAAM;IACtB,iBAAiB,SAAM;IACvB,WAAW,CAAC,SAAK;IACjB,qBAAqB,CAAC,SAAK;IAC3B,YAAY,SAAM;IAClB,eAAe,EAAE,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,CAAC;IAClB,oBAAoB,UAAS;IAC7B,eAAe,SAAgB;CAChC;AAED,qBAAa,uBAAuB;IAClC,SAAS,SAAM;IACf,WAAW,SAAM;IACjB,QAAQ,SAAM;IACd,QAAQ,SAAM;IACd,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,WAAW,CAAC,SAAK;IACjB,MAAM,CAAC,SAAK;IACZ,QAAQ,SAAM;IACd,eAAe,EAAE,IAAI,CAAc;IACnC,WAAW,EAAE,IAAI,CAAc;IAC/B,YAAY,SAAM;IAClB,KAAK,CAAC,SAAK;IACX,eAAe,CAAC,SAAK;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onayGuncelle.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/kullanici-onay-islemleri/onayGuncelle.ts"],"names":[],"mappings":"AAAA,qBAAa,yBAAyB;IACpC,aAAa,SAAM;IACnB,cAAc,SAAK;IACnB,OAAO,SAAK;IACZ,GAAG,SAAM;IACT,SAAS,SAAM;CAChB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare class OnayListeSatir {
|
|
2
|
+
gondermeAciklamasi: string;
|
|
3
|
+
asamaSayisi: number;
|
|
4
|
+
belgeNo: string;
|
|
5
|
+
belgeTarihi: string;
|
|
6
|
+
gecerliAsama: number;
|
|
7
|
+
gonderenKodu: string;
|
|
8
|
+
gonderimTarihi: Date;
|
|
9
|
+
gonderimSaati: string;
|
|
10
|
+
iptal: string;
|
|
11
|
+
kalanGunSayisi: number;
|
|
12
|
+
kimdeBekliyor: string;
|
|
13
|
+
planKodu?: string;
|
|
14
|
+
isKodu?: string;
|
|
15
|
+
planlamaSirketiKodu?: string;
|
|
16
|
+
ajansKodu?: string;
|
|
17
|
+
onayAsamaSayisi: number;
|
|
18
|
+
onayTuru: string;
|
|
19
|
+
onayUniqueKodu: number;
|
|
20
|
+
onaylandi: string;
|
|
21
|
+
deadlineAsimi: number;
|
|
22
|
+
oncelik: number;
|
|
23
|
+
sec: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare class OnayListe {
|
|
26
|
+
onayAdet: number;
|
|
27
|
+
onayListe: OnayListeSatir[];
|
|
28
|
+
renklendir: boolean;
|
|
29
|
+
cokAjansli?: boolean;
|
|
30
|
+
cokPlanlamaSirketli?: boolean;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=onayListe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onayListe.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/api/models/kisisel/kullanici-onay-islemleri/onayListe.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACzB,kBAAkB,SAAM;IACxB,WAAW,SAAK;IAChB,OAAO,SAAM;IACb,WAAW,SAAM;IACjB,YAAY,SAAK;IACjB,YAAY,SAAM;IAClB,cAAc,EAAE,IAAI,CAAC;IACrB,aAAa,SAAM;IACnB,KAAK,SAAM;IACX,cAAc,SAAK;IACnB,aAAa,SAAM;IACnB,QAAQ,CAAC,SAAK;IACd,MAAM,CAAC,SAAK;IACZ,mBAAmB,CAAC,SAAK;IACzB,SAAS,CAAC,SAAK;IACf,eAAe,SAAK;IACpB,QAAQ,SAAM;IACd,cAAc,SAAK;IACnB,SAAS,SAAM;IACf,aAAa,SAAK;IAClB,OAAO,SAAK;IACZ,GAAG,UAAS;CACb;AAED,qBAAa,SAAS;IACpB,QAAQ,SAAK;IACb,SAAS,EAAE,cAAc,EAAE,CAAM;IACjC,UAAU,UAAS;IACnB,UAAU,CAAC,UAAQ;IACnB,mBAAmB,CAAC,UAAQ;CAC7B"}
|