rd-outer-component 0.0.30 → 0.0.31

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 (39) hide show
  1. package/esm2020/lib/modules/custom-checkbox/custom-checkbox.component.mjs +4 -4
  2. package/esm2020/lib/modules/custom-checkbox/custom-checkbox.module.mjs +5 -5
  3. package/esm2020/lib/modules/custom-date/custom-date.component.mjs +4 -4
  4. package/esm2020/lib/modules/custom-date/custom-date.module.mjs +5 -5
  5. package/esm2020/lib/modules/custom-filter/custom-filter-date/custom-filter-date.component.mjs +4 -4
  6. package/esm2020/lib/modules/custom-filter/custom-filter-input/custom-filter-input.component.mjs +4 -4
  7. package/esm2020/lib/modules/custom-filter/custom-filter-select/custom-filter-select.component.mjs +4 -4
  8. package/esm2020/lib/modules/custom-filter/custom-filter.component.mjs +4 -4
  9. package/esm2020/lib/modules/custom-filter/custom-filter.module.mjs +5 -5
  10. package/esm2020/lib/modules/custom-input/custom-input.component.mjs +5 -5
  11. package/esm2020/lib/modules/custom-input/custom-input.module.mjs +5 -5
  12. package/esm2020/lib/modules/custom-input-amount/custom-input-amount.component.mjs +5 -5
  13. package/esm2020/lib/modules/custom-input-amount/custom-input-amount.module.mjs +5 -5
  14. package/esm2020/lib/modules/custom-pagination/paginator.component.mjs +4 -4
  15. package/esm2020/lib/modules/custom-pagination/paginator.module.mjs +5 -5
  16. package/esm2020/lib/modules/custom-radio/custom-radio.component.mjs +4 -4
  17. package/esm2020/lib/modules/custom-radio/custom-radio.module.mjs +5 -5
  18. package/esm2020/lib/modules/custom-select/custom-select.component.mjs +6 -6
  19. package/esm2020/lib/modules/custom-select/custom-select.module.mjs +5 -5
  20. package/esm2020/lib/modules/custom-select/pure-select-token/pure-select-token.component.mjs +6 -6
  21. package/esm2020/lib/modules/custom-select/pure-select-token/pure-select-token.module.mjs +5 -5
  22. package/esm2020/lib/modules/custom-textarea/custom-textarea.component.mjs +4 -4
  23. package/esm2020/lib/modules/custom-textarea/custom-textarea.module.mjs +5 -5
  24. package/esm2020/lib/modules/form-item/form-item.component.mjs +4 -4
  25. package/esm2020/lib/modules/form-item/form-item.module.mjs +5 -5
  26. package/esm2020/lib/modules/header-step/header-step.component.mjs +4 -4
  27. package/esm2020/lib/modules/header-step/header-step.module.mjs +5 -5
  28. package/esm2020/lib/modules/rd-notification/notification.component.mjs +4 -4
  29. package/esm2020/lib/modules/rd-notification/notification.module.mjs +5 -5
  30. package/esm2020/lib/modules/rd-notification/notification.service.mjs +4 -4
  31. package/esm2020/lib/modules/status-field/status-field.component.mjs +4 -4
  32. package/esm2020/lib/modules/status-field/status-field.module.mjs +5 -5
  33. package/esm2020/lib/pipes/big-number.pipe.mjs +4 -4
  34. package/esm2020/lib/pipes/pipes.module.mjs +5 -5
  35. package/fesm2015/rd-outer-component.mjs +123 -123
  36. package/fesm2015/rd-outer-component.mjs.map +1 -1
  37. package/fesm2020/rd-outer-component.mjs +123 -123
  38. package/fesm2020/rd-outer-component.mjs.map +1 -1
  39. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rd-outer-component",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.0",
6
6
  "@angular/core": "15.2.0",