@c8y/ngx-components 1022.6.1 → 1022.9.6
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/alarms/index.d.ts +1 -0
- package/alarms/index.d.ts.map +1 -1
- package/context-dashboard/context-dashboard.component.d.ts +1 -3
- package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
- package/core/core.module.d.ts.map +1 -1
- package/core/file-picker/file-picker.component.d.ts +5 -2
- package/core/file-picker/file-picker.component.d.ts.map +1 -1
- package/core/index.d.ts +1 -0
- package/core/index.d.ts.map +1 -1
- package/core/preview-feature/feature-cache.service.d.ts +3 -1
- package/core/preview-feature/feature-cache.service.d.ts.map +1 -1
- package/core/preview-feature/preview-feature-button.component.d.ts +3 -2
- package/core/preview-feature/preview-feature-button.component.d.ts.map +1 -1
- package/core/preview-feature/preview-feature-query-param.factory.d.ts +24 -0
- package/core/preview-feature/preview-feature-query-param.factory.d.ts.map +1 -0
- package/core/preview-feature/preview-feature-show-notification.service.d.ts +4 -1
- package/core/preview-feature/preview-feature-show-notification.service.d.ts.map +1 -1
- package/core/preview-feature/preview-feature.component.d.ts +2 -0
- package/core/preview-feature/preview-feature.component.d.ts.map +1 -1
- package/core/preview-feature/preview-feature.model.d.ts +1 -1
- package/core/preview-feature/preview-feature.model.d.ts.map +1 -1
- package/core/preview-feature/preview-feature.providers.d.ts.map +1 -1
- package/core/query-param-handler/index.d.ts +5 -0
- package/core/query-param-handler/index.d.ts.map +1 -0
- package/core/query-param-handler/query-param-bottom-drawer.service.d.ts +48 -0
- package/core/query-param-handler/query-param-bottom-drawer.service.d.ts.map +1 -0
- package/core/query-param-handler/query-param-handler.service.d.ts +31 -0
- package/core/query-param-handler/query-param-handler.service.d.ts.map +1 -0
- package/core/query-param-handler/query-param-modal-handler.service.d.ts +79 -0
- package/core/query-param-handler/query-param-modal-handler.service.d.ts.map +1 -0
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts +3 -2
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts.map +1 -1
- package/datapoint-explorer/view/datapoint-explorer.service.d.ts +2 -0
- package/datapoint-explorer/view/datapoint-explorer.service.d.ts.map +1 -1
- package/datapoint-explorer/view/send-as-widget-to-dashboard-modal/send-as-widget-to-dashboard-modal.component.d.ts +24 -0
- package/datapoint-explorer/view/send-as-widget-to-dashboard-modal/send-as-widget-to-dashboard-modal.component.d.ts.map +1 -0
- package/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.d.ts +1 -1
- package/echart/charts.component.d.ts.map +1 -1
- package/echart/services/y-axis.service.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-alarms.mjs +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +4 -20
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +121 -39
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +9 -6
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs +2 -2
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs +2 -2
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs +1 -1
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs +6 -6
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs +4 -4
- package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-sensor-phone.mjs +331 -8
- package/fesm2022/c8y-ngx-components-sensor-phone.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +25 -17
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +429 -101
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +29 -3
- package/locales/es.po +29 -3
- package/locales/fr.po +29 -3
- package/locales/ja_JP.po +28 -3
- package/locales/ko.po +29 -3
- package/locales/locales.pot +29 -3
- package/locales/nl.po +29 -3
- package/locales/pl.po +29 -3
- package/locales/pt_BR.po +29 -3
- package/locales/zh_CN.po +29 -3
- package/locales/zh_TW.po +29 -3
- package/package.json +1 -1
- package/sensor-phone/sensor-phone.module.d.ts.map +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-query-param-modal-handler.mjs +0 -115
- package/fesm2022/c8y-ngx-components-query-param-modal-handler.mjs.map +0 -1
- package/query-param-modal-handler/c8y-ngx-components-query-param-modal-handler.d.ts.map +0 -1
- package/query-param-modal-handler/index.d.ts +0 -2
- package/query-param-modal-handler/index.d.ts.map +0 -1
- package/query-param-modal-handler/query-param-modal-handler.service.d.ts +0 -77
- package/query-param-modal-handler/query-param-modal-handler.service.d.ts.map +0 -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.