@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
|
@@ -12,6 +12,6 @@ export declare class OperationDetailsModalComponent {
|
|
|
12
12
|
constructor(modalRef: BsModalRef, operationsListService: OperationsListService);
|
|
13
13
|
ngOnInit(): Promise<void>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationDetailsModalComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsModalComponent, "c8y-operation-details-modal", never, { "operation": { "alias": "operation"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsModalComponent, "c8y-operation-details-modal", never, { "operation": { "alias": "operation"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=operation-details-modal.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details-modal.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,
|
|
1
|
+
{"version":3,"file":"operation-details-modal.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EACL,qBAAqB,EAEtB,MAAM,gDAAgD,CAAC;;AAExD,qBAKa,8BAA8B;IAOhC,QAAQ,EAAE,UAAU;IAC3B,OAAO,CAAC,qBAAqB;IAPtB,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAC/B,SAAS,UAAS;IAClB,QAAQ,UAAS;IAC1B,iCAAiC,UAAS;gBAGjC,QAAQ,EAAE,UAAU,EACnB,qBAAqB,EAAE,qBAAqB;IAGhD,QAAQ;yCAXH,8BAA8B;2CAA9B,8BAA8B;CAe1C"}
|
|
@@ -24,6 +24,6 @@ export declare class OperationDetailsComponent implements ProductExperienceEvent
|
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
openDetails(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationDetailsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsComponent, "c8y-operation-details", never, { "operation": { "alias": "operation"; "required": false; }; }, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsComponent, "c8y-operation-details", never, { "operation": { "alias": "operation"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=operation-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAGL,sBAAsB,EACtB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAGL,sBAAsB,EACtB,4BAA4B,EAM7B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;;AAItE;;;;;;GAMG;AACH,qBAmBa,yBAA0B,YAAW,4BAA4B;IAchE,OAAO,CAAC,uBAAuB;IAb3C,OAAO;;;;MAAsB;IACpB,SAAS,EAAE,UAAU,CAAC;IAE/B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IAEtB,sBAAsB,EAAE,sBAAsB,CAK5C;gBAEkB,uBAAuB,EAAE,uBAAuB;IAEpE,QAAQ;IAKR,WAAW;yCArBA,yBAAyB;2CAAzB,yBAAyB;CAwBrC"}
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./operation-details.component";
|
|
3
|
-
import * as i2 from "./operation-details-modal.component";
|
|
4
|
-
import * as i3 from "@c8y/ngx-components";
|
|
5
|
-
import * as i4 from "ngx-bootstrap/popover";
|
|
6
|
-
import * as i5 from "ngx-bootstrap/tooltip";
|
|
7
|
-
import * as i6 from "ngx-bootstrap/collapse";
|
|
8
|
-
import * as i7 from "@c8y/ngx-components/operations/operations-list";
|
|
9
3
|
/**
|
|
10
4
|
* This module allows to display details of a single operation in a modal.
|
|
11
5
|
*/
|
|
12
6
|
export declare class OperationDetailsModule {
|
|
13
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationDetailsModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationDetailsModule, [typeof i1.OperationDetailsComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationDetailsModule, never, [typeof i1.OperationDetailsComponent], [typeof i1.OperationDetailsComponent]>;
|
|
15
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OperationDetailsModule>;
|
|
16
10
|
}
|
|
17
11
|
//# sourceMappingURL=operation-details.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details.module.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operation-details.module.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.module.ts"],"names":[],"mappings":";;AAKA;;GAEG;AACH,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details.service.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;;AAG3D,qBACa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"operation-details.service.d.ts","sourceRoot":"","sources":["../../../operations/operation-details/operation-details.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;;AAG3D,qBACa,uBAAuB;IAEhC,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,YAAY;gBADZ,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,cAAc;IAGtC;;;;;;OAMG;IACG,WAAW,CACf,sBAAsB,EAAE,UAAU,GAAG,MAAM,GAAG,MAAM,EACpD,OAAO,CAAC,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE;yCAf5C,uBAAuB;6CAAvB,uBAAuB;CA6BnC"}
|
|
@@ -9,6 +9,6 @@ export declare class OperationSummaryComponent {
|
|
|
9
9
|
displayDeviceCount: boolean;
|
|
10
10
|
constructor(inventoryService: InventoryService);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationSummaryComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationSummaryComponent, "c8y-operation-summary", never, { "name": { "alias": "name"; "required": false; }; "description": { "alias": "description"; "required": false; }; "deviceQueryString": { "alias": "deviceQueryString"; "required": false; }; }, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationSummaryComponent, "c8y-operation-summary", never, { "name": { "alias": "name"; "required": false; }; "description": { "alias": "description"; "required": false; }; "deviceQueryString": { "alias": "deviceQueryString"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=operation-summary.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-summary.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-summary/operation-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,gBAAgB,EAAe,MAAM,aAAa,CAAC;;
|
|
1
|
+
{"version":3,"file":"operation-summary.component.d.ts","sourceRoot":"","sources":["../../../operations/operation-summary/operation-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,gBAAgB,EAAe,MAAM,aAAa,CAAC;;AAI5E,qBAKa,yBAAyB;IAwBxB,OAAO,CAAC,gBAAgB;IAtBpC,IAAI,EAAE,MAAM,CAAC;IAGb,WAAW,EAAE,MAAM,CAAC;IAEpB,IACI,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAWlC;IAED,WAAW,SAAK;IAChB,kBAAkB,UAAS;gBAEP,gBAAgB,EAAE,gBAAgB;yCAxB3C,yBAAyB;2CAAzB,yBAAyB;CAyBrC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./operation-summary.component";
|
|
3
|
-
import * as i2 from "@c8y/ngx-components";
|
|
4
3
|
/**
|
|
5
4
|
* This module provides a component for displaying the summary of given bulk operation.
|
|
6
5
|
*/
|
|
7
6
|
export declare class OperationSummaryModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationSummaryModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationSummaryModule, [typeof i1.OperationSummaryComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationSummaryModule, never, [typeof i1.OperationSummaryComponent], [typeof i1.OperationSummaryComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OperationSummaryModule>;
|
|
11
10
|
}
|
|
12
11
|
//# sourceMappingURL=operation-summary.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-summary.module.d.ts","sourceRoot":"","sources":["../../../operations/operation-summary/operation-summary.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operation-summary.module.d.ts","sourceRoot":"","sources":["../../../operations/operation-summary/operation-summary.module.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACH,qBAIa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAC;AAErE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAGL,iBAAiB,EAEjB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AAEvG,OAAO,EAEL,iBAAiB,EACjB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,
|
|
1
|
+
{"version":3,"file":"operations-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAC;AAErE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAGL,iBAAiB,EAEjB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AAEvG,OAAO,EAEL,iBAAiB,EACjB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAWa,2BAA4B,YAAW,MAAM,EAAE,4BAA4B;IAwB7E,4BAA4B,EAAE,4BAA4B;IAC1D,aAAa,EAAE,iBAAiB;IAChC,qBAAqB,EAAE,qBAAqB;IACnD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IA1BhB,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAE/B,SAAS,UAAQ;IAEjB,QAAQ,UAAS;IAEjB,cAAc,UAAS;IAEvB,iCAAiC,EAAE,OAAO,CAAC;IACF,QAAQ,EAAE,iBAAiB,CAAC;IACrE,cAAc,UAAS;IACvB,gBAAgB,yBAAmB;IACnC,4BAA4B,EAAE,+BAA+B,CAAgC;IAC7F,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE8B;IACvD,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,yBAAyB,EAAE,MAAM,EAAE,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;IACvB,sBAAsB,EAAE,sBAAsB,CAAC;gBAGtC,4BAA4B,EAAE,4BAA4B,EAC1D,aAAa,EAAE,iBAAiB,EAChC,qBAAqB,EAAE,qBAAqB,EAC3C,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGxB,QAAQ;IAUR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,6BAA6B,CAAC,MAAM,CAAC,EAAE,KAAK;IAQ5C,OAAO,CAAC,oBAAoB;yCAvDjB,2BAA2B;2CAA3B,2BAA2B;CA6DvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAGL,wBAAwB,EAExB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAEL,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,eAAe,EAAiB,UAAU,EAAQ,MAAM,MAAM,CAAC;AAGxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,
|
|
1
|
+
{"version":3,"file":"operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAGL,wBAAwB,EAExB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAEL,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,eAAe,EAAiB,UAAU,EAAQ,MAAM,MAAM,CAAC;AAGxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAYa,uBAAwB,YAAW,4BAA4B;IA4CjE,QAAQ,EAAE,wBAAwB;IACzC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IA7Cf,YAAY,8CAAmB;IAC/B,aAAa,+CAAgB;IAC7B,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAmD;IAC5E,4BAA4B,EAAE,+BAA+B,CAAgC;IAE7F,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,UAAS;IACvB,iCAAiC,UAAS;IAC1C,uBAAuB,UAAS;IAChC,aAAa,EAAE,eAAe,CAAC,qBAAqB,EAAE,CAAC,CAA6B;IACpF,OAAO,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IACd,YAAY,EAAE,qBAAqB,CAAC;IAEjF,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAY9C;IAEF,oBAAoB,mFASlB;IAEF,sBAAsB,EAAE,sBAAsB,CAE5C;gBAGO,QAAQ,EAAE,wBAAwB,EACjC,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,cAAc;IAQzB,QAAQ;IAKd,MAAM,CAAC,aAAa,EAAE,qBAAqB,EAAE;IAW7C,aAAa,CAAC,MAAM,CAAC,KAAA;IAQrB,iBAAiB,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,MAAM;yCA9E9D,uBAAuB;2CAAvB,uBAAuB;CAmFnC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IOperation, OperationService, SmartRulesService } from '@c8y/client';
|
|
2
|
-
import { Ng1SmartRulesService } from '@c8y/ngx-components/upgrade';
|
|
2
|
+
import { Ng1SmartRulesService } from '@c8y/ngx-components/upgrade/upgraded-services';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class OperationsListService {
|
|
5
5
|
private operationService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-list.service.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"operations-list.service.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;;AAErF,qBACa,qBAAqB;IAE9B,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,iBAAiB;IACb,OAAO,CAAC,oBAAoB;gBAFhC,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACxB,oBAAoB,EAAE,oBAAoB;IAGhE,aAAa,CAAC,YAAY,KAAK;IAa/B,iCAAiC;IAIjC,8BAA8B;IAMxB,eAAe,CAAC,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC;yCA9BzC,qBAAqB;6CAArB,qBAAqB;CAmCjC"}
|
|
@@ -16,6 +16,6 @@ export declare class OperationDetailsTabsComponent implements OnInit {
|
|
|
16
16
|
template: ViewContainerRef;
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationDetailsTabsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsTabsComponent, "c8y-operation-details-tabs", never, { "operation": { "alias": "operation"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "bulkOperationModalDetailsService": { "alias": "bulkOperationModalDetailsService"; "required": false; }; }, { "onRetryFailedOperations": "onRetryFailedOperations"; "showFailedOperation": "showFailedOperation"; }, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationDetailsTabsComponent, "c8y-operation-details-tabs", never, { "operation": { "alias": "operation"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "bulkOperationModalDetailsService": { "alias": "bulkOperationModalDetailsService"; "required": false; }; }, { "onRetryFailedOperations": "onRetryFailedOperations"; "showFailedOperation": "showFailedOperation"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=operation-details-tabs.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details-tabs.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operation-details-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,MAAM,EAGN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1E,OAAO,
|
|
1
|
+
{"version":3,"file":"operation-details-tabs.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operation-details-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAEZ,MAAM,EAGN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1E,OAAO,EAEL,GAAG,EAIJ,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;;AAK/G,qBAea,6BAA8B,YAAW,MAAM;IAC1D,eAAe,yBAAmB;IAGlC,SAAS,EAAE,OAAO,CAAC,UAAU,GAAG,cAAc,CAAC,CAAC;IAEhD,QAAQ,UAAS;IAGjB,gCAAgC,EAAE,gCAAgC,CAAC;IACzD,uBAAuB,EAAE,YAAY,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAsB;IACpF,mBAAmB,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAEjC,eAAe,EAAE,GAAG,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC;IAEzD,IAAI,EAAE,GAAG,EAAE,CAAM;IACjB,QAAQ,EAAE,gBAAgB,CAAC;IAE3B,QAAQ,IAAI,IAAI;yCAnBL,6BAA6B;2CAA7B,6BAA6B;CAqCzC"}
|
|
@@ -14,6 +14,6 @@ export declare class OperationListItemDetailsComponent {
|
|
|
14
14
|
scrollToRetriedFromOperation(failedOperationId: any): void;
|
|
15
15
|
openBulkOperationDetails(bulkOperationId: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationListItemDetailsComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationListItemDetailsComponent, "c8y-operation-li-details", never, { "operation": { "alias": "operation"; "required": false; }; "bulkOperationModalDetailsService": { "alias": "bulkOperationModalDetailsService"; "required": false; }; }, { "showFailedOperation": "showFailedOperation"; }, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationListItemDetailsComponent, "c8y-operation-li-details", never, { "operation": { "alias": "operation"; "required": false; }; "bulkOperationModalDetailsService": { "alias": "bulkOperationModalDetailsService"; "required": false; }; }, { "showFailedOperation": "showFailedOperation"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=operation-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operation-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;;
|
|
1
|
+
{"version":3,"file":"operation-details.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operation-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;;AAU/G,qBAea,iCAAiC;IAE5C,SAAS,EAAE,CAAC,UAAU,GAAG,cAAc,CAAC,GAAG;QACzC,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAClC,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,MAAM,CAAC,EAAE,GAAG,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IAGF,gCAAgC,EAAE,gCAAgC,CAAC;IACzD,mBAAmB,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAEzE,4BAA4B,CAAC,iBAAiB,KAAA;IAI9C,wBAAwB,CAAC,eAAe,KAAA;yCAjB7B,iCAAiC;2CAAjC,iCAAiC;CAoB7C"}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./operation-details.component";
|
|
3
3
|
import * as i2 from "./operation-details-tabs.component";
|
|
4
|
-
import * as i3 from "@c8y/ngx-components";
|
|
5
|
-
import * as i4 from "ngx-bootstrap/tooltip";
|
|
6
|
-
import * as i5 from "ngx-bootstrap/popover";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/status-filter";
|
|
8
|
-
import * as i7 from "@c8y/ngx-components/operations/bulk-single-operations-list";
|
|
9
4
|
/**
|
|
10
5
|
* This module allows for displaying the list of single operations and their details.
|
|
11
6
|
*/
|
|
12
7
|
export declare class OperationsListItemDetailsModule {
|
|
13
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationsListItemDetailsModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsListItemDetailsModule, [typeof i1.OperationListItemDetailsComponent, typeof i2.OperationDetailsTabsComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsListItemDetailsModule, never, [typeof i1.OperationListItemDetailsComponent, typeof i2.OperationDetailsTabsComponent], [typeof i1.OperationListItemDetailsComponent, typeof i2.OperationDetailsTabsComponent]>;
|
|
15
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<OperationsListItemDetailsModule>;
|
|
16
11
|
}
|
|
17
12
|
//# sourceMappingURL=operations-list-item-details.module.d.ts.map
|
package/operations/operations-list-item-details/operations-list-item-details.module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-list-item-details.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operations-list-item-details.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operations-list-item-details.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-list-item-details/operations-list-item-details.module.ts"],"names":[],"mappings":";;;AAIA;;GAEG;AACH,qBAIa,+BAA+B;yCAA/B,+BAA+B;0CAA/B,+BAA+B;0CAA/B,+BAA+B;CAAG"}
|
|
@@ -3,18 +3,18 @@ import { IOperation, IResultList } from '@c8y/client';
|
|
|
3
3
|
import { ForOfFilterPipe, OperationRealtimeService } from '@c8y/ngx-components';
|
|
4
4
|
import { OperationsService, OperationStatusOptionsMapShared } from '@c8y/ngx-components/operations/shared';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OperationsTimelineComponent {
|
|
6
|
+
export declare class OperationsTimelineComponent<B, F> {
|
|
7
7
|
realtime: OperationRealtimeService;
|
|
8
8
|
operationsService: OperationsService;
|
|
9
9
|
operations: IResultList<IOperation>;
|
|
10
10
|
sourceId: string;
|
|
11
11
|
filterPipe: ForOfFilterPipe<IOperation>;
|
|
12
|
-
bodyTemplate: TemplateRef<
|
|
13
|
-
footerTemplates: Array<TemplateRef<
|
|
12
|
+
bodyTemplate: TemplateRef<B>;
|
|
13
|
+
footerTemplates: Array<TemplateRef<F>>;
|
|
14
14
|
propertiesToHide: string[];
|
|
15
15
|
OPERATION_STATUS_OPTIONS_MAP: OperationStatusOptionsMapShared;
|
|
16
16
|
constructor(realtime: OperationRealtimeService, operationsService: OperationsService);
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OperationsTimelineComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperationsTimelineComponent, "c8y-operations-timeline", never, { "operations": { "alias": "operations"; "required": false; }; "sourceId": { "alias": "sourceId"; "required": false; }; "filterPipe": { "alias": "filterPipe"; "required": false; }; "bodyTemplate": { "alias": "bodyTemplate"; "required": false; }; "footerTemplates": { "alias": "footerTemplates"; "required": false; }; "propertiesToHide": { "alias": "propertiesToHide"; "required": false; }; }, {}, never, never,
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OperationsTimelineComponent<any, any>, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationsTimelineComponent<any, any>, "c8y-operations-timeline", never, { "operations": { "alias": "operations"; "required": false; }; "sourceId": { "alias": "sourceId"; "required": false; }; "filterPipe": { "alias": "filterPipe"; "required": false; }; "bodyTemplate": { "alias": "bodyTemplate"; "required": false; }; "footerTemplates": { "alias": "footerTemplates"; "required": false; }; "propertiesToHide": { "alias": "propertiesToHide"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=operations-timeline.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-timeline.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-timeline/operations-timeline.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,
|
|
1
|
+
{"version":3,"file":"operations-timeline.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-timeline/operations-timeline.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EACL,eAAe,EACf,wBAAwB,EAczB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAEL,iBAAiB,EACjB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;;AAM/C,qBA0Ba,2BAA2B,CAAC,CAAC,EAAE,CAAC;IAsBlC,QAAQ,EAAE,wBAAwB;IAClC,iBAAiB,EAAE,iBAAiB;IArB7C,UAAU,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IAGpC,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,eAAe,CAAC,UAAU,CAAC,CAAe;IAGtD,YAAY,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;IAG7B,eAAe,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAM;IAG5C,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAEhC,4BAA4B,EAAE,+BAA+B,CAAgC;gBAGpF,QAAQ,EAAE,wBAAwB,EAClC,iBAAiB,EAAE,iBAAiB;yCAvBlC,2BAA2B;2CAA3B,2BAA2B;CAyBvC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./operations-timeline.component";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "ngx-bootstrap/tooltip";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/shared";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `OperationsTimelineComponent` as a standalone component instead.
|
|
5
|
+
*/
|
|
8
6
|
export declare class OperationsTimelineModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperationsTimelineModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsTimelineModule, [typeof i1.OperationsTimelineComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsTimelineModule, never, [typeof i1.OperationsTimelineComponent], [typeof i1.OperationsTimelineComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OperationsTimelineModule>;
|
|
12
10
|
}
|
|
13
11
|
//# sourceMappingURL=operations-timeline.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-timeline.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-timeline/operations-timeline.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operations-timeline.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-timeline/operations-timeline.module.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACH,qBAIa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -43,6 +43,6 @@ export declare class StatusFilterComponent implements ProductExperienceEventSour
|
|
|
43
43
|
isFilterApplied(): boolean;
|
|
44
44
|
private emitSelectedOptions;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusFilterComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StatusFilterComponent, "c8y-status-filter", never, { "options": { "alias": "options"; "required": false; }; "_multiple": { "alias": "multiple"; "required": false; }; "_small": { "alias": "small"; "required": false; }; }, { "onFilterChanged": "onFilterChanged"; }, never, never,
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatusFilterComponent, "c8y-status-filter", never, { "options": { "alias": "options"; "required": false; }; "_multiple": { "alias": "multiple"; "required": false; }; "_small": { "alias": "small"; "required": false; }; }, { "onFilterChanged": "onFilterChanged"; }, never, never, true, never>;
|
|
47
47
|
}
|
|
48
48
|
//# sourceMappingURL=status-filter.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-filter.component.d.ts","sourceRoot":"","sources":["../../../operations/status-filter/status-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAA0C,MAAM,eAAe,CAAC;AAChG,OAAO,EACL,sBAAsB,EACtB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"status-filter.component.d.ts","sourceRoot":"","sources":["../../../operations/status-filter/status-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAA0C,MAAM,eAAe,CAAC;AAChG,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAK7B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,+BAA+B,EAC/B,qBAAqB,EACtB,MAAM,uCAAuC,CAAC;;AAQ/C,qBAqBa,qBAAsB,YAAW,4BAA4B;IACxE,OAAO;;;;MAAsB;IAC7B,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,aAAa,EAAE,KAAK,CAAC;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,qBAAqB,CAAA;KAAE,CAAC,CAAM;IAEhF,6CAA6C;IAC7C,IAAa,OAAO,CAAC,OAAO,EAAE,+BAA+B,EAK5D;IAED;;OAEG;IACH,IAAuB,SAAS,CAAC,QAAQ,EAAE,OAAO,EAEjD;IAED,iDAAiD;IACjD,IAAoB,MAAM,CAAC,KAAK,EAAE,OAAO,EAExC;IAED,IAAuC,YAAY,YAElD;IAES,eAAe,EAAE,YAAY,CAAC,qBAAqB,EAAE,CAAC,CAAsB;IAEtF,mBAAmB,UAAQ;IAE3B,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,KAAK,CAAU;IAEvB,YAAY,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,qBAAqB,CAAA;KAAE;IAkBzE,YAAY;IAOZ;;;;;OAKG;IACH,MAAM,CAAC,OAAO,EAAE,qBAAqB,EAAE,EAAE,IAAI,UAAO;IAyBpD,KAAK;IAIL,aAAa,IAAI,qBAAqB,EAAE;IAIxC,eAAe,IAAI,OAAO;IAI1B,OAAO,CAAC,mBAAmB;yCAxGhB,qBAAqB;2CAArB,qBAAqB;CA6GjC"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./status-filter.component";
|
|
3
|
-
import * as i2 from "@c8y/ngx-components";
|
|
4
|
-
import * as i3 from "ngx-bootstrap/tooltip";
|
|
5
|
-
import * as i4 from "ngx-bootstrap/dropdown";
|
|
6
3
|
/**
|
|
7
4
|
* This module provides a component for selecting status filter.
|
|
8
5
|
*/
|
|
9
6
|
export declare class StatusFilterModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusFilterModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StatusFilterModule, [typeof i1.StatusFilterComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StatusFilterModule, never, [typeof i1.StatusFilterComponent], [typeof i1.StatusFilterComponent]>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<StatusFilterModule>;
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=status-filter.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-filter.module.d.ts","sourceRoot":"","sources":["../../../operations/status-filter/status-filter.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"status-filter.module.d.ts","sourceRoot":"","sources":["../../../operations/status-filter/status-filter.module.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACH,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.d.ts
CHANGED
|
@@ -36,6 +36,6 @@ export declare class StepperBulkTypeConfigurationComponent extends BaseStepperCo
|
|
|
36
36
|
protected retrieveOperationPrototype(): OperationDetails;
|
|
37
37
|
private getConfiguration;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeConfigurationComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeConfigurationComponent, "c8y-stepper-bulk-type-configuration", never, {}, {}, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeConfigurationComponent, "c8y-stepper-bulk-type-configuration", never, {}, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
41
41
|
//# sourceMappingURL=stepper-bulk-type-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-configuration.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAc,WAAW,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-configuration.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAc,WAAW,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EACL,UAAU,EAgBX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EAGrB,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAkB,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAuB,UAAU,EAAgB,MAAM,MAAM,CAAC;;AAUtF,qBA6Ba,qCAAsC,SAAQ,oBAAoB;IAmB3E,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,SAAS;IApBnB,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAmC;IACnE,QAAQ,CAAC,wBAAwB,2BAAqC;IACtE,qBAAqB,EAAE,cAAc,CAAC;IACtC,YAAY,SAAM;IAClB,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,WAAW,QAAM;IACjB,kBAAkB;;MAAgB;IAClC,eAAe,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAMtD;IACF,OAAO,CAAC,sBAAsB,CAAe;gBAGnC,oBAAoB,EAAE,qBAAqB,EAC3C,iBAAiB,EAAE,iBAAiB,EACpC,SAAS,EAAE,gBAAgB;IAOrC,sBAAsB;IAoBtB,WAAW,IAAI,IAAI;IAInB,mBAAmB,CAAC,aAAa,EAAE,cAAc;IAIjD,cAAc,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE;IAMvD,eAAe;IASrB,kBAAkB,CAAC,aAAa,EAAE,cAAc,GAAG,MAAM;IAIzD,SAAS,CAAC,0BAA0B,IAAI,gBAAgB;IAgBxD,OAAO,CAAC,gBAAgB;yCA3Fb,qCAAqC;2CAArC,qCAAqC;CAkGjD"}
|
package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.d.ts
CHANGED
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./stepper-bulk-type-configuration.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-stepper";
|
|
6
|
-
import * as i5 from "@c8y/ngx-components/repository/shared";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/stepper-frames";
|
|
8
3
|
/** Module for the 'Configuration update' operation type stepper */
|
|
9
4
|
export declare class StepperBulkTypeConfigurationModule {
|
|
10
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeConfigurationModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeConfigurationModule, [typeof i1.StepperBulkTypeConfigurationComponent], [typeof
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeConfigurationModule, never, [typeof i1.StepperBulkTypeConfigurationComponent], [typeof i1.StepperBulkTypeConfigurationComponent]>;
|
|
12
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperBulkTypeConfigurationModule>;
|
|
13
8
|
}
|
|
14
9
|
//# sourceMappingURL=stepper-bulk-type-configuration.module.d.ts.map
|
package/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-configuration.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-configuration.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.module.ts"],"names":[],"mappings":";;AASA,mEAAmE;AACnE,qBAea,kCAAkC;yCAAlC,kCAAkC;0CAAlC,kCAAkC;0CAAlC,kCAAkC;CAAG"}
|
|
@@ -10,6 +10,6 @@ export declare class ConfirmDeviceProfileSelectionStepComponent {
|
|
|
10
10
|
get configurations(): any;
|
|
11
11
|
getDeviceTypeTitle(deviceProfile: IManagedObject): string;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDeviceProfileSelectionStepComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeviceProfileSelectionStepComponent, "c8y-confirm-device-profile-selection-step", never, { "selectedDeviceProfile": { "alias": "selectedDeviceProfile"; "required": false; }; }, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeviceProfileSelectionStepComponent, "c8y-confirm-device-profile-selection-step", never, { "selectedDeviceProfile": { "alias": "selectedDeviceProfile"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=confirm-device-profile-selection-step.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-device-profile-selection-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/confirm-device-profile-selection-step.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"confirm-device-profile-selection-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/confirm-device-profile-selection-step.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAW7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAOvD,qBAiBa,0CAA0C;IAIzC,OAAO,CAAC,SAAS;IAHpB,qBAAqB,EAAE,cAAc,CAAC;IAC/C,QAAQ,CAAC,uBAAuB,4BAAsC;gBAElD,SAAS,EAAE,gBAAgB;IAE/C,IAAI,SAAS,QAEZ;IAED,IAAI,cAAc,QAEjB;IAED,kBAAkB,CAAC,aAAa,EAAE,cAAc,GAAG,MAAM;yCAd9C,0CAA0C;2CAA1C,0CAA0C;CAqBtD"}
|
package/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.d.ts
CHANGED
|
@@ -24,6 +24,6 @@ export declare class SelectDeviceProfileStepComponent {
|
|
|
24
24
|
getDeviceTypeTitle(deviceProfile: IManagedObject): string;
|
|
25
25
|
private getDeviceProfiles;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDeviceProfileStepComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectDeviceProfileStepComponent, "c8y-select-device-profile-step", never, {}, { "deviceProfile": "deviceProfile"; }, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectDeviceProfileStepComponent, "c8y-select-device-profile-step", never, {}, { "deviceProfile": "deviceProfile"; }, never, never, true, never>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=select-device-profile-step.component.d.ts.map
|
package/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-device-profile-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/select-device-profile-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAqC,MAAM,MAAM,CAAC;AAEtF,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"select-device-profile-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/select-device-profile-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAqC,MAAM,MAAM,CAAC;AAEtF,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAmB1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;;AAK1E,qBAyBa,gCAAgC;IAiBzC,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IAjBT,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAC3F,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,QAAQ,CAAC,uBAAuB,4BAAsC;IACtE,WAAW,QAAM;IACjB,kBAAkB;;MAAgB;IAClC,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAMrD;IACF,OAAO,CAAC,sBAAsB,CAAe;gBAGnC,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB;IAKrC,eAAe;IAkBf,WAAW;IAIX,mBAAmB,CAAC,aAAa,EAAE,cAAc;IAIjD,kBAAkB,CAAC,aAAa,EAAE,cAAc,GAAG,MAAM;IAQzD,OAAO,CAAC,iBAAiB;yCAzDd,gCAAgC;2CAAhC,gCAAgC;CAgE5C"}
|
package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.component.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export declare class StepperBulkTypeDeviceProfileComponent extends BaseStepperCo
|
|
|
14
14
|
onDeviceProfileSelected(selectedItem: any): void;
|
|
15
15
|
protected retrieveOperationPrototype(): OperationDetails;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeDeviceProfileComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeDeviceProfileComponent, "c8y-stepper-bulk-type-device-profile", never, {}, {}, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeDeviceProfileComponent, "c8y-stepper-bulk-type-device-profile", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=stepper-bulk-type-device-profile.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-device-profile.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAc,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-device-profile.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAc,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,UAAU,EAA6B,MAAM,qBAAqB,CAAC;AAC5E,OAAO,EACL,oBAAoB,EAGrB,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;;AAKhE,qBAWa,qCAAsC,SAAQ,oBAAoB;IAC7E,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAoC;IACpE,qBAAqB,EAAE,cAAc,CAAC;IAEtC,oBAAoB,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE;IAKnE,uBAAuB,CAAC,YAAY,KAAA;IAIpC,SAAS,CAAC,0BAA0B,IAAI,gBAAgB;yCAb7C,qCAAqC;2CAArC,qCAAqC;CAyBjD"}
|
package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.d.ts
CHANGED
|
@@ -2,15 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./stepper-bulk-type-device-profile.component";
|
|
3
3
|
import * as i2 from "./select-device-profile-step.component";
|
|
4
4
|
import * as i3 from "./confirm-device-profile-selection-step.component";
|
|
5
|
-
import * as i4 from "@c8y/ngx-components";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/bulk-operation-stepper";
|
|
8
|
-
import * as i7 from "@c8y/ngx-components/device-profile";
|
|
9
|
-
import * as i8 from "@c8y/ngx-components/operations/stepper-frames";
|
|
10
5
|
/** Module for the 'Apply device profile' operation type stepper */
|
|
11
6
|
export declare class StepperBulkTypeDeviceProfileModule {
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeDeviceProfileModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeDeviceProfileModule, [typeof i1.StepperBulkTypeDeviceProfileComponent, typeof i2.SelectDeviceProfileStepComponent, typeof i3.ConfirmDeviceProfileSelectionStepComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeDeviceProfileModule, never, [typeof i1.StepperBulkTypeDeviceProfileComponent, typeof i2.SelectDeviceProfileStepComponent, typeof i3.ConfirmDeviceProfileSelectionStepComponent], [typeof i1.StepperBulkTypeDeviceProfileComponent]>;
|
|
14
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperBulkTypeDeviceProfileModule>;
|
|
15
10
|
}
|
|
16
11
|
//# sourceMappingURL=stepper-bulk-type-device-profile.module.d.ts.map
|
package/operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-device-profile.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-device-profile.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-device-profile/stepper-bulk-type-device-profile.module.ts"],"names":[],"mappings":";;;;AAWA,mEAAmE;AACnE,qBAmBa,kCAAkC;yCAAlC,kCAAkC;0CAAlC,kCAAkC;0CAAlC,kCAAkC;CAAG"}
|
|
@@ -26,6 +26,6 @@ export declare class SelectFirmwareComponent {
|
|
|
26
26
|
getDeviceTypeTitle(firmware: IManagedObject): string;
|
|
27
27
|
private getFirmwares;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFirmwareComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFirmwareComponent, "c8y-select-firmware-step", never, { "selected": { "alias": "selected"; "required": false; }; }, { "firmware": "firmware"; }, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFirmwareComponent, "c8y-select-firmware-step", never, { "selected": { "alias": "selected"; "required": false; }; }, { "firmware": "firmware"; }, never, never, true, never>;
|
|
30
30
|
}
|
|
31
31
|
//# sourceMappingURL=select-firmware.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-firmware.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/select-firmware.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAS,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"select-firmware.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/select-firmware.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAS,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAgBnD,OAAO,EAAE,iBAAiB,EAAkB,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;;AAK/F,qBAsBa,uBAAuB;IAqBhC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IAtBV,QAAQ,EAAE,cAAc,CAAC;IACxB,QAAQ,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IACtF,YAAY,SAAK;IACjB,YAAY,SAAM;IAClB,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAE/D,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAQ/C;IACJ,QAAQ,MAAqE;IAC7E,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAAwC;IAClF,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAAwC;gBAGxE,iBAAiB,EAAE,iBAAiB,EACpC,cAAc,EAAE,qBAAqB,EACrC,SAAS,EAAE,gBAAgB;IAGrC,QAAQ;IAIR,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,cAAc;IAOpD,qBAAqB,CAAC,QAAQ,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC;IAO5E,mBAAmB,CAAC,QAAQ,EAAE,cAAc,GAAG,MAAM;IAIrD,kBAAkB,CAAC,QAAQ,EAAE,cAAc,GAAG,MAAM;IAIpD,OAAO,CAAC,YAAY;yCApDT,uBAAuB;2CAAvB,uBAAuB;CAuDnC"}
|
|
@@ -29,6 +29,6 @@ export declare class StepperBulkTypeFirmwareComponent extends BaseStepperCompone
|
|
|
29
29
|
protected retrieveOperationPrototype(): OperationDetails;
|
|
30
30
|
protected onSelectionChange(event: StepperSelectionEvent): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeFirmwareComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeFirmwareComponent, "c8y-stepper-firmware", never, {}, {}, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeFirmwareComponent, "c8y-stepper-firmware", never, {}, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=stepper-bulk-type-firmware.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-firmware.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAa,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,cAAc,EAAc,MAAM,aAAa,CAAC;AAEzD,OAAO,
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-firmware.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAa,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,cAAc,EAAc,MAAM,aAAa,CAAC;AAEzD,OAAO,EACL,oBAAoB,EAGrB,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAgB,MAAM,MAAM,CAAC;;AAKrD,qBAYa,gCAAiC,SAAQ,oBAAqB,YAAW,SAAS;IAiB3F,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IAjBnB,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAA8B;IAC9D,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAiD;IAErF,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAE/D,QAAQ,EAAE;QAAE,QAAQ,EAAE,cAAc,CAAC;QAAC,cAAc,EAAE,cAAc,CAAA;KAAE,CAGpE;IAEF,gBAAgB,EAAE,cAAc,CAAC;IACjC,sBAAsB,EAAE,cAAc,CAAC;IAEvC,OAAO,CAAC,YAAY,CAAe;gBAGzB,oBAAoB,EAAE,qBAAqB,EAC3C,SAAS,EAAE,gBAAgB;IAKrC,sBAAsB,CAAC,EAAE,OAAO,EAAE;;KAAA;IAOlC,wBAAwB,CAAC,cAAc,EAAE,cAAc;IAIvD,kBAAkB,CAAC,EAAE,EAAE,cAAc;IAIrC,WAAW,IAAI,IAAI;IAMnB,SAAS,CAAC,0BAA0B,IAAI,gBAAgB;IAoCxD,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,qBAAqB;yCAhF7C,gCAAgC;2CAAhC,gCAAgC;CAoF5C"}
|
|
@@ -2,15 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./stepper-bulk-type-firmware.component";
|
|
3
3
|
import * as i2 from "./version-or-patch.component";
|
|
4
4
|
import * as i3 from "./select-firmware.component";
|
|
5
|
-
import * as i4 from "@c8y/ngx-components";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@c8y/ngx-components/operations/bulk-operation-stepper";
|
|
8
|
-
import * as i7 from "@c8y/ngx-components/operations/stepper-frames";
|
|
9
|
-
import * as i8 from "@c8y/ngx-components/repository/shared";
|
|
10
5
|
/** Module for the 'Firmware update' operation type stepper */
|
|
11
6
|
export declare class StepperBulkTypeFirmwareModule {
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeFirmwareModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeFirmwareModule, [typeof i1.StepperBulkTypeFirmwareComponent, typeof i2.VersionOrPatchComponent, typeof i3.SelectFirmwareComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBulkTypeFirmwareModule, never, [typeof i1.StepperBulkTypeFirmwareComponent, typeof i2.VersionOrPatchComponent, typeof i3.SelectFirmwareComponent], [typeof i1.StepperBulkTypeFirmwareComponent]>;
|
|
14
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperBulkTypeFirmwareModule>;
|
|
15
10
|
}
|
|
16
11
|
//# sourceMappingURL=stepper-bulk-type-firmware.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-firmware.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-firmware.module.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/stepper-bulk-type-firmware.module.ts"],"names":[],"mappings":";;;;AAWA,8DAA8D;AAC9D,qBAea,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAG"}
|
|
@@ -31,6 +31,6 @@ export declare class VersionOrPatchComponent {
|
|
|
31
31
|
getPatchVersionsCount$(baseVersion: FirmwareBinary): Observable<number>;
|
|
32
32
|
selectVersionOrPatch(selected: boolean, versionOrPatch: IManagedObject): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<VersionOrPatchComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VersionOrPatchComponent, "c8y-version-or-patch-step", never, { "selected": { "alias": "selected"; "required": false; }; }, { "versionOrPatch": "versionOrPatch"; }, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VersionOrPatchComponent, "c8y-version-or-patch-step", never, { "selected": { "alias": "selected"; "required": false; }; }, { "versionOrPatch": "versionOrPatch"; }, never, never, true, never>;
|
|
35
35
|
}
|
|
36
36
|
//# sourceMappingURL=version-or-patch.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-or-patch.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/version-or-patch.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"version-or-patch.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-firmware/version-or-patch.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAc5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1F,OAAO,EAAS,UAAU,EAAM,MAAM,MAAM,CAAC;;AAY7C,qBAoBa,uBAAuB;IAkChC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;IAnCf,QAAQ,EAAE,cAAc,CAAC;IACxB,cAAc,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAE5F,YAAY,SAAK;IACjB,YAAY,SAAM;IAElB,SAAS,EAAE,UAAU,CAAC,cAAc,CAAC,CAQnC;IAEF,aAAa,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAOpD;IAEF,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAG5B;IAEF,QAAQ,EAAE;QAAE,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAM;gBAG/B,iBAAiB,EAAE,iBAAiB,EACpC,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,qBAAqB;IAM/C,cAAc,CAAC,SAAS,KAAA;IAKxB,yBAAyB,CAAC,WAAW,KAAA;;;;;;;;IAWrC,sBAAsB,CAAC,WAAW,EAAE,cAAc;IASlD,oBAAoB,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc;yCAnE3D,uBAAuB;2CAAvB,uBAAuB;CAwEnC"}
|
package/operations/stepper-bulk-type-software/confirm-software-selection-step.component.d.ts
CHANGED
|
@@ -9,6 +9,6 @@ export declare class ConfirmSoftwareSelectionStepComponent implements OnChanges
|
|
|
9
9
|
get selectedToDelete(): ISelectedSoftware[];
|
|
10
10
|
get deviceTypes(): any;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmSoftwareSelectionStepComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmSoftwareSelectionStepComponent, "c8y-confirm-software-selection-step", never, { "selectedItems": { "alias": "selectedItems"; "required": false; }; }, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmSoftwareSelectionStepComponent, "c8y-confirm-software-selection-step", never, { "selectedItems": { "alias": "selectedItems"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=confirm-software-selection-step.component.d.ts.map
|
package/operations/stepper-bulk-type-software/confirm-software-selection-step.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-software-selection-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/confirm-software-selection-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"confirm-software-selection-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/confirm-software-selection-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAY3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;;AAO5D,qBAiBa,qCAAsC,YAAW,SAAS;IAC5D,aAAa,EAAE,iBAAiB,EAAE,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAUzC,IAAI,iBAAiB,wBAEpB;IAED,IAAI,gBAAgB,wBAEnB;IAED,IAAI,WAAW,QAOd;yCA7BU,qCAAqC;2CAArC,qCAAqC;CA8BjD"}
|
|
@@ -39,6 +39,6 @@ export declare class SelectSoftwareStepComponent {
|
|
|
39
39
|
}): void;
|
|
40
40
|
private getSoftware;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectSoftwareStepComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectSoftwareStepComponent, "c8y-select-software-step", never, {}, { "software": "software"; }, never, never,
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectSoftwareStepComponent, "c8y-select-software-step", never, {}, { "software": "software"; }, never, never, true, never>;
|
|
43
43
|
}
|
|
44
44
|
//# sourceMappingURL=select-software-step.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-software-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/select-software-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,SAAS,EAAgB,MAAM,eAAe,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,
|
|
1
|
+
{"version":3,"file":"select-software-step.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/select-software-step.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,SAAS,EAAgB,MAAM,eAAe,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAEL,sBAAsB,EAgBvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,iBAAiB,EAGlB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAuB,UAAU,EAAgB,MAAM,MAAM,CAAC;AAEtF,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;;AAK5D,qBA6Ba,2BAA2B;IAwBpC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,SAAS;IAxBT,QAAQ,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IAC5F,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IAC/D,mBAAmB,EAAE,eAAe,CAAC,MAAM,CAAC,CAA2B;IACvE,WAAW,QAAM;IACjB,kBAAkB;;MAAgB;IAClC,QAAQ,MAAqE;IAC7E,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAShD;IACF,QAAQ,CAAC,wBAAwB,6BAAuC;IAClC,YAAY,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEtF,OAAO,CAAC,sBAAsB,CAAe;gBAGnC,iBAAiB,EAAE,iBAAiB,EACpC,SAAS,EAAE,gBAAgB;IAMrC,qBAAqB,CAAC,QAAQ,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAKnE,WAAW,CAAC,QAAQ,EAAE,cAAc;IAIpC,kBAAkB,CAAC,QAAQ,EAAE,cAAc,GAAG,MAAM;IAIpD,eAAe;IAqBf,WAAW;IAIX,cAAc;IAId,cAAc,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE;;;KAAA;IAMnC,YAAY,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE;;;KAAA;IAUjC,OAAO,CAAC,WAAW;yCAzFR,2BAA2B;2CAA3B,2BAA2B;CAmGvC"}
|
|
@@ -24,6 +24,6 @@ export declare class StepperBulkTypeSoftwareComponent extends BaseStepperCompone
|
|
|
24
24
|
protected retrieveOperationPrototype(): OperationDetails;
|
|
25
25
|
private getUniqueDeviceTypes;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperBulkTypeSoftwareComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeSoftwareComponent, "c8y-stepper-bulk-type-software", never, {}, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperBulkTypeSoftwareComponent, "c8y-stepper-bulk-type-software", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=stepper-bulk-type-software.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-bulk-type-software.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/stepper-bulk-type-software.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG/C,OAAO,EAAE,UAAU,EAAW,YAAY,
|
|
1
|
+
{"version":3,"file":"stepper-bulk-type-software.component.d.ts","sourceRoot":"","sources":["../../../operations/stepper-bulk-type-software/stepper-bulk-type-software.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG/C,OAAO,EAAE,UAAU,EAAW,YAAY,EAA4B,MAAM,qBAAqB,CAAC;AAClG,OAAO,EACL,oBAAoB,EAGrB,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAqC,MAAM,yBAAyB,CAAC;;AAG/F,qBAWa,gCAAiC,SAAQ,oBAAoB;IAiBtE,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IAjBnB,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAA8B;IAC9D,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAExC;IACF,QAAQ,CAAC,2BAA2B,EAAE,MAAM,CAE1C;IACF,QAAQ,CAAC,2BAA2B,EAAE,MAAM,CAE1C;IAEF,gBAAgB,EAAE,iBAAiB,EAAE,CAAM;IAE3C,cAAc,EAAE,2BAA2B,CAAC;gBAGlC,KAAK,EAAE,YAAY,EACnB,SAAS,EAAE,gBAAgB;IAKrC,kBAAkB,CAAC,YAAY,KAAA;IAOzB,wBAAwB,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE;IAqB7E,SAAS,CAAC,0BAA0B,IAAI,gBAAgB;IAkCxD,OAAO,CAAC,oBAAoB;yCArFjB,gCAAgC;2CAAhC,gCAAgC;CA4F5C"}
|