@c8y/ngx-components 1022.13.0 → 1022.16.2
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/alarms.helper.d.ts.map +1 -1
- package/auth-configuration/sso-configuration/templates/template.component.d.ts +1 -1
- package/core/asset-property/asset-property.model.d.ts +2 -0
- package/core/asset-property/asset-property.model.d.ts.map +1 -1
- package/core/authentication/authentication.module.d.ts.map +1 -1
- package/core/dashboard/widget-auto-refresh-context/auto-refresh-control.component.d.ts.map +1 -1
- package/core/drop-area/drop-area.component.d.ts +2 -0
- package/core/drop-area/drop-area.component.d.ts.map +1 -1
- package/core/dynamic-forms/file/file.type.component.d.ts.map +1 -1
- package/core/modal/modal.module.d.ts.map +1 -1
- package/core/plugins/plugins.module.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +1 -2
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/core/select/select.component.d.ts.map +1 -1
- package/device-list/devices.breadcrumb-factory.d.ts +1 -0
- package/device-list/devices.breadcrumb-factory.d.ts.map +1 -1
- package/device-parameters/device-parameter-details.component.d.ts +22 -0
- package/device-parameters/device-parameter-details.component.d.ts.map +1 -0
- package/device-parameters/device-parameter-value.component.d.ts +12 -0
- package/device-parameters/device-parameter-value.component.d.ts.map +1 -0
- package/device-parameters/device-parameters-list.component.d.ts +2 -1
- package/device-parameters/device-parameters-list.component.d.ts.map +1 -1
- package/device-parameters/index.d.ts +5 -0
- package/device-parameters/index.d.ts.map +1 -1
- package/device-parameters/parameter-type-cell-renderer.components.d.ts +8 -0
- package/device-parameters/parameter-type-cell-renderer.components.d.ts.map +1 -0
- package/device-profile/add-device-profile.component.d.ts +1 -1
- package/device-profile/add-device-profile.component.d.ts.map +1 -1
- package/device-profile/device-profile-list.component.d.ts +1 -1
- package/device-profile/device-profile-list.component.d.ts.map +1 -1
- package/device-profile/device-profile.component.d.ts +1 -1
- package/device-profile/device-profile.component.d.ts.map +1 -1
- package/device-profile/device-profile.module.d.ts +17 -17
- package/device-profile/device-profile.module.d.ts.map +1 -1
- package/device-profile/device-tab-profile/device-profile-item-list.component.d.ts +1 -1
- package/device-profile/device-tab-profile/device-profile-item-list.component.d.ts.map +1 -1
- package/device-profile/device-tab-profile/device-tab-profile-detail.component.d.ts +1 -1
- package/device-profile/device-tab-profile/device-tab-profile-detail.component.d.ts.map +1 -1
- package/device-profile/device-tab-profile/device-tab-profile.component.d.ts +1 -1
- package/device-profile/device-tab-profile/device-tab-profile.component.d.ts.map +1 -1
- package/device-profile/select-configuration-modal.component.d.ts +1 -1
- package/device-profile/select-configuration-modal.component.d.ts.map +1 -1
- package/device-provisioned-certificates/device-tab-provisioned-certificates.component.d.ts +4 -2
- package/device-provisioned-certificates/device-tab-provisioned-certificates.component.d.ts.map +1 -1
- package/device-shell/command-templates/command-templates.component.d.ts +1 -1
- package/device-shell/command-templates/command-templates.component.d.ts.map +1 -1
- package/device-shell/command-templates/command-templates.directive.d.ts +1 -1
- package/device-shell/command-templates/command-templates.directive.d.ts.map +1 -1
- package/device-shell/command-templates/command-templates.module.d.ts +1 -1
- package/device-shell/shell/shell.component.d.ts +1 -1
- package/device-shell/shell/shell.component.d.ts.map +1 -1
- package/device-shell/shell/shell.module.d.ts +7 -7
- package/diagnostics/diagnostics.component.d.ts +1 -1
- package/diagnostics/diagnostics.component.d.ts.map +1 -1
- package/diagnostics/diagnostics.module.d.ts +8 -8
- package/diagnostics/diagnostics.module.d.ts.map +1 -1
- package/events/c8y-ngx-components-events.d.ts.map +1 -0
- package/events/events-timeline/c8y-ngx-components-events-events-timeline.d.ts.map +1 -0
- package/events/events-timeline/events-timeline.component.d.ts +19 -0
- package/events/events-timeline/events-timeline.component.d.ts.map +1 -0
- package/events/events-timeline/index.d.ts +2 -0
- package/events/events-timeline/index.d.ts.map +1 -0
- package/events/events.model.d.ts +6 -0
- package/events/events.model.d.ts.map +1 -0
- package/events/events.service.d.ts +10 -0
- package/events/events.service.d.ts.map +1 -0
- package/events/index.d.ts +3 -0
- package/events/index.d.ts.map +1 -0
- package/fesm2022/c8y-ngx-components-alarms.mjs +2 -1
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs +2 -2
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-list.mjs +10 -3
- package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-parameters.mjs +110 -13
- package/fesm2022/c8y-ngx-components-device-parameters.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-profile.mjs +126 -49
- package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs +44 -12
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-shell.mjs +31 -22
- package/fesm2022/c8y-ngx-components-device-shell.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-diagnostics.mjs +36 -19
- package/fesm2022/c8y-ngx-components-diagnostics.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-events-events-timeline.mjs +45 -0
- package/fesm2022/c8y-ngx-components-events-events-timeline.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-events.mjs +44 -0
- package/fesm2022/c8y-ngx-components-events.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs +8 -14
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +49 -49
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs +27 -14
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs +27 -33
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs +51 -39
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs +10 -8
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs +16 -11
- package/fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs +8 -11
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +25 -21
- package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operation-summary.mjs +7 -9
- package/fesm2022/c8y-ngx-components-operations-operation-summary.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs +31 -31
- package/fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +3 -3
- package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs +33 -13
- package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-status-filter.mjs +19 -13
- package/fesm2022/c8y-ngx-components-operations-status-filter.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs +40 -36
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs +60 -41
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs +122 -109
- 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 +66 -41
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-frames.mjs +11 -16
- package/fesm2022/c8y-ngx-components-operations-stepper-frames.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +212 -83
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs +113 -54
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs +130 -62
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-shared.mjs +37 -28
- package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs +156 -83
- package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-services.mjs +32 -19
- package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +66 -29
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs +16 -3
- package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade.mjs +1 -14
- package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-user-roles.mjs +8 -3
- package/fesm2022/c8y-ngx-components-user-roles.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +864 -859
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +34 -17
- package/locales/es.po +20 -2
- package/locales/fr.po +20 -2
- package/locales/ja_JP.po +22 -4
- package/locales/ko.po +20 -2
- package/locales/locales.pot +19 -1
- package/locales/nl.po +20 -2
- package/locales/pl.po +20 -2
- package/locales/pt_BR.po +20 -2
- package/locales/zh_CN.po +21 -3
- package/locales/zh_TW.po +20 -2
- package/operations/bulk-operation-from-single/bulk-operation-from-single.component.d.ts +1 -1
- package/operations/bulk-operation-from-single/bulk-operation-from-single.component.d.ts.map +1 -1
- package/operations/bulk-operation-from-single/bulk-operation-from-single.module.d.ts +3 -5
- package/operations/bulk-operation-from-single/bulk-operation-from-single.module.d.ts.map +1 -1
- package/operations/bulk-operation-list-item/bulk-operation-list-item.component.d.ts +1 -1
- package/operations/bulk-operation-list-item/bulk-operation-list-item.component.d.ts.map +1 -1
- package/operations/bulk-operation-list-item/bulk-operation-list-item.module.d.ts +1 -7
- package/operations/bulk-operation-list-item/bulk-operation-list-item.module.d.ts.map +1 -1
- package/operations/bulk-operation-list-item/bulk-operation-wrapper.component.d.ts +1 -1
- package/operations/bulk-operation-list-item/bulk-operation-wrapper.component.d.ts.map +1 -1
- package/operations/bulk-operation-list-item/modal-body-host.directive.d.ts +1 -1
- package/operations/bulk-operation-list-item/modal-body-host.directive.d.ts.map +1 -1
- package/operations/bulk-operation-list-item/modals/bulk-operations-reschedule-modal.component.d.ts +1 -1
- package/operations/bulk-operation-list-item/modals/bulk-operations-reschedule-modal.component.d.ts.map +1 -1
- package/operations/bulk-operation-scheduler/bulk-operation-scheduler.module.d.ts +6 -6
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts +1 -1
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts.map +1 -1
- package/operations/bulk-operation-stepper/base-stepper.component.d.ts +1 -1
- package/operations/bulk-operation-stepper/bulk-operation-stepper.component.d.ts +1 -1
- package/operations/bulk-operation-stepper/bulk-operation-stepper.component.d.ts.map +1 -1
- package/operations/bulk-operation-stepper/bulk-operation-stepper.module.d.ts +1 -5
- package/operations/bulk-operation-stepper/bulk-operation-stepper.module.d.ts.map +1 -1
- package/operations/bulk-operation-stepper/custom-step.directive.d.ts +1 -1
- package/operations/bulk-operation-stepper/custom-step.directive.d.ts.map +1 -1
- package/operations/bulk-operations-list/bulk-operations-list.component.d.ts +1 -1
- package/operations/bulk-operations-list/bulk-operations-list.component.d.ts.map +1 -1
- package/operations/bulk-operations-list/bulk-operations-list.module.d.ts +4 -10
- package/operations/bulk-operations-list/bulk-operations-list.module.d.ts.map +1 -1
- package/operations/bulk-operations-list/modals/bulk-operations-modal.component.d.ts +1 -1
- package/operations/bulk-operations-list/modals/bulk-operations-modal.component.d.ts.map +1 -1
- package/operations/bulk-operations-stepper-container/bulk-operations-stepper-container.component.d.ts +1 -1
- package/operations/bulk-operations-stepper-container/bulk-operations-stepper-container.component.d.ts.map +1 -1
- package/operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.d.ts +3 -4
- package/operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.d.ts.map +1 -1
- package/operations/create-bulk-operation-details/create-bulk-operation-details.component.d.ts +1 -1
- package/operations/create-bulk-operation-details/create-bulk-operation-details.component.d.ts.map +1 -1
- package/operations/create-bulk-operation-details/create-bulk-operation-details.module.d.ts +1 -4
- package/operations/create-bulk-operation-details/create-bulk-operation-details.module.d.ts.map +1 -1
- package/operations/device-selector/device-selector.component.d.ts +1 -1
- package/operations/device-selector/device-selector.component.d.ts.map +1 -1
- package/operations/device-selector/device-selector.module.d.ts +1 -3
- package/operations/device-selector/device-selector.module.d.ts.map +1 -1
- package/operations/operation-details/operation-details-modal.component.d.ts +1 -1
- package/operations/operation-details/operation-details-modal.component.d.ts.map +1 -1
- package/operations/operation-details/operation-details.component.d.ts +1 -1
- package/operations/operation-details/operation-details.component.d.ts.map +1 -1
- package/operations/operation-details/operation-details.module.d.ts +1 -7
- package/operations/operation-details/operation-details.module.d.ts.map +1 -1
- package/operations/operation-details/operation-details.service.d.ts.map +1 -1
- package/operations/operation-summary/operation-summary.component.d.ts +1 -1
- package/operations/operation-summary/operation-summary.component.d.ts.map +1 -1
- package/operations/operation-summary/operation-summary.module.d.ts +1 -2
- package/operations/operation-summary/operation-summary.module.d.ts.map +1 -1
- package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
- package/operations/operations-list/operations-list.component.d.ts.map +1 -1
- package/operations/operations-list/operations-list.service.d.ts +1 -1
- package/operations/operations-list/operations-list.service.d.ts.map +1 -1
- package/operations/operations-list-item-details/operation-details-tabs.component.d.ts +1 -1
- package/operations/operations-list-item-details/operation-details-tabs.component.d.ts.map +1 -1
- package/operations/operations-list-item-details/operation-details.component.d.ts +1 -1
- package/operations/operations-list-item-details/operation-details.component.d.ts.map +1 -1
- package/operations/operations-list-item-details/operations-list-item-details.module.d.ts +1 -6
- package/operations/operations-list-item-details/operations-list-item-details.module.d.ts.map +1 -1
- package/operations/operations-timeline/operations-timeline.component.d.ts +5 -5
- package/operations/operations-timeline/operations-timeline.component.d.ts.map +1 -1
- package/operations/operations-timeline/operations-timeline.module.d.ts +4 -6
- package/operations/operations-timeline/operations-timeline.module.d.ts.map +1 -1
- package/operations/status-filter/status-filter.component.d.ts +1 -1
- package/operations/status-filter/status-filter.component.d.ts.map +1 -1
- package/operations/status-filter/status-filter.module.d.ts +1 -4
- package/operations/status-filter/status-filter.module.d.ts.map +1 -1
- package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.d.ts +1 -1
- package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.d.ts +1 -6
- package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.d.ts.map +1 -1
- package/operations/stepper-bulk-type-device-profile/confirm-device-profile-selection-step.component.d.ts +1 -1
- package/operations/stepper-bulk-type-device-profile/confirm-device-profile-selection-step.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.d.ts +1 -1
- package/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.component.d.ts +1 -1
- package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.d.ts +1 -6
- package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.d.ts.map +1 -1
- package/operations/stepper-bulk-type-firmware/select-firmware.component.d.ts +1 -1
- package/operations/stepper-bulk-type-firmware/select-firmware.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.component.d.ts +1 -1
- package/operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.module.d.ts +1 -6
- package/operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.module.d.ts.map +1 -1
- package/operations/stepper-bulk-type-firmware/version-or-patch.component.d.ts +1 -1
- package/operations/stepper-bulk-type-firmware/version-or-patch.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-software/confirm-software-selection-step.component.d.ts +1 -1
- package/operations/stepper-bulk-type-software/confirm-software-selection-step.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-software/select-software-step.component.d.ts +1 -1
- package/operations/stepper-bulk-type-software/select-software-step.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-software/stepper-bulk-type-software.component.d.ts +1 -1
- package/operations/stepper-bulk-type-software/stepper-bulk-type-software.component.d.ts.map +1 -1
- package/operations/stepper-bulk-type-software/stepper-bulk-type-software.module.d.ts +1 -6
- package/operations/stepper-bulk-type-software/stepper-bulk-type-software.module.d.ts.map +1 -1
- package/operations/stepper-frames/preview-block.directive.d.ts +1 -1
- package/operations/stepper-frames/preview-block.directive.d.ts.map +1 -1
- package/operations/stepper-frames/preview-selection-frame.component.d.ts +1 -1
- package/operations/stepper-frames/preview-selection-frame.component.d.ts.map +1 -1
- package/operations/stepper-frames/select-step-frame.component.d.ts +1 -1
- package/operations/stepper-frames/select-step-frame.component.d.ts.map +1 -1
- package/operations/stepper-frames/stepper-frames.modules.d.ts +1 -2
- package/operations/stepper-frames/stepper-frames.modules.d.ts.map +1 -1
- package/package.json +1 -1
- package/protocol-opcua/opcua-address-space-detail.component.d.ts +1 -1
- package/protocol-opcua/opcua-address-space-detail.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-address-space-tree.component.d.ts +1 -1
- package/protocol-opcua/opcua-address-space-tree.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-address-space.component.d.ts +1 -1
- package/protocol-opcua/opcua-address-space.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-auto-apply-settings.component.d.ts +1 -1
- package/protocol-opcua/opcua-auto-apply-settings.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-browse-path-validation.directive.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-browse-path-validation.directive.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-data-reporting.component.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-data-reporting.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-description.component.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-description.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-detail.component.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-detail.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-mapping.component.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-mapping.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-device-protocol-object-mapping-status-icon.component.d.ts +1 -1
- package/protocol-opcua/opcua-device-protocol-object-mapping-status-icon.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-protocol.module.d.ts +26 -26
- package/protocol-opcua/opcua-protocol.module.d.ts.map +1 -1
- package/protocol-opcua/opcua-server-config.component.d.ts +1 -1
- package/protocol-opcua/opcua-server-config.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-server-list.component.d.ts +1 -1
- package/protocol-opcua/opcua-server-list.component.d.ts.map +1 -1
- package/protocol-opcua/opcua-servers.component.d.ts +1 -1
- package/protocol-opcua/opcua-servers.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/configuration-filter.pipe.d.ts +1 -1
- package/repository/configuration/device-tab/configuration-filter.pipe.d.ts.map +1 -1
- package/repository/configuration/device-tab/configuration-preview.component.d.ts +1 -1
- package/repository/configuration/device-tab/configuration-preview.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/configuration-repository-device-tab.module.d.ts +11 -13
- package/repository/configuration/device-tab/configuration-repository-device-tab.module.d.ts.map +1 -1
- package/repository/configuration/device-tab/device-configuration-list.component.d.ts +1 -1
- package/repository/configuration/device-tab/device-configuration-list.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/device-configuration.component.d.ts +1 -1
- package/repository/configuration/device-tab/device-configuration.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/save-to-repository.component.d.ts +1 -1
- package/repository/configuration/device-tab/save-to-repository.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/source-code-preview.component.d.ts +1 -1
- package/repository/configuration/device-tab/source-code-preview.component.d.ts.map +1 -1
- package/repository/configuration/device-tab/text-based-configuration.component.d.ts +1 -1
- package/repository/configuration/device-tab/text-based-configuration.component.d.ts.map +1 -1
- package/repository/configuration/list/configuration-detail.component.d.ts +1 -1
- package/repository/configuration/list/configuration-detail.component.d.ts.map +1 -1
- package/repository/configuration/list/configuration-list.component.d.ts +1 -1
- package/repository/configuration/list/configuration-list.component.d.ts.map +1 -1
- package/repository/configuration/list/configuration-repository-list.module.d.ts +4 -7
- package/repository/configuration/list/configuration-repository-list.module.d.ts.map +1 -1
- package/repository/firmware/device-tab/firmware-device-tab.component.d.ts +1 -1
- package/repository/firmware/device-tab/firmware-device-tab.component.d.ts.map +1 -1
- package/repository/firmware/device-tab/firmware-repository-device-tab.module.d.ts +4 -6
- package/repository/firmware/device-tab/firmware-repository-device-tab.module.d.ts.map +1 -1
- package/repository/firmware/list/add-firmware-modal.component.d.ts +1 -1
- package/repository/firmware/list/add-firmware-modal.component.d.ts.map +1 -1
- package/repository/firmware/list/add-firmware-patch-modal.component.d.ts +1 -1
- package/repository/firmware/list/add-firmware-patch-modal.component.d.ts.map +1 -1
- package/repository/firmware/list/firmware-details.component.d.ts +1 -1
- package/repository/firmware/list/firmware-details.component.d.ts.map +1 -1
- package/repository/firmware/list/firmware-list.component.d.ts +1 -1
- package/repository/firmware/list/firmware-list.component.d.ts.map +1 -1
- package/repository/firmware/list/firmware-repository-list.module.d.ts +6 -11
- package/repository/firmware/list/firmware-repository-list.module.d.ts.map +1 -1
- package/repository/shared/file-download/file-download.component.d.ts +1 -1
- package/repository/shared/file-download/file-download.component.d.ts.map +1 -1
- package/repository/shared/select-modal/repository-select-modal.component.d.ts +1 -1
- package/repository/shared/select-modal/repository-select-modal.component.d.ts.map +1 -1
- package/repository/shared/shared-repository.module.d.ts +1 -4
- package/repository/shared/shared-repository.module.d.ts.map +1 -1
- package/repository/shared/software-type/software-type.component.d.ts +1 -1
- package/repository/shared/software-type/software-type.component.d.ts.map +1 -1
- package/repository/software/device-tab/device-software-changes.component.d.ts +1 -1
- package/repository/software/device-tab/device-software-changes.component.d.ts.map +1 -1
- package/repository/software/device-tab/device-software-list.component.d.ts +1 -1
- package/repository/software/device-tab/device-software-list.component.d.ts.map +1 -1
- package/repository/software/device-tab/installed-software.component.d.ts +1 -1
- package/repository/software/device-tab/installed-software.component.d.ts.map +1 -1
- package/repository/software/device-tab/software-device-tab.component.d.ts +1 -1
- package/repository/software/device-tab/software-device-tab.component.d.ts.map +1 -1
- package/repository/software/device-tab/software-repository-device-tab.module.d.ts +7 -11
- package/repository/software/device-tab/software-repository-device-tab.module.d.ts.map +1 -1
- package/repository/software/list/add-software-modal.component.d.ts +1 -1
- package/repository/software/list/add-software-modal.component.d.ts.map +1 -1
- package/repository/software/list/software-details.component.d.ts +1 -1
- package/repository/software/list/software-details.component.d.ts.map +1 -1
- package/repository/software/list/software-list.component.d.ts +1 -1
- package/repository/software/list/software-list.component.d.ts.map +1 -1
- package/repository/software/list/software-repository-list.module.d.ts +5 -11
- package/repository/software/list/software-repository-list.module.d.ts.map +1 -1
- package/services/services-device-tab/columns/last-updated-date.cell-renderer.component.d.ts +1 -1
- package/services/services-device-tab/columns/last-updated-date.cell-renderer.component.d.ts.map +1 -1
- package/services/services-device-tab/columns/name.cell-renderer.component.d.ts +1 -1
- package/services/services-device-tab/columns/name.cell-renderer.component.d.ts.map +1 -1
- package/services/services-device-tab/columns/status.cell-renderer.component.d.ts +1 -1
- package/services/services-device-tab/columns/status.cell-renderer.component.d.ts.map +1 -1
- package/services/services-device-tab/services-device-tab.component.d.ts +1 -1
- package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
- package/services/services-device-tab/services-device-tab.module.d.ts +1 -4
- package/services/services-device-tab/services-device-tab.module.d.ts.map +1 -1
- package/trusted-certificates/crl/crl-settings.component.d.ts +5 -1
- package/trusted-certificates/crl/crl-settings.component.d.ts.map +1 -1
- package/trusted-certificates/factories/tabs.factory.d.ts +3 -2
- package/trusted-certificates/factories/tabs.factory.d.ts.map +1 -1
- package/trusted-certificates/factories/trusted-certificates-navigation.factory.d.ts +2 -0
- package/trusted-certificates/factories/trusted-certificates-navigation.factory.d.ts.map +1 -1
- package/trusted-certificates/list/trusted-certificate-list.component.d.ts +5 -1
- package/trusted-certificates/list/trusted-certificate-list.component.d.ts.map +1 -1
- package/trusted-certificates/trusted-certificates.guard.d.ts +11 -0
- package/trusted-certificates/trusted-certificates.guard.d.ts.map +1 -0
- package/upgrade/index.d.ts +0 -1
- package/upgrade/index.d.ts.map +1 -1
- package/upgrade/upgrade.module.d.ts.map +1 -1
- package/upgrade/upgraded-services/index.d.ts +1 -0
- package/upgrade/upgraded-services/index.d.ts.map +1 -1
- package/upgrade/upgraded-services/smart-rules.service.d.ts.map +1 -0
- package/upgrade/upgraded-services/upgraded-services.module.d.ts.map +1 -1
- package/user-roles/inventory-role-selector/inventory-role-selector.component.d.ts +2 -1
- package/user-roles/inventory-role-selector/inventory-role-selector.component.d.ts.map +1 -1
- package/user-roles/roles-asset-tree/roles-asset-tree.component.d.ts +2 -1
- package/user-roles/roles-asset-tree/roles-asset-tree.component.d.ts.map +1 -1
- package/upgrade/smart-rules.service.d.ts.map +0 -1
- /package/upgrade/{smart-rules.service.d.ts → upgraded-services/smart-rules.service.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repository-select-modal.component.d.ts","sourceRoot":"","sources":["../../../../repository/shared/select-modal/repository-select-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAc,WAAW,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EAEL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,sBAAsB,EACtB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"repository-select-modal.component.d.ts","sourceRoot":"","sources":["../../../../repository/shared/select-modal/repository-select-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAc,WAAW,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EAEL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,sBAAsB,EACtB,4BAA4B,EAI7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAS,UAAU,EAAM,OAAO,EAAE,MAAM,MAAM,CAAC;AAEvE,OAAO,EACL,cAAc,EAEd,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,wBAAwB,EACzB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAS1D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH,qBAWa,8BAA+B,YAAW,4BAA4B;IAgL/E,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,gBAAgB;IAhL1B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwC;IAC1D;;;;;;;;;;;OAWG;IACH,8BAA8B,EAAE,UAAU,CAAC,cAAc,EAAE,CAAC,CAAa;IACzE;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,CAAC;IAClE;;;;;;;;;OASG;IACH,cAAc;;;MAAgF;IAC9F;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAsC;IACnD;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IACpC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAiB;IACvE;;;;OAIG;IACH,UAAU,EAAE,eAAe,CAAC,cAAc,CAAC,CAA2B;IACtE;;;;;OAKG;IACH,eAAe,EAAE,GAAG,CAAM;IAC1B;;;;;OAKG;IACH,WAAW,EAAE,GAAG,CAAM;IACtB;;;OAGG;IACH,MAAM,EAAE,WAAW,CAA2B;IAC9C;;;;OAIG;IACH,UAAU,UAAQ;IAClB;;;;OAIG;IACH,cAAc,UAAS;IACvB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,EAAE,wBAAwB,EAAE,CAAC;IACrC;;OAEG;IACH,eAAe,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAA0C;IAC3F;;OAEG;IACH,aAAa,EAAE,YAAY,CAAC,wBAAwB,EAAE,CAAC,CAEnD;IACJ;;;;;;OAMG;IACH,IAAI,EAAE,kBAAkB,CAA6B;IACrD;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,eAAe,UAAQ;IACvB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB,cAAc,EAAE,cAAc,CAAM;IAEpC,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAOlD;IAEF,YAAY,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAqB5C;IAEF;;;;OAIG;IACH,wBAAwB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE3C,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C,OAAO,CAAC,SAAS,CAAO;IACxB,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,iBAAiB,CAAuB;gBAGtC,iBAAiB,EAAE,iBAAiB,EACpC,gBAAgB,EAAE,gBAAgB;IAK5C,QAAQ;IAwBR,8BAA8B,CAAC,GAAG,EAAE,cAAc,EAAE;IAOpD,MAAM,CAAC,cAAc,EAAE,cAAc;IAgBrC,MAAM,CAAC,aAAa,EAAE,wBAAwB,EAAE;IAI1C,SAAS,CAAC,GAAG,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAsBrE,qBAAqB,CACnB,QAAQ,EAAE,gBAAgB,EAAE,EAC5B,aAAa,EAAE,wBAAwB,EAAE,EACzC,eAAe,EAAE,kBAAkB,EACnC,cAAc,EAAE,cAAc,GAC7B,kBAAkB,EAAE;IAsCvB,0BAA0B,CACxB,aAAa,EAAE,wBAAwB,EAAE,EACzC,eAAe,EAAE,kBAAkB,EACnC,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,cAAc,GAC7B,OAAO;IAYV,oBAAoB,CAClB,eAAe,EAAE,kBAAkB,EACnC,OAAO,EAAE,kBAAkB,EAAE,GAC5B,kBAAkB;yCA9TV,8BAA8B;2CAA9B,8BAA8B;CAgV1C"}
|
|
@@ -2,12 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./select-modal/repository-select-modal.component";
|
|
3
3
|
import * as i2 from "./file-download/file-download.component";
|
|
4
4
|
import * as i3 from "./software-type/software-type.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@c8y/ngx-components";
|
|
7
|
-
import * as i6 from "ngx-bootstrap/popover";
|
|
8
5
|
export declare class SharedRepositoryModule {
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedRepositoryModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRepositoryModule, [typeof i1.RepositorySelectModalComponent, typeof i2.FileDownloadComponent, typeof i3.SoftwareTypeComponent], [typeof
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRepositoryModule, never, [typeof i1.RepositorySelectModalComponent, typeof i2.FileDownloadComponent, typeof i3.SoftwareTypeComponent], [typeof i1.RepositorySelectModalComponent, typeof i2.FileDownloadComponent, typeof i3.SoftwareTypeComponent]>;
|
|
11
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedRepositoryModule>;
|
|
12
9
|
}
|
|
13
10
|
//# sourceMappingURL=shared-repository.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-repository.module.d.ts","sourceRoot":"","sources":["../../../repository/shared/shared-repository.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shared-repository.module.d.ts","sourceRoot":"","sources":["../../../repository/shared/shared-repository.module.ts"],"names":[],"mappings":";;;;AAOA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -48,6 +48,6 @@ export declare class SoftwareTypeComponent implements OnInit, ControlValueAccess
|
|
|
48
48
|
private searchInRepository;
|
|
49
49
|
private removeDuplicatesBySoftwareType;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareTypeComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareTypeComponent, "c8y-software-type", never, { "softwareTypeMO": { "alias": "softwareTypeMO"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "style": { "alias": "style"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "emitResultsOnly": { "alias": "emitResultsOnly"; "required": false; }; "showBtnInNotFoundMessage": { "alias": "showBtnInNotFoundMessage"; "required": false; }; "allowFreeEntries": { "alias": "allowFreeEntries"; "required": false; }; "showClearSelectionOption": { "alias": "showClearSelectionOption"; "required": false; }; "clearSelectionOptionLabel": { "alias": "clearSelectionOptionLabel"; "required": false; }; "presetSoftwareTypes": { "alias": "presetSoftwareTypes"; "required": false; }; }, { "onSelectSoftware": "onSelectSoftware"; }, never, never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareTypeComponent, "c8y-software-type", never, { "softwareTypeMO": { "alias": "softwareTypeMO"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "style": { "alias": "style"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "emitResultsOnly": { "alias": "emitResultsOnly"; "required": false; }; "showBtnInNotFoundMessage": { "alias": "showBtnInNotFoundMessage"; "required": false; }; "allowFreeEntries": { "alias": "allowFreeEntries"; "required": false; }; "showClearSelectionOption": { "alias": "showClearSelectionOption"; "required": false; }; "clearSelectionOptionLabel": { "alias": "clearSelectionOptionLabel"; "required": false; }; "presetSoftwareTypes": { "alias": "presetSoftwareTypes"; "required": false; }; }, { "onSelectSoftware": "onSelectSoftware"; }, never, never, true, never>;
|
|
52
52
|
}
|
|
53
53
|
//# sourceMappingURL=software-type.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-type.component.d.ts","sourceRoot":"","sources":["../../../../repository/shared/software-type/software-type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,oBAAoB,EAGpB,gBAAgB,EAChB,SAAS,
|
|
1
|
+
{"version":3,"file":"software-type.component.d.ts","sourceRoot":"","sources":["../../../../repository/shared/software-type/software-type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,oBAAoB,EAGpB,gBAAgB,EAChB,SAAS,EAEV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,WAAW,EAAe,MAAM,aAAa,CAAC;AACvE,OAAO,EACL,eAAe,EAGf,kBAAkB,EAMnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAY,UAAU,EAAQ,MAAM,MAAM,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAG1D,qBA4Ba,qBAAsB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAqEjF,OAAO,CAAC,iBAAiB;IAClB,iBAAiB,EAAE,iBAAiB;IAC3C,OAAO,CAAC,gBAAgB;IAtEjB,cAAc,EAAE,cAAc,CAAC;IAE/B,QAAQ,EAAE,OAAO,CAAC;IAElB,KAAK,MAAC;IAGf,QAAQ,UAAQ;IAGhB,WAAW,EAAE,MAAM,CAEhB;IAGH,eAAe,UAAS;IAGxB,wBAAwB,UAAQ;IAGhC,gBAAgB,UAAQ;IAGxB,wBAAwB,UAAS;IAGjC,yBAAyB,EAAE,MAAM,CAAiC;IAElE,IACI,mBAAmB,CACrB,KAAK,EAAE,MAAM,EAAE,GAAG,cAAc,EAAE,GAAG,UAAU,CAAC,MAAM,EAAE,GAAG,cAAc,EAAE,CAAC,EAa7E;IAEqC,uBAAuB,EAAE,kBAAkB,CAAC;IAGlF,0BAA0B,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAGjD,oBAAoB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAEjC,gBAAgB,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAE9F,qBAAqB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAE5C,UAAU,EAAE,eAAe,CAAC,cAAc,CAAC,CAAe;IAC1D,gBAAgB,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;IAC1D,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAA6B;IAC7D,eAAe,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;IAE7C,OAAO,CAAC,WAAW,CAAkC;IACrD,OAAO,CAAC,aAAa,CAA0B;IAC/C,OAAO,CAAC,oBAAoB,CAA+B;gBAGjD,iBAAiB,EAAE,iBAAiB,EACrC,iBAAiB,EAAE,iBAAiB,EACnC,gBAAgB,EAAE,gBAAgB;IAK5C,QAAQ,IAAI,IAAI;IAkBhB,uBAAuB,CAAC,YAAY,EAAE,MAAM;IAM5C,cAAc,CAAC,QAAQ,KAAA;IAOvB,aAAa;IAMb,UAAU;IAIV,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,gBAAgB;IAI9D,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,8BAA8B;yCAxK3B,qBAAqB;2CAArB,qBAAqB;CA+KjC"}
|
|
@@ -72,6 +72,6 @@ export declare class DeviceSoftwareChangesComponent implements OnChanges {
|
|
|
72
72
|
removals$: import("rxjs").Observable<DeviceSoftwareChange[]>;
|
|
73
73
|
ngOnChanges(changes: SimpleChanges): void;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceSoftwareChangesComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSoftwareChangesComponent, "c8y-device-software-changes", never, { "changes": { "alias": "changes"; "required": false; }; "changesInProgress": { "alias": "changesInProgress"; "required": false; }; "deviceSoftwareChangesOperation": { "alias": "deviceSoftwareChangesOperation"; "required": false; }; }, { "clear": "clear"; "drop": "drop"; "apply": "apply"; "hideSoftwareChanges": "hideSoftwareChanges"; }, never, never,
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSoftwareChangesComponent, "c8y-device-software-changes", never, { "changes": { "alias": "changes"; "required": false; }; "changesInProgress": { "alias": "changesInProgress"; "required": false; }; "deviceSoftwareChangesOperation": { "alias": "deviceSoftwareChangesOperation"; "required": false; }; }, { "clear": "clear"; "drop": "drop"; "apply": "apply"; "hideSoftwareChanges": "hideSoftwareChanges"; }, never, never, true, never>;
|
|
76
76
|
}
|
|
77
77
|
//# sourceMappingURL=device-software-changes.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-software-changes.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/device-software-changes.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"device-software-changes.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/device-software-changes.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAQzC,OAAO,EACL,oBAAoB,EAErB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;;AAMvC,qBAea,8BAA+B,YAAW,SAAS;IAC9D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwC;IACjD,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,8BAA8B,EAAE,UAAU,CAAC;IAC1C,KAAK,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAC/C,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAsB;IAC9D,KAAK,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAC/C,mBAAmB,qBAA4B;IAEzD,IAAI,gBAAgB,0CAEnB;IAED,QAAQ,0CAAmD;IAC3D,cAAc,oDAIZ;IAEF,SAAS,oDAIP;IAEF,WAAW,CAAC,OAAO,EAAE,aAAa;yCA3BvB,8BAA8B;2CAA9B,8BAA8B;CAgC1C"}
|
|
@@ -85,6 +85,6 @@ export declare class DeviceSoftwareListComponent implements OnInit, AfterContent
|
|
|
85
85
|
ngOnDestroy(): void;
|
|
86
86
|
private notifyListEmpty;
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceSoftwareListComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSoftwareListComponent, "c8y-device-software-list", never, { "softwareList": { "alias": "softwareList"; "required": false; }; "device": { "alias": "device"; "required": false; }; "deviceSoftwareChanges": { "alias": "deviceSoftwareChanges"; "required": false; }; "filterCriteria$": { "alias": "filterCriteria$"; "required": false; }; }, { "update": "update"; "remove": "remove"; "onListEmpty": "onListEmpty"; }, never, [".c8y-empty-state:not(.c8y-no-results-state)", ".c8y-no-results-state"],
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSoftwareListComponent, "c8y-device-software-list", never, { "softwareList": { "alias": "softwareList"; "required": false; }; "device": { "alias": "device"; "required": false; }; "deviceSoftwareChanges": { "alias": "deviceSoftwareChanges"; "required": false; }; "filterCriteria$": { "alias": "filterCriteria$"; "required": false; }; }, { "update": "update"; "remove": "remove"; "onListEmpty": "onListEmpty"; }, never, [".c8y-empty-state:not(.c8y-no-results-state)", ".c8y-no-results-state"], true, never>;
|
|
89
89
|
}
|
|
90
90
|
//# sourceMappingURL=device-software-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-software-list.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/device-software-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"device-software-list.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/device-software-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1D,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,cAAc,EAEf,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAkC,UAAU,EAAe,MAAM,MAAM,CAAC;AAU/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAIlE,qBAkBa,2BAA4B,YAAW,MAAM,EAAE,gBAAgB,EAAE,SAAS;IA0BzE,OAAO,CAAC,qBAAqB;IAzBzC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwC;IAC1D,IAAa,YAAY,CAAC,YAAY,EAAE,cAAc,EAAE,EAIvD;IACQ,MAAM,EAAE,cAAc,CAAC;IACvB,qBAAqB,EAAE,oBAAoB,EAAE,CAAC;IAC9C,eAAe,EAAE,UAAU,CAAC,cAAc,CAAC,CAAY;IACtD,MAAM,+BAAsC;IAC5C,MAAM,+BAAsC;IAC5C,WAAW,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAClE,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;IACxD,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,uBAAuB,qDAA+D;IACtF,0BAA0B,UAAS;IAEnC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA8D;IAE7F,OAAO,CAAC,mBAAmB,CAA8D;IACzF,OAAO,CAAC,UAAU,CAAuB;gBAErB,qBAAqB,EAAE,qBAAqB;IAEhE,QAAQ,IAAI,IAAI;IAwBhB,kBAAkB;IAKlB,0BAA0B,CAAC,QAAQ,EAAE,cAAc,GAAG,OAAO;IAK7D,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,eAAe;yCAnEZ,2BAA2B;2CAA3B,2BAA2B;CAuEvC"}
|
|
@@ -102,6 +102,6 @@ export declare class InstalledSoftwareComponent implements OnDestroy, OnInit {
|
|
|
102
102
|
ngOnDestroy(): void;
|
|
103
103
|
private isSoftwareInstalledOnDevicePipe;
|
|
104
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<InstalledSoftwareComponent, never>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InstalledSoftwareComponent, "c8y-installed-software", never, { "device": { "alias": "device"; "required": false; }; "softwareList": { "alias": "softwareList"; "required": false; }; "deviceSoftwareChanges": { "alias": "deviceSoftwareChanges"; "required": false; }; "deviceSoftwareChangesInProgress": { "alias": "deviceSoftwareChangesInProgress"; "required": false; }; "typesQuery": { "alias": "typesQuery"; "required": false; }; }, { "changes": "changes"; "showSoftwareChanges": "showSoftwareChanges"; }, never, never,
|
|
105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InstalledSoftwareComponent, "c8y-installed-software", never, { "device": { "alias": "device"; "required": false; }; "softwareList": { "alias": "softwareList"; "required": false; }; "deviceSoftwareChanges": { "alias": "deviceSoftwareChanges"; "required": false; }; "deviceSoftwareChangesInProgress": { "alias": "deviceSoftwareChangesInProgress"; "required": false; }; "typesQuery": { "alias": "typesQuery"; "required": false; }; }, { "changes": "changes"; "showSoftwareChanges": "showSoftwareChanges"; }, never, never, true, never>;
|
|
106
106
|
}
|
|
107
107
|
//# sourceMappingURL=installed-software.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installed-software.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/installed-software.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,kBAAkB,EAClB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"installed-software.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/installed-software.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAOjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,cAAc,EAGd,iBAAiB,EAGlB,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,EAAiC,MAAM,MAAM,CAAC;;AAgB3F,qBAiBa,0BAA2B,YAAW,SAAS,EAAE,MAAM;IAkChE,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,OAAO;IAlCjB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwC;IACjD,MAAM,EAAE,cAAc,CAAC;IACvB,YAAY,EAAE,cAAc,EAAE,CAAC;IAC/B,qBAAqB,EAAE,oBAAoB,EAAE,CAAC;IAC9C,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,MAAM,CAAC;IAClB,OAAO,uCAA8C;IACrD,mBAAmB,qBAA4B;IAGzD,+BAA+B,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAClD,uBAAuB,sEAErB;IAEF,eAAe,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAGlC,oBAAoB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEvC,UAAU,UAAS;IACnB,0BAA0B,UAAS;IACnC,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,mBAAmB,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IACvE,eAAe,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IAE5C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA8D;IAE7F,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,WAAW,CAA2C;IAC9D,OAAO,CAAC,UAAU,CAAgC;gBAGxC,UAAU,EAAE,iBAAiB,EAC7B,OAAO,EAAE,cAAc;IAcjC,QAAQ,IAAI,IAAI;IAOhB,eAAe;IAoCf,cAAc,CAAC,gBAAgB,KAAA;IAiC/B,cAAc,CAAC,gBAAgB,KAAA;IAI/B,uCAAuC,CAAC,WAAW,EAAE,eAAe,CAAC,cAAc,CAAC;IA0BpF,8BAA8B,CAAC,QAAQ,EAAE,cAAc;IAYvD,cAAc,CAAC,YAAY,EAAE,cAAc,EAAE;IAO7C,0BAA0B,CAAC,qBAAqB,KAAA;;;;;IAiChD,MAAM,CAAC,cAAc,EAAE,cAAc;IAMrC,mBAAmB,CAAC,KAAK,EAAE,cAAc,EAAE;IAQ3C,mBAAmB,CAAC,KAAK,EAAE,cAAc,EAAE;IAQ3C,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,+BAA+B;yCA1O5B,0BAA0B;2CAA1B,0BAA0B;CA8PtC"}
|
|
@@ -34,6 +34,6 @@ export declare class SoftwareDeviceTabComponent implements OnInit {
|
|
|
34
34
|
private displayChangesFromOperation;
|
|
35
35
|
private isInProgress;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareDeviceTabComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareDeviceTabComponent, "c8y-software-device-tab", never, {}, {}, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareDeviceTabComponent, "c8y-software-device-tab", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=software-device-tab.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-device-tab.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/software-device-tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAmB,MAAM,aAAa,CAAC;AAC5F,OAAO,
|
|
1
|
+
{"version":3,"file":"software-device-tab.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/software-device-tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAmB,MAAM,aAAa,CAAC;AAC5F,OAAO,EACL,eAAe,EAIhB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,cAAc,EACd,oBAAoB,EAEpB,iBAAiB,EAElB,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,eAAe,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAEvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAKlE,qBAaa,0BAA2B,YAAW,MAAM;IAmBrD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,eAAe;IAtBzB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAkD;IAC3E,OAAO,kCAAoF;IAC3F,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,CAK7B;IACF,KAAK,EAAE,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC;IACpC,QAAQ,0CAAmD;IAC3D,iBAAiB,8BAAyC;IAC1D,kBAAkB,EAAE,UAAU,CAAC,OAAO,CAAC,CAErC;IACF,SAAS,UAAS;IAClB,mBAAmB,UAAS;gBAGlB,KAAK,EAAE,cAAc,EACrB,UAAU,EAAE,iBAAiB,EAC7B,SAAS,EAAE,gBAAgB,EAC3B,qBAAqB,EAAE,qBAAqB,EAC5C,eAAe,EAAE,eAAe;IAGpC,QAAQ;IAsBd,UAAU,CAAC,gBAAgB,EAAE,oBAAoB,EAAE;IAanD,UAAU,CAAC,iBAAiB,EAAE,oBAAoB;IAQlD,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE,OAAO,EAAE,oBAAoB;IAQ3E,YAAY;IAIN,UAAU;IAgBV,YAAY;YAQJ,aAAa;YAKb,cAAc;YAsBd,2BAA2B;IAQzC,OAAO,CAAC,YAAY;yCA5IT,0BAA0B;2CAA1B,0BAA0B;CAiJtC"}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "./device-
|
|
6
|
-
import * as i4 from "./
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "@angular/router";
|
|
10
|
-
import * as i8 from "@c8y/ngx-components/repository/shared";
|
|
11
|
-
import * as i9 from "@c8y/ngx-components/operations/operation-details";
|
|
12
|
-
import * as i10 from "ngx-bootstrap/tooltip";
|
|
3
|
+
import * as i1 from "@c8y/ngx-components/repository/shared";
|
|
4
|
+
import * as i2 from "@c8y/ngx-components/operations/operation-details";
|
|
5
|
+
import * as i3 from "./software-device-tab.component";
|
|
6
|
+
import * as i4 from "./installed-software.component";
|
|
7
|
+
import * as i5 from "./device-software-list.component";
|
|
8
|
+
import * as i6 from "./device-software-changes.component";
|
|
13
9
|
export declare class SoftwareRepositoryDeviceTabModule {
|
|
14
10
|
static forRoot(): ModuleWithProviders<SoftwareRepositoryDeviceTabModule>;
|
|
15
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareRepositoryDeviceTabModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SoftwareRepositoryDeviceTabModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SoftwareRepositoryDeviceTabModule, never, [typeof i1.SharedRepositoryModule, typeof i2.OperationDetailsModule, typeof i3.SoftwareDeviceTabComponent, typeof i4.InstalledSoftwareComponent, typeof i5.DeviceSoftwareListComponent, typeof i6.DeviceSoftwareChangesComponent], never>;
|
|
17
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SoftwareRepositoryDeviceTabModule>;
|
|
18
14
|
}
|
|
19
15
|
//# sourceMappingURL=software-repository-device-tab.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-repository-device-tab.module.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/software-repository-device-tab.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"software-repository-device-tab.module.d.ts","sourceRoot":"","sources":["../../../../repository/software/device-tab/software-repository-device-tab.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;;;;AAU9D,qBAUa,iCAAiC;IAC5C,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,iCAAiC,CAAC;yCAD7D,iCAAiC;0CAAjC,iCAAiC;0CAAjC,iCAAiC;CAkB7C"}
|
|
@@ -87,6 +87,6 @@ export declare class AddSoftwareModalComponent {
|
|
|
87
87
|
onFile(dropped: PickedFiles): void;
|
|
88
88
|
onSoftwareSelect(software: IManagedObject): void;
|
|
89
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddSoftwareModalComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddSoftwareModalComponent, "c8y-add-software-software-modal", never, {}, { "saved": "saved"; }, never, never,
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddSoftwareModalComponent, "c8y-add-software-software-modal", never, {}, { "saved": "saved"; }, never, never, true, never>;
|
|
91
91
|
}
|
|
92
92
|
//# sourceMappingURL=add-software-modal.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-software-modal.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/add-software-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAqB,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"add-software-modal.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/add-software-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAqB,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,MAAM,EAAe,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EACL,YAAY,EAEZ,WAAW,EACX,iBAAiB,EAYlB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,UAAU,EAEV,kBAAkB,EAClB,iBAAiB,EAGlB,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAsB,MAAM,MAAM,CAAC;;AAK3D,qBAuBa,yBAAyB;IA8BlC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,KAAK;IA/Bf,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwC;IACZ,IAAI,EAAE,MAAM,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAA0C;IAC3F,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAAmC;IACnE,KAAK,EAAE,UAAU,CAUf;IAEF,eAAe,MAAC;IAChB,MAAM,UAAS;IACf,mBAAmB,UAAS;IAC5B,yBAAyB,EAAE,MAAM,CAK9B;IACH,iBAAiB,2BAAqB;IACtC,OAAO,CAAC,kBAAkB,CAAe;gBAG/B,KAAK,EAAE,UAAU,EACjB,iBAAiB,EAAE,iBAAiB,EACpC,KAAK,EAAE,YAAY;IAG7B,QAAQ;IAKR,eAAe;IAMf,aAAa;IAoBb,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAS7B,IAAI;IAiBV,UAAU;IAKV,MAAM;IAKN,WAAW;IAIX,MAAM,CAAC,OAAO,EAAE,WAAW;IAmB3B,gBAAgB,CAAC,QAAQ,EAAE,cAAc;yCA7H9B,yBAAyB;2CAAzB,yBAAyB;CAqIrC"}
|
|
@@ -37,6 +37,6 @@ export declare class SoftwareDetailsComponent implements OnInit, OnDestroy {
|
|
|
37
37
|
onSelectSoftwareType(software: any): void;
|
|
38
38
|
ngOnDestroy(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareDetailsComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareDetailsComponent, "c8y-software-details", never, {}, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareDetailsComponent, "c8y-software-details", never, {}, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=software-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-details.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EACL,YAAY,EACZ,gBAAgB,EAGhB,YAAY,
|
|
1
|
+
{"version":3,"file":"software-details.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EACL,YAAY,EACZ,gBAAgB,EAGhB,YAAY,EAiBb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAEL,iBAAiB,EACjB,qBAAqB,EAEtB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAgB,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,eAAe,EAAe,UAAU,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAiBzE,qBA8Ba,wBAAyB,YAAW,MAAM,EAAE,SAAS;IA8C9D,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,MAAM;IApDhB,YAAY,EAAE,qBAAqB,CAAC;IAEpC,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IACvC,UAAU,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IAClE,kBAAkB,EAAE,cAAc,CAAC;IACnC,qBAAqB,UAAS;IAE9B,eAAe,EAAE,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAiB;IAClE,gBAAgB,EAAE,OAAO,CAAC,cAAc,CAAC,CAAiB;IAC1D,oBAAoB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IAEpD,SAAS,EAAE,UAAU,CAAC,cAAc,CAAC,CAad;IAEvB,aAAa,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAQpD;IAEF,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAG5B;IAEF,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAA0B;gBAG1C,cAAc,EAAE,cAAc,EAC9B,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,MAAM;IAGxB,QAAQ;IA+BR,cAAc,CAAC,SAAS,KAAA;IAIxB,cAAc;IA0BR,iBAAiB,CAAC,WAAW,EAAE,cAAc;IAqCnD,oBAAoB,CAAC,QAAQ,KAAA;IAO7B,WAAW;yCAlKA,wBAAwB;2CAAxB,wBAAwB;CAsKpC"}
|
|
@@ -37,6 +37,6 @@ export declare class SoftwareListComponent implements OnInit {
|
|
|
37
37
|
deleteSoftware(software: IManagedObject): Promise<void>;
|
|
38
38
|
trackByName(_index: any, column: Column): string;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareListComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareListComponent, "c8y-software-list", never, {}, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SoftwareListComponent, "c8y-software-list", never, {}, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=software-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-list.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,aAAa,EACb,YAAY,EAEZ,MAAM,EACN,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,sBAAsB,EACtB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"software-list.component.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAe,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,aAAa,EACb,YAAY,EAEZ,MAAM,EACN,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,sBAAsB,EACtB,oBAAoB,EAcrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAKL,iBAAiB,EAIlB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAgB,MAAM,qBAAqB,CAAC;;AAInE,qBAmBa,qBAAsB,YAAW,MAAM;IAoChD,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IA1CxB,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,UAAS;IACxB,QAAQ,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAElD,OAAO,EAAE,MAAM,EAAE,CAiBf;IACF,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,UAAU;;;MAGR;IAEF,gBAAgB,2BAAqC;IACrD,aAAa,4BAAsC;IACnD,iBAAiB,qDAA+D;IAChF,cAAc,0CAAoD;gBAGxD,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,eAAe,EAC5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,cAAc;IAKxC,QAAQ,IAAI,IAAI;IAWV,oBAAoB,CACxB,kBAAkB,EAAE,kBAAkB,GACrC,OAAO,CAAC,oBAAoB,CAAC;IAgDhC,WAAW;IAYX,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,cAAc,CAAC;IAIxC,cAAc,CAAC,QAAQ,EAAE,cAAc;IAiC7C,WAAW,CAAC,MAAM,KAAA,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;yCA9JhC,qBAAqB;2CAArB,qBAAqB;CAiKjC"}
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "./software-
|
|
5
|
-
import * as i3 from "./
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "@c8y/ngx-components";
|
|
8
|
-
import * as i6 from "@c8y/ngx-components/device-grid";
|
|
9
|
-
import * as i7 from "ngx-bootstrap/popover";
|
|
10
|
-
import * as i8 from "ngx-bootstrap/tooltip";
|
|
11
|
-
import * as i9 from "@angular/router";
|
|
12
|
-
import * as i10 from "@c8y/ngx-components/repository/shared";
|
|
3
|
+
import * as i1 from "@c8y/ngx-components/repository/shared";
|
|
4
|
+
import * as i2 from "./software-list.component";
|
|
5
|
+
import * as i3 from "./software-details.component";
|
|
6
|
+
import * as i4 from "./add-software-modal.component";
|
|
13
7
|
export declare class SoftwareRepositoryListModule {
|
|
14
8
|
static forRoot(): ModuleWithProviders<SoftwareRepositoryListModule>;
|
|
15
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoftwareRepositoryListModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SoftwareRepositoryListModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SoftwareRepositoryListModule, never, [typeof i1.SharedRepositoryModule, typeof i2.SoftwareListComponent, typeof i3.SoftwareDetailsComponent, typeof i4.AddSoftwareModalComponent], never>;
|
|
17
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SoftwareRepositoryListModule>;
|
|
18
12
|
}
|
|
19
13
|
//# sourceMappingURL=software-repository-list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-repository-list.module.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-repository-list.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"software-repository-list.module.d.ts","sourceRoot":"","sources":["../../../../repository/software/list/software-repository-list.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;;AAQ9D,qBAQa,4BAA4B;IACvC,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,4BAA4B,CAAC;yCADxD,4BAA4B;0CAA5B,4BAA4B;0CAA5B,4BAA4B;CAmBxC"}
|
|
@@ -4,6 +4,6 @@ export declare class LastUpdatedDateCellRendererComponent {
|
|
|
4
4
|
context: CellRendererContext;
|
|
5
5
|
constructor(context: CellRendererContext);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<LastUpdatedDateCellRendererComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LastUpdatedDateCellRendererComponent, "c8y-last-updated-date-cell-renderer", never, {}, {}, never, never,
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LastUpdatedDateCellRendererComponent, "c8y-last-updated-date-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=last-updated-date.cell-renderer.component.d.ts.map
|
package/services/services-device-tab/columns/last-updated-date.cell-renderer.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"last-updated-date.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/last-updated-date.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"last-updated-date.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/last-updated-date.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAY,MAAM,qBAAqB,CAAC;;AAEpE,qBAKa,oCAAoC;IAC5B,OAAO,EAAE,mBAAmB;gBAA5B,OAAO,EAAE,mBAAmB;yCADpC,oCAAoC;2CAApC,oCAAoC;CAEhD"}
|
|
@@ -4,6 +4,6 @@ export declare class ServicesNameCellRendererComponent {
|
|
|
4
4
|
context: CellRendererContext;
|
|
5
5
|
constructor(context: CellRendererContext);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesNameCellRendererComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesNameCellRendererComponent, "c8y-services-name-cell-renderer", never, {}, {}, never, never,
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesNameCellRendererComponent, "c8y-services-name-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=name.cell-renderer.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"name.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/name.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"name.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/name.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;;AAG1D,qBASa,iCAAiC;IACzB,OAAO,EAAE,mBAAmB;gBAA5B,OAAO,EAAE,mBAAmB;yCADpC,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
@@ -6,6 +6,6 @@ export declare class ServicesStatusCellRendererComponent {
|
|
|
6
6
|
statusOptionsService: StatusOptionsService;
|
|
7
7
|
constructor(context: CellRendererContext, statusOptionsService: StatusOptionsService);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesStatusCellRendererComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesStatusCellRendererComponent, "c8y-services-status-cell-renderer", never, {}, {}, never, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesStatusCellRendererComponent, "c8y-services-status-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=status.cell-renderer.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/status.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"status.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../../services/services-device-tab/columns/status.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAmC,MAAM,qBAAqB,CAAC;AAC3F,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;;AAI5D,qBAaa,mCAAmC;IAErC,OAAO,EAAE,mBAAmB;IAC5B,oBAAoB,EAAE,oBAAoB;gBAD1C,OAAO,EAAE,mBAAmB,EAC5B,oBAAoB,EAAE,oBAAoB;yCAHxC,mCAAmC;2CAAnC,mCAAmC;CAK/C"}
|
|
@@ -30,6 +30,6 @@ export declare class ServicesDeviceTabComponent {
|
|
|
30
30
|
onDataSourceModifier(dataSourceModifier: DataSourceModifier): Promise<ServerSideDataResult>;
|
|
31
31
|
trackByName(_index: any, column: Column): string;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesDeviceTabComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesDeviceTabComponent, "c8y-services-device-tab", never, {}, {}, never, never,
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesDeviceTabComponent, "c8y-services-device-tab", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=services-device-tab.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services-device-tab.component.d.ts","sourceRoot":"","sources":["../../../services/services-device-tab/services-device-tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAkB,gBAAgB,EAA4B,MAAM,aAAa,CAAC;AACzF,OAAO,EACL,aAAa,EACb,MAAM,EACN,eAAe,EACf,kBAAkB,EAElB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"services-device-tab.component.d.ts","sourceRoot":"","sources":["../../../services/services-device-tab/services-device-tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAkB,gBAAgB,EAA4B,MAAM,aAAa,CAAC;AACzF,OAAO,EACL,aAAa,EACb,MAAM,EACN,eAAe,EACf,kBAAkB,EAElB,oBAAoB,EAMrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGL,qBAAqB,EACtB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;;AASzD,qBAYa,0BAA0B;IA6BnC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,cAAc;IAhCxB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAkD;IAE3E,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,UAAS;IAExB,QAAQ,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAClD,UAAU;;;MAGR;IAEF,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,OAAO,EAAE,MAAM,EAAE,CAKf;IAEF,sBAAsB,EAAE,GAAG,CAAC;IAE5B,gBAAgB,2BAAqC;IACrD,aAAa,4BAAsC;IACnD,iBAAiB,qDAA+D;IAEhF,OAAO,CAAC,WAAW,CAAkC;gBAG3C,KAAK,EAAE,cAAc,EACrB,gBAAgB,EAAE,gBAAgB,EAClC,WAAW,EAAE,eAAe,EAC5B,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,qBAAqB;IAezC,oBAAoB,CACxB,kBAAkB,EAAE,kBAAkB,GACrC,OAAO,CAAC,oBAAoB,CAAC;IA6ChC,WAAW,CAAC,MAAM,KAAA,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;yCA/FhC,0BAA0B;2CAA1B,0BAA0B;CAkGtC"}
|
|
@@ -3,12 +3,9 @@ import * as i1 from "./services-device-tab.component";
|
|
|
3
3
|
import * as i2 from "./columns/last-updated-date.cell-renderer.component";
|
|
4
4
|
import * as i3 from "./columns/name.cell-renderer.component";
|
|
5
5
|
import * as i4 from "./columns/status.cell-renderer.component";
|
|
6
|
-
import * as i5 from "@c8y/ngx-components";
|
|
7
|
-
import * as i6 from "@angular/router";
|
|
8
|
-
import * as i7 from "ngx-bootstrap/tooltip";
|
|
9
6
|
export declare class ServicesDeviceTabModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesDeviceTabModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ServicesDeviceTabModule, [typeof i1.ServicesDeviceTabComponent, typeof i2.LastUpdatedDateCellRendererComponent, typeof i3.ServicesNameCellRendererComponent, typeof i4.ServicesStatusCellRendererComponent],
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ServicesDeviceTabModule, never, [typeof i1.ServicesDeviceTabComponent, typeof i2.LastUpdatedDateCellRendererComponent, typeof i3.ServicesNameCellRendererComponent, typeof i4.ServicesStatusCellRendererComponent], never>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ServicesDeviceTabModule>;
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=services-device-tab.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services-device-tab.module.d.ts","sourceRoot":"","sources":["../../../services/services-device-tab/services-device-tab.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"services-device-tab.module.d.ts","sourceRoot":"","sources":["../../../services/services-device-tab/services-device-tab.module.ts"],"names":[],"mappings":";;;;;AAWA,qBAqBa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import { CrlService, ICertificateRevocation } from '@c8y/client';
|
|
2
2
|
import { AlertService, DroppedFile, ModalService } from '@c8y/ngx-components';
|
|
3
|
+
import { TrustedCertificatesGuard } from '../trusted-certificates.guard';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class CrlSettingsComponent {
|
|
5
6
|
private crlService;
|
|
6
7
|
private alertService;
|
|
7
8
|
private modalService;
|
|
9
|
+
private guard;
|
|
8
10
|
crls: ICertificateRevocation[];
|
|
9
11
|
droppedFiles: DroppedFile[];
|
|
10
12
|
today: Date;
|
|
13
|
+
hasReadRole$: import("rxjs").Observable<boolean>;
|
|
14
|
+
hasAdminRole$: import("rxjs").Observable<boolean>;
|
|
11
15
|
MANUAL_ENTRY_POPOVER: "In this section, you can override or add individual entries to the CRL. Providing the serial number is mandatory. In case the revocation date is not set, it will be configured to the current date.";
|
|
12
16
|
FILE_UPLOAD_POPOVER: "In this section, you can upload a file with the list of certificates to be revoked. The file must be in CSV format, and it should include the serial number and revocation date. If the revocation date is empty, it will be set to the current date.";
|
|
13
|
-
constructor(crlService: CrlService, alertService: AlertService, modalService: ModalService);
|
|
17
|
+
constructor(crlService: CrlService, alertService: AlertService, modalService: ModalService, guard: TrustedCertificatesGuard);
|
|
14
18
|
downloadCrl(): Promise<void>;
|
|
15
19
|
downloadCrlTemplate(): void;
|
|
16
20
|
addCertificateRevocation(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crl-settings.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/crl/crl-settings.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EACL,YAAY,EACZ,WAAW,EAEX,YAAY,EAab,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"crl-settings.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/crl/crl-settings.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EACL,YAAY,EACZ,WAAW,EAEX,YAAY,EAab,MAAM,qBAAqB,CAAC;AAO7B,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAGzE,qBAyBa,oBAAoB;IAgB7B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,KAAK;IAlBf,IAAI,EAAE,sBAAsB,EAAE,CAA0C;IACxE,YAAY,EAAE,WAAW,EAAE,CAAM;IACjC,KAAK,EAAE,IAAI,CAAc;IACzB,YAAY,qCAAuD;IACnE,aAAa,qCAAwD;IAErE,oBAAoB,yMAElB;IAEF,mBAAmB,0PAEjB;gBAGQ,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,wBAAwB;IAGnC,WAAW;IAcjB,mBAAmB;IAQnB,wBAAwB;IAIxB,2BAA2B,CAAC,qBAAqB,KAAA;IAO3C,IAAI;IAYV,IAAI,WAAW,QAEd;IAED,IAAI,aAAa,YAEhB;YAEa,OAAO;IAcrB,OAAO,CAAC,cAAc;YAKR,QAAQ;YAMR,aAAa;IAM3B,OAAO,CAAC,6BAA6B;yCA1G1B,oBAAoB;2CAApB,oBAAoB;CA+GhC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { Tab, TabFactory } from '@c8y/ngx-components';
|
|
3
|
+
import { TrustedCertificatesGuard } from './../trusted-certificates.guard';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TabsFactory implements TabFactory {
|
|
5
6
|
router: Router;
|
|
6
|
-
|
|
7
|
-
get(): Tab[]
|
|
7
|
+
guard: TrustedCertificatesGuard;
|
|
8
|
+
get(): Promise<Tab[]>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsFactory, never>;
|
|
9
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<TabsFactory>;
|
|
10
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.factory.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/factories/tabs.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAW,GAAG,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC
|
|
1
|
+
{"version":3,"file":"tabs.factory.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/factories/tabs.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAW,GAAG,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;;AAE3E,qBACa,WAAY,YAAW,UAAU;IAC5C,MAAM,SAAkB;IACxB,KAAK,2BAAoC;IAEnC,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;yCAJhB,WAAW;6CAAX,WAAW;CA4BvB"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { NavigatorNode, NavigatorNodeFactory } from '@c8y/ngx-components';
|
|
2
|
+
import { TrustedCertificatesGuard } from './../trusted-certificates.guard';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TrustedCertificatesNavigationFactory implements NavigatorNodeFactory {
|
|
5
|
+
guard: TrustedCertificatesGuard;
|
|
4
6
|
navs: NavigatorNode[];
|
|
5
7
|
get(): Promise<NavigatorNode[]>;
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TrustedCertificatesNavigationFactory, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trusted-certificates-navigation.factory.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/factories/trusted-certificates-navigation.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,aAAa,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"trusted-certificates-navigation.factory.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/factories/trusted-certificates-navigation.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,aAAa,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;;AAE3E,qBACa,oCAAqC,YAAW,oBAAoB;IAC/E,KAAK,2BAAoC;IACzC,IAAI,EAAE,aAAa,EAAE,CAAM;IAErB,GAAG;yCAJE,oCAAoC;6CAApC,oCAAoC;CAmBhD"}
|
|
@@ -5,6 +5,7 @@ import { IResultList, ITrustedCertificate, SystemOptionsService, TrustedCertific
|
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
7
|
import { TrustedCertificate } from './trusted-certificate.model';
|
|
8
|
+
import { TrustedCertificatesGuard } from '../trusted-certificates.guard';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class TrustedCertificateListComponent implements OnInit {
|
|
10
11
|
private bsModal;
|
|
@@ -16,6 +17,7 @@ export declare class TrustedCertificateListComponent implements OnInit {
|
|
|
16
17
|
private gainsightService;
|
|
17
18
|
private systemOptionsService;
|
|
18
19
|
private featureCacheService;
|
|
20
|
+
private guard;
|
|
19
21
|
PROOF_OF_POSSESSION_POPOVER: "\"Proof of possession\" is a security method used to prove that whoever sends a message is also in the possession of the particular cryptographic key.";
|
|
20
22
|
SIGNED_VERIFICATION_CODE_POPOVER: "Use the following openssl command to create the signed verification code: openssl dgst -sha256 -sign <private.key> <verification_code.txt> | openssl base64 -A";
|
|
21
23
|
AUTO_REGISTRATION_POPOVER: "Devices using the MQTT protocol with credentials signed by this certificate will be able to communicate with the platform without prior registration. The option does not support devices using the LWM2M protocol.";
|
|
@@ -23,6 +25,8 @@ export declare class TrustedCertificateListComponent implements OnInit {
|
|
|
23
25
|
reload: BehaviorSubject<void>;
|
|
24
26
|
trustedCertificates: Observable<IResultList<ITrustedCertificate>>;
|
|
25
27
|
sortByExpirationDateAsc: ForOfFilterPipe<ITrustedCertificate>;
|
|
28
|
+
hasReadRole$: Observable<boolean>;
|
|
29
|
+
hasAdminRole$: Observable<boolean>;
|
|
26
30
|
certificateAuthorityExists: boolean;
|
|
27
31
|
signedVerificationCode: string;
|
|
28
32
|
PRODUCT_EXPERIENCE: {
|
|
@@ -63,7 +67,7 @@ export declare class TrustedCertificateListComponent implements OnInit {
|
|
|
63
67
|
};
|
|
64
68
|
};
|
|
65
69
|
certificateAuthorityFeatureEnabled: boolean;
|
|
66
|
-
constructor(bsModal: BsModalService, alertService: AlertService, trustedCertificateService: TrustedCertificateService, modalService: ModalService, translateService: TranslateService, clipboardService: ClipboardService, gainsightService: GainsightService, systemOptionsService: SystemOptionsService, featureCacheService: FeatureCacheService);
|
|
70
|
+
constructor(bsModal: BsModalService, alertService: AlertService, trustedCertificateService: TrustedCertificateService, modalService: ModalService, translateService: TranslateService, clipboardService: ClipboardService, gainsightService: GainsightService, systemOptionsService: SystemOptionsService, featureCacheService: FeatureCacheService, guard: TrustedCertificatesGuard);
|
|
67
71
|
ngOnInit(): Promise<void>;
|
|
68
72
|
loadTrustedCertificates(): Promise<void>;
|
|
69
73
|
getTrustedCertificates(): Promise<IResultList<ITrustedCertificate>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAqBb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAqBb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,EAAwB,MAAM,MAAM,CAAC;AAG/E,OAAO,EAEL,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;AAMrC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAiCa,+BAAgC,YAAW,MAAM;IA4C1D,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,KAAK;IApDf,2BAA2B,2JAEzB;IACF,gCAAgC,mKAE9B;IAEF,yBAAyB,wNAEvB;IAEF,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACjE,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAC1D,mBAAmB,EAAE,UAAU,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAU/D;IACF,uBAAuB,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAS3D;IACF,YAAY,sBAAuD;IACnE,aAAa,sBAAwD;IAErE,0BAA0B,UAAS;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2C;IAC7D,kCAAkC,UAAS;gBAGjC,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,mBAAmB,EAAE,mBAAmB,EACxC,KAAK,EAAE,wBAAwB;IAGnC,QAAQ;IAMR,uBAAuB;IAI7B,sBAAsB;IAQhB,qBAAqB;IAiBrB,gBAAgB;IAUhB,wBAAwB,CAAC,WAAW,KAAA;IAiCpC,iBAAiB,CACrB,kBAAkB,EAAE,mBAAmB,EACvC,YAAY,EAAE,OAAO,CAAC,mBAAmB,CAAC;IAmB5C,sBAAsB,CAAC,IAAI,EAAE,mBAAmB;;;;;;;IAyChD,kCAAkC,CAAC,kBAAkB,EAAE,mBAAmB;IAiB1E,4BAA4B,CAAC,kBAAkB,EAAE,kBAAkB;IA2BnE,gCAAgC,CAAC,kBAAkB,EAAE,mBAAmB;IAMxE,uCAAuC,CAAC,kBAAkB,EAAE,mBAAmB;IAI/E,WAAW,CAAC,KAAK,KAAA,EAAE,kBAAkB,EAAE,kBAAkB;IASnD,gBAAgB;YAgBR,mBAAmB;YAenB,gCAAgC;yCAlSnC,+BAA+B;2CAA/B,+BAA+B;CAuS3C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Permissions } from '@c8y/ngx-components';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TrustedCertificatesGuard {
|
|
4
|
+
permissions: Permissions;
|
|
5
|
+
canActivate(): Promise<boolean>;
|
|
6
|
+
hasReadRole(): Promise<boolean>;
|
|
7
|
+
hasAdminRole(): Promise<boolean>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrustedCertificatesGuard, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TrustedCertificatesGuard>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=trusted-certificates.guard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trusted-certificates.guard.d.ts","sourceRoot":"","sources":["../../trusted-certificates/trusted-certificates.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;AAElD,qBACa,wBAAwB;IACnC,WAAW,cAAuB;IAE5B,WAAW;IAMX,WAAW;IAIX,YAAY;yCAbP,wBAAwB;6CAAxB,wBAAwB;CAmBpC"}
|
package/upgrade/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ export * from './nodes.factory';
|
|
|
9
9
|
export * from './upgrade.routes';
|
|
10
10
|
export * from './docs.factory';
|
|
11
11
|
export * from './tabs.factory';
|
|
12
|
-
export * from './smart-rules.service';
|
|
13
12
|
export * from './dashboard/widget.component';
|
|
14
13
|
export * from './dashboard/component.factory';
|
|
15
14
|
export * from './dashboard/dashboard-upgrade.module';
|
package/upgrade/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../upgrade/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../upgrade/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade.module.d.ts","sourceRoot":"","sources":["../../upgrade/upgrade.module.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"upgrade.module.d.ts","sourceRoot":"","sources":["../../upgrade/upgrade.module.ts"],"names":[],"mappings":";;;AAyBA,qBAea,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../upgrade/upgraded-services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../upgrade/upgraded-services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smart-rules.service.d.ts","sourceRoot":"","sources":["../../../upgrade/upgraded-services/smart-rules.service.ts"],"names":[],"mappings":"AAAA,8BAAsB,oBAAoB;IACxC,QAAQ,CAAC,eAAe,MAAC;IACzB,QAAQ,CAAC,8BAA8B,CAAC,SAAS,KAAA;IACjD,QAAQ,CAAC,sCAAsC,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;CAC5D;AAED,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,GAAG,OAErD;AAED,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgraded-services.module.d.ts","sourceRoot":"","sources":["../../../upgrade/upgraded-services/upgraded-services.module.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"upgraded-services.module.d.ts","sourceRoot":"","sources":["../../../upgrade/upgraded-services/upgraded-services.module.ts"],"names":[],"mappings":";AAMA;;;;GAIG;AACH,qBAQa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -6,9 +6,10 @@ export declare class InventoryRoleSelector extends UpgradeComponent {
|
|
|
6
6
|
inheritedRoles: any;
|
|
7
7
|
inventoryRoles: any;
|
|
8
8
|
ownerAllowedRoles: any;
|
|
9
|
+
disableEditForExternalUsers: any;
|
|
9
10
|
onApply: EventEmitter<any>;
|
|
10
11
|
constructor(elementRef: ElementRef, injector: Injector);
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<InventoryRoleSelector, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InventoryRoleSelector, "c8y-inventory-role-selector-upgraded", never, { "assignedRoles": { "alias": "assignedRoles"; "required": false; }; "inheritedRoles": { "alias": "inheritedRoles"; "required": false; }; "inventoryRoles": { "alias": "inventoryRoles"; "required": false; }; "ownerAllowedRoles": { "alias": "ownerAllowedRoles"; "required": false; }; }, { "onApply": "onApply"; }, never, never, true, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InventoryRoleSelector, "c8y-inventory-role-selector-upgraded", never, { "assignedRoles": { "alias": "assignedRoles"; "required": false; }; "inheritedRoles": { "alias": "inheritedRoles"; "required": false; }; "inventoryRoles": { "alias": "inventoryRoles"; "required": false; }; "ownerAllowedRoles": { "alias": "ownerAllowedRoles"; "required": false; }; "disableEditForExternalUsers": { "alias": "disableEditForExternalUsers"; "required": false; }; }, { "onApply": "onApply"; }, never, never, true, never>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=inventory-role-selector.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-role-selector.component.d.ts","sourceRoot":"","sources":["../../../user-roles/inventory-role-selector/inventory-role-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAiB,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;;AAE3D,qBACa,qBAAsB,SAAQ,gBAAgB;IAChD,aAAa,EAAE,GAAG,CAAC;IACnB,cAAc,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,GAAG,CAAC;IACpB,iBAAiB,EAAE,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"inventory-role-selector.component.d.ts","sourceRoot":"","sources":["../../../user-roles/inventory-role-selector/inventory-role-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAiB,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;;AAE3D,qBACa,qBAAsB,SAAQ,gBAAgB;IAChD,aAAa,EAAE,GAAG,CAAC;IACnB,cAAc,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,GAAG,CAAC;IACpB,iBAAiB,EAAE,GAAG,CAAC;IACvB,2BAA2B,EAAE,GAAG,CAAC;IAChC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;gBAEzB,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ;yCAR3C,qBAAqB;2CAArB,qBAAqB;CAWjC"}
|