@po-ui/ng-components 21.2.0 → 21.4.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 (52) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +18287 -16838
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/lib/components/po-avatar/po-avatar-base.component.d.ts +1 -0
  4. package/lib/components/po-calendar/po-calendar-base.component.d.ts +126 -30
  5. package/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.d.ts +24 -3
  6. package/lib/components/po-calendar/po-calendar-mode.enum.d.ts +2 -2
  7. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +92 -32
  8. package/lib/components/po-calendar/po-calendar.component.d.ts +3 -0
  9. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +11 -0
  10. package/lib/components/po-calendar/services/po-calendar.service.d.ts +5 -0
  11. package/lib/components/po-field/index.d.ts +1 -0
  12. package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +1 -0
  13. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +20 -5
  14. package/lib/components/po-field/po-combo/po-combo.module.d.ts +2 -0
  15. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +13 -0
  16. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +8 -2
  17. package/lib/components/po-field/po-datepicker/po-datepicker.literals.d.ts +4 -0
  18. package/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.d.ts +8 -0
  19. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +23 -0
  20. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +11 -2
  21. package/lib/components/po-field/po-input/po-input-base.component.d.ts +11 -10
  22. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +13 -0
  23. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +13 -0
  24. package/lib/components/po-field/po-select/po-select.component.d.ts +13 -0
  25. package/lib/components/po-field/po-switch/po-switch.component.d.ts +13 -0
  26. package/lib/components/po-search/po-search-base.component.d.ts +18 -1
  27. package/lib/components/po-table/po-table-base.component.d.ts +1 -0
  28. package/lib/components/po-table/po-table.component.d.ts +2 -2
  29. package/lib/components/po-widget/index.d.ts +1 -0
  30. package/lib/components/po-widget/interfaces/po-widget-avatar.interface.d.ts +56 -0
  31. package/lib/components/po-widget/po-widget-base.component.d.ts +30 -3
  32. package/lib/components/po-widget/po-widget.component.d.ts +6 -2
  33. package/lib/utils/design-tokens.d.ts +17 -0
  34. package/lib/utils/util.d.ts +16 -0
  35. package/package.json +4 -4
  36. package/po-ui-ng-components-21.4.0.tgz +0 -0
  37. package/schematics/ng-add/index.js +1 -1
  38. package/schematics/ng-update/v14/index.js +1 -1
  39. package/schematics/ng-update/v15/index.js +1 -1
  40. package/schematics/ng-update/v16/index.js +1 -1
  41. package/schematics/ng-update/v17/index.js +1 -1
  42. package/schematics/ng-update/v18/index.js +2 -2
  43. package/schematics/ng-update/v19/index.js +2 -2
  44. package/schematics/ng-update/v2/index.js +1 -1
  45. package/schematics/ng-update/v20/index.js +2 -2
  46. package/schematics/ng-update/v21/index.js +1 -1
  47. package/schematics/ng-update/v3/index.js +1 -1
  48. package/schematics/ng-update/v4/index.js +1 -1
  49. package/schematics/ng-update/v5/index.js +1 -1
  50. package/schematics/ng-update/v6/index.js +1 -1
  51. package/types/po-ui-ng-components.d.ts +6695 -6251
  52. package/po-ui-ng-components-21.2.0.tgz +0 -0
Binary file