herum-shared 0.1.50 → 0.1.51

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 (35) hide show
  1. package/atoms/index.d.ts +1 -1
  2. package/constants/index.d.ts +2 -0
  3. package/fesm2022/herum-shared-animations.mjs.map +1 -1
  4. package/fesm2022/herum-shared-atoms.mjs +1 -1
  5. package/fesm2022/herum-shared-atoms.mjs.map +1 -1
  6. package/fesm2022/herum-shared-constants.mjs +3 -1
  7. package/fesm2022/herum-shared-constants.mjs.map +1 -1
  8. package/fesm2022/herum-shared-decorators.mjs.map +1 -1
  9. package/fesm2022/herum-shared-dialogs.mjs.map +1 -1
  10. package/fesm2022/herum-shared-directives.mjs.map +1 -1
  11. package/fesm2022/herum-shared-environment.mjs.map +1 -1
  12. package/fesm2022/herum-shared-errors.mjs.map +1 -1
  13. package/fesm2022/herum-shared-fetched-message.mjs.map +1 -1
  14. package/fesm2022/herum-shared-molecules.mjs +80 -42
  15. package/fesm2022/herum-shared-molecules.mjs.map +1 -1
  16. package/fesm2022/herum-shared-mongo.mjs.map +1 -1
  17. package/fesm2022/herum-shared-objectsExample.mjs.map +1 -1
  18. package/fesm2022/herum-shared-pipes.mjs.map +1 -1
  19. package/fesm2022/herum-shared-services.mjs +30 -10
  20. package/fesm2022/herum-shared-services.mjs.map +1 -1
  21. package/fesm2022/herum-shared-static-services.mjs.map +1 -1
  22. package/fesm2022/herum-shared-table.mjs.map +1 -1
  23. package/fesm2022/herum-shared-testsObjects.mjs +2 -2
  24. package/fesm2022/herum-shared-testsObjects.mjs.map +1 -1
  25. package/fesm2022/herum-shared-tokens.mjs.map +1 -1
  26. package/fesm2022/herum-shared-utils.mjs +9 -1
  27. package/fesm2022/herum-shared-utils.mjs.map +1 -1
  28. package/fesm2022/herum-shared-validators.mjs.map +1 -1
  29. package/fesm2022/herum-shared.mjs +279 -258
  30. package/fesm2022/herum-shared.mjs.map +1 -1
  31. package/index.d.ts +23 -16
  32. package/molecules/index.d.ts +13 -5
  33. package/package.json +1 -1
  34. package/services/index.d.ts +2 -0
  35. package/utils/index.d.ts +2 -1
package/atoms/index.d.ts CHANGED
@@ -800,7 +800,7 @@ declare class UserProfileImageComponent {
800
800
  user: User | UserPreview;
801
801
  isLoadingUser: boolean;
802
802
  isUserClickAble: boolean;
803
- userClicked: EventEmitter<UserPreview | User>;
803
+ userClicked: EventEmitter<User | UserPreview>;
804
804
  imagePath: string;
805
805
  isLoadingImage: boolean;
806
806
  ngOnChanges(changes: SimpleChanges): void;
@@ -309,6 +309,8 @@ declare const regexExpressions: {
309
309
  chromeVersionRegex: RegExp;
310
310
  removeSpacesRegex: RegExp;
311
311
  phoneNumberTenDigits: RegExp;
312
+ trailingSlashes: RegExp;
313
+ leadingAndTrailingSlashes: RegExp;
312
314
  };
313
315
 
314
316
  declare const resourceFileTypes: {
@@ -1 +1 @@
1
- {"version":3,"file":"herum-shared-animations.mjs","sources":["../../../projects/herum-shared/animations/open-close.ts","../../../projects/herum-shared/animations/index.ts","../../../projects/herum-shared/animations/herum-shared-animations.ts"],"sourcesContent":["import { trigger, state, style, animate, transition } from '@angular/animations'; \r\n \r\nexport const openClose = trigger('openClose', [ \r\n state('openUp', style({ \r\n opacity: 1, \r\n transform: 'translateY(-100%)' \r\n })), \r\n \r\n state('openDown', style({ \r\n opacity: 1 \r\n })), \r\n \r\n state('closeDown', style({ \r\n top: 0, \r\n transform: 'translateY(-100%)', \r\n opacity: 0, \r\n height: '0px' ,\r\n })), \r\n \r\n state('closeUp', style({ \r\n opacity: 0, \r\n height: '0px' ,\r\n padding:0\r\n })), \r\n \r\n transition('openUp => closeDown', [ \r\n animate('350ms ease-in') \r\n ]), \r\n \r\n transition('closeDown => openUp', [ \r\n animate('350ms ease-out') \r\n ]), \r\n \r\n transition('openDown => closeUp', [ \r\n animate('350ms ease-out') \r\n ]), \r\n \r\n transition('closeUp => openDown', [ \r\n animate('350ms ease-in') \r\n ]) \r\n])","/**\n * @file Automatically generated by barrelsby.\n */\n\nexport * from \"./open-close\";\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAEO,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE;AAC1C,IAAA,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC;AAClB,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,SAAS,EAAE;AACd,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC;AACpB,QAAA,OAAO,EAAE;AACZ,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC;AACrB,QAAA,GAAG,EAAE,CAAC;AACN,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,MAAM,EAAE,KAAK;AAChB,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC;AACnB,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,MAAM,EAAE,KAAK;AACb,QAAA,OAAO,EAAC;AACX,KAAA,CAAC,CAAC;IAEH,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,eAAe;KAC1B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,gBAAgB;KAC3B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,gBAAgB;KAC3B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,eAAe;KAC1B;AACJ,CAAA;;ACxCD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"herum-shared-animations.mjs","sources":["../../../projects/herum-shared/animations/open-close.ts","../../../projects/herum-shared/animations/index.ts","../../../projects/herum-shared/animations/herum-shared-animations.ts"],"sourcesContent":["import { trigger, state, style, animate, transition } from '@angular/animations'; \r\n \r\nexport const openClose = trigger('openClose', [ \r\n state('openUp', style({ \r\n opacity: 1, \r\n transform: 'translateY(-100%)' \r\n })), \r\n \r\n state('openDown', style({ \r\n opacity: 1 \r\n })), \r\n \r\n state('closeDown', style({ \r\n top: 0, \r\n transform: 'translateY(-100%)', \r\n opacity: 0, \r\n height: '0px' ,\r\n })), \r\n \r\n state('closeUp', style({ \r\n opacity: 0, \r\n height: '0px' ,\r\n padding:0\r\n })), \r\n \r\n transition('openUp => closeDown', [ \r\n animate('350ms ease-in') \r\n ]), \r\n \r\n transition('closeDown => openUp', [ \r\n animate('350ms ease-out') \r\n ]), \r\n \r\n transition('openDown => closeUp', [ \r\n animate('350ms ease-out') \r\n ]), \r\n \r\n transition('closeUp => openDown', [ \r\n animate('350ms ease-in') \r\n ]) \r\n])","/**\r\n * @file Automatically generated by barrelsby.\r\n */\r\n\r\nexport * from \"./open-close\";\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAEO,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE;AAC1C,IAAA,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC;AAClB,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,SAAS,EAAE;AACd,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC;AACpB,QAAA,OAAO,EAAE;AACZ,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC;AACrB,QAAA,GAAG,EAAE,CAAC;AACN,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,MAAM,EAAE,KAAK;AAChB,KAAA,CAAC,CAAC;AAEH,IAAA,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC;AACnB,QAAA,OAAO,EAAE,CAAC;AACV,QAAA,MAAM,EAAE,KAAK;AACb,QAAA,OAAO,EAAC;AACX,KAAA,CAAC,CAAC;IAEH,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,eAAe;KAC1B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,gBAAgB;KAC3B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,gBAAgB;KAC3B,CAAC;IAEF,UAAU,CAAC,qBAAqB,EAAE;QAC9B,OAAO,CAAC,eAAe;KAC1B;AACJ,CAAA;;ACxCD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -2430,7 +2430,7 @@ class HerumRadioButtonComponent {
2430
2430
  }
2431
2431
  this.selectedOptionId = value.id;
2432
2432
  this.type = value.type;
2433
- this.isBlocked = value.hasOwnProperty('isBlocked') ? !!value.isBlocked : false;
2433
+ this.isBlocked = value.isBlocked ?? this.isBlocked;
2434
2434
  }
2435
2435
  registerOnChange(fn) {
2436
2436
  this.onChange = fn;