@senior-gestao-empresarial/angular-components 6.11.2 → 6.11.4-9d2c374d-d66e-4513-b83b-d0162b6ae1ab
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/bundles/senior-gestao-empresarial-angular-components.umd.js +128 -111
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +2 -2
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/lookups/entities/e-043-pcm-lookup.d.ts +1 -0
- package/components/permissions/protocols/modules.enum.d.ts +9 -1
- package/core/enums/enum-ana-sin.d.ts +4 -0
- package/core/enums/enum-nat-ctb.d.ts +5 -0
- package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +40 -37
- package/esm2015/components/lookups/entities/e-048-fct-lookup.js +8 -8
- package/esm2015/components/lookups/entities/e-048-sfc-lookup.js +59 -65
- package/esm2015/components/permissions/protocols/modules.enum.js +9 -1
- package/esm2015/core/enums/enum-ana-sin.js +6 -0
- package/esm2015/core/enums/enum-nat-ctb.js +7 -0
- package/esm2015/senior-gestao-empresarial-angular-components.js +5 -3
- package/esm5/components/lookups/entities/e-043-mpc-lookup.js +2 -2
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +42 -38
- package/esm5/components/lookups/entities/e-048-fct-lookup.js +8 -8
- package/esm5/components/lookups/entities/e-048-sfc-lookup.js +60 -66
- package/esm5/components/permissions/protocols/modules.enum.js +9 -1
- package/esm5/core/enums/enum-ana-sin.js +6 -0
- package/esm5/core/enums/enum-nat-ctb.js +7 -0
- package/esm5/senior-gestao-empresarial-angular-components.js +5 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +125 -109
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +127 -110
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +2 -2
- package/senior-gestao-empresarial-angular-components.d.ts +4 -2
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -5035,29 +5035,29 @@ let E048FctLookup = class E048FctLookup extends ErpLookups {
|
|
|
5035
5035
|
constructor(lookupService, translate) {
|
|
5036
5036
|
super(lookupService, translate, "e048fct", [
|
|
5037
5037
|
{
|
|
5038
|
+
type: FieldType.String,
|
|
5038
5039
|
name: "codFct",
|
|
5039
|
-
type: FieldType.String
|
|
5040
5040
|
}, {
|
|
5041
|
+
type: FieldType.String,
|
|
5041
5042
|
name: "desFct",
|
|
5042
|
-
type: FieldType.String
|
|
5043
5043
|
}
|
|
5044
5044
|
], [
|
|
5045
5045
|
{
|
|
5046
|
+
type: FieldType.String,
|
|
5046
5047
|
name: "codFct",
|
|
5047
|
-
type: FieldType.String
|
|
5048
5048
|
}, {
|
|
5049
|
+
type: FieldType.String,
|
|
5049
5050
|
name: "desFct",
|
|
5050
|
-
type: FieldType.String
|
|
5051
5051
|
}
|
|
5052
5052
|
], [
|
|
5053
5053
|
{
|
|
5054
|
+
type: FieldType.String,
|
|
5054
5055
|
name: "codFct",
|
|
5055
|
-
type: FieldType.String
|
|
5056
5056
|
}, {
|
|
5057
|
+
type: FieldType.String,
|
|
5057
5058
|
name: "desFct",
|
|
5058
|
-
type: FieldType.String
|
|
5059
5059
|
}
|
|
5060
|
-
], "
|
|
5060
|
+
], "erpx_cpl", "foundation");
|
|
5061
5061
|
this.lookupService = lookupService;
|
|
5062
5062
|
this.translate = translate;
|
|
5063
5063
|
}
|
|
@@ -5122,70 +5122,64 @@ var EnumTipCtb;
|
|
|
5122
5122
|
|
|
5123
5123
|
let E048SfcLookup = class E048SfcLookup extends ErpLookups {
|
|
5124
5124
|
constructor(lookupService, translate) {
|
|
5125
|
-
super(
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
type: FieldType.String
|
|
5184
|
-
}, {
|
|
5185
|
-
name: "e041cebCre",
|
|
5186
|
-
type: FieldType.String
|
|
5187
|
-
},
|
|
5188
|
-
], "erpx_fnd", "compliance");
|
|
5125
|
+
super(...(() => {
|
|
5126
|
+
const options = [
|
|
5127
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
|
|
5128
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
|
|
5129
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
|
|
5130
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
|
|
5131
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
|
|
5132
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
|
|
5133
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
|
|
5134
|
+
];
|
|
5135
|
+
return [
|
|
5136
|
+
lookupService,
|
|
5137
|
+
translate,
|
|
5138
|
+
"e048sfc",
|
|
5139
|
+
[
|
|
5140
|
+
{
|
|
5141
|
+
name: "seqFct",
|
|
5142
|
+
type: FieldType.Integer
|
|
5143
|
+
}, {
|
|
5144
|
+
options,
|
|
5145
|
+
name: "anaSin",
|
|
5146
|
+
type: FieldType.Enum,
|
|
5147
|
+
}
|
|
5148
|
+
], [
|
|
5149
|
+
{
|
|
5150
|
+
name: "seqFct",
|
|
5151
|
+
type: FieldType.Integer
|
|
5152
|
+
}, {
|
|
5153
|
+
options,
|
|
5154
|
+
name: "anaSin",
|
|
5155
|
+
type: FieldType.Enum,
|
|
5156
|
+
}, {
|
|
5157
|
+
name: "e041cebDeb",
|
|
5158
|
+
type: FieldType.String
|
|
5159
|
+
}, {
|
|
5160
|
+
name: "e041cebCre",
|
|
5161
|
+
type: FieldType.String
|
|
5162
|
+
},
|
|
5163
|
+
], [
|
|
5164
|
+
{
|
|
5165
|
+
name: "seqFct",
|
|
5166
|
+
type: FieldType.Integer
|
|
5167
|
+
}, {
|
|
5168
|
+
options,
|
|
5169
|
+
name: "anaSin",
|
|
5170
|
+
type: FieldType.Enum,
|
|
5171
|
+
}, {
|
|
5172
|
+
name: "e041cebDeb",
|
|
5173
|
+
type: FieldType.String
|
|
5174
|
+
}, {
|
|
5175
|
+
name: "e041cebCre",
|
|
5176
|
+
type: FieldType.String
|
|
5177
|
+
},
|
|
5178
|
+
],
|
|
5179
|
+
"erpx_cpl",
|
|
5180
|
+
"foundation"
|
|
5181
|
+
];
|
|
5182
|
+
})());
|
|
5189
5183
|
this.lookupService = lookupService;
|
|
5190
5184
|
this.translate = translate;
|
|
5191
5185
|
}
|
|
@@ -5914,7 +5908,7 @@ let E043MpcLookup = class E043MpcLookup extends ErpLookups {
|
|
|
5914
5908
|
name: "desMpc",
|
|
5915
5909
|
type: FieldType.String
|
|
5916
5910
|
}
|
|
5917
|
-
], "
|
|
5911
|
+
], "erpx_cpl", "foundation");
|
|
5918
5912
|
this.lookupService = lookupService;
|
|
5919
5913
|
this.translate = translate;
|
|
5920
5914
|
}
|
|
@@ -5927,60 +5921,74 @@ E043MpcLookup = __decorate([
|
|
|
5927
5921
|
Injectable()
|
|
5928
5922
|
], E043MpcLookup);
|
|
5929
5923
|
|
|
5930
|
-
|
|
5924
|
+
var EnumNatCtb;
|
|
5925
|
+
(function (EnumNatCtb) {
|
|
5926
|
+
EnumNatCtb["VD"] = "VD";
|
|
5927
|
+
EnumNatCtb["VC"] = "VC";
|
|
5928
|
+
EnumNatCtb["VA"] = "VA";
|
|
5929
|
+
})(EnumNatCtb || (EnumNatCtb = {}));
|
|
5930
|
+
|
|
5931
|
+
var EnumAnaSin;
|
|
5932
|
+
(function (EnumAnaSin) {
|
|
5933
|
+
EnumAnaSin["VA"] = "VA";
|
|
5934
|
+
EnumAnaSin["VS"] = "VS";
|
|
5935
|
+
})(EnumAnaSin || (EnumAnaSin = {}));
|
|
5936
|
+
|
|
5937
|
+
var E043PcmLookup_1;
|
|
5938
|
+
let E043PcmLookup = E043PcmLookup_1 = class E043PcmLookup extends ErpLookups {
|
|
5931
5939
|
constructor(lookupService, translate) {
|
|
5932
5940
|
super(lookupService, translate, "e043pcm", [
|
|
5933
5941
|
{
|
|
5942
|
+
type: FieldType.Integer,
|
|
5934
5943
|
name: "ctaRed",
|
|
5935
|
-
|
|
5936
|
-
}, {
|
|
5937
|
-
name: "desCta",
|
|
5938
|
-
type: FieldType.String
|
|
5939
|
-
}
|
|
5940
|
-
], [
|
|
5944
|
+
},
|
|
5941
5945
|
{
|
|
5942
|
-
|
|
5943
|
-
type: FieldType.String
|
|
5944
|
-
}, {
|
|
5946
|
+
type: FieldType.String,
|
|
5945
5947
|
name: "desCta",
|
|
5946
|
-
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
}, {
|
|
5954
|
-
name: "natCta",
|
|
5955
|
-
type: FieldType.String
|
|
5956
|
-
}
|
|
5957
|
-
], [
|
|
5948
|
+
},
|
|
5949
|
+
], E043PcmLookup_1.getFields(translate), E043PcmLookup_1.getFields(translate), "erpx_cpl", "foundation");
|
|
5950
|
+
this.lookupService = lookupService;
|
|
5951
|
+
this.translate = translate;
|
|
5952
|
+
}
|
|
5953
|
+
static getFields(translate) {
|
|
5954
|
+
return [
|
|
5958
5955
|
{
|
|
5959
5956
|
name: "ctaRed",
|
|
5960
|
-
type: FieldType.
|
|
5961
|
-
},
|
|
5957
|
+
type: FieldType.Integer,
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5962
5960
|
name: "desCta",
|
|
5963
|
-
type: FieldType.String
|
|
5964
|
-
},
|
|
5961
|
+
type: FieldType.String,
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5965
5964
|
name: "claCta",
|
|
5966
|
-
type: FieldType.String
|
|
5967
|
-
},
|
|
5965
|
+
type: FieldType.String,
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
options: [
|
|
5969
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_va"), value: EnumAnaSin.VA },
|
|
5970
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_ana_sin_vs"), value: EnumAnaSin.VS },
|
|
5971
|
+
],
|
|
5968
5972
|
name: "anaSin",
|
|
5969
|
-
type: FieldType.
|
|
5970
|
-
},
|
|
5973
|
+
type: FieldType.Enum,
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
options: [
|
|
5977
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_va"), value: EnumNatCtb.VA },
|
|
5978
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vc"), value: EnumNatCtb.VC },
|
|
5979
|
+
{ label: translate.instant("erpx_cpl.foundation.lookup_e043pcm_nat_ctb_vd"), value: EnumNatCtb.VD },
|
|
5980
|
+
],
|
|
5971
5981
|
name: "natCta",
|
|
5972
|
-
type: FieldType.
|
|
5973
|
-
}
|
|
5974
|
-
]
|
|
5975
|
-
this.lookupService = lookupService;
|
|
5976
|
-
this.translate = translate;
|
|
5982
|
+
type: FieldType.Enum,
|
|
5983
|
+
},
|
|
5984
|
+
];
|
|
5977
5985
|
}
|
|
5978
5986
|
};
|
|
5979
5987
|
E043PcmLookup.ctorParameters = () => [
|
|
5980
5988
|
{ type: ErpLookupsService },
|
|
5981
5989
|
{ type: TranslateService }
|
|
5982
5990
|
];
|
|
5983
|
-
E043PcmLookup = __decorate([
|
|
5991
|
+
E043PcmLookup = E043PcmLookup_1 = __decorate([
|
|
5984
5992
|
Injectable()
|
|
5985
5993
|
], E043PcmLookup);
|
|
5986
5994
|
|
|
@@ -7074,11 +7082,19 @@ var ModulesEnum;
|
|
|
7074
7082
|
(function (ModulesEnum) {
|
|
7075
7083
|
ModulesEnum["CONTROLADORIA"] = "CONTROLADORIA";
|
|
7076
7084
|
ModulesEnum["MANUFATURA"] = "MANUFATURA";
|
|
7085
|
+
ModulesEnum["ECOMMERCE"] = "ECOMMERCE";
|
|
7086
|
+
ModulesEnum["MRP"] = "MRP";
|
|
7087
|
+
ModulesEnum["RMS"] = "RMS";
|
|
7088
|
+
ModulesEnum["FLUXO_CAIXA"] = "FLUXO_CAIXA";
|
|
7089
|
+
ModulesEnum["DRP"] = "DRP";
|
|
7090
|
+
ModulesEnum["CRM"] = "CRM";
|
|
7091
|
+
ModulesEnum["PDV"] = "PDV";
|
|
7092
|
+
ModulesEnum["CONTROLADORIA_GERENCIAL"] = "CONTROLADORIA_GERENCIAL";
|
|
7077
7093
|
})(ModulesEnum || (ModulesEnum = {}));
|
|
7078
7094
|
|
|
7079
7095
|
/**
|
|
7080
7096
|
* Generated bundle index. Do not edit.
|
|
7081
7097
|
*/
|
|
7082
7098
|
|
|
7083
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ContaInternaFilialLookup, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa,
|
|
7099
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ContaInternaFilialLookup, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E043MpcLookup, E043PcmLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, EnumAnaSin as ɵb, EnumNatCtb as ɵc, StorageService as ɵd, VerifyModulePermissionService as ɵe };
|
|
7084
7100
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|