@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
package/locales/zh_CN.po
CHANGED
|
@@ -10465,6 +10465,9 @@ msgstr "没有描述"
|
|
|
10465
10465
|
msgid "No description available."
|
|
10466
10466
|
msgstr "没有可用的描述。"
|
|
10467
10467
|
|
|
10468
|
+
msgid "No description provided."
|
|
10469
|
+
msgstr "未提供描述。"
|
|
10470
|
+
|
|
10468
10471
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10469
10472
|
" granted access to some device groups first."
|
|
10470
10473
|
msgstr "由于设备所有者权限,无设备组可用。必须先授予设备所有者\n"
|
|
@@ -10811,6 +10814,9 @@ msgstr "无显示的快速链接"
|
|
|
10811
10814
|
msgid "No quick links to display."
|
|
10812
10815
|
msgstr "没有可显示的快速链接。"
|
|
10813
10816
|
|
|
10817
|
+
msgid "No recent events found."
|
|
10818
|
+
msgstr "未找到最近的事件。"
|
|
10819
|
+
|
|
10814
10820
|
msgid "No recent operations found"
|
|
10815
10821
|
msgstr "未找到最近操作"
|
|
10816
10822
|
|
|
@@ -13165,8 +13171,11 @@ msgstr "撤消"
|
|
|
13165
13171
|
msgid "Revoke TOTP secret"
|
|
13166
13172
|
msgstr "撤消 TOTP 密码"
|
|
13167
13173
|
|
|
13168
|
-
msgid "Revoke provisioned certificate"
|
|
13169
|
-
msgstr "
|
|
13174
|
+
msgid "Revoke provisioned certificate?"
|
|
13175
|
+
msgstr "撤消已配置的证书?"
|
|
13176
|
+
|
|
13177
|
+
msgid "Revoke provisioned certificates?"
|
|
13178
|
+
msgstr "撤消已配置的证书?"
|
|
13170
13179
|
|
|
13171
13180
|
msgid "Right"
|
|
13172
13181
|
msgstr "右"
|
|
@@ -13979,6 +13988,12 @@ msgstr "所选数字、起始位或位数与另一个寄存器重叠。"
|
|
|
13979
13988
|
msgid "Selected operation"
|
|
13980
13989
|
msgstr "选定操作"
|
|
13981
13990
|
|
|
13991
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13992
|
+
msgstr "所选的已配置证书已被撤消。"
|
|
13993
|
+
|
|
13994
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13995
|
+
msgstr "已撤消所选的已配置证书。"
|
|
13996
|
+
|
|
13982
13997
|
msgid "Selected software for various device types"
|
|
13983
13998
|
msgstr "选择各种设备类型的软件"
|
|
13984
13999
|
|
|
@@ -16170,7 +16185,7 @@ msgstr "已在平台级别强制实施此设置。"
|
|
|
16170
16185
|
|
|
16171
16186
|
msgid "The successfully enrolled devices can now request signed certificates and use them to\n"
|
|
16172
16187
|
" connect and authenticate to the platform via certificate-based authentication."
|
|
16173
|
-
msgstr ""
|
|
16188
|
+
msgstr "成功注册的设备现在可以请求签名证书,并使用它们通过基于证书的身份验证连接到平台并进行身份验证。\n"
|
|
16174
16189
|
|
|
16175
16190
|
msgid "The target URL did not accept the connection yet."
|
|
16176
16191
|
msgstr "目标 URL 尚未接受连接。"
|
|
@@ -18248,6 +18263,9 @@ msgstr "您即将重置此仪表板的小组件。对仪表板小组件的所有
|
|
|
18248
18263
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18249
18264
|
msgstr "您即将撤销已配置证书 {{ serialNumber }}。您要继续吗?"
|
|
18250
18265
|
|
|
18266
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18267
|
+
msgstr "您即将撤消已配置的证书: {{ serialNumbers }}。是否要继续?"
|
|
18268
|
+
|
|
18251
18269
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18252
18270
|
msgstr "您即将保存可能会影响安全性的全局角色更改。要立即应用这些更改,您需要终止所有具有此角色的用户的会话。"
|
|
18253
18271
|
|
package/locales/zh_TW.po
CHANGED
|
@@ -10465,6 +10465,9 @@ msgstr "没有描述"
|
|
|
10465
10465
|
msgid "No description available."
|
|
10466
10466
|
msgstr "没有可用的描述。"
|
|
10467
10467
|
|
|
10468
|
+
msgid "No description provided."
|
|
10469
|
+
msgstr "未提供描述。"
|
|
10470
|
+
|
|
10468
10471
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10469
10472
|
" granted access to some device groups first."
|
|
10470
10473
|
msgstr "由于设备所有者权限,无设备组可用。必须先授予设备所有者\n"
|
|
@@ -10811,6 +10814,9 @@ msgstr "无显示的快速链接"
|
|
|
10811
10814
|
msgid "No quick links to display."
|
|
10812
10815
|
msgstr "没有快速链接可显示。"
|
|
10813
10816
|
|
|
10817
|
+
msgid "No recent events found."
|
|
10818
|
+
msgstr "未找到最近的事件。"
|
|
10819
|
+
|
|
10814
10820
|
msgid "No recent operations found"
|
|
10815
10821
|
msgstr "未找到最近操作"
|
|
10816
10822
|
|
|
@@ -13165,8 +13171,11 @@ msgstr "撤消"
|
|
|
13165
13171
|
msgid "Revoke TOTP secret"
|
|
13166
13172
|
msgstr "撤消 TOTP 密码"
|
|
13167
13173
|
|
|
13168
|
-
msgid "Revoke provisioned certificate"
|
|
13169
|
-
msgstr "
|
|
13174
|
+
msgid "Revoke provisioned certificate?"
|
|
13175
|
+
msgstr "撤消已配置的憑證?"
|
|
13176
|
+
|
|
13177
|
+
msgid "Revoke provisioned certificates?"
|
|
13178
|
+
msgstr "撤消已配置的憑證?"
|
|
13170
13179
|
|
|
13171
13180
|
msgid "Right"
|
|
13172
13181
|
msgstr "右"
|
|
@@ -13979,6 +13988,12 @@ msgstr "所选数字、起始位或位数与另一个寄存器重叠。"
|
|
|
13979
13988
|
msgid "Selected operation"
|
|
13980
13989
|
msgstr "选定操作"
|
|
13981
13990
|
|
|
13991
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13992
|
+
msgstr "選擇的已提供憑證已撤消。"
|
|
13993
|
+
|
|
13994
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13995
|
+
msgstr "選擇的已提供憑證已撤消。"
|
|
13996
|
+
|
|
13982
13997
|
msgid "Selected software for various device types"
|
|
13983
13998
|
msgstr "选择各种设备类型的软件"
|
|
13984
13999
|
|
|
@@ -18248,6 +18263,9 @@ msgstr "您即將重置此儀錶板的小組件。對儀錶板小組件的所有
|
|
|
18248
18263
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18249
18264
|
msgstr "您即將撤銷已配置的憑證 {{ serialNumber }}。您要繼續嗎?"
|
|
18250
18265
|
|
|
18266
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18267
|
+
msgstr "您即将撤消已供应的证书: {{ serialNumbers }}。是否要继续?"
|
|
18268
|
+
|
|
18251
18269
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18252
18270
|
msgstr "您即將儲存可能會影響安全性的全域角色更改。要立即應用這些更改,您需要終止所有具有此角色的用戶的會話。"
|
|
18253
18271
|
|
|
@@ -9,6 +9,6 @@ export declare class BulkOperationFromSingleComponent extends BaseStepperCompone
|
|
|
9
9
|
constructor(activatedRoute: ActivatedRoute, bulkOperationService: BulkOperationsService);
|
|
10
10
|
protected retrieveOperationPrototype(): Promise<OperationDetails>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationFromSingleComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationFromSingleComponent, "bulk-operation-from-single", never, {}, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationFromSingleComponent, "bulk-operation-from-single", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=bulk-operation-from-single.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-from-single.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-from-single/bulk-operation-from-single.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGjD,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operation-from-single.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-from-single/bulk-operation-from-single.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGjD,OAAO,EACL,oBAAoB,EAErB,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;;AAEhE,qBAKa,gCAAiC,SAAQ,oBAAqB,YAAW,MAAM;IAExF,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,oBAAoB;gBADpB,cAAc,EAAE,cAAc,EAC9B,oBAAoB,EAAE,qBAAqB;cAKrC,0BAA0B,IAAI,OAAO,CAAC,gBAAgB,CAAC;yCAR5D,gCAAgC;2CAAhC,gCAAgC;CAkB5C"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { Route } from '@c8y/ngx-components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "@c8y/ngx-components/operations/bulk-operation-stepper";
|
|
6
|
-
import * as i4 from "@angular/router";
|
|
3
|
+
import * as i1 from "@angular/router";
|
|
4
|
+
import * as i2 from "./bulk-operation-from-single.component";
|
|
7
5
|
export declare const bulkOperationCreateSingleRoutes: Route[];
|
|
8
6
|
export declare class BulkOperationFromSingleModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationFromSingleModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationFromSingleModule, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationFromSingleModule, never, [typeof i1.RouterModule, typeof i2.BulkOperationFromSingleComponent], never>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationFromSingleModule>;
|
|
12
10
|
}
|
|
13
11
|
//# sourceMappingURL=bulk-operation-from-single.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-from-single.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-from-single/bulk-operation-from-single.module.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operation-from-single.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-from-single/bulk-operation-from-single.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;;;;AAI5C,eAAO,MAAM,+BAA+B,EAAE,KAAK,EAKlD,CAAC;AAEF,qBAMa,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAG"}
|
|
@@ -47,6 +47,6 @@ export declare class BulkOperationListItemComponent implements OnInit, OnChanges
|
|
|
47
47
|
isStatusCanceled(): boolean;
|
|
48
48
|
isStatusFailed(): boolean;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationListItemComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationListItemComponent, "c8y-bulk-operation-list-item", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "showFailedOperation": "showFailedOperation"; "reload": "reload"; }, never, never,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationListItemComponent, "c8y-bulk-operation-list-item", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "showFailedOperation": "showFailedOperation"; "reload": "reload"; }, never, never, true, never>;
|
|
51
51
|
}
|
|
52
52
|
//# sourceMappingURL=bulk-operation-list-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EACL,YAAY,EAEZ,iBAAiB,EACjB,YAAY,
|
|
1
|
+
{"version":3,"file":"bulk-operation-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EACL,YAAY,EAEZ,iBAAiB,EACjB,YAAY,EAWb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAG/F,OAAO,EAAE,UAAU,EAAE,cAAc,EAAgB,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAEL,yBAAyB,EAC1B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;;AAOlF,qBAqBa,8BAA+B,YAAW,MAAM,EAAE,SAAS;IAyB7D,4BAA4B,EAAE,4BAA4B;IACjE,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IA5BxB,oBAAoB,SAAwB;IAE5C,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IAEvC,gBAAgB,UAAQ;IAExB,QAAQ,UAAS;IACP,mBAAmB,oBAAsB;IACzC,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAChB,QAAQ,EAAE,iBAAiB,CAAC;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,UAAS;IACvB,0BAA0B,oCAA8B;IACxD,6BAA6B,EAAE,yBAAyB,CAAiC;IACzF,UAAU,EAAE,UAAU,CAAC;IACvB,qBAAqB,EAAE,MAAM,CAE3B;IACF,gBAAgB,SAAc;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,SAAK;gBAGb,4BAA4B,EAAE,4BAA4B,EACzD,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,YAAY,EACnB,KAAK,EAAE,YAAY,EACnB,cAAc,EAAE,cAAc;IAGxC,QAAQ;IAKR,yBAAyB;IAOzB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAKzC,qBAAqB,IAAI,MAAM;IAO/B,qBAAqB;IAQrB,cAAc;IA6Bd,YAAY;IAkBN,mBAAmB;IAkBzB,oBAAoB;IAsBd,eAAe;IAwBrB,mBAAmB,CAAC,cAAc,KAAA;IAIlC,iBAAiB;IAIjB,qCAAqC;IAOrC,oBAAoB;IAUpB,gBAAgB;IAIhB,cAAc;yCA5MH,8BAA8B;2CAA9B,8BAA8B;CA+M1C"}
|
|
@@ -3,18 +3,12 @@ import * as i1 from "./bulk-operation-list-item.component";
|
|
|
3
3
|
import * as i2 from "./modals/bulk-operations-reschedule-modal.component";
|
|
4
4
|
import * as i3 from "./bulk-operation-wrapper.component";
|
|
5
5
|
import * as i4 from "./modal-body-host.directive";
|
|
6
|
-
import * as i5 from "@c8y/ngx-components";
|
|
7
|
-
import * as i6 from "ngx-bootstrap/popover";
|
|
8
|
-
import * as i7 from "ngx-bootstrap/tooltip";
|
|
9
|
-
import * as i8 from "@c8y/ngx-components/operations/operation-summary";
|
|
10
|
-
import * as i9 from "@c8y/ngx-components/operations/bulk-operation-scheduler";
|
|
11
|
-
import * as i10 from "@c8y/ngx-components/operations/operations-list-item-details";
|
|
12
6
|
/**
|
|
13
7
|
* This module allows for displaying the list item of a bulk operation with its details.
|
|
14
8
|
*/
|
|
15
9
|
export declare class BulkOperationListItemModule {
|
|
16
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationListItemModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationListItemModule, [typeof i1.BulkOperationListItemComponent, typeof i2.BulkOperationsRescheduleModalComponent, typeof i3.BulkOperationWrapperComponent, typeof i4.ModalBodyHostDirective], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationListItemModule, never, [typeof i1.BulkOperationListItemComponent, typeof i2.BulkOperationsRescheduleModalComponent, typeof i3.BulkOperationWrapperComponent, typeof i4.ModalBodyHostDirective], [typeof i1.BulkOperationListItemComponent, typeof i2.BulkOperationsRescheduleModalComponent, typeof i3.BulkOperationWrapperComponent]>;
|
|
18
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationListItemModule>;
|
|
19
13
|
}
|
|
20
14
|
//# sourceMappingURL=bulk-operation-list-item.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-list-item.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-operation-list-item.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.module.ts"],"names":[],"mappings":";;;;;AAQA;;GAEG;AACH,qBAuBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -18,6 +18,6 @@ export declare class BulkOperationWrapperComponent implements OnInit, OnDestroy
|
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
openDetails(bulkOperationId: string | number): Promise<void>;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationWrapperComponent, [null, null, null, { optional: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationWrapperComponent, "c8y-bulk-operations-wrapper", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationWrapperComponent, "c8y-bulk-operations-wrapper", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=bulk-operation-wrapper.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-wrapper.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,SAAS,EAAE,MAAM,EAAuB,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAE/F,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGjE,OAAO,EAEL,0CAA0C,EAE3C,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;
|
|
1
|
+
{"version":3,"file":"bulk-operation-wrapper.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,SAAS,EAAE,MAAM,EAAuB,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAE/F,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGjE,OAAO,EAEL,0CAA0C,EAE3C,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;AAErE,qBAKa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAS5D,qBAAqB,EAAE,qBAAqB;IAC5C,QAAQ,EAAE,UAAU;IAC3B,OAAO,CAAC,YAAY;IAGpB,OAAO,CAAC,eAAe;IAbhB,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IAGhD,aAAa,EAAE,sBAAsB,CAAC;IAEtC,OAAO,CAAC,UAAU,CAAgC;gBAGzC,qBAAqB,EAAE,qBAAqB,EAC5C,QAAQ,EAAE,UAAU,EACnB,YAAY,EAAE,cAAc,EAG5B,eAAe,EAAE,0CAA0C;IAGrE,QAAQ,IAAI,IAAI;IAchB,WAAW,IAAI,IAAI;IAMb,WAAW,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;yCArCvC,6BAA6B;2CAA7B,6BAA6B;CAiDzC"}
|
|
@@ -4,6 +4,6 @@ export declare class ModalBodyHostDirective {
|
|
|
4
4
|
viewContainerRef: ViewContainerRef;
|
|
5
5
|
constructor(viewContainerRef: ViewContainerRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalBodyHostDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalBodyHostDirective, "[modalBodyHost]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalBodyHostDirective, "[modalBodyHost]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=modal-body-host.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-body-host.directive.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/modal-body-host.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAE5D,
|
|
1
|
+
{"version":3,"file":"modal-body-host.directive.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/modal-body-host.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAE5D,qBACa,sBAAsB;IACd,gBAAgB,EAAE,gBAAgB;gBAAlC,gBAAgB,EAAE,gBAAgB;yCAD1C,sBAAsB;2CAAtB,sBAAsB;CAElC"}
|
package/operations/bulk-operation-list-item/modals/bulk-operations-reschedule-modal.component.d.ts
CHANGED
|
@@ -26,6 +26,6 @@ export declare class BulkOperationsRescheduleModalComponent implements OnInit {
|
|
|
26
26
|
onCancel(): void;
|
|
27
27
|
onSave(): Promise<void>;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsRescheduleModalComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsRescheduleModalComponent, "c8y-bulk-operations-reschedule-modal", never, {}, {}, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsRescheduleModalComponent, "c8y-bulk-operations-reschedule-modal", never, {}, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
31
31
|
//# sourceMappingURL=bulk-operations-reschedule-modal.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-reschedule-modal.component.d.ts","sourceRoot":"","sources":["../../../../operations/bulk-operation-list-item/modals/bulk-operations-reschedule-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,MAAM,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operations-reschedule-modal.component.d.ts","sourceRoot":"","sources":["../../../../operations/bulk-operation-list-item/modals/bulk-operations-reschedule-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,MAAM,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EACL,YAAY,EACZ,gBAAgB,EAMjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,iBAAiB,EAElB,MAAM,yDAAyD,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAE/F,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAG/B,qBAaa,sCAAuC,YAAW,MAAM;IAW1D,UAAU,EAAE,UAAU;IAC7B,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,gBAAgB;IAb1B,oBAAoB,SAAwB;IAC5C,YAAY,EAAE,OAAO,CAAC,cAAc,CAAC,CAAiB;IACtD,YAAY,EAAE,iBAAiB,CAAC;IAChC,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACvC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAY;gBAGxC,UAAU,EAAE,UAAU,EACrB,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,YAAY,EACnB,gBAAgB,EAAE,gBAAgB;IAI5C,OAAO,CAAC,KAAK,EAAE,aAAa;IAS5B,QAAQ;IAIR,oBAAoB,CAAC,MAAM,KAAA;IAI3B,QAAQ;IAIR,QAAQ;IAIF,MAAM;yCA3CD,sCAAsC;2CAAtC,sCAAsC;CAoElD"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "ngx-bootstrap/
|
|
6
|
-
import * as i5 from "
|
|
2
|
+
import * as i1 from "@c8y/ngx-components";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/datepicker";
|
|
5
|
+
import * as i4 from "ngx-bootstrap/timepicker";
|
|
6
|
+
import * as i5 from "./operation-scheduler.component";
|
|
7
7
|
/**
|
|
8
8
|
* This module provides components for scheduling bulk operations.
|
|
9
9
|
*/
|
|
10
10
|
export declare class BulkOperationSchedulerModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationSchedulerModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationSchedulerModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationSchedulerModule, never, [typeof i1.CoreModule, typeof i2.ReactiveFormsModule, typeof i3.BsDatepickerModule, typeof i4.TimepickerModule, typeof i5.OperationSchedulerComponent], [typeof i5.OperationSchedulerComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationSchedulerModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=bulk-operation-scheduler.module.d.ts.map
|
|
@@ -55,6 +55,6 @@ export declare class OperationSchedulerComponent implements ControlValueAccessor
|
|
|
55
55
|
private dateValidation;
|
|
56
56
|
private timeValidation;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationSchedulerComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationSchedulerComponent, "c8y-operation-scheduler", never, { "_minutesAhead": { "alias": "minutesAhead"; "required": false; }; }, {}, never, never,
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationSchedulerComponent, "c8y-operation-scheduler", never, { "_minutesAhead": { "alias": "minutesAhead"; "required": false; }; }, {}, never, never, true, never>;
|
|
59
59
|
}
|
|
60
60
|
//# sourceMappingURL=operation-scheduler.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-scheduler.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-scheduler/operation-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,WAAW,EAEX,SAAS,EAGT,gBAAgB,EAChB,SAAS,
|
|
1
|
+
{"version":3,"file":"operation-scheduler.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-scheduler/operation-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,WAAW,EAEX,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAIV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,iBAAiB,EAEjB,cAAc,EAOf,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;;AAInE,qBA6Ba,2BACX,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS;IAoC3D,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,iBAAiB;IApC3B,IAA2B,aAAa,CAAC,OAAO,EAAE,MAAM,EAIvD;IAED,WAAW,EAAE,MAAM,CAAyB;IAC5C,oBAAoB,EAAE,SAAS,CAAC;IAChC,OAAO,EAAE,IAAI,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,gBAAgB,CAAQ;IACrC,YAAY,EAAE,gBAAgB,CAAQ;IACtC,eAAe,EAAE,MAAM,CAAC;IAExB,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAa;IACnD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAiB;IAC3D,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAgB;IAC1D,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAa;IACnD,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAoB;IACvD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAmC;IACtE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAgC;IACnE,OAAO,CAAC,WAAW,CAAa;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,WAAW,CAAO;IAC1B,OAAO,CAAC,YAAY,CAAe;IAEnC,OAAO,CAAC,QAAQ,CAAiB;IACjC,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,kBAAkB,CAAa;gBAG7B,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,cAAc,EACvB,iBAAiB,EAAE,iBAAiB;IAG9C,QAAQ;IAiCR,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAW1C,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAO5C,QAAQ,IAAI,gBAAgB;IAU5B,yBAAyB,CAAC,EAAE,EAAE,GAAG;IAIjC,aAAa,IAAI,IAAI;IAMrB,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAmBhC,QAAQ,CAAC,IAAI,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,IAAI,CAAC;QAAC,IAAI,CAAC,EAAE,IAAI,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE;YAoBtE,qBAAqB;IAuBnC,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,cAAc;yCAvOX,2BAA2B;2CAA3B,2BAA2B;CAuQvC"}
|
|
@@ -22,6 +22,6 @@ export declare abstract class BaseStepperComponent implements OnInit, OnDestroy
|
|
|
22
22
|
protected onSelectionChange(event: StepperSelectionEvent): void;
|
|
23
23
|
private getStepDataKeyByIndex;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseStepperComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseStepperComponent, "c8y-base-stepper", never, {}, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseStepperComponent, "c8y-base-stepper", never, {}, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
27
27
|
//# sourceMappingURL=base-stepper.component.d.ts.map
|
|
@@ -46,6 +46,6 @@ export declare class BulkOperationStepper implements OnDestroy {
|
|
|
46
46
|
ngOnDestroy(): void;
|
|
47
47
|
private close;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationStepper, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationStepper, "c8y-bulk-operation-stepper", never, { "type": { "alias": "type"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["customSteps"], never,
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationStepper, "c8y-bulk-operation-stepper", never, { "type": { "alias": "type"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["customSteps"], never, true, never>;
|
|
50
50
|
}
|
|
51
51
|
//# sourceMappingURL=bulk-operation-stepper.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-stepper.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/bulk-operation-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AACtE,OAAO,EAGL,YAAY,EAEZ,SAAS,EAET,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operation-stepper.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/bulk-operation-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AACtE,OAAO,EAGL,YAAY,EAEZ,SAAS,EAET,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,YAAY,EACZ,UAAU,EAEV,YAAY,EAKb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,mCAAmC,EAAE,MAAM,8DAA8D,CAAC;AAGnH,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAKrD,qBAiBa,oBAAqB,YAAW,SAAS;IA4BlD,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,KAAK;IA7Bf,oBAAoB,SAAwB;IAEnC,IAAI,EAAE,iBAAiB,GAAG,MAAM,CAAC;IAChC,eAAe,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAsB;IACvD,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAEhE,OAAO,EAAE,UAAU,CAAC;IAEpB,mCAAmC,EAAE,mCAAmC,CAAC;IAEzE,KAAK,EAAE,UAAU,EAAE,CAAM;IACzB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,oBAAoB;;MAAmC;IACvD,YAAY,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;IACnC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,YAAY,EAAE,iBAAiB,CAAC;IAChC,oBAAoB,EAAE,SAAS,CAAC;IAChC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,wBAAwB,EAAE,MAAM,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAE7E,OAAO,CAAC,mBAAmB,CAAoC;IAC/D,OAAO,CAAC,gBAAgB,CAAgC;gBAG9C,oBAAoB,EAAE,qBAAqB,EAC3C,KAAK,EAAE,YAAY,EACnB,KAAK,EAAE,YAAY;IAK7B,eAAe,IAAI,IAAI;IAmBvB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE;IAQ1C,sBAAsB,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE;IAyC3E,MAAM;IAIA,qBAAqB;IAwB3B,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,KAAK;yCAxIF,oBAAoB;2CAApB,oBAAoB;CA4IhC"}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./bulk-operation-stepper.component";
|
|
3
3
|
import * as i2 from "./custom-step.directive";
|
|
4
|
-
import * as i3 from "@c8y/ngx-components";
|
|
5
|
-
import * as i4 from "@c8y/ngx-components/operations/device-selector";
|
|
6
|
-
import * as i5 from "@c8y/ngx-components/operations/create-bulk-operation-details";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/operation-summary";
|
|
8
4
|
/**
|
|
9
5
|
* This module provides base stepper class and stepper wrapper component.
|
|
10
6
|
*/
|
|
11
7
|
export declare class BulkOperationStepperModule {
|
|
12
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationStepperModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationStepperModule, [typeof i1.BulkOperationStepper, typeof i2.CustomStep], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationStepperModule, never, [typeof i1.BulkOperationStepper, typeof i2.CustomStep], [typeof i1.BulkOperationStepper, typeof i2.CustomStep]>;
|
|
14
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationStepperModule>;
|
|
15
11
|
}
|
|
16
12
|
//# sourceMappingURL=bulk-operation-stepper.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operation-stepper.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/bulk-operation-stepper.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-operation-stepper.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/bulk-operation-stepper.module.ts"],"names":[],"mappings":";;;AAIA;;GAEG;AACH,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -13,6 +13,6 @@ export declare class CustomStep {
|
|
|
13
13
|
step: CdkStep;
|
|
14
14
|
}) => void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomStep, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomStep, "[customStep]", never, { "label": { "alias": "customStep"; "required": false; }; "completed": { "alias": "customStepCompleted"; "required": false; }; "buttonsDisabled": { "alias": "customStepButtonsDisabled"; "required": false; }; "onNext": { "alias": "customStepOnNext"; "required": false; }; }, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomStep, "[customStep]", never, { "label": { "alias": "customStep"; "required": false; }; "completed": { "alias": "customStepCompleted"; "required": false; }; "buttonsDisabled": { "alias": "customStepButtonsDisabled"; "required": false; }; "onNext": { "alias": "customStepOnNext"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=custom-step.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-step.directive.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/custom-step.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAEjD,
|
|
1
|
+
{"version":3,"file":"custom-step.directive.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-stepper/custom-step.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAEjD,qBACa,UAAU;IAIF,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC;IAH3B,KAAK,EAAE,MAAM,CAAC;IACL,SAAS,EAAE,MAAM,CAAC;IACZ,eAAe,UAAS;gBACzC,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC;IACrB,MAAM,EAAE,CAAC,KAAK,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CASxF;yCAdS,UAAU;2CAAV,UAAU;CAetB"}
|
|
@@ -45,6 +45,6 @@ export declare class BulkOperationsListComponent implements OnInit {
|
|
|
45
45
|
compareOperations(operationA: IOperationBulk, operationB: IOperationBulk): number;
|
|
46
46
|
private flattenFilterFragments;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsListComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsListComponent, "c8y-bulk-operations", never, {}, {}, never, never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsListComponent, "c8y-bulk-operations", never, {}, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
50
50
|
//# sourceMappingURL=bulk-operations-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-list/bulk-operations-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAA2B,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,mBAAmB,EACnB,eAAe,EACf,4BAA4B,
|
|
1
|
+
{"version":3,"file":"bulk-operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-list/bulk-operations-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAA2B,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EACL,mBAAmB,EACnB,eAAe,EACf,4BAA4B,EAe7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,8BAA8B,EAE9B,yBAAyB,EAC1B,MAAM,yDAAyD,CAAC;AACjE,OAAO,EACL,qBAAqB,EACrB,aAAa,EACd,MAAM,wDAAwD,CAAC;AAKhE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAErF,OAAO,EAAE,eAAe,EAAiB,UAAU,EAAQ,MAAM,MAAM,CAAC;AAExE,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;;AAEpF,qBA2Ba,2BAA4B,YAAW,MAAM;IA0C/C,QAAQ,EAAE,4BAA4B;IAC7C,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,0BAA0B;IA3CpC,SAAS,EAAE,aAAa,EAAE,CAAM;IAChC,mBAAmB,kBAAyB;IAC5C,0BAA0B,EAAE,yBAAyB,CAAiC;IACtF,oBAAoB,SAAwB;IAC5C,WAAW;;;;MAA2B;IAEtC,UAAU,EAAE,eAAe,CAAC,cAAc,CAAC,CAAC;IAC5C,cAAc,UAAS;IACvB,aAAa,EAAE,eAAe,CAAC,qBAAqB,EAAE,CAAC,CAA6B;IACpF,WAAW,EAAE,eAAe,CAAC,aAAa,EAAE,CAAC,CAA6B;IAC1E,WAAW,EAAE,eAAe,CAAC,GAAG,CAAC,CAA6B;IAC9D,OAAO,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAE3D,SAAS,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IACR,YAAY,EAAE,qBAAqB,CAAC;IAC/B,UAAU,EAAE,mBAAmB,CAAC;IAElF,eAAe,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAmBtD;IAEF,OAAO,CAAC,kBAAkB,CAAW;gBAG5B,QAAQ,EAAE,4BAA4B,EACrC,qBAAqB,EAAE,qBAAqB,EAC5C,0BAA0B,EAAE,0BAA0B;IAKhE,QAAQ;IAIR,YAAY,CAAC,cAAc,EAAE,cAAc,EAAE,EAAE,UAAU,KAAA;IAkBzD,WAAW;IAUX,eAAe;IAQf,MAAM,CAAC,aAAa,KAAA,EAAE,UAAU,KAAA;IAqBhC,iBAAiB,CAAC,MAAM,CAAC,KAAA;IAIzB,cAAc;IAId,gBAAgB;IAIhB,mBAAmB,CAAC,cAAc,KAAA;IASlC,iBAAiB,CAAC,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,cAAc,GAAG,MAAM;IAIjF,OAAO,CAAC,sBAAsB;yCAvInB,2BAA2B;2CAA3B,2BAA2B;CA0IvC"}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
import { Route } from '@c8y/ngx-components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "./
|
|
5
|
-
import * as i3 from "
|
|
6
|
-
import * as i4 from "ngx-bootstrap/popover";
|
|
7
|
-
import * as i5 from "ngx-bootstrap/tooltip";
|
|
8
|
-
import * as i6 from "@c8y/ngx-components/operations/status-filter";
|
|
9
|
-
import * as i7 from "@c8y/ngx-components/operations/bulk-operation-scheduler";
|
|
10
|
-
import * as i8 from "@c8y/ngx-components/operations/bulk-operation-list-item";
|
|
11
|
-
import * as i9 from "@angular/router";
|
|
3
|
+
import * as i1 from "@angular/router";
|
|
4
|
+
import * as i2 from "./bulk-operations-list.component";
|
|
5
|
+
import * as i3 from "./modals/bulk-operations-modal.component";
|
|
12
6
|
export declare const bulkOperationListRoutes: Route[];
|
|
13
7
|
/**
|
|
14
8
|
* This module allows for displaying the list of bulk operations and their details.
|
|
15
9
|
*/
|
|
16
10
|
export declare class BulkOperationsListModule {
|
|
17
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsListModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationsListModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationsListModule, never, [typeof i1.RouterModule, typeof i2.BulkOperationsListComponent, typeof i3.BulkOperationsModalComponent], [typeof i2.BulkOperationsListComponent, typeof i3.BulkOperationsModalComponent]>;
|
|
19
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationsListModule>;
|
|
20
14
|
}
|
|
21
15
|
//# sourceMappingURL=bulk-operations-list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-list/bulk-operations-list.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-list/bulk-operations-list.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;;;;;AAK5C,eAAO,MAAM,uBAAuB,EAAE,KAAK,EAK1C,CAAC;AAEF;;GAEG;AACH,qBASa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -29,6 +29,6 @@ export declare class BulkOperationsModalComponent implements OnInit {
|
|
|
29
29
|
createComponent(item: OperationType): void;
|
|
30
30
|
handleClick(item: OperationType): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsModalComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsModalComponent, "c8y-bulk-operations-modal", never, {}, {}, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsModalComponent, "c8y-bulk-operations-modal", never, {}, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=bulk-operations-modal.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-modal.component.d.ts","sourceRoot":"","sources":["../../../../operations/bulk-operations-list/modals/bulk-operations-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,MAAM,EAAsB,MAAM,eAAe,CAAC;AACnG,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operations-modal.component.d.ts","sourceRoot":"","sources":["../../../../operations/bulk-operations-list/modals/bulk-operations-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,MAAM,EAAsB,MAAM,eAAe,CAAC;AACnG,OAAO,EACL,gBAAgB,EAOjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EACL,qBAAqB,EACrB,aAAa,EACd,MAAM,wDAAwD,CAAC;AAMhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAGzC,qBAca,4BAA6B,YAAW,MAAM;IAUvD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,qBAAqB;IAE7B,OAAO,CAAC,0BAA0B;IAdpC,oBAAoB,SAAwB;IAC5C,WAAW;;;;MAA2B;IACtC,OAAO;;MAA+B;IAE6B,SAAS,MAAC;IAC7E,aAAa,UAAS;IACtB,QAAQ,EAAE,aAAa,EAAE,CAAM;gBAGrB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,gBAAgB,EAAE,gBAAgB,EAClC,qBAAqB,EAAE,qBAAqB,EAE5C,0BAA0B,EAAE,0BAA0B;IAGhE,QAAQ;IAIR,MAAM;IAIN,eAAe,CAAC,IAAI,EAAE,aAAa;IAWnC,WAAW,CAAC,IAAI,EAAE,aAAa;yCArCpB,4BAA4B;2CAA5B,4BAA4B;CAiDxC"}
|
|
@@ -13,6 +13,6 @@ export declare class BulkOperationsStepperContainerComponent implements OnInit {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
private createComponent;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsStepperContainerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsStepperContainerComponent, "bulk-operations-stepper-container", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkOperationsStepperContainerComponent, "bulk-operations-stepper-container", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=bulk-operations-stepper-container.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-stepper-container.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-stepper-container/bulk-operations-stepper-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,EAA+B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;;
|
|
1
|
+
{"version":3,"file":"bulk-operations-stepper-container.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-stepper-container/bulk-operations-stepper-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,EAA+B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;;AAG/F,qBAKa,uCAAwC,YAAW,MAAM;IAMlE,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,cAAc;IAP2C,SAAS,MAAC;IAC7E,iBAAiB,EAAE,MAAM,CAAC;IAE1B,OAAO,CAAC,SAAS,CAAM;gBAEb,cAAc,EAAE,cAAc,EAC9B,cAAc,EAAE,qBAAqB,EACrC,cAAc,EAAE,iBAAiB;IAG3C,QAAQ;IAeR,OAAO,CAAC,eAAe;yCA1BZ,uCAAuC;2CAAvC,uCAAuC;CA+BnD"}
|
package/operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Route } from '@c8y/ngx-components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "@angular/router";
|
|
3
|
+
import * as i1 from "@angular/router";
|
|
4
|
+
import * as i2 from "./bulk-operations-stepper-container.component";
|
|
6
5
|
export declare const bulkOperatioStepperRoutes: Route[];
|
|
7
6
|
/**
|
|
8
7
|
* Container module for the new bulk operation steppers. Use this module in your application
|
|
@@ -13,7 +12,7 @@ export declare const bulkOperatioStepperRoutes: Route[];
|
|
|
13
12
|
*/
|
|
14
13
|
export declare class BulkOperationsStepperContainerModule {
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsStepperContainerModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationsStepperContainerModule, [typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkOperationsStepperContainerModule, never, [typeof i1.RouterModule, typeof i2.BulkOperationsStepperContainerComponent], never>;
|
|
17
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkOperationsStepperContainerModule>;
|
|
18
17
|
}
|
|
19
18
|
//# sourceMappingURL=bulk-operations-stepper-container.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations-stepper-container.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"bulk-operations-stepper-container.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;;;;AAI5C,eAAO,MAAM,yBAAyB,EAAE,KAAK,EAK5C,CAAC;AAEF;;;;;;GAMG;AACH,qBAMa,oCAAoC;yCAApC,oCAAoC;0CAApC,oCAAoC;0CAApC,oCAAoC;CAAG"}
|
package/operations/create-bulk-operation-details/create-bulk-operation-details.component.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export declare class CreateBulkOperationDetailsComponent implements OnInit {
|
|
|
12
12
|
constructor(formBuilder: FormBuilder);
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateBulkOperationDetailsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBulkOperationDetailsComponent, "c8y-create-bulk-operation-details", never, { "bulkOperationType": { "alias": "bulkOperationType"; "required": false; }; }, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBulkOperationDetailsComponent, "c8y-create-bulk-operation-details", never, { "bulkOperationType": { "alias": "bulkOperationType"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=create-bulk-operation-details.component.d.ts.map
|
package/operations/create-bulk-operation-details/create-bulk-operation-details.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bulk-operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/create-bulk-operation-details/create-bulk-operation-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,
|
|
1
|
+
{"version":3,"file":"create-bulk-operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/create-bulk-operation-details/create-bulk-operation-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EACL,WAAW,EACX,SAAS,EAIV,MAAM,gBAAgB,CAAC;AAUxB,OAAO,EACL,iBAAiB,EAElB,MAAM,wDAAwD,CAAC;;AAGhE,qBAaa,mCAAoC,YAAW,MAAM;IAwCpD,OAAO,CAAC,WAAW;IAvC/B,IACI,iBAAiB,CAAC,iBAAiB,EAAE,iBAAiB,EAOzD;IAED,gBAAgB,EAAE,MAAM,CAA0C;IAClE,sBAAsB,EAAE,MAAM,CAE5B;IACF,sBAAsB,EAAE,SAAS,CAAC;IAElC,OAAO,CAAC,YAAY,CAqBlB;gBAEkB,WAAW,EAAE,WAAW;IAE5C,QAAQ,IAAI,IAAI;yCA1CL,mCAAmC;2CAAnC,mCAAmC;CAmD/C"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./create-bulk-operation-details.component";
|
|
3
|
-
import * as i2 from "@c8y/ngx-components";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@c8y/ngx-components/operations/bulk-operation-scheduler";
|
|
6
3
|
/**
|
|
7
4
|
* This module provides a component for entering operation details.
|
|
8
5
|
*/
|
|
9
6
|
export declare class CreateBulkOperationDetailsModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateBulkOperationDetailsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CreateBulkOperationDetailsModule, [typeof i1.CreateBulkOperationDetailsComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CreateBulkOperationDetailsModule, never, [typeof i1.CreateBulkOperationDetailsComponent], [typeof i1.CreateBulkOperationDetailsComponent]>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CreateBulkOperationDetailsModule>;
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=create-bulk-operation-details.module.d.ts.map
|
package/operations/create-bulk-operation-details/create-bulk-operation-details.module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bulk-operation-details.module.d.ts","sourceRoot":"","sources":["../../../operations/create-bulk-operation-details/create-bulk-operation-details.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-bulk-operation-details.module.d.ts","sourceRoot":"","sources":["../../../operations/create-bulk-operation-details/create-bulk-operation-details.module.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACH,qBAIa,gCAAgC;yCAAhC,gCAAgC;0CAAhC,gCAAgC;0CAAhC,gCAAgC;CAAG"}
|
|
@@ -14,6 +14,6 @@ export declare class DeviceSelectorComponent implements OnInit, OnDestroy {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceSelectorComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSelectorComponent, "c8y-device-selector", never, { "deviceTypes": { "alias": "deviceTypes"; "required": false; }; }, { "onDeviceQueryStringChange": "onDeviceQueryStringChange"; }, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceSelectorComponent, "c8y-device-selector", never, { "deviceTypes": { "alias": "deviceTypes"; "required": false; }; }, { "onDeviceQueryStringChange": "onDeviceQueryStringChange"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=device-selector.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-selector.component.d.ts","sourceRoot":"","sources":["../../../operations/device-selector/device-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,MAAM,EAKN,gCAAgC,
|
|
1
|
+
{"version":3,"file":"device-selector.component.d.ts","sourceRoot":"","sources":["../../../operations/device-selector/device-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,MAAM,EAKN,gCAAgC,EAGjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAEL,mBAAmB,EAOpB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;;AAI3C,qBAea,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAC/D,MAAM,CAAC,QAAQ,CAAC,mBAAmB,EAAE,gCAAgC,CAKnE;IAGF,UAAU,EAAE,mBAAmB,CAAC;IAGhC,WAAW,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;IAElC,UAAU,EAAE,MAAM,CAA8B;IAGhD,yBAAyB,EAAE,YAAY,CAAC,MAAM,CAAC,CAA8B;IAE7E,OAAO,EAAE,MAAM,EAAE,CAQf;IAEF,OAAO,CAAC,YAAY,CAAmC;IAEvD,QAAQ,IAAI,IAAI;IA6BhB,WAAW,IAAI,IAAI;yCA5DR,uBAAuB;2CAAvB,uBAAuB;CAgEnC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./device-selector.component";
|
|
3
|
-
import * as i2 from "@c8y/ngx-components";
|
|
4
|
-
import * as i3 from "@c8y/ngx-components/device-grid";
|
|
5
3
|
/**
|
|
6
4
|
* This module provides a component for selecting devices based on filters.
|
|
7
5
|
*/
|
|
8
6
|
export declare class DeviceSelectorModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceSelectorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DeviceSelectorModule, [typeof i1.DeviceSelectorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DeviceSelectorModule, never, [typeof i1.DeviceSelectorComponent], [typeof i1.DeviceSelectorComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<DeviceSelectorModule>;
|
|
12
10
|
}
|
|
13
11
|
//# sourceMappingURL=device-selector.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-selector.module.d.ts","sourceRoot":"","sources":["../../../operations/device-selector/device-selector.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"device-selector.module.d.ts","sourceRoot":"","sources":["../../../operations/device-selector/device-selector.module.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACH,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|