@c8y/ngx-components 1018.503.52 → 1018.503.62

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 (75) hide show
  1. package/context-dashboard/context-dashboard.component.d.ts +5 -1
  2. package/context-dashboard/dashboard-detail.component.d.ts +1 -0
  3. package/context-dashboard/device-info-dashboard/device-info-dashboard.component.d.ts +1 -1
  4. package/core/common/ApplicationOptions.d.ts +4 -1
  5. package/core/common/common.module.d.ts +2 -1
  6. package/core/common/component-outlet.directive.d.ts +24 -0
  7. package/core/common/index.d.ts +1 -0
  8. package/esm2020/context-dashboard/cockpit-dashboard/cockpit-dashboard.component.mjs +3 -3
  9. package/esm2020/context-dashboard/context-dashboard.component.mjs +9 -2
  10. package/esm2020/context-dashboard/dashboard-availability.component.mjs +3 -3
  11. package/esm2020/context-dashboard/dashboard-detail.component.mjs +3 -3
  12. package/esm2020/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +14 -14
  13. package/esm2020/context-dashboard/device-management-home-dashboard/device-management-home-dashboard.component.mjs +3 -3
  14. package/esm2020/core/action/action-outlet.component.mjs +6 -5
  15. package/esm2020/core/common/ApplicationOptions.mjs +1 -1
  16. package/esm2020/core/common/common.module.mjs +8 -5
  17. package/esm2020/core/common/component-outlet.directive.mjs +56 -0
  18. package/esm2020/core/common/index.mjs +2 -1
  19. package/esm2020/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -3
  20. package/esm2020/core/data-grid/column/cell-renderer.component.mjs +5 -4
  21. package/esm2020/core/data-grid/column/filtering-form-renderer.component.mjs +5 -4
  22. package/esm2020/core/docs/help-and-support-outlet/help-and-support-outlet.component.mjs +7 -6
  23. package/esm2020/core/docs/legal-notices-outlet/legal-notices-outlet.component.mjs +6 -5
  24. package/esm2020/core/drawer/drawer-outlet/drawer-outlet.component.mjs +5 -4
  25. package/esm2020/core/navigator/navigator-node.component.mjs +6 -5
  26. package/esm2020/core/stepper/stepper-outlet.component.mjs +8 -7
  27. package/esm2020/core/tabs/tabs-outlet.component.mjs +5 -4
  28. package/esm2020/ecosystem/shared/list-filters/list-filters.component.mjs +3 -3
  29. package/esm2020/protocol-lwm2m/components/configuration/lwm2m-configuration.component.mjs +2 -1
  30. package/esm2020/protocol-lwm2m/components/configuration/typed-forms/connectivity-settings.component.mjs +8 -12
  31. package/esm2020/protocol-lwm2m/components/configuration/typed-forms/single-server-settings.component.mjs +21 -9
  32. package/esm2020/protocol-lwm2m/model/index.mjs +3 -1
  33. package/esm2020/protocol-lwm2m/services/lwm2m-configuration.service.mjs +64 -5
  34. package/fesm2015/c8y-ngx-components-context-dashboard.mjs +28 -21
  35. package/fesm2015/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  36. package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs +2 -2
  37. package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  38. package/fesm2015/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs +30 -21
  39. package/fesm2015/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs.map +1 -1
  40. package/fesm2015/c8y-ngx-components-protocol-lwm2m-model.mjs +2 -0
  41. package/fesm2015/c8y-ngx-components-protocol-lwm2m-model.mjs.map +1 -1
  42. package/fesm2015/c8y-ngx-components-protocol-lwm2m-services.mjs +63 -4
  43. package/fesm2015/c8y-ngx-components-protocol-lwm2m-services.mjs.map +1 -1
  44. package/fesm2015/c8y-ngx-components.mjs +83 -25
  45. package/fesm2015/c8y-ngx-components.mjs.map +1 -1
  46. package/fesm2020/c8y-ngx-components-context-dashboard.mjs +28 -21
  47. package/fesm2020/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  48. package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs +2 -2
  49. package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  50. package/fesm2020/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs +27 -19
  51. package/fesm2020/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs.map +1 -1
  52. package/fesm2020/c8y-ngx-components-protocol-lwm2m-model.mjs +2 -0
  53. package/fesm2020/c8y-ngx-components-protocol-lwm2m-model.mjs.map +1 -1
  54. package/fesm2020/c8y-ngx-components-protocol-lwm2m-services.mjs +63 -4
  55. package/fesm2020/c8y-ngx-components-protocol-lwm2m-services.mjs.map +1 -1
  56. package/fesm2020/c8y-ngx-components.mjs +82 -25
  57. package/fesm2020/c8y-ngx-components.mjs.map +1 -1
  58. package/locales/de.po +6 -0
  59. package/locales/en.po +6 -0
  60. package/locales/es.po +6 -0
  61. package/locales/fr.po +6 -0
  62. package/locales/ja_JP.po +8 -0
  63. package/locales/ko.po +6 -0
  64. package/locales/locales.pot +6 -0
  65. package/locales/nl.po +6 -0
  66. package/locales/pl.po +6 -0
  67. package/locales/pt_BR.po +6 -0
  68. package/locales/ru.po +6 -0
  69. package/locales/zh_CN.po +6 -0
  70. package/locales/zh_TW.po +6 -0
  71. package/package.json +1 -1
  72. package/protocol-lwm2m/components/configuration/typed-forms/connectivity-settings.component.d.ts +1 -4
  73. package/protocol-lwm2m/components/configuration/typed-forms/single-server-settings.component.d.ts +16 -22
  74. package/protocol-lwm2m/model/index.d.ts +11 -1
  75. package/protocol-lwm2m/services/lwm2m-configuration.service.d.ts +8 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.