sigesp 1.0.0-20240419 → 1.0.1-20240419

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.
@@ -26,6 +26,7 @@ import * as i4$1 from '@angular/material/checkbox';
26
26
  import { MatCheckboxModule } from '@angular/material/checkbox';
27
27
  import * as i9 from '@angular/forms';
28
28
  import { FormsModule } from '@angular/forms';
29
+ import * as moment$2 from 'moment';
29
30
  import Swal from 'sweetalert2';
30
31
  import * as CryptoJS from 'crypto-js';
31
32
  import * as i3$2 from 'ngx-toastr';
@@ -2405,7 +2406,6 @@ class MRights extends MBasicModel {
2405
2406
  }
2406
2407
  }
2407
2408
 
2408
- const moment$3 = require("moment");
2409
2409
  class MUserDetail extends MBasicModel {
2410
2410
  constructor(user) {
2411
2411
  super();
@@ -2418,7 +2418,7 @@ class MUserDetail extends MBasicModel {
2418
2418
  this.blockDate = '1900-01-01';
2419
2419
  this.passDate = '1900-01-01';
2420
2420
  this.birthday = '1900-01-01';
2421
- this.registrationDate = moment$3().format('YYYY-MM-DD');
2421
+ this.registrationDate = moment$2().format('YYYY-MM-DD');
2422
2422
  this.photo = 'default.png';
2423
2423
  this.name = '';
2424
2424
  this.notes = '';
@@ -4516,7 +4516,6 @@ class MPeriodoNomina extends MBasicModel {
4516
4516
  }
4517
4517
  }
4518
4518
 
4519
- const moment$2 = require("moment");
4520
4519
  class MDefinicionNomina extends MBasicModel {
4521
4520
  constructor(e = null) {
4522
4521
  super();