@senior-gestao-empresarial/erpx-components 4.14.0 → 4.15.0

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.
Files changed (21) hide show
  1. package/bundles/senior-gestao-empresarial-erpx-components.umd.js +144 -33
  2. package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +1 -1
  4. package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
  5. package/esm2015/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +41 -1
  6. package/esm2015/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +69 -1
  7. package/esm2015/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +9 -7
  8. package/esm2015/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +11 -11
  9. package/esm2015/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +18 -18
  10. package/esm2015/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +2 -1
  11. package/esm5/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +41 -1
  12. package/esm5/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +69 -1
  13. package/esm5/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +9 -7
  14. package/esm5/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +11 -11
  15. package/esm5/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +18 -18
  16. package/esm5/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +2 -1
  17. package/fesm2015/senior-gestao-empresarial-erpx-components.js +144 -33
  18. package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
  19. package/fesm5/senior-gestao-empresarial-erpx-components.js +144 -33
  20. package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
  21. package/package.json +1 -1
@@ -11285,16 +11285,18 @@
11285
11285
  switch (taxType) {
11286
11286
  case exports.EnumTipoTributo.CBS:
11287
11287
  case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
11288
+ case exports.EnumTipoTributo.IBS_ESTADUAL:
11288
11289
  {
11289
11290
  switch (document) {
11290
11291
  case 'Incoming Invoice':
11291
11292
  case 'Outgoing Invoice':
11292
- formGroup
11293
- .get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento)
11294
- .enable({
11295
- emitEvent: false,
11296
- onlySelf: true
11297
- });
11293
+ {
11294
+ formGroup
11295
+ .get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento)
11296
+ .enable({
11297
+ emitEvent: false
11298
+ });
11299
+ }
11298
11300
  break;
11299
11301
  default:
11300
11302
  throw new Error("Regra ApplyNetValueToDocumentStatusRule n\u00E3o implementada para o imposto " + taxType + ", documento " + document + ".");
@@ -11444,6 +11446,10 @@
11444
11446
  {
11445
11447
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11446
11448
  rule: this.taxClassificationStatusRule
11449
+ },
11450
+ {
11451
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11452
+ rule: this.applyNetValueToDocumentStatusRule
11447
11453
  }
11448
11454
  ],
11449
11455
  _a[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11511,6 +11517,10 @@
11511
11517
  {
11512
11518
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11513
11519
  rule: this.taxClassificationStatusRule
11520
+ },
11521
+ {
11522
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11523
+ rule: this.applyNetValueToDocumentStatusRule
11514
11524
  }
11515
11525
  ],
11516
11526
  _b[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11578,6 +11588,10 @@
11578
11588
  {
11579
11589
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11580
11590
  rule: this.taxClassificationStatusRule
11591
+ },
11592
+ {
11593
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11594
+ rule: this.applyNetValueToDocumentStatusRule
11581
11595
  }
11582
11596
  ],
11583
11597
  _c[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11645,6 +11659,10 @@
11645
11659
  {
11646
11660
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11647
11661
  rule: this.taxClassificationStatusRule
11662
+ },
11663
+ {
11664
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11665
+ rule: this.applyNetValueToDocumentStatusRule
11648
11666
  }
11649
11667
  ],
11650
11668
  _d[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11712,6 +11730,10 @@
11712
11730
  {
11713
11731
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11714
11732
  rule: this.taxClassificationStatusRule
11733
+ },
11734
+ {
11735
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11736
+ rule: this.applyNetValueToDocumentStatusRule
11715
11737
  }
11716
11738
  ],
11717
11739
  _e[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11779,6 +11801,10 @@
11779
11801
  {
11780
11802
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11781
11803
  rule: this.taxClassificationStatusRule
11804
+ },
11805
+ {
11806
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11807
+ rule: this.applyNetValueToDocumentStatusRule
11782
11808
  }
11783
11809
  ],
11784
11810
  _f[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11834,6 +11860,10 @@
11834
11860
  {
11835
11861
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11836
11862
  rule: this.taxClassificationStatusRule
11863
+ },
11864
+ {
11865
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11866
+ rule: this.applyNetValueToDocumentStatusRule
11837
11867
  }
11838
11868
  ],
11839
11869
  _g[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11901,6 +11931,10 @@
11901
11931
  {
11902
11932
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11903
11933
  rule: this.taxClassificationStatusRule
11934
+ },
11935
+ {
11936
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11937
+ rule: this.applyNetValueToDocumentStatusRule
11904
11938
  }
11905
11939
  ],
11906
11940
  _h[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -11968,6 +12002,10 @@
11968
12002
  {
11969
12003
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11970
12004
  rule: this.taxClassificationStatusRule
12005
+ },
12006
+ {
12007
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12008
+ rule: this.applyNetValueToDocumentStatusRule
11971
12009
  }
11972
12010
  ],
11973
12011
  _j[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12035,6 +12073,10 @@
12035
12073
  {
12036
12074
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12037
12075
  rule: this.taxClassificationStatusRule
12076
+ },
12077
+ {
12078
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12079
+ rule: this.applyNetValueToDocumentStatusRule
12038
12080
  }
12039
12081
  ],
12040
12082
  _k[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12125,6 +12167,10 @@
12125
12167
  {
12126
12168
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12127
12169
  rule: this.taxClassificationStatusRule
12170
+ },
12171
+ {
12172
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12173
+ rule: this.applyNetValueToDocumentStatusRule
12128
12174
  }
12129
12175
  ],
12130
12176
  _a[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12192,6 +12238,10 @@
12192
12238
  {
12193
12239
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12194
12240
  rule: this.taxClassificationStatusRule
12241
+ },
12242
+ {
12243
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12244
+ rule: this.applyNetValueToDocumentStatusRule
12195
12245
  }
12196
12246
  ],
12197
12247
  _b[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12259,6 +12309,10 @@
12259
12309
  {
12260
12310
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12261
12311
  rule: this.taxClassificationStatusRule
12312
+ },
12313
+ {
12314
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12315
+ rule: this.applyNetValueToDocumentStatusRule
12262
12316
  }
12263
12317
  ],
12264
12318
  _c[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12326,6 +12380,10 @@
12326
12380
  {
12327
12381
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12328
12382
  rule: this.taxClassificationStatusRule
12383
+ },
12384
+ {
12385
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12386
+ rule: this.applyNetValueToDocumentStatusRule
12329
12387
  }
12330
12388
  ],
12331
12389
  _d[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12393,6 +12451,10 @@
12393
12451
  {
12394
12452
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12395
12453
  rule: this.taxClassificationStatusRule
12454
+ },
12455
+ {
12456
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12457
+ rule: this.applyNetValueToDocumentStatusRule
12396
12458
  }
12397
12459
  ],
12398
12460
  _e[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12460,6 +12522,10 @@
12460
12522
  {
12461
12523
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12462
12524
  rule: this.taxClassificationStatusRule
12525
+ },
12526
+ {
12527
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12528
+ rule: this.applyNetValueToDocumentStatusRule
12463
12529
  }
12464
12530
  ],
12465
12531
  _f[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12527,6 +12593,10 @@
12527
12593
  {
12528
12594
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12529
12595
  rule: this.taxClassificationStatusRule
12596
+ },
12597
+ {
12598
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12599
+ rule: this.applyNetValueToDocumentStatusRule
12530
12600
  }
12531
12601
  ],
12532
12602
  _g[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12594,6 +12664,10 @@
12594
12664
  {
12595
12665
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12596
12666
  rule: this.taxClassificationStatusRule
12667
+ },
12668
+ {
12669
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12670
+ rule: this.applyNetValueToDocumentStatusRule
12597
12671
  }
12598
12672
  ],
12599
12673
  _h[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12661,6 +12735,10 @@
12661
12735
  {
12662
12736
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12663
12737
  rule: this.taxClassificationStatusRule
12738
+ },
12739
+ {
12740
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12741
+ rule: this.applyNetValueToDocumentStatusRule
12664
12742
  }
12665
12743
  ],
12666
12744
  _j[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12728,6 +12806,10 @@
12728
12806
  {
12729
12807
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12730
12808
  rule: this.taxClassificationStatusRule
12809
+ },
12810
+ {
12811
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12812
+ rule: this.applyNetValueToDocumentStatusRule
12731
12813
  }
12732
12814
  ],
12733
12815
  _k[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12807,6 +12889,10 @@
12807
12889
  {
12808
12890
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12809
12891
  rule: this.taxClassificationStatusRule
12892
+ },
12893
+ {
12894
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12895
+ rule: this.applyNetValueToDocumentStatusRule
12810
12896
  }
12811
12897
  ],
12812
12898
  _l[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12874,6 +12960,10 @@
12874
12960
  {
12875
12961
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12876
12962
  rule: this.taxClassificationStatusRule
12963
+ },
12964
+ {
12965
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12966
+ rule: this.applyNetValueToDocumentStatusRule
12877
12967
  }
12878
12968
  ],
12879
12969
  _m[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -12941,6 +13031,10 @@
12941
13031
  {
12942
13032
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12943
13033
  rule: this.taxClassificationStatusRule
13034
+ },
13035
+ {
13036
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13037
+ rule: this.applyNetValueToDocumentStatusRule
12944
13038
  }
12945
13039
  ],
12946
13040
  _o[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -13008,6 +13102,10 @@
13008
13102
  {
13009
13103
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13010
13104
  rule: this.taxClassificationStatusRule
13105
+ },
13106
+ {
13107
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13108
+ rule: this.applyNetValueToDocumentStatusRule
13011
13109
  }
13012
13110
  ],
13013
13111
  _p[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -13075,6 +13173,10 @@
13075
13173
  {
13076
13174
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13077
13175
  rule: this.taxClassificationStatusRule
13176
+ },
13177
+ {
13178
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13179
+ rule: this.applyNetValueToDocumentStatusRule
13078
13180
  }
13079
13181
  ],
13080
13182
  _q[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -13142,6 +13244,10 @@
13142
13244
  {
13143
13245
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13144
13246
  rule: this.taxClassificationStatusRule
13247
+ },
13248
+ {
13249
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13250
+ rule: this.applyNetValueToDocumentStatusRule
13145
13251
  }
13146
13252
  ],
13147
13253
  _r[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -13209,6 +13315,10 @@
13209
13315
  {
13210
13316
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13211
13317
  rule: this.taxClassificationStatusRule
13318
+ },
13319
+ {
13320
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13321
+ rule: this.applyNetValueToDocumentStatusRule
13212
13322
  }
13213
13323
  ],
13214
13324
  _s[exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR] = [
@@ -13338,6 +13448,7 @@
13338
13448
  switch (taxType) {
13339
13449
  case exports.EnumTipoTributo.CBS:
13340
13450
  case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
13451
+ case exports.EnumTipoTributo.IBS_ESTADUAL:
13341
13452
  {
13342
13453
  switch (document) {
13343
13454
  case 'Incoming Invoice':
@@ -16574,7 +16685,7 @@
16574
16685
  },
16575
16686
  {
16576
16687
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
16577
- rules: []
16688
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
16578
16689
  }
16579
16690
  ],
16580
16691
  _a[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -16878,7 +16989,7 @@
16878
16989
  },
16879
16990
  {
16880
16991
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
16881
- rules: []
16992
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
16882
16993
  }
16883
16994
  ],
16884
16995
  _b[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -17182,7 +17293,7 @@
17182
17293
  },
17183
17294
  {
17184
17295
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17185
- rules: []
17296
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17186
17297
  }
17187
17298
  ],
17188
17299
  _c[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -17486,7 +17597,7 @@
17486
17597
  },
17487
17598
  {
17488
17599
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17489
- rules: []
17600
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17490
17601
  }
17491
17602
  ],
17492
17603
  _d[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -17790,7 +17901,7 @@
17790
17901
  },
17791
17902
  {
17792
17903
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17793
- rules: []
17904
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17794
17905
  }
17795
17906
  ],
17796
17907
  _e[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -18094,7 +18205,7 @@
18094
18205
  },
18095
18206
  {
18096
18207
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18097
- rules: []
18208
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18098
18209
  }
18099
18210
  ],
18100
18211
  _f[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -18398,7 +18509,7 @@
18398
18509
  },
18399
18510
  {
18400
18511
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18401
- rules: []
18512
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18402
18513
  }
18403
18514
  ],
18404
18515
  _g[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -18702,7 +18813,7 @@
18702
18813
  },
18703
18814
  {
18704
18815
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18705
- rules: []
18816
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18706
18817
  }
18707
18818
  ],
18708
18819
  _h[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -19006,7 +19117,7 @@
19006
19117
  },
19007
19118
  {
19008
19119
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19009
- rules: []
19120
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19010
19121
  }
19011
19122
  ],
19012
19123
  _j[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -19310,7 +19421,7 @@
19310
19421
  },
19311
19422
  {
19312
19423
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19313
- rules: []
19424
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19314
19425
  }
19315
19426
  ],
19316
19427
  _k[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -19723,7 +19834,7 @@
19723
19834
  },
19724
19835
  {
19725
19836
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19726
- rules: []
19837
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19727
19838
  }
19728
19839
  ],
19729
19840
  _a[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -20027,7 +20138,7 @@
20027
20138
  },
20028
20139
  {
20029
20140
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20030
- rules: []
20141
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20031
20142
  }
20032
20143
  ],
20033
20144
  _b[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -20331,7 +20442,7 @@
20331
20442
  },
20332
20443
  {
20333
20444
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20334
- rules: []
20445
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20335
20446
  }
20336
20447
  ],
20337
20448
  _c[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -20635,7 +20746,7 @@
20635
20746
  },
20636
20747
  {
20637
20748
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20638
- rules: []
20749
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20639
20750
  }
20640
20751
  ],
20641
20752
  _d[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -20939,7 +21050,7 @@
20939
21050
  },
20940
21051
  {
20941
21052
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20942
- rules: []
21053
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20943
21054
  }
20944
21055
  ],
20945
21056
  _e[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -21243,7 +21354,7 @@
21243
21354
  },
21244
21355
  {
21245
21356
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21246
- rules: []
21357
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21247
21358
  }
21248
21359
  ],
21249
21360
  _f[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -21547,7 +21658,7 @@
21547
21658
  },
21548
21659
  {
21549
21660
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21550
- rules: []
21661
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21551
21662
  }
21552
21663
  ],
21553
21664
  _g[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -21851,7 +21962,7 @@
21851
21962
  },
21852
21963
  {
21853
21964
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21854
- rules: []
21965
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21855
21966
  }
21856
21967
  ],
21857
21968
  _h[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -22155,7 +22266,7 @@
22155
22266
  },
22156
22267
  {
22157
22268
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22158
- rules: []
22269
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22159
22270
  }
22160
22271
  ],
22161
22272
  _j[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -22459,7 +22570,7 @@
22459
22570
  },
22460
22571
  {
22461
22572
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22462
- rules: []
22573
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22463
22574
  }
22464
22575
  ],
22465
22576
  _k[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -22827,7 +22938,7 @@
22827
22938
  },
22828
22939
  {
22829
22940
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22830
- rules: []
22941
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22831
22942
  }
22832
22943
  ],
22833
22944
  _l[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -23131,7 +23242,7 @@
23131
23242
  },
23132
23243
  {
23133
23244
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23134
- rules: []
23245
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23135
23246
  }
23136
23247
  ],
23137
23248
  _m[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -23435,7 +23546,7 @@
23435
23546
  },
23436
23547
  {
23437
23548
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23438
- rules: []
23549
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23439
23550
  }
23440
23551
  ],
23441
23552
  _o[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -23739,7 +23850,7 @@
23739
23850
  },
23740
23851
  {
23741
23852
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23742
- rules: []
23853
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23743
23854
  }
23744
23855
  ],
23745
23856
  _p[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -24043,7 +24154,7 @@
24043
24154
  },
24044
24155
  {
24045
24156
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24046
- rules: []
24157
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24047
24158
  }
24048
24159
  ],
24049
24160
  _q[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -24347,7 +24458,7 @@
24347
24458
  },
24348
24459
  {
24349
24460
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24350
- rules: []
24461
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24351
24462
  }
24352
24463
  ],
24353
24464
  _r[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
@@ -24651,7 +24762,7 @@
24651
24762
  },
24652
24763
  {
24653
24764
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24654
- rules: []
24765
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24655
24766
  }
24656
24767
  ],
24657
24768
  _s[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [