@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.
- package/context-dashboard/context-dashboard.component.d.ts +5 -1
- package/context-dashboard/dashboard-detail.component.d.ts +1 -0
- package/context-dashboard/device-info-dashboard/device-info-dashboard.component.d.ts +1 -1
- package/core/common/ApplicationOptions.d.ts +4 -1
- package/core/common/common.module.d.ts +2 -1
- package/core/common/component-outlet.directive.d.ts +24 -0
- package/core/common/index.d.ts +1 -0
- package/esm2020/context-dashboard/cockpit-dashboard/cockpit-dashboard.component.mjs +3 -3
- package/esm2020/context-dashboard/context-dashboard.component.mjs +9 -2
- package/esm2020/context-dashboard/dashboard-availability.component.mjs +3 -3
- package/esm2020/context-dashboard/dashboard-detail.component.mjs +3 -3
- package/esm2020/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +14 -14
- package/esm2020/context-dashboard/device-management-home-dashboard/device-management-home-dashboard.component.mjs +3 -3
- package/esm2020/core/action/action-outlet.component.mjs +6 -5
- package/esm2020/core/common/ApplicationOptions.mjs +1 -1
- package/esm2020/core/common/common.module.mjs +8 -5
- package/esm2020/core/common/component-outlet.directive.mjs +56 -0
- package/esm2020/core/common/index.mjs +2 -1
- package/esm2020/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -3
- package/esm2020/core/data-grid/column/cell-renderer.component.mjs +5 -4
- package/esm2020/core/data-grid/column/filtering-form-renderer.component.mjs +5 -4
- package/esm2020/core/docs/help-and-support-outlet/help-and-support-outlet.component.mjs +7 -6
- package/esm2020/core/docs/legal-notices-outlet/legal-notices-outlet.component.mjs +6 -5
- package/esm2020/core/drawer/drawer-outlet/drawer-outlet.component.mjs +5 -4
- package/esm2020/core/navigator/navigator-node.component.mjs +6 -5
- package/esm2020/core/stepper/stepper-outlet.component.mjs +8 -7
- package/esm2020/core/tabs/tabs-outlet.component.mjs +5 -4
- package/esm2020/ecosystem/shared/list-filters/list-filters.component.mjs +3 -3
- package/esm2020/protocol-lwm2m/components/configuration/lwm2m-configuration.component.mjs +2 -1
- package/esm2020/protocol-lwm2m/components/configuration/typed-forms/connectivity-settings.component.mjs +8 -12
- package/esm2020/protocol-lwm2m/components/configuration/typed-forms/single-server-settings.component.mjs +21 -9
- package/esm2020/protocol-lwm2m/model/index.mjs +3 -1
- package/esm2020/protocol-lwm2m/services/lwm2m-configuration.service.mjs +64 -5
- package/fesm2015/c8y-ngx-components-context-dashboard.mjs +28 -21
- package/fesm2015/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs +2 -2
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs +30 -21
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-model.mjs +2 -0
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-model.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-services.mjs +63 -4
- package/fesm2015/c8y-ngx-components-protocol-lwm2m-services.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +83 -25
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-context-dashboard.mjs +28 -21
- package/fesm2020/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs +2 -2
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs +27 -19
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-model.mjs +2 -0
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-model.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-services.mjs +63 -4
- package/fesm2020/c8y-ngx-components-protocol-lwm2m-services.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +82 -25
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +6 -0
- package/locales/en.po +6 -0
- package/locales/es.po +6 -0
- package/locales/fr.po +6 -0
- package/locales/ja_JP.po +8 -0
- package/locales/ko.po +6 -0
- package/locales/locales.pot +6 -0
- package/locales/nl.po +6 -0
- package/locales/pl.po +6 -0
- package/locales/pt_BR.po +6 -0
- package/locales/ru.po +6 -0
- package/locales/zh_CN.po +6 -0
- package/locales/zh_TW.po +6 -0
- package/package.json +1 -1
- package/protocol-lwm2m/components/configuration/typed-forms/connectivity-settings.component.d.ts +1 -4
- package/protocol-lwm2m/components/configuration/typed-forms/single-server-settings.component.d.ts +16 -22
- package/protocol-lwm2m/model/index.d.ts +11 -1
- 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.