limitng 0.17.35 → 0.17.36
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/models/bildirimler/index.d.ts +6 -0
- package/api/models/bildirimler/limitng-api-models-bildirimler.d.ts.map +1 -0
- package/api/models/bildirimler/public_api.d.ts +2 -0
- package/api/models/bildirimler/public_api.d.ts.map +1 -0
- package/esm2022/api/models/bildirimler/limitng-api-models-bildirimler.mjs +5 -0
- package/esm2022/api/models/bildirimler/public_api.mjs +2 -0
- package/fesm2022/limitng-api-models-bildirimler.mjs +45 -0
- package/fesm2022/limitng-api-models-bildirimler.mjs.map +1 -0
- package/package.json +53 -47
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-api-models-bildirimler.d.ts","sourceRoot":"","sources":["../../../../src/app/components/api/models/bildirimler/limitng-api-models-bildirimler.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../../src/app/components/api/models/bildirimler/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGltaXRuZy1hcGktbW9kZWxzLWJpbGRpcmltbGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2FwaS9tb2RlbHMvYmlsZGlyaW1sZXIvbGltaXRuZy1hcGktbW9kZWxzLWJpbGRpcmltbGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './bildirimler';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9hcGkvbW9kZWxzL2JpbGRpcmltbGVyL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxlQUFlLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JpbGRpcmltbGVyJztcclxuIl19
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
class Bildirimler {
|
|
2
|
+
constructor() {
|
|
3
|
+
this.Hazirlananlar = [];
|
|
4
|
+
this.Bekleyenler = [];
|
|
5
|
+
this.Mesajlar = [];
|
|
6
|
+
this.GorulmeyenAdet = 0;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
class BildirimHazirlananlar {
|
|
10
|
+
constructor() {
|
|
11
|
+
this.SiraNo = 0;
|
|
12
|
+
this.RaporID = 0;
|
|
13
|
+
this.RaporAdi = '';
|
|
14
|
+
this.GorunenAd = '';
|
|
15
|
+
this.DosyaTuru = '';
|
|
16
|
+
this.Hazirlanma = '';
|
|
17
|
+
this.SonucAciklama = '';
|
|
18
|
+
this.IslemBasarili = false;
|
|
19
|
+
this.Goruldu = false;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
class BildirimBekleyenler {
|
|
23
|
+
constructor() {
|
|
24
|
+
this.SiraNo = 0;
|
|
25
|
+
this.RaporID = 0;
|
|
26
|
+
this.GorunenAd = '';
|
|
27
|
+
this.RaporAdi = '';
|
|
28
|
+
this.DosyaTuru = '';
|
|
29
|
+
this.HazirlanacakTarihSaat = '';
|
|
30
|
+
this.Hazirlaniyor = '';
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
class MesajListe {
|
|
34
|
+
constructor() {
|
|
35
|
+
this.isKodu = '';
|
|
36
|
+
this.OkunmayanAdet = 0;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Generated bundle index. Do not edit.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
export { BildirimBekleyenler, BildirimHazirlananlar, Bildirimler, MesajListe };
|
|
45
|
+
//# sourceMappingURL=limitng-api-models-bildirimler.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitng-api-models-bildirimler.mjs","sources":["../../src/app/components/api/models/bildirimler/bildirimler.ts","../../src/app/components/api/models/bildirimler/limitng-api-models-bildirimler.ts"],"sourcesContent":["export class Bildirimler {\r\n Hazirlananlar: BildirimHazirlananlar[] = [];\r\n Bekleyenler: BildirimBekleyenler[] = [];\r\n Mesajlar: MesajListe[] = [];\r\n GorulmeyenAdet = 0;\r\n}\r\n\r\nexport class BildirimHazirlananlar {\r\n SiraNo = 0;\r\n RaporID = 0;\r\n RaporAdi = '';\r\n GorunenAd = '';\r\n DosyaTuru = '';\r\n Hazirlanma = '';\r\n SonucAciklama = '';\r\n IslemBasarili = false;\r\n Goruldu = false;\r\n}\r\n\r\nexport class BildirimBekleyenler {\r\n SiraNo = 0;\r\n RaporID = 0;\r\n GorunenAd = '';\r\n RaporAdi = '';\r\n DosyaTuru = '';\r\n HazirlanacakTarihSaat = '';\r\n Hazirlaniyor = '';\r\n}\r\n\r\nexport class MesajListe {\r\n isKodu = '';\r\n OkunmayanAdet = 0;\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"MAAa,WAAW,CAAA;AAAxB,IAAA,WAAA,GAAA;QACE,IAAa,CAAA,aAAA,GAA4B,EAAE,CAAC;QAC5C,IAAW,CAAA,WAAA,GAA0B,EAAE,CAAC;QACxC,IAAQ,CAAA,QAAA,GAAiB,EAAE,CAAC;QAC5B,IAAc,CAAA,cAAA,GAAG,CAAC,CAAC;KACpB;AAAA,CAAA;MAEY,qBAAqB,CAAA;AAAlC,IAAA,WAAA,GAAA;QACE,IAAM,CAAA,MAAA,GAAG,CAAC,CAAC;QACX,IAAO,CAAA,OAAA,GAAG,CAAC,CAAC;QACZ,IAAQ,CAAA,QAAA,GAAG,EAAE,CAAC;QACd,IAAS,CAAA,SAAA,GAAG,EAAE,CAAC;QACf,IAAS,CAAA,SAAA,GAAG,EAAE,CAAC;QACf,IAAU,CAAA,UAAA,GAAG,EAAE,CAAC;QAChB,IAAa,CAAA,aAAA,GAAG,EAAE,CAAC;QACnB,IAAa,CAAA,aAAA,GAAG,KAAK,CAAC;QACtB,IAAO,CAAA,OAAA,GAAG,KAAK,CAAC;KACjB;AAAA,CAAA;MAEY,mBAAmB,CAAA;AAAhC,IAAA,WAAA,GAAA;QACE,IAAM,CAAA,MAAA,GAAG,CAAC,CAAC;QACX,IAAO,CAAA,OAAA,GAAG,CAAC,CAAC;QACZ,IAAS,CAAA,SAAA,GAAG,EAAE,CAAC;QACf,IAAQ,CAAA,QAAA,GAAG,EAAE,CAAC;QACd,IAAS,CAAA,SAAA,GAAG,EAAE,CAAC;QACf,IAAqB,CAAA,qBAAA,GAAG,EAAE,CAAC;QAC3B,IAAY,CAAA,YAAA,GAAG,EAAE,CAAC;KACnB;AAAA,CAAA;MAEY,UAAU,CAAA;AAAvB,IAAA,WAAA,GAAA;QACE,IAAM,CAAA,MAAA,GAAG,EAAE,CAAC;QACZ,IAAa,CAAA,aAAA,GAAG,CAAC,CAAC;KACnB;AAAA;;AChCD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "limitng",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.36",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "http://limitdestek.com:3000/Limit/LimitNG"
|
|
@@ -50,18 +50,6 @@
|
|
|
50
50
|
"esm": "./esm2022/api/limitng-api.mjs",
|
|
51
51
|
"default": "./fesm2022/limitng-api.mjs"
|
|
52
52
|
},
|
|
53
|
-
"./directives": {
|
|
54
|
-
"types": "./directives/index.d.ts",
|
|
55
|
-
"esm2022": "./esm2022/directives/limitng-directives.mjs",
|
|
56
|
-
"esm": "./esm2022/directives/limitng-directives.mjs",
|
|
57
|
-
"default": "./fesm2022/limitng-directives.mjs"
|
|
58
|
-
},
|
|
59
|
-
"./filtre-bar": {
|
|
60
|
-
"types": "./filtre-bar/index.d.ts",
|
|
61
|
-
"esm2022": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
|
|
62
|
-
"esm": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
|
|
63
|
-
"default": "./fesm2022/limitng-filtre-bar.mjs"
|
|
64
|
-
},
|
|
65
53
|
"./dikey-baslikli-panel": {
|
|
66
54
|
"types": "./dikey-baslikli-panel/index.d.ts",
|
|
67
55
|
"esm2022": "./esm2022/dikey-baslikli-panel/limitng-dikey-baslikli-panel.mjs",
|
|
@@ -74,6 +62,18 @@
|
|
|
74
62
|
"esm": "./esm2022/geri-ileri-detay/limitng-geri-ileri-detay.mjs",
|
|
75
63
|
"default": "./fesm2022/limitng-geri-ileri-detay.mjs"
|
|
76
64
|
},
|
|
65
|
+
"./filtre-bar": {
|
|
66
|
+
"types": "./filtre-bar/index.d.ts",
|
|
67
|
+
"esm2022": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
|
|
68
|
+
"esm": "./esm2022/filtre-bar/limitng-filtre-bar.mjs",
|
|
69
|
+
"default": "./fesm2022/limitng-filtre-bar.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./directives": {
|
|
72
|
+
"types": "./directives/index.d.ts",
|
|
73
|
+
"esm2022": "./esm2022/directives/limitng-directives.mjs",
|
|
74
|
+
"esm": "./esm2022/directives/limitng-directives.mjs",
|
|
75
|
+
"default": "./fesm2022/limitng-directives.mjs"
|
|
76
|
+
},
|
|
77
77
|
"./geri-ileri-liste": {
|
|
78
78
|
"types": "./geri-ileri-liste/index.d.ts",
|
|
79
79
|
"esm2022": "./esm2022/geri-ileri-liste/limitng-geri-ileri-liste.mjs",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"esm": "./esm2022/pipes/limitng-pipes.mjs",
|
|
87
87
|
"default": "./fesm2022/limitng-pipes.mjs"
|
|
88
88
|
},
|
|
89
|
-
"./
|
|
90
|
-
"types": "./
|
|
91
|
-
"esm2022": "./esm2022/
|
|
92
|
-
"esm": "./esm2022/
|
|
93
|
-
"default": "./fesm2022/limitng-
|
|
89
|
+
"./rapor-kart": {
|
|
90
|
+
"types": "./rapor-kart/index.d.ts",
|
|
91
|
+
"esm2022": "./esm2022/rapor-kart/limitng-rapor-kart.mjs",
|
|
92
|
+
"esm": "./esm2022/rapor-kart/limitng-rapor-kart.mjs",
|
|
93
|
+
"default": "./fesm2022/limitng-rapor-kart.mjs"
|
|
94
94
|
},
|
|
95
95
|
"./sol-kucuk-kart": {
|
|
96
96
|
"types": "./sol-kucuk-kart/index.d.ts",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"esm": "./esm2022/sol-kucuk-kart/limitng-sol-kucuk-kart.mjs",
|
|
99
99
|
"default": "./fesm2022/limitng-sol-kucuk-kart.mjs"
|
|
100
100
|
},
|
|
101
|
-
"./
|
|
102
|
-
"types": "./
|
|
103
|
-
"esm2022": "./esm2022/
|
|
104
|
-
"esm": "./esm2022/
|
|
105
|
-
"default": "./fesm2022/limitng-
|
|
101
|
+
"./sol-buyuk-kart": {
|
|
102
|
+
"types": "./sol-buyuk-kart/index.d.ts",
|
|
103
|
+
"esm2022": "./esm2022/sol-buyuk-kart/limitng-sol-buyuk-kart.mjs",
|
|
104
|
+
"esm": "./esm2022/sol-buyuk-kart/limitng-sol-buyuk-kart.mjs",
|
|
105
|
+
"default": "./fesm2022/limitng-sol-buyuk-kart.mjs"
|
|
106
106
|
},
|
|
107
107
|
"./yatay-baslikli-panel": {
|
|
108
108
|
"types": "./yatay-baslikli-panel/index.d.ts",
|
|
@@ -116,36 +116,36 @@
|
|
|
116
116
|
"esm": "./esm2022/api/models/limitng-api-models.mjs",
|
|
117
117
|
"default": "./fesm2022/limitng-api-models.mjs"
|
|
118
118
|
},
|
|
119
|
-
"./directives/adresAlani.directive": {
|
|
120
|
-
"types": "./directives/adresAlani.directive/index.d.ts",
|
|
121
|
-
"esm2022": "./esm2022/directives/adresAlani.directive/limitng-directives-adresAlani.directive.mjs",
|
|
122
|
-
"esm": "./esm2022/directives/adresAlani.directive/limitng-directives-adresAlani.directive.mjs",
|
|
123
|
-
"default": "./fesm2022/limitng-directives-adresAlani.directive.mjs"
|
|
124
|
-
},
|
|
125
119
|
"./directives/adAlani.directive": {
|
|
126
120
|
"types": "./directives/adAlani.directive/index.d.ts",
|
|
127
121
|
"esm2022": "./esm2022/directives/adAlani.directive/limitng-directives-adAlani.directive.mjs",
|
|
128
122
|
"esm": "./esm2022/directives/adAlani.directive/limitng-directives-adAlani.directive.mjs",
|
|
129
123
|
"default": "./fesm2022/limitng-directives-adAlani.directive.mjs"
|
|
130
124
|
},
|
|
131
|
-
"./directives/ciftBoslukTek.directive": {
|
|
132
|
-
"types": "./directives/ciftBoslukTek.directive/index.d.ts",
|
|
133
|
-
"esm2022": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
|
|
134
|
-
"esm": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
|
|
135
|
-
"default": "./fesm2022/limitng-directives-ciftBoslukTek.directive.mjs"
|
|
136
|
-
},
|
|
137
125
|
"./directives/buyukHarf.directive": {
|
|
138
126
|
"types": "./directives/buyukHarf.directive/index.d.ts",
|
|
139
127
|
"esm2022": "./esm2022/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs",
|
|
140
128
|
"esm": "./esm2022/directives/buyukHarf.directive/limitng-directives-buyukHarf.directive.mjs",
|
|
141
129
|
"default": "./fesm2022/limitng-directives-buyukHarf.directive.mjs"
|
|
142
130
|
},
|
|
131
|
+
"./directives/ciftBoslukTek.directive": {
|
|
132
|
+
"types": "./directives/ciftBoslukTek.directive/index.d.ts",
|
|
133
|
+
"esm2022": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
|
|
134
|
+
"esm": "./esm2022/directives/ciftBoslukTek.directive/limitng-directives-ciftBoslukTek.directive.mjs",
|
|
135
|
+
"default": "./fesm2022/limitng-directives-ciftBoslukTek.directive.mjs"
|
|
136
|
+
},
|
|
143
137
|
"./directives/dirty.directive": {
|
|
144
138
|
"types": "./directives/dirty.directive/index.d.ts",
|
|
145
139
|
"esm2022": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
|
|
146
140
|
"esm": "./esm2022/directives/dirty.directive/limitng-directives-dirty.directive.mjs",
|
|
147
141
|
"default": "./fesm2022/limitng-directives-dirty.directive.mjs"
|
|
148
142
|
},
|
|
143
|
+
"./directives/adresAlani.directive": {
|
|
144
|
+
"types": "./directives/adresAlani.directive/index.d.ts",
|
|
145
|
+
"esm2022": "./esm2022/directives/adresAlani.directive/limitng-directives-adresAlani.directive.mjs",
|
|
146
|
+
"esm": "./esm2022/directives/adresAlani.directive/limitng-directives-adresAlani.directive.mjs",
|
|
147
|
+
"default": "./fesm2022/limitng-directives-adresAlani.directive.mjs"
|
|
148
|
+
},
|
|
149
149
|
"./directives/disable.directive": {
|
|
150
150
|
"types": "./directives/disable.directive/index.d.ts",
|
|
151
151
|
"esm2022": "./esm2022/directives/disable.directive/limitng-directives-disable.directive.mjs",
|
|
@@ -158,18 +158,18 @@
|
|
|
158
158
|
"esm": "./esm2022/directives/flexBasis.directive/limitng-directives-flexBasis.directive.mjs",
|
|
159
159
|
"default": "./fesm2022/limitng-directives-flexBasis.directive.mjs"
|
|
160
160
|
},
|
|
161
|
-
"./directives/ilkHarfBuyuk.directive": {
|
|
162
|
-
"types": "./directives/ilkHarfBuyuk.directive/index.d.ts",
|
|
163
|
-
"esm2022": "./esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs",
|
|
164
|
-
"esm": "./esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs",
|
|
165
|
-
"default": "./fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs"
|
|
166
|
-
},
|
|
167
161
|
"./directives/kodAlani.directive": {
|
|
168
162
|
"types": "./directives/kodAlani.directive/index.d.ts",
|
|
169
163
|
"esm2022": "./esm2022/directives/kodAlani.directive/limitng-directives-kodAlani.directive.mjs",
|
|
170
164
|
"esm": "./esm2022/directives/kodAlani.directive/limitng-directives-kodAlani.directive.mjs",
|
|
171
165
|
"default": "./fesm2022/limitng-directives-kodAlani.directive.mjs"
|
|
172
166
|
},
|
|
167
|
+
"./directives/ilkHarfBuyuk.directive": {
|
|
168
|
+
"types": "./directives/ilkHarfBuyuk.directive/index.d.ts",
|
|
169
|
+
"esm2022": "./esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs",
|
|
170
|
+
"esm": "./esm2022/directives/ilkHarfBuyuk.directive/limitng-directives-ilkHarfBuyuk.directive.mjs",
|
|
171
|
+
"default": "./fesm2022/limitng-directives-ilkHarfBuyuk.directive.mjs"
|
|
172
|
+
},
|
|
173
173
|
"./directives/maksimumUzunluk.directive": {
|
|
174
174
|
"types": "./directives/maksimumUzunluk.directive/index.d.ts",
|
|
175
175
|
"esm2022": "./esm2022/directives/maksimumUzunluk.directive/limitng-directives-maksimumUzunluk.directive.mjs",
|
|
@@ -182,18 +182,18 @@
|
|
|
182
182
|
"esm": "./esm2022/directives/sagSolBoslukSil.directive/limitng-directives-sagSolBoslukSil.directive.mjs",
|
|
183
183
|
"default": "./fesm2022/limitng-directives-sagSolBoslukSil.directive.mjs"
|
|
184
184
|
},
|
|
185
|
-
"./directives/standartAlan.directive": {
|
|
186
|
-
"types": "./directives/standartAlan.directive/index.d.ts",
|
|
187
|
-
"esm2022": "./esm2022/directives/standartAlan.directive/limitng-directives-standartAlan.directive.mjs",
|
|
188
|
-
"esm": "./esm2022/directives/standartAlan.directive/limitng-directives-standartAlan.directive.mjs",
|
|
189
|
-
"default": "./fesm2022/limitng-directives-standartAlan.directive.mjs"
|
|
190
|
-
},
|
|
191
185
|
"./directives/sutunGenisligi.directive": {
|
|
192
186
|
"types": "./directives/sutunGenisligi.directive/index.d.ts",
|
|
193
187
|
"esm2022": "./esm2022/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.mjs",
|
|
194
188
|
"esm": "./esm2022/directives/sutunGenisligi.directive/limitng-directives-sutunGenisligi.directive.mjs",
|
|
195
189
|
"default": "./fesm2022/limitng-directives-sutunGenisligi.directive.mjs"
|
|
196
190
|
},
|
|
191
|
+
"./directives/standartAlan.directive": {
|
|
192
|
+
"types": "./directives/standartAlan.directive/index.d.ts",
|
|
193
|
+
"esm2022": "./esm2022/directives/standartAlan.directive/limitng-directives-standartAlan.directive.mjs",
|
|
194
|
+
"esm": "./esm2022/directives/standartAlan.directive/limitng-directives-standartAlan.directive.mjs",
|
|
195
|
+
"default": "./fesm2022/limitng-directives-standartAlan.directive.mjs"
|
|
196
|
+
},
|
|
197
197
|
"./directives/tumBoslukSil.directive": {
|
|
198
198
|
"types": "./directives/tumBoslukSil.directive/index.d.ts",
|
|
199
199
|
"esm2022": "./esm2022/directives/tumBoslukSil.directive/limitng-directives-tumBoslukSil.directive.mjs",
|
|
@@ -247,6 +247,12 @@
|
|
|
247
247
|
"esm2022": "./esm2022/rapor-kart/models/limitng-rapor-kart-models.mjs",
|
|
248
248
|
"esm": "./esm2022/rapor-kart/models/limitng-rapor-kart-models.mjs",
|
|
249
249
|
"default": "./fesm2022/limitng-rapor-kart-models.mjs"
|
|
250
|
+
},
|
|
251
|
+
"./api/models/bildirimler": {
|
|
252
|
+
"types": "./api/models/bildirimler/index.d.ts",
|
|
253
|
+
"esm2022": "./esm2022/api/models/bildirimler/limitng-api-models-bildirimler.mjs",
|
|
254
|
+
"esm": "./esm2022/api/models/bildirimler/limitng-api-models-bildirimler.mjs",
|
|
255
|
+
"default": "./fesm2022/limitng-api-models-bildirimler.mjs"
|
|
250
256
|
}
|
|
251
257
|
},
|
|
252
258
|
"sideEffects": false,
|