ngx-tethys 18.0.0 → 18.0.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/CHANGELOG.md +36 -0
- package/action/styles/action.scss +1 -1
- package/action/styles/mixin.scss +8 -3
- package/alert/styles/mixin.scss +3 -10
- package/back-top/examples/custom/custom.scss +3 -1
- package/badge/examples/basic/basic.component.scss +3 -1
- package/badge/examples/custom-color/custom-color.component.scss +3 -1
- package/badge/examples/overflow/overflow.component.scss +3 -1
- package/badge/examples/state-point/state-point.component.scss +3 -1
- package/badge/examples/type/type.component.scss +3 -1
- package/badge/styles/badge.scss +1 -1
- package/badge/styles/mixin.scss +2 -16
- package/button/styles/button.scss +8 -7
- package/button/styles/mixin.scss +22 -15
- package/carousel/styles/variables.scss +1 -1
- package/cascader/cascader.service.d.ts +1 -1
- package/cascader/styles/cascader.scss +3 -6
- package/collapse/examples/custom/custom.component.scss +3 -1
- package/color-picker/parts/inputs/inputs.component.d.ts +1 -0
- package/color-picker/styles/inputs.scss +8 -1
- package/color-picker/styles/saturation.scss +3 -3
- package/core/debounce-time.d.ts +8 -0
- package/core/index.d.ts +1 -0
- package/date-picker/styles/decade-panel.scss +1 -1
- package/date-picker/styles/mixin.scss +1 -1
- package/date-picker/styles/picker.scss +3 -0
- package/date-picker/styles/variables.scss +1 -4
- package/date-picker/styles/year-panel.scss +1 -1
- package/drag-drop/examples/tree-drag/tree-drag.component.scss +0 -1
- package/dropdown/styles/dropdown.scss +1 -1
- package/esm2022/action/action.component.mjs +4 -4
- package/esm2022/action/action.module.mjs +4 -4
- package/esm2022/action/actions.component.mjs +3 -3
- package/esm2022/affix/affix.component.mjs +4 -4
- package/esm2022/affix/affix.module.mjs +4 -4
- package/esm2022/alert/alert.component.mjs +3 -3
- package/esm2022/alert/alert.directive.mjs +3 -3
- package/esm2022/alert/alert.module.mjs +4 -4
- package/esm2022/anchor/anchor-link.component.mjs +4 -4
- package/esm2022/anchor/anchor.component.mjs +4 -4
- package/esm2022/anchor/anchor.module.mjs +4 -4
- package/esm2022/arrow-switcher/arrow-switcher.component.mjs +3 -3
- package/esm2022/arrow-switcher/module.mjs +4 -4
- package/esm2022/autocomplete/autocomplete.component.mjs +4 -4
- package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +3 -3
- package/esm2022/autocomplete/module.mjs +4 -4
- package/esm2022/autocomplete/overlay/autocomplete-container.component.mjs +3 -3
- package/esm2022/autocomplete/overlay/autocomplete.service.mjs +3 -3
- package/esm2022/avatar/avatar-list/avatar-list.component.mjs +3 -3
- package/esm2022/avatar/avatar.component.mjs +4 -4
- package/esm2022/avatar/avatar.module.mjs +4 -4
- package/esm2022/avatar/avatar.pipe.mjs +9 -9
- package/esm2022/avatar/avatar.service.mjs +3 -3
- package/esm2022/back-top/back-top.component.mjs +3 -3
- package/esm2022/back-top/back-top.module.mjs +4 -4
- package/esm2022/badge/badge.component.mjs +3 -3
- package/esm2022/badge/badge.module.mjs +4 -4
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +4 -4
- package/esm2022/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/breadcrumb/module.mjs +4 -4
- package/esm2022/button/button-group.component.mjs +3 -3
- package/esm2022/button/button-icon.component.mjs +3 -3
- package/esm2022/button/button.component.mjs +4 -4
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/calendar/calendar-cells.mjs +6 -6
- package/esm2022/calendar/calendar-header.component.mjs +3 -3
- package/esm2022/calendar/calendar.component.mjs +3 -3
- package/esm2022/calendar/module.mjs +4 -4
- package/esm2022/card/card.component.mjs +3 -3
- package/esm2022/card/card.module.mjs +4 -4
- package/esm2022/card/content.component.mjs +3 -3
- package/esm2022/card/header.component.mjs +3 -3
- package/esm2022/carousel/carousel-item.directive.mjs +4 -4
- package/esm2022/carousel/carousel.component.mjs +7 -7
- package/esm2022/carousel/carousel.service.mjs +4 -4
- package/esm2022/carousel/module.mjs +4 -4
- package/esm2022/cascader/cascader-li.component.mjs +3 -3
- package/esm2022/cascader/cascader-search-option.component.mjs +6 -6
- package/esm2022/cascader/cascader.component.mjs +7 -7
- package/esm2022/cascader/cascader.service.mjs +9 -21
- package/esm2022/cascader/module.mjs +4 -4
- package/esm2022/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/checkbox/module.mjs +4 -4
- package/esm2022/collapse/collapse-item.component.mjs +4 -4
- package/esm2022/collapse/collapse.component.mjs +3 -3
- package/esm2022/collapse/module.mjs +4 -4
- package/esm2022/color-picker/color-picker-custom-panel.component.mjs +3 -3
- package/esm2022/color-picker/color-picker-panel.component.mjs +3 -3
- package/esm2022/color-picker/color-picker.component.mjs +4 -4
- package/esm2022/color-picker/coordinates.directive.mjs +3 -3
- package/esm2022/color-picker/helpers/rgba.class.mjs +1 -1
- package/esm2022/color-picker/module.mjs +4 -4
- package/esm2022/color-picker/parts/alpha/alpha.component.mjs +3 -3
- package/esm2022/color-picker/parts/hue/hue.component.mjs +3 -3
- package/esm2022/color-picker/parts/indicator/indicator.component.mjs +3 -3
- package/esm2022/color-picker/parts/inputs/inputs.component.mjs +20 -10
- package/esm2022/color-picker/parts/saturation/saturation.component.mjs +3 -3
- package/esm2022/comment/comment-actions.directive.mjs +3 -3
- package/esm2022/comment/comment-content.directive.mjs +3 -3
- package/esm2022/comment/comment.component.mjs +3 -3
- package/esm2022/comment/comment.module.mjs +4 -4
- package/esm2022/copy/copy.directive.mjs +3 -3
- package/esm2022/copy/module.mjs +4 -4
- package/esm2022/core/click-positioner.mjs +3 -3
- package/esm2022/core/debounce-time.mjs +11 -0
- package/esm2022/core/index.mjs +2 -1
- package/esm2022/core/overlay/abstract-overlay-container.mjs +1 -1
- package/esm2022/core/overlay/overlay.directive.mjs +1 -1
- package/esm2022/core/overlay/portal-directives.mjs +3 -3
- package/esm2022/core/scroll.mjs +4 -4
- package/esm2022/core/store/store.mjs +3 -3
- package/esm2022/core/translate.mjs +3 -3
- package/esm2022/core/update-host-class.service.mjs +3 -3
- package/esm2022/date-picker/abstract-picker.component.mjs +3 -3
- package/esm2022/date-picker/abstract-picker.directive.mjs +4 -4
- package/esm2022/date-picker/base-picker.component.mjs +4 -4
- package/esm2022/date-picker/date-helper.service.mjs +3 -3
- package/esm2022/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/date-picker/date-picker.directive.mjs +3 -3
- package/esm2022/date-picker/date-picker.module.mjs +4 -4
- package/esm2022/date-picker/date-picker.service.mjs +3 -3
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +3 -3
- package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
- package/esm2022/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
- package/esm2022/date-picker/lib/date/date-header.component.mjs +3 -3
- package/esm2022/date-picker/lib/date/date-table-cell.component.mjs +3 -3
- package/esm2022/date-picker/lib/date/date-table.component.mjs +4 -4
- package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +3 -3
- package/esm2022/date-picker/lib/decade/decade-header.component.mjs +3 -3
- package/esm2022/date-picker/lib/decade/decade-table.component.mjs +3 -3
- package/esm2022/date-picker/lib/lib-packer.module.mjs +4 -4
- package/esm2022/date-picker/lib/month/month-header.component.mjs +3 -3
- package/esm2022/date-picker/lib/month/month-table.component.mjs +3 -3
- package/esm2022/date-picker/lib/popups/date-popup.component.mjs +4 -4
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +3 -3
- package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +3 -3
- package/esm2022/date-picker/lib/year/year-header.component.mjs +3 -3
- package/esm2022/date-picker/lib/year/year-table.component.mjs +3 -3
- package/esm2022/date-picker/month-picker.component.mjs +4 -4
- package/esm2022/date-picker/picker.component.mjs +5 -5
- package/esm2022/date-picker/picker.pipes.mjs +12 -12
- package/esm2022/date-picker/picker.validators.mjs +6 -6
- package/esm2022/date-picker/quarter-picker.component.mjs +4 -4
- package/esm2022/date-picker/range-picker.component.mjs +4 -4
- package/esm2022/date-picker/range-picker.directive.mjs +3 -3
- package/esm2022/date-picker/week-picker.component.mjs +4 -4
- package/esm2022/date-picker/year-picker.component.mjs +4 -4
- package/esm2022/date-range/date-range.component.mjs +4 -4
- package/esm2022/date-range/module.mjs +4 -4
- package/esm2022/date-range/optional-dates/optional-dates.component.mjs +3 -3
- package/esm2022/dialog/body/dialog-body.component.mjs +3 -3
- package/esm2022/dialog/confirm/confirm.component.mjs +3 -3
- package/esm2022/dialog/dialog-container.component.mjs +3 -3
- package/esm2022/dialog/dialog.module.mjs +4 -4
- package/esm2022/dialog/dialog.service.mjs +3 -3
- package/esm2022/dialog/footer/dialog-footer.component.mjs +3 -3
- package/esm2022/dialog/header/dialog-header.component.mjs +3 -3
- package/esm2022/divider/divider.component.mjs +3 -3
- package/esm2022/divider/divider.module.mjs +4 -4
- package/esm2022/dot/dot.component.mjs +4 -4
- package/esm2022/dot/dot.module.mjs +4 -4
- package/esm2022/drag-drop/drag-content.directive.mjs +4 -4
- package/esm2022/drag-drop/drag-drop.service.mjs +3 -3
- package/esm2022/drag-drop/drag-handle.directive.mjs +4 -4
- package/esm2022/drag-drop/drag.directive.mjs +3 -3
- package/esm2022/drag-drop/drop-container.directive.mjs +3 -3
- package/esm2022/drag-drop/module.mjs +4 -4
- package/esm2022/dropdown/dropdown-active.directive.mjs +4 -4
- package/esm2022/dropdown/dropdown-menu-item.directive.mjs +21 -21
- package/esm2022/dropdown/dropdown-menu.component.mjs +12 -12
- package/esm2022/dropdown/dropdown-submenu.component.mjs +4 -4
- package/esm2022/dropdown/dropdown.directive.mjs +3 -3
- package/esm2022/dropdown/module.mjs +4 -4
- package/esm2022/empty/empty.component.mjs +3 -3
- package/esm2022/empty/empty.config.mjs +3 -3
- package/esm2022/empty/empty.module.mjs +4 -4
- package/esm2022/flexible-text/flexible-text.component.mjs +3 -3
- package/esm2022/flexible-text/flexible-text.module.mjs +4 -4
- package/esm2022/form/form-group-error/form-group-error.component.mjs +3 -3
- package/esm2022/form/form-group-label.directive.mjs +3 -3
- package/esm2022/form/form-group.component.mjs +4 -4
- package/esm2022/form/form-submit.directive.mjs +3 -3
- package/esm2022/form/form-validator-loader.mjs +3 -3
- package/esm2022/form/form-validator.service.mjs +3 -3
- package/esm2022/form/form.directive.mjs +3 -3
- package/esm2022/form/from-group-footer/form-group-footer.component.mjs +4 -4
- package/esm2022/form/module.mjs +4 -4
- package/esm2022/form/validator/confirm-validator.directive.mjs +3 -3
- package/esm2022/form/validator/max-validator.directive.mjs +3 -3
- package/esm2022/form/validator/min-validator.directive.mjs +3 -3
- package/esm2022/form/validator/unique-validator.directive.mjs +4 -4
- package/esm2022/fullscreen/fullscreen-launch.directive.mjs +3 -3
- package/esm2022/fullscreen/fullscreen-ref.mjs +3 -2
- package/esm2022/fullscreen/fullscreen.component.mjs +4 -4
- package/esm2022/fullscreen/fullscreen.module.mjs +4 -4
- package/esm2022/fullscreen/fullscreen.service.mjs +4 -4
- package/esm2022/grid/flex.mjs +12 -12
- package/esm2022/grid/module.mjs +4 -4
- package/esm2022/grid/thy-col.directive.mjs +3 -3
- package/esm2022/grid/thy-grid-item.component.mjs +4 -4
- package/esm2022/grid/thy-grid.component.mjs +7 -7
- package/esm2022/grid/thy-row.directive.mjs +3 -3
- package/esm2022/guider/guider-hint/guider-hint.component.mjs +3 -3
- package/esm2022/guider/guider-manager.mjs +3 -3
- package/esm2022/guider/guider.directive.mjs +4 -4
- package/esm2022/guider/guider.module.mjs +4 -4
- package/esm2022/guider/guider.service.mjs +3 -3
- package/esm2022/icon/icon-registry.mjs +4 -4
- package/esm2022/icon/icon.component.mjs +4 -4
- package/esm2022/icon/icon.module.mjs +4 -4
- package/esm2022/image/image-group.component.mjs +4 -4
- package/esm2022/image/image.directive.mjs +4 -4
- package/esm2022/image/image.service.mjs +3 -3
- package/esm2022/image/module.mjs +4 -4
- package/esm2022/image/preview/image-preview.component.mjs +4 -4
- package/esm2022/input/input-count.component.mjs +4 -4
- package/esm2022/input/input-group.component.mjs +4 -4
- package/esm2022/input/input-search.component.mjs +4 -4
- package/esm2022/input/input.component.mjs +4 -4
- package/esm2022/input/input.directive.mjs +4 -4
- package/esm2022/input/module.mjs +4 -4
- package/esm2022/input-number/input-number.component.mjs +3 -3
- package/esm2022/input-number/module.mjs +4 -4
- package/esm2022/layout/content-main.component.mjs +6 -6
- package/esm2022/layout/content-section.component.mjs +6 -6
- package/esm2022/layout/content.component.mjs +6 -6
- package/esm2022/layout/header.component.mjs +6 -6
- package/esm2022/layout/layout.component.mjs +6 -6
- package/esm2022/layout/layout.module.mjs +4 -4
- package/esm2022/layout/sidebar-content.component.mjs +6 -6
- package/esm2022/layout/sidebar-footer.component.mjs +6 -6
- package/esm2022/layout/sidebar-header.component.mjs +6 -6
- package/esm2022/layout/sidebar.component.mjs +7 -7
- package/esm2022/list/list-item-meta.component.mjs +3 -3
- package/esm2022/list/list-item.component.mjs +3 -3
- package/esm2022/list/list.component.mjs +3 -3
- package/esm2022/list/list.module.mjs +4 -4
- package/esm2022/list/selection/selection-list.mjs +3 -3
- package/esm2022/loading/loading.component.mjs +3 -3
- package/esm2022/loading/loading.module.mjs +4 -4
- package/esm2022/mention/mention.directive.mjs +3 -3
- package/esm2022/mention/mention.module.mjs +4 -4
- package/esm2022/mention/suggestions/suggestions.component.mjs +4 -4
- package/esm2022/menu/divider/menu-divider.component.mjs +3 -3
- package/esm2022/menu/group/menu-group.component.mjs +3 -3
- package/esm2022/menu/item/action/menu-item-action.component.mjs +4 -4
- package/esm2022/menu/item/icon/menu-item-icon.component.mjs +3 -3
- package/esm2022/menu/item/menu-item.component.mjs +3 -3
- package/esm2022/menu/item/name/menu-item-name.component.mjs +3 -3
- package/esm2022/menu/menu.component.mjs +3 -3
- package/esm2022/menu/menu.module.mjs +4 -4
- package/esm2022/message/abstract/abstract-message-container.component.mjs +4 -4
- package/esm2022/message/abstract/abstract-message.component.mjs +4 -4
- package/esm2022/message/abstract/abstract-message.service.mjs +1 -1
- package/esm2022/message/message-container.component.mjs +3 -3
- package/esm2022/message/message-queue.service.mjs +3 -3
- package/esm2022/message/message.component.mjs +3 -3
- package/esm2022/message/message.service.mjs +3 -3
- package/esm2022/message/module.mjs +4 -4
- package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +3 -3
- package/esm2022/nav/icon-nav/icon-nav.component.mjs +3 -3
- package/esm2022/nav/nav-ink-bar.directive.mjs +3 -3
- package/esm2022/nav/nav-item.directive.mjs +4 -4
- package/esm2022/nav/nav.component.mjs +3 -3
- package/esm2022/nav/nav.module.mjs +4 -4
- package/esm2022/nav/nav.pipe.mjs +3 -3
- package/esm2022/notify/module.mjs +4 -4
- package/esm2022/notify/notify-container.component.mjs +3 -3
- package/esm2022/notify/notify-queue.service.mjs +3 -3
- package/esm2022/notify/notify.component.mjs +5 -5
- package/esm2022/notify/notify.service.mjs +3 -3
- package/esm2022/pagination/pagination.component.mjs +29 -29
- package/esm2022/pagination/pagination.module.mjs +4 -4
- package/esm2022/pagination/pagination.pipe.mjs +3 -3
- package/esm2022/popover/body/popover-body.component.mjs +3 -3
- package/esm2022/popover/header/popover-header.component.mjs +4 -4
- package/esm2022/popover/module.mjs +4 -4
- package/esm2022/popover/popover-container.component.mjs +3 -3
- package/esm2022/popover/popover.directive.mjs +3 -3
- package/esm2022/popover/popover.service.mjs +3 -3
- package/esm2022/progress/progress-circle.component.mjs +3 -3
- package/esm2022/progress/progress-strip.component.mjs +3 -3
- package/esm2022/progress/progress.component.mjs +3 -3
- package/esm2022/progress/progress.module.mjs +4 -4
- package/esm2022/property/module.mjs +4 -4
- package/esm2022/property/properties.component.mjs +3 -3
- package/esm2022/property/property-item.component.mjs +4 -4
- package/esm2022/property-operation/group/property-operation-group.component.mjs +3 -3
- package/esm2022/property-operation/module.mjs +4 -4
- package/esm2022/property-operation/property-operation.component.mjs +4 -4
- package/esm2022/radio/button/radio-button.component.mjs +3 -3
- package/esm2022/radio/group/radio-group.component.mjs +3 -3
- package/esm2022/radio/module.mjs +4 -4
- package/esm2022/radio/radio.component.mjs +3 -3
- package/esm2022/rate/module.mjs +4 -4
- package/esm2022/rate/rate-item.component.mjs +3 -3
- package/esm2022/rate/rate.component.mjs +3 -3
- package/esm2022/resizable/module.mjs +4 -4
- package/esm2022/resizable/resizable.directive.mjs +3 -3
- package/esm2022/resizable/resizable.service.mjs +4 -4
- package/esm2022/resizable/resize-handle.component.mjs +4 -4
- package/esm2022/resizable/resize-handles.component.mjs +3 -3
- package/esm2022/result/result.component.mjs +3 -3
- package/esm2022/result/result.module.mjs +4 -4
- package/esm2022/segment/segment-item.component.mjs +3 -3
- package/esm2022/segment/segment.component.mjs +4 -4
- package/esm2022/segment/segment.module.mjs +4 -4
- package/esm2022/select/custom-select/custom-select.component.mjs +3 -3
- package/esm2022/select/module.mjs +4 -4
- package/esm2022/select/native-select/native-select.component.mjs +3 -3
- package/esm2022/shared/base-form-check.component.mjs +4 -4
- package/esm2022/shared/directives/string-or-template-outlet.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-autofocus.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-contextmenu.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-ctrl-enter.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-drag-drop.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-enter.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-scroll.directive.mjs +4 -4
- package/esm2022/shared/directives/thy-show.mjs +4 -4
- package/esm2022/shared/directives/thy-stop-propagation.directive.mjs +3 -3
- package/esm2022/shared/directives/view-outlet.directive.mjs +4 -4
- package/esm2022/shared/ng-transclude.directive.mjs +3 -3
- package/esm2022/shared/option/group/option-group.component.mjs +4 -4
- package/esm2022/shared/option/list-option/list-option.component.mjs +3 -3
- package/esm2022/shared/option/module.mjs +4 -4
- package/esm2022/shared/option/option-group.component.mjs +3 -3
- package/esm2022/shared/option/option.component.mjs +4 -4
- package/esm2022/shared/option/options-container.component.mjs +3 -3
- package/esm2022/shared/select/module.mjs +4 -4
- package/esm2022/shared/select/select-control/select-control.component.mjs +3 -3
- package/esm2022/shared/shared.module.mjs +4 -4
- package/esm2022/skeleton/module.mjs +4 -4
- package/esm2022/skeleton/skeleton-circle.component.mjs +3 -3
- package/esm2022/skeleton/skeleton-rectangle.component.mjs +3 -3
- package/esm2022/skeleton/skeleton.component.mjs +3 -3
- package/esm2022/skeleton/stylized/bullet-list.component.mjs +3 -3
- package/esm2022/skeleton/stylized/list.component.mjs +3 -3
- package/esm2022/skeleton/stylized/paragraph.component.mjs +3 -3
- package/esm2022/slide/drawer/drawer-container.directive.mjs +3 -3
- package/esm2022/slide/slide-body/slide-body-section.component.mjs +3 -3
- package/esm2022/slide/slide-body/slide-body.component.mjs +3 -3
- package/esm2022/slide/slide-container.component.mjs +3 -3
- package/esm2022/slide/slide-footer/slide-footer.component.mjs +3 -3
- package/esm2022/slide/slide-header/slide-header.component.mjs +3 -3
- package/esm2022/slide/slide-layout/slide-layout.component.mjs +3 -3
- package/esm2022/slide/slide-ref.service.mjs +3 -3
- package/esm2022/slide/slide.module.mjs +4 -4
- package/esm2022/slide/slide.service.mjs +3 -3
- package/esm2022/slider/slider.component.mjs +4 -4
- package/esm2022/slider/slider.module.mjs +4 -4
- package/esm2022/space/space.component.mjs +6 -6
- package/esm2022/space/space.module.mjs +4 -4
- package/esm2022/statistic/statistic.component.mjs +3 -3
- package/esm2022/statistic/statistic.module.mjs +4 -4
- package/esm2022/stepper/step-header.component.mjs +3 -3
- package/esm2022/stepper/step.component.mjs +3 -3
- package/esm2022/stepper/stepper-button.directive.mjs +6 -6
- package/esm2022/stepper/stepper.component.mjs +3 -3
- package/esm2022/stepper/stepper.module.mjs +4 -4
- package/esm2022/strength/strength.component.mjs +3 -3
- package/esm2022/strength/strength.module.mjs +4 -4
- package/esm2022/switch/switch.component.mjs +3 -3
- package/esm2022/switch/switch.module.mjs +4 -4
- package/esm2022/table/pipes/drag.pipe.mjs +3 -3
- package/esm2022/table/pipes/table.pipe.mjs +3 -3
- package/esm2022/table/table-column.component.mjs +3 -3
- package/esm2022/table/table-skeleton.component.mjs +3 -3
- package/esm2022/table/table.component.mjs +5 -5
- package/esm2022/table/table.module.mjs +4 -4
- package/esm2022/tabs/tab-content.component.mjs +3 -3
- package/esm2022/tabs/tab.component.mjs +3 -3
- package/esm2022/tabs/tabs.component.mjs +4 -4
- package/esm2022/tabs/tabs.module.mjs +4 -4
- package/esm2022/tag/tag.component.mjs +3 -3
- package/esm2022/tag/tag.module.mjs +4 -4
- package/esm2022/tag/tags.component.mjs +3 -3
- package/esm2022/testing/data-transfer.mjs +1 -1
- package/esm2022/time-picker/inner/inner-time-picker.component.mjs +4 -4
- package/esm2022/time-picker/inner/inner-time-picker.config.mjs +3 -3
- package/esm2022/time-picker/inner/inner-time-picker.store.mjs +3 -3
- package/esm2022/time-picker/time-picker-panel.component.mjs +4 -4
- package/esm2022/time-picker/time-picker.component.mjs +4 -4
- package/esm2022/time-picker/time-picker.module.mjs +4 -4
- package/esm2022/timeline/timeline-item.component.mjs +4 -4
- package/esm2022/timeline/timeline.component.mjs +4 -4
- package/esm2022/timeline/timeline.module.mjs +4 -4
- package/esm2022/timeline/timeline.service.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.directive.mjs +3 -3
- package/esm2022/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/tooltip/tooltip.service.mjs +3 -3
- package/esm2022/transfer/transfer-list.component.mjs +4 -4
- package/esm2022/transfer/transfer.component.mjs +3 -3
- package/esm2022/transfer/transfer.module.mjs +4 -4
- package/esm2022/tree/tree-node.component.mjs +4 -4
- package/esm2022/tree/tree.component.mjs +5 -5
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree/tree.pipe.mjs +3 -3
- package/esm2022/tree/tree.service.mjs +3 -3
- package/esm2022/tree-select/module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +13 -12
- package/esm2022/typography/bg-color.directive.mjs +3 -3
- package/esm2022/typography/module.mjs +4 -4
- package/esm2022/typography/text/text.component.mjs +3 -3
- package/esm2022/typography/text-color.directive.mjs +3 -3
- package/esm2022/upload/file-drop.directive.mjs +7 -6
- package/esm2022/upload/file-select-base.mjs +3 -3
- package/esm2022/upload/file-select.component.mjs +4 -4
- package/esm2022/upload/module.mjs +4 -4
- package/esm2022/upload/upload.service.mjs +3 -3
- package/esm2022/util/logger/logger.mjs +1 -1
- package/esm2022/version.mjs +2 -2
- package/esm2022/vote/vote.component.mjs +3 -3
- package/esm2022/vote/vote.module.mjs +4 -4
- package/esm2022/watermark/watermark.directive.mjs +3 -3
- package/esm2022/watermark/watermark.module.mjs +4 -4
- package/fesm2022/ngx-tethys-action.mjs +10 -10
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-affix.mjs +7 -7
- package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2022/ngx-tethys-alert.mjs +10 -10
- package/fesm2022/ngx-tethys-anchor.mjs +10 -10
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-arrow-switcher.mjs +7 -7
- package/fesm2022/ngx-tethys-autocomplete.mjs +16 -16
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +22 -22
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-back-top.mjs +7 -7
- package/fesm2022/ngx-tethys-badge.mjs +7 -7
- package/fesm2022/ngx-tethys-breadcrumb.mjs +10 -10
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +13 -13
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-calendar.mjs +16 -16
- package/fesm2022/ngx-tethys-card.mjs +13 -13
- package/fesm2022/ngx-tethys-carousel.mjs +16 -16
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +25 -37
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +7 -7
- package/fesm2022/ngx-tethys-collapse.mjs +10 -10
- package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2022/ngx-tethys-color-picker.mjs +47 -37
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-comment.mjs +13 -13
- package/fesm2022/ngx-tethys-copy.mjs +7 -7
- package/fesm2022/ngx-tethys-core.mjs +30 -20
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +117 -117
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +10 -10
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +22 -22
- package/fesm2022/ngx-tethys-divider.mjs +7 -7
- package/fesm2022/ngx-tethys-dot.mjs +7 -7
- package/fesm2022/ngx-tethys-dot.mjs.map +1 -1
- package/fesm2022/ngx-tethys-drag-drop.mjs +19 -19
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +46 -46
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +10 -10
- package/fesm2022/ngx-tethys-flexible-text.mjs +7 -7
- package/fesm2022/ngx-tethys-form.mjs +40 -40
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-fullscreen.mjs +15 -14
- package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
- package/fesm2022/ngx-tethys-grid.mjs +31 -31
- package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2022/ngx-tethys-guider.mjs +16 -16
- package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +10 -10
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +16 -16
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +7 -7
- package/fesm2022/ngx-tethys-input.mjs +19 -19
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +58 -58
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +16 -16
- package/fesm2022/ngx-tethys-loading.mjs +7 -7
- package/fesm2022/ngx-tethys-mention.mjs +10 -10
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +25 -25
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-message.mjs +22 -22
- package/fesm2022/ngx-tethys-message.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +22 -22
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-notify.mjs +17 -17
- package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +34 -34
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +19 -19
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-progress.mjs +13 -13
- package/fesm2022/ngx-tethys-property-operation.mjs +10 -10
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +10 -10
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +13 -13
- package/fesm2022/ngx-tethys-rate.mjs +10 -10
- package/fesm2022/ngx-tethys-resizable.mjs +16 -16
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-result.mjs +7 -7
- package/fesm2022/ngx-tethys-segment.mjs +10 -10
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +10 -10
- package/fesm2022/ngx-tethys-shared.mjs +66 -66
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +22 -22
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +31 -31
- package/fesm2022/ngx-tethys-slider.mjs +7 -7
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +10 -10
- package/fesm2022/ngx-tethys-statistic.mjs +7 -7
- package/fesm2022/ngx-tethys-stepper.mjs +19 -19
- package/fesm2022/ngx-tethys-strength.mjs +7 -7
- package/fesm2022/ngx-tethys-switch.mjs +7 -7
- package/fesm2022/ngx-tethys-table.mjs +20 -20
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +13 -13
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +10 -10
- package/fesm2022/ngx-tethys-testing.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +19 -19
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +13 -13
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +13 -13
- package/fesm2022/ngx-tethys-transfer.mjs +10 -10
- package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +16 -15
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +17 -17
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-typography.mjs +13 -13
- package/fesm2022/ngx-tethys-upload.mjs +18 -17
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-util.mjs.map +1 -1
- package/fesm2022/ngx-tethys-vote.mjs +7 -7
- package/fesm2022/ngx-tethys-watermark.mjs +7 -7
- package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/flexible-text/examples/placement/placement.component.scss +3 -1
- package/form/styles/form-check.scss +2 -3
- package/form/styles/mixin.scss +1 -1
- package/grid/examples/basic/basic.component.scss +5 -3
- package/grid/examples/flex/flex.component.scss +5 -3
- package/grid/examples/gap/gap.component.scss +5 -3
- package/grid/examples/offset/offset.component.scss +5 -3
- package/grid/examples/responsive/responsive.component.scss +6 -4
- package/grid/examples/row-col/row-col.component.scss +5 -3
- package/grid/examples/span/span.component.scss +5 -3
- package/guider/styles/guider-tip.scss +6 -6
- package/loading/styles/loading.scss +3 -3
- package/menu/examples/basic/basic.component.scss +3 -1
- package/menu/examples/divider/divider.component.scss +3 -1
- package/menu/examples/group/group.component.scss +3 -1
- package/menu/examples/theme/theme.component.scss +2 -2
- package/nav/examples/basic/basic.component.scss +3 -5
- package/nav/examples/extra/extra.component.scss +3 -1
- package/nav/examples/fill/fill.component.scss +3 -1
- package/nav/examples/lite/lite.component.scss +3 -1
- package/nav/examples/pills/pills.component.scss +3 -1
- package/nav/examples/responsive/responsive.component.scss +3 -1
- package/nav/examples/size/size.component.scss +3 -1
- package/nav/examples/tabs/tabs.component.scss +3 -1
- package/nav/examples/type/type.component.scss +3 -4
- package/nav/examples/vertical/vertical.component.scss +3 -1
- package/nav/nav.component.d.ts +1 -1
- package/nav/styles/mixin.scss +26 -10
- package/notify/styles/notify.scss +2 -2
- package/package.json +1 -1
- package/pagination/pagination.component.d.ts +3 -3
- package/pagination/styles/pagination.scss +1 -0
- package/progress/styles/progress-strip.scss +1 -1
- package/property-operation/styles/property-operation.scss +1 -15
- package/resizable/examples/layout/layout.style.scss +7 -5
- package/resizable/examples/table/table.style.scss +3 -1
- package/resizable/resize-handle.component.d.ts +4 -1
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/styles/mixin.scss +8 -5
- package/segment/styles/segment.scss +1 -1
- package/shared/option/styles/option.mixin.scss +6 -6
- package/shared/option/styles/select-dropdown.scss +3 -1
- package/shared/select/select-control/select-control.scss +1 -1
- package/space/examples/align/align.component.scss +3 -2
- package/statistic/examples/prefix-suffix/prefix-suffix.component.scss +3 -1
- package/styles/bootstrap/_type.scss +8 -8
- package/styles/bootstrap/mixins/_transition.scss +3 -1
- package/styles/mixins/close.scss +4 -1
- package/styles/mixins/shadow.scss +3 -1
- package/styles/mixins/tables.scss +3 -166
- package/styles/modules/cdk/drag-drop.scss +1 -1
- package/styles/modules/link.scss +1 -1
- package/styles/modules/tables.scss +0 -1
- package/styles/variables.scss +73 -41
- package/switch/styles/mixin.scss +1 -1
- package/table/styles/table.scss +1 -1
- package/tabs/styles/tabs.scss +1 -0
- package/tag/styles/mixin.scss +10 -5
- package/tag/styles/tag.scss +4 -4
- package/tree/styles/tree.scss +0 -8
- package/tree-select/styles/tree-select.scss +4 -1
- package/tree-select/tree-select.component.d.ts +3 -3
- package/watermark/examples/basic/basic.component.scss +3 -1
- package/watermark/examples/custom/custom.component.scss +8 -0
- package/watermark/styles/watermark.scss +1 -2
- package/tabs/examples/basic/basic.component.scss +0 -5
|
@@ -10,10 +10,10 @@ export class ThyResult {
|
|
|
10
10
|
this.className = true;
|
|
11
11
|
}
|
|
12
12
|
ngOnInit() { }
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ThyResult, isStandalone: true, selector: "thy-result", inputs: { thyStatus: "thyStatus", thyIcon: "thyIcon", thyTitle: "thyTitle", thySubtitle: "thySubtitle" }, host: { properties: { "class.thy-result": "this.className" } }, queries: [{ propertyName: "iconTemplateRef", first: true, predicate: ["thyIcon"], descendants: true }, { propertyName: "titleTemplateRef", first: true, predicate: ["thyTitle"], descendants: true }, { propertyName: "subtitleTemplateRef", first: true, predicate: ["thySubtitle"], descendants: true }, { propertyName: "extraTemplateRef", first: true, predicate: ["thyExtra"], descendants: true }], ngImport: i0, template: "<div class=\"result-icon\">\n <ng-template *ngIf=\"iconTemplateRef; else icon\" [ngTemplateOutlet]=\"iconTemplateRef\"></ng-template>\n <ng-template #icon>\n <img *ngIf=\"thyIcon; else svg\" [src]=\"thyIcon\" />\n <ng-template #svg>\n <ng-container>\n <svg\n *ngIf=\"thyStatus === 'success'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u6210\u529F</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u6210\u529F\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u56FE\" transform=\"translate(18.000000, 0.000000)\">\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Fill-1\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Stroke-3\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M-1.98951966e-13,137.831157 C-1.98951966e-13,137.831157 122.485137,137.831157 367.45541,137.831157\"\n id=\"Stroke-5\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Fill-7\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Stroke-9\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M255.932328,124.607321 L261.890941,123.628959 C261.890941,123.628959 268.623673,119.855931 274.84762,122.765485 C281.071567,125.67595 282.78028,129.350505 282.051752,131.073807 C281.259398,132.94482 279.128521,134.525881 273.74343,131.350082 C273.74343,131.350082 272.417673,130.124623 267.104614,133.358777 C262.243808,136.31848 258.585666,134.537735 258.585666,134.537735 L255.932328,124.607321 Z\"\n id=\"Stroke-11\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <polygon id=\"Fill-13\" fill=\"#F3F5F9\" points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"></polygon>\n <polygon\n id=\"Stroke-15\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"\n ></polygon>\n <polygon\n id=\"Stroke-17\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"180.553 12.1309522 288.111666 0.513708134 279.11767 102.263296 170.065476 99.265298\"\n ></polygon>\n <polygon\n id=\"Fill-19\"\n fill=\"#F3F5F9\"\n points=\"187.012191 25.2643374 279.121318 15.3147756 272.56274 90.4571274 179.17527 87.8894985\"\n ></polygon>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259\"\n id=\"Fill-21\"\n fill=\"#F3F5F9\"\n ></path>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259 Z\"\n id=\"Stroke-23\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linejoin=\"round\"\n ></path>\n <path\n d=\"M212.224647,100.482916 L214.75398,123.952648 L239.044333,124.765062 C239.044333,124.765062 243.142874,122.687982 241.456956,114.676907 C239.770126,106.666744 239.208457,101.1385 239.208457,101.1385 L212.224647,100.482916 Z\"\n id=\"Stroke-25\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M194.623533,17.7566672 C194.623533,19.0012743 193.530285,20.0097251 192.180821,20.0097251 C190.832268,20.0097251 189.73902,19.0012743 189.73902,17.7566672 C189.73902,16.5120602 190.832268,15.5036094 192.180821,15.5036094 C193.530285,15.5036094 194.623533,16.5120602 194.623533,17.7566672\"\n id=\"Fill-27\"\n fill=\"#E83323\"\n ></path>\n <path\n d=\"M202.405017,16.9120669 C202.405017,18.1566739 201.311768,19.1651247 199.962304,19.1651247 C198.613752,19.1651247 197.520504,18.1566739 197.520504,16.9120669 C197.520504,15.6674598 198.613752,14.659009 199.962304,14.659009 C201.311768,14.659009 202.405017,15.6674598 202.405017,16.9120669\"\n id=\"Fill-29\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M210.263092,16.3457479 C210.263092,17.5903549 209.169843,18.5988057 207.820379,18.5988057 C206.472739,18.5988057 205.379491,17.5903549 205.379491,16.3457479 C205.379491,15.1011408 206.472739,14.09269 207.820379,14.09269 C209.169843,14.09269 210.263092,15.1011408 210.263092,16.3457479\"\n id=\"Fill-31\"\n fill=\"#ADDF68\"\n ></path>\n <polygon\n id=\"Fill-33\"\n fill=\"#2F6BF4\"\n points=\"256.189638 124.607321 260.47601 133.671525 255.229513 137.677062 249.327431 138.145728 244.735606 126.903233\"\n ></polygon>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Fill-35\"\n fill=\"#508FDF\"\n ></path>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Stroke-37\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M249.890741,136.978076 L245.111086,126.902686\"\n id=\"Stroke-39\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M254.288626,128.917947 C254.288626,129.537059 253.786225,130.038549 253.168024,130.038549 C252.548,130.038549 252.04651,129.537059 252.04651,128.917947 C252.04651,128.298834 252.548,127.797344 253.168024,127.797344 C253.786225,127.797344 254.288626,128.298834 254.288626,128.917947 Z\"\n id=\"Stroke-41\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M119.094669,50.3561623 C119.094669,50.3561623 120.593668,45.6713338 116.658339,31.61776 C112.72301,17.5641862 110.662342,6.50861094 139.70682,6.88244895 C168.751298,7.25719876 174.935126,28.8066805 149.825977,26.7451007 C149.825977,26.7451007 140.83107,24.6844326 138.01999,27.1207623 C135.209823,29.5561802 142.142238,39.8622558 139.894651,40.4248364 C137.645241,40.9874171 131.649244,27.6824311 126.777496,31.2430102 C121.905749,34.8026775 129.775495,45.6713338 129.775495,45.6713338 L119.094669,50.3561623 Z\"\n id=\"Fill-43\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M151.508522,36.3024974 C151.508522,37.3355668 150.671489,38.1725992 149.63842,38.1725992 C148.604439,38.1725992 147.767406,37.3355668 147.767406,36.3024974 C147.767406,35.2694279 148.604439,34.4314837 149.63842,34.4314837 C150.671489,34.4314837 151.508522,35.2694279 151.508522,36.3024974\"\n id=\"Fill-45\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M158.867021,13.4764044 C158.867021,13.4764044 164.511975,17.4901481 163.293811,20.9248988\"\n id=\"Stroke-47\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M141.112269,97.8583906 C141.017442,97.8948626 146.668778,110.728448 153.526426,120.672539 C160.115093,130.22638 168.376001,137.30286 168.376001,137.30286\"\n id=\"Stroke-49\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Fill-51\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Stroke-53\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Fill-55\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Stroke-57\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M235.633198,46.3599252 C235.86753,46.0745318 235.868442,45.6569274 235.635021,45.4289773 C235.514664,45.3204731 235.357834,45.2794421 235.201916,45.3013253 C235.045087,45.3232085 234.890993,45.4080059 234.77337,45.5502467 L227.037659,54.9764354 L223.123302,51.1915535 C223.005679,51.0766667 222.84885,51.0338121 222.693844,51.0556953 C222.53975,51.0775785 222.385655,51.1623759 222.268945,51.3037049 C222.027318,51.5900101 222.019112,52.0085263 222.252533,52.2364763 L226.589965,56.4261974 C226.705764,56.5365252 226.859858,56.5857624 227.020335,56.5711736 C227.188106,56.5474668 227.341288,56.4544632 227.458911,56.3122224 L235.633198,46.3599252 M228.303237,34.29134 C237.243437,33.0348796 244.495894,39.8578792 244.477692,49.5065471 C244.460334,59.1561267 237.177787,68.0206466 228.2385,69.2780188 C219.2983,70.5344792 212.044931,63.7114796 212.062224,54.0619 C212.081403,44.4132321 219.363038,35.5478005 228.303237,34.29134\"\n id=\"Fill-59\"\n fill=\"#ADDF68\"\n ></path>\n <path\n d=\"M228.238135,69.2778364 C237.178334,68.021376 244.459969,59.1559444 244.478236,49.5063647 C244.495529,39.8576968 237.243072,33.0346973 228.302873,34.2911577 C219.363585,35.5476181 212.081039,44.4130498 212.062768,54.0626294 C212.044567,63.7112973 219.297936,70.5342969 228.238135,69.2778364 M228.303785,33.4158297 C237.689854,32.0973668 245.307031,39.2632032 245.28792,49.3923897 C245.269648,59.522488 237.621469,68.8337898 228.236311,70.1522527 C218.850242,71.4716273 211.226682,64.3076145 211.244885,54.1775162 C211.264066,44.0474179 218.918627,34.7352043 228.303785,33.4158297\"\n id=\"Fill-61\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M235.20219,45.3012342 C235.358108,45.279351 235.514937,45.320382 235.635295,45.429798 C235.867804,45.6568362 235.866892,46.0744406 235.633471,46.359834 L227.459184,56.3121313 C227.341562,56.4543721 227.18838,56.5473757 227.019697,56.5710825 C226.860132,56.5856713 226.706037,56.5364341 226.590239,56.4261063 L222.252806,52.2363851 C222.019385,52.0084351 222.027591,51.5899189 222.268307,51.3036137 C222.385017,51.1622847 222.539111,51.0774873 222.693205,51.0565159 C222.849123,51.0346327 223.005953,51.0765755 223.123575,51.1914623 L227.037933,54.9763442 L234.772732,45.5501556 C234.890354,45.4079148 235.04536,45.3231174 235.20219,45.3012342\"\n id=\"Fill-63\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M331.840592,65.1092691 C330.227618,64.7326957 329.22555,63.1206332 329.601211,61.5085708 C329.977785,59.8955965 331.589847,58.8935283 333.20191,59.2701017 C334.814884,59.6457633 335.816952,61.2578258 335.44129,62.8698882 C335.064717,64.4828625 333.453566,65.4858425 331.840592,65.1092691 Z\"\n id=\"Stroke-65\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M304.780373,100.487839 C303.87678,100.277214 303.315111,99.3736198 303.525737,98.470026 C303.736362,97.5655204 304.640868,97.0038516 305.544462,97.2153892 C306.448056,97.426015 307.008813,98.3296088 306.799099,99.2332026 C306.587561,100.136796 305.683967,100.698465 304.780373,100.487839 Z\"\n id=\"Stroke-67\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M309.795273,50.8988657 L314.575841,45.2402347 C315.588851,44.0412177 317.399686,43.8889471 318.598703,44.9019569 L324.257334,49.6834363 C325.457263,50.6964461 325.609533,52.5063691 324.595611,53.706298 L319.814132,59.3640171 C318.801122,60.563946 316.991199,60.7162166 315.792182,59.7022949 L310.133551,54.9217274 C308.934534,53.9078058 308.782264,52.0978827 309.795273,50.8988657 Z\"\n id=\"Stroke-69\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M315.275921,88.0547167 L318.662346,84.0464438 C319.007919,83.6388692 319.617913,83.5878084 320.026399,83.9324688 L324.03376,87.3188941 C324.442247,87.6635545 324.493308,88.2735487 324.147735,88.6820351 L320.762222,92.6893962 C320.417561,93.0978826 319.807567,93.1489434 319.398169,92.804283 L315.390808,89.4187695 C314.983233,89.0731973 314.931261,88.4632031 315.275921,88.0547167\"\n id=\"Fill-71\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M10.8005448,95.7721009 C12.2813081,96.5133943 12.8794489,98.3151112 12.1381555,99.7958744 C11.3959502,101.276638 9.5942334,101.874778 8.11438196,101.132573 C6.63361872,100.39128 6.0345661,98.589563 6.77677132,97.1097116 C7.51897654,95.6289483 9.31978159,95.0308075 10.8005448,95.7721009 Z\"\n id=\"Stroke-73\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M40.113092,70.7612439 C40.94283,71.1770247 41.2783725,72.1863873 40.8625916,73.0161253 C40.4468108,73.8458634 39.4374482,74.1814058 38.6077102,73.765625 C37.7779722,73.3498442 37.4424297,72.3404815 37.8582106,71.5107435 C38.2739914,70.6810055 39.283354,70.3454631 40.113092,70.7612439 Z\"\n id=\"Stroke-75\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M28.9234821,114.732071 L22.9548392,119.119652 C21.6892607,120.049688 19.8939265,119.775237 18.9638905,118.51057 L14.5763087,112.541015 C13.6471845,111.276349 13.9207245,109.481014 15.1863029,108.550978 L21.1549459,104.163397 C22.4196125,103.233361 24.2149468,103.507812 25.1449828,104.772479 L29.5325645,110.742034 C30.4626006,112.0067 30.1881488,113.802035 28.9234821,114.732071 Z\"\n id=\"Stroke-77\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M27.0072432,80.4032556 L22.7792265,83.5106701 C22.3488569,83.8270647 21.7434216,83.7349729 21.427027,83.3046033 L18.3196126,79.0765866 C18.0032179,78.646217 18.0953097,78.0407817 18.5256794,77.7243871 L22.7536961,74.6169727 C23.1840657,74.300578 23.7895009,74.3926698 24.1058955,74.8230395 L27.2142218,79.0510562 C27.5306164,79.4814258 27.4376128,80.086861 27.0072432,80.4032556\"\n id=\"Fill-79\"\n fill=\"#29364A\"\n ></path>\n <polygon\n id=\"Fill-81\"\n fill=\"#F4BA4A\"\n points=\"308.533069 123.434928 333.549214 123.434928 333.549214 116.667549 308.533069 116.667549\"\n ></polygon>\n <path\n d=\"M312.679388,120.051056 C312.679388,120.594489 312.239901,121.034888 311.696468,121.034888 C311.152123,121.034888 310.712635,120.594489 310.712635,120.051056 C310.712635,119.507623 311.152123,119.067224 311.696468,119.067224 C312.239901,119.067224 312.679388,119.507623 312.679388,120.051056\"\n id=\"Fill-83\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.338873,120.051056 L331.230324,120.051056\"\n id=\"Stroke-84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-85\"\n fill=\"#ADDF68\"\n points=\"307.619445 130.180425 332.635591 130.180425 332.635591 123.413045 307.619445 123.413045\"\n ></polygon>\n <path\n d=\"M311.766676,126.796917 C311.766676,127.34035 311.326277,127.78075 310.782844,127.78075 C310.239411,127.78075 309.799012,127.34035 309.799012,126.796917 C309.799012,126.253485 310.239411,125.813085 310.782844,125.813085 C311.326277,125.813085 311.766676,126.253485 311.766676,126.796917\"\n id=\"Fill-86\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M319.425341,126.796917 L330.316792,126.796917\"\n id=\"Stroke-87\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-88\"\n fill=\"#508FDF\"\n points=\"309.094738 136.997042 334.110883 136.997042 334.110883 130.229662 309.094738 130.229662\"\n ></polygon>\n <path\n d=\"M313.242151,133.61317 C313.242151,134.156602 312.801752,134.597002 312.258319,134.597002 C311.714886,134.597002 311.274487,134.156602 311.274487,133.61317 C311.274487,133.069737 311.714886,132.629337 312.258319,132.629337 C312.801752,132.629337 313.242151,133.069737 313.242151,133.61317\"\n id=\"Fill-89\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.900724,133.61317 L331.792176,133.61317\"\n id=\"Stroke-90\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M47.6595137,33.9735777 C47.6595137,37.4183582 44.8666703,40.2102899 41.4228016,40.2102899 C37.9780211,40.2102899 35.1860894,37.4183582 35.1860894,33.9735777 C35.1860894,30.5287972 37.9780211,27.7368656 41.4228016,27.7368656 C44.8666703,27.7368656 47.6595137,30.5287972 47.6595137,33.9735777\"\n id=\"Fill-91\"\n fill=\"#F3F5F9\"\n ></path>\n <polyline\n id=\"Stroke-92\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"41.2069785 26.4196793 41.2069785 33.7560223 48.7594181 33.7560223\"\n ></polyline>\n <path\n d=\"M49.721276,45.485053 L33.2687563,45.485053 C31.1451741,45.485053 29.408195,43.748074 29.408195,41.6254035 L29.408195,25.1719721 C29.408195,23.0493016 31.1451741,21.3123226 33.2687563,21.3123226 L49.721276,21.3123226 C51.8439464,21.3123226 53.5809255,23.0493016 53.5809255,25.1719721 L53.5809255,41.6254035 C53.5809255,43.748074 51.8439464,45.485053 49.721276,45.485053 Z\"\n id=\"Stroke-93\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'error'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u5931\u8D25</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u5931\u8D25\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u5931\u8D25\" transform=\"translate(18.000000, 0.000000)\">\n <g id=\"\u7F16\u7EC4\">\n <path\n d=\"M250.788235,137.402941 C250.788235,137.402941 251.426471,134.941176 257.079412,135.032353 C259.085294,135.123529 264.282353,132.661765 266.379412,132.752941 C275.497059,133.026471 279.326471,137.402941 279.326471,137.402941 L250.788235,137.402941 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M2.09117647,137.95 L364.088235,137.95\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <path\n d=\"M149.764706,23.5235294 L157.332353,46.5911765 L153.776471,46.6823529 C153.776471,46.6823529 154.323529,61.3617647 148.397059,64.7352941 C148.397059,64.7352941 142.014706,69.0205882 129.797059,56.7117647 L130.161765,69.0205882 C130.161765,69.0205882 121.773529,67.7441176 109.008824,65.2823529 L114.844118,50.1470588 L121.591176,20.6058824 L149.764706,23.5235294 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M251.244118,124.729412 L257.170588,123.726471 C257.170588,123.726471 263.917647,119.988235 270.117647,122.905882 C276.317647,125.823529 278.05,129.470588 277.320588,131.202941 C276.5,133.117647 274.402941,134.667647 269.023529,131.476471 C269.023529,131.476471 267.655882,130.291176 262.367647,133.482353 C257.535294,136.4 253.888235,134.667647 253.888235,134.667647 L251.244118,124.729412 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <g id=\"\u7535\u8111_2_\" transform=\"translate(165.264706, 0.000000)\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"26.4411765 123.361765 82.3323529 125.367647 37.9294118 136.217647\"\n ></polygon>\n <g id=\"\u7F16\u7EC4\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n points=\"10.5764706 12.3088235 118.164706 0.638235294 109.138235 102.391176 0.0911764706 99.3823529\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"17.05 25.4382353 109.138235 15.4088235 102.573529 90.6294118 9.20882353 87.9852941\"\n ></polygon>\n <path\n d=\"M118.164706,0.820588235 L109.229412,102.664833 C109.229412,102.755882 125.276471,53.7029412 118.164706,0.820588235 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n ></path>\n </g>\n <path\n d=\"M42.2147059,100.658824 L44.7676471,124.091176 L69.0205882,124.911765 C69.0205882,124.911765 73.1235294,122.814706 71.3911765,114.791176 C69.75,106.767647 69.1117647,101.297059 69.1117647,101.297059 L42.2147059,100.658824 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FF0100\"\n fill-rule=\"nonzero\"\n cx=\"22.1558824\"\n cy=\"17.8705882\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n cx=\"29.9970588\"\n cy=\"17.05\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#9BE153\"\n fill-rule=\"nonzero\"\n cx=\"37.8382353\"\n cy=\"16.5029412\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#1068FC\"\n fill-rule=\"nonzero\"\n points=\"251.426471 124.729412 255.802941 133.847059 250.514706 137.767647 244.588235 138.314706 240.029412 127.008824\"\n ></polygon>\n <path\n d=\"M59.1352941,137.95 C59.9558824,136.855882 70.8058824,90.9029412 78.4647059,77.6823529 C87.6735294,61.7264706 117.214706,59.9941176 146.482353,75.6764706 C175.75,91.3588235 203.285294,134.667647 203.285294,134.667647 L251.608824,124.547059 L256.076471,133.847059 L250.15,137.767647 L59.1352941,137.95 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M245.135294,137.129412 L240.394118,127.008824\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <circle id=\"\u692D\u5706\u5F62\" stroke=\"#25364C\" cx=\"248.417647\" cy=\"129.014706\" r=\"1.09411765\"></circle>\n <path\n d=\"M114.388235,50.5117647 C114.388235,50.5117647 115.847059,45.8617647 111.926471,31.7294118 C108.005882,17.5970588 105.908824,6.65588235 134.994118,7.02058824 C164.079412,7.38529412 170.188235,28.9029412 145.114706,26.8970588 C145.114706,26.8970588 136.088235,24.8 133.352941,27.2617647 C130.617647,29.7235294 137.455882,40.0264706 135.267647,40.5735294 C132.988235,41.1205882 127.061765,27.8088235 122.138235,31.3647059 C117.305882,34.9205882 125.147059,45.7705882 125.147059,45.7705882 L114.388235,50.5117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#14263E\"\n fill-rule=\"nonzero\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#14263E\" fill-rule=\"nonzero\" cx=\"144.932353\" cy=\"36.4705882\" r=\"1.91470588\"></circle>\n <path\n d=\"M154.141176,13.5852941 C154.141176,13.5852941 159.794118,17.5970588 158.608824,21.0617647\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M136.361765,98.0147059 C136.270588,98.0147059 141.923529,110.870588 148.761765,120.808824 C155.326471,130.382353 163.623529,137.402941 163.623529,137.402941\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M151.679412,78.8676471 C149.947059,77.7735294 148.214706,76.6794118 146.482353,75.7676471 C117.214706,59.9941176 87.6735294,61.8176471 78.4647059,77.7735294 C78.2823529,78.1382353 78.0088235,78.5029412 77.8264706,78.8676471 L151.679412,78.8676471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M67.9794118,106.494118 L62.3264706,126.552941 L153.411765,126.917647 C153.411765,126.917647 144.385294,116.158824 140.647059,106.767647 L67.9794118,106.494118 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g transform=\"translate(206.294118, 32.823529)\" fill-rule=\"nonzero\">\n <path\n d=\"M17.3235294,1.64117647 C26.2588235,0.364705882 33.5529412,7.20294118 33.4617647,16.8676471 C33.4617647,26.5323529 26.1676471,35.3764706 17.2323529,36.6529412 C8.29705882,37.9294118 1.00294118,31.0911765 1.09411765,21.4264706 C1.09411765,11.7617647 8.38823529,2.82647059 17.3235294,1.64117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#FD4252\"\n ></path>\n <path\n d=\"M20.5147059,13.4941176 C20.6970588,13.4941176 20.7882353,13.4941176 20.9705882,13.5852941 C21.2441176,13.7676471 21.2441176,14.2235294 20.9705882,14.4970588 L12.7647059,24.4352941 C12.6735294,24.6176471 12.4911765,24.6176471 12.3088235,24.7088235 C12.1264706,24.8 12.0352941,24.7088235 11.8529412,24.6176471 C11.5794118,24.4352941 11.5794118,23.9794118 11.8529412,23.7058824 L20.0588235,13.7676471 C20.2411765,13.6764706 20.4235294,13.5852941 20.5147059,13.4941176 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n ></path>\n <path\n d=\"M17.3235294,0.729411765 C26.7147059,-0.547058824 34.3735294,6.56470588 34.2823529,16.6852941 C34.1911765,26.8058824 26.6235294,36.1058824 17.2323529,37.4735294 C7.84117647,38.75 0.273529412,31.6382353 0.273529412,21.5176471 C0.273529412,11.3970588 7.93235294,2.00588235 17.3235294,0.729411765 Z M17.2323529,36.5617647 C26.1676471,35.2852941 33.4617647,26.4411765 33.4617647,16.7764706 C33.4617647,7.11176471 26.2588235,0.273529412 17.3235294,1.55 C8.38823529,2.82647059 1.09411765,11.6705882 1.09411765,21.3352941 C1.00294118,31 8.29705882,37.8382353 17.2323529,36.5617647 L17.2323529,36.5617647 Z\"\n id=\"\u5F62\u72B6\"\n fill=\"#25364C\"\n ></path>\n </g>\n <g transform=\"translate(298.382353, 43.764706)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(29.465035, 18.523658) rotate(-76.873975) translate(-29.465035, -18.523658) \"\n cx=\"29.465035\"\n cy=\"18.5236579\"\n r=\"3.0089072\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(2.102320, 55.177985) rotate(-76.873975) translate(-2.102320, -55.177985) \"\n cx=\"2.10231971\"\n cy=\"55.177985\"\n r=\"1.64122211\"\n ></circle>\n <path\n d=\"M6.65588235,7.29411765 L11.3970588,1.64117647 C12.4,0.455882353 14.2235294,0.273529412 15.4088235,1.27647059 L21.0617647,6.01764706 C22.2470588,7.02058824 22.4294118,8.84411765 21.4264706,10.0294118 L16.6852941,15.6823529 C15.6823529,16.8676471 13.8588235,17.05 12.6735294,16.0470588 L7.02058824,11.3058824 C5.83529412,10.3029412 5.65294118,8.47941176 6.65588235,7.29411765 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M12.2176471,44.4029412 L15.5911765,40.3911765 C15.9558824,40.0264706 16.5029412,39.9352941 16.9588235,40.3 L20.9705882,43.6735294 C21.3352941,44.0382353 21.4264706,44.5852941 21.0617647,45.0411765 L17.6882353,49.0529412 C17.3235294,49.4176471 16.7764706,49.5088235 16.3205882,49.1441176 L12.3088235,45.7705882 C11.8529412,45.4058824 11.8529412,44.8588235 12.2176471,44.4029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(0.235294, 70.205882)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(4.508768, 28.331994) rotate(-63.383700) translate(-4.508768, -28.331994) \"\n cx=\"4.50876765\"\n cy=\"28.3319941\"\n r=\"3.00873326\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(34.391582, 2.231818) rotate(-63.383700) translate(-34.391582, -2.231818) \"\n cx=\"34.3915824\"\n cy=\"2.23181765\"\n r=\"1.64112723\"\n ></circle>\n <path\n d=\"M23.9794118,44.6764706 L18.0529412,49.0529412 C16.7764706,49.9647059 14.9529412,49.6911765 14.0411765,48.4147059 L9.66470588,42.4882353 C8.75294118,41.2117647 9.02647059,39.3882353 10.3029412,38.4764706 L16.2294118,34.1 C17.5058824,33.1882353 19.3294118,33.4617647 20.2411765,34.7382353 L24.6176471,40.6647059 C25.5294118,41.9411765 25.2558824,43.7647059 23.9794118,44.6764706 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M22.0647059,10.3029412 L17.8705882,13.4029412 C17.4147059,13.6764706 16.8676471,13.5852941 16.5029412,13.2205882 L13.4029412,9.02647059 C13.1294118,8.57058824 13.2205882,8.02352941 13.5852941,7.65882353 L17.7794118,4.55882353 C18.2352941,4.28529412 18.7823529,4.37647059 19.1470588,4.74117647 L22.2470588,8.93529412 C22.6117647,9.39117647 22.5205882,10.0294118 22.0647059,10.3029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(302.941176, 116.705882)\">\n <g transform=\"translate(0.911765, 0.000000)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#FFB725\" fill-rule=\"nonzero\" x=\"0\" y=\"0.0911764706\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.46470588\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.46470588 L22.6117647,3.46470588\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.000000, 6.382353)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#9BE153\" fill-rule=\"nonzero\" x=\"0\" y=\"0.455882353\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.82941176\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.82941176 L22.6117647,3.82941176\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.911765, 13.676471)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#358EE5\" fill-rule=\"nonzero\" x=\"0.547058824\" y=\"0\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.64705882\" cy=\"3.37352941\" r=\"1.00294118\"></circle>\n <path d=\"M12.3088235,3.37352941 L23.25,3.37352941\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n </g>\n <g transform=\"translate(23.941176, 20.970588)\">\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#F2F4F8\" fill-rule=\"nonzero\" cx=\"12.7647059\" cy=\"13.1294118\" r=\"6.2\"></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.5823529 5.56176471 12.5823529 12.9470588 20.15 12.9470588\"\n ></polyline>\n <path\n d=\"M21.0617647,24.6176471 L4.65,24.6176471 C2.55294118,24.6176471 0.820588235,22.8852941 0.820588235,20.7882353 L0.820588235,4.37647059 C0.820588235,2.27941176 2.55294118,0.547058824 4.65,0.547058824 L21.0617647,0.547058824 C23.1588235,0.547058824 24.8911765,2.27941176 24.8911765,4.37647059 L24.8911765,20.7882353 C24.8911765,22.8852941 23.1588235,24.6176471 21.0617647,24.6176471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n <path\n d=\"M227.720588,56.9852941 L218.511765,47.7764706\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"1.2\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'warning'\"\n width=\"411px\"\n height=\"167px\"\n viewBox=\"0 0 411 167\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u65E0\u6743\u9650</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u65E0\u6743\u9650\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u672A\u6807\u9898-1\" transform=\"translate(6.000000, 4.000000)\">\n <g id=\"\u7F16\u7EC4\" transform=\"translate(23.399999, 76.499998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(4.290039, 34.663940) rotate(-77.625931) translate(-4.290039, -34.663940) \"\n cx=\"4.29003889\"\n cy=\"34.6639401\"\n r=\"2.97009307\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(26.561276, 2.278422) rotate(-77.625931) translate(-26.561276, -2.278422) \"\n cx=\"26.5612763\"\n cy=\"2.27842194\"\n r=\"1.62005077\"\n ></circle>\n <path\n d=\"M26.8199993,45.4499988 L22.1399994,51.1199986 C21.1499994,52.2899986 19.3499995,52.4699986 18.1799995,51.4799986 L12.5099997,46.7999988 C11.3399997,45.8099988 11.1599997,44.0099988 12.1499997,42.8399989 L16.8299996,37.169999 C17.8199995,35.999999 19.6199995,35.8199991 20.7899994,36.809999 L26.4599993,41.4899989 C27.6299993,42.4799989 27.8099993,44.2799988 26.8199993,45.4499988 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M16.6499996,13.0499997 L13.3199996,17.0099995 C12.9599997,17.4599995 12.4199997,17.4599995 11.9699997,17.0999995 L8.00999979,13.7699996 C7.5599998,13.4099996 7.5599998,12.8699997 7.91999979,12.4199997 L11.2499997,8.45999978 C11.6099997,8.00999979 12.1499997,8.00999979 12.5999997,8.36999978 L16.5599996,11.6999997 C16.9199996,12.0599997 17.0099995,12.6899997 16.6499996,13.0499997 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(364.499990, 80.999998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(25.396512, 13.592451) rotate(-2.851436) translate(-25.396512, -13.592451) \"\n cx=\"25.3965124\"\n cy=\"13.5924506\"\n r=\"2.97011327\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(12.344312, 50.587247) rotate(-2.851436) translate(-12.344312, -50.587247) \"\n cx=\"12.3443123\"\n cy=\"50.5872469\"\n r=\"1.62006179\"\n ></circle>\n <path\n d=\"M0.719999981,8.99999976 L3.6899999,2.33999994 C4.31999989,0.899999976 6.02999984,0.269999993 7.3799998,0.899999976 L14.0399996,3.8699999 C15.4799996,4.49999988 16.1099996,6.20999984 15.4799996,7.5599998 L12.5099997,14.2199996 C11.8799997,15.6599996 10.1699997,16.2899996 8.81999977,15.6599996 L2.15999994,12.6899997 C0.719999981,12.1499997 0.0899999976,10.4399997 0.719999981,8.99999976 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M19.0799995,37.619999 L21.2399994,32.9399991 C21.4199994,32.4899991 22.0499994,32.2199991 22.4999994,32.4899991 L27.1799993,34.6499991 C27.6299993,34.8299991 27.8999993,35.4599991 27.6299993,35.909999 L25.4699993,40.5899989 C25.2899993,41.0399989 24.6599993,41.3099989 24.2099994,41.0399989 L19.5299995,38.879999 C18.9899995,38.609999 18.8099995,38.069999 19.0799995,37.619999 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <path\n d=\"M0.449999988,161.729996 L397.259989,160.829996\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(39.599999, 0.000000)\" fill-rule=\"nonzero\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n points=\"117.269997 0.179999995 0.449999988 161.639996 233.999994 161.639996\"\n ></polygon>\n <polygon id=\"\u8DEF\u5F84\" fill=\"#F2F4F8\" points=\"117.269997 30.3299992 33.4799991 147.959996 200.069995 147.959996\"></polygon>\n <g transform=\"translate(110.699997, 68.399998)\" fill=\"#FFB526\" stroke=\"#25364C\" stroke-width=\"0.899999976\">\n <path\n d=\"M6.74999982,50.3999987 L6.74999982,50.3999987 C3.14999992,50.3999987 1.43999996,47.4299987 1.43999996,43.8299988 L0.0899999976,7.28999981 C0.0899999976,3.6899999 3.05999992,0.719999981 6.65999982,0.719999981 L6.65999982,0.719999981 C10.2599997,0.719999981 13.2299996,3.6899999 13.2299996,7.28999981 L11.8799997,43.8299988 C11.9699997,47.4299987 10.3499997,50.3999987 6.74999982,50.3999987 Z\"\n id=\"\u8DEF\u5F84\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" cx=\"6.74999982\" cy=\"60.2999984\" r=\"5.21999986\"></circle>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(170.999995, 6.300000)\">\n <g transform=\"translate(10.800000, 0.000000)\">\n <g transform=\"translate(76.499998, 0.000000)\">\n <path\n d=\"M11.0699997,14.4899996 L0.35999999,35.0999991 L3.6899999,35.7299991 C3.6899999,35.7299991 0.989999974,49.4999987 5.93999984,53.5499986 C5.93999984,53.5499986 11.3399997,58.5899984 24.6599993,48.7799987 L22.4999994,60.3899984 C22.4999994,60.3899984 30.6899992,60.4799984 43.0199989,60.1199984 L39.8699989,44.9099988 L38.069999,16.0199996 L11.0699997,14.4899996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M40.3199989,45.3599988 C40.3199989,45.3599988 39.599999,40.6799989 45.4499988,28.0799993 C51.2999986,15.4799996 54.9899985,5.30999986 27.5399993,1.25999997 C0.0899999976,-2.78999993 -8.99999976,16.5599996 14.9399996,18.4499995 C14.9399996,18.4499995 23.7599994,17.9099995 26.0099993,20.6099995 C28.2599993,23.3099994 20.1599995,31.9499992 22.2299994,32.8499991 C24.2999994,33.7499991 31.9499992,22.1399994 35.999999,26.1899993 C40.0499989,30.2399992 30.9599992,39.329999 30.9599992,39.329999 L40.3199989,45.3599988 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.678560, 27.491984) rotate(-80.763751) translate(-13.678560, -27.491984) \"\n cx=\"13.6785596\"\n cy=\"27.4919843\"\n r=\"1.79993628\"\n ></circle>\n <path\n d=\"M8.45999978,4.49999988 C8.45999978,4.49999988 2.51999993,7.3799998 3.14999992,10.7999997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n <path\n d=\"M78.4799979,154.439996 L77.4899979,111.599997 L49.5899987,120.509997 C44.7299988,122.039997 39.509999,120.779997 35.909999,117.179997 L0.35999999,80.4599979 L22.2299994,62.9099983 L47.8799987,90.4499976 C47.8799987,90.4499976 60.9299984,81.8999978 66.3299982,77.309998 C81.4499978,64.5299983 88.0199977,60.3899984 98.9099974,60.1199984 L117.36,60.2099984 C117.36,60.2099984 148.409996,58.4099985 159.749996,82.6199984 L173.159995,133.469996 C174.779995,137.969996 173.429995,145.799996 171.989995,148.679996 C170.549995,151.469996 168.569996,154.529996 168.569996,154.529996 L148.139996,154.169996 L151.019996,141.839996 L146.429996,117.629997 L144.449996,154.439996 L78.4799979,154.439996 L78.4799979,154.439996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M77.7599979,120.689997 L77.3999979,102.419997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M146.249996,123.839997 L145.979996,105.569997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M17.9099995,89.0999976 L32.3099991,73.709998\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n cx=\"14.0399996\"\n cy=\"79.7399979\"\n r=\"3.05999992\"\n ></circle>\n <g\n transform=\"translate(6.300000, 51.800000)\"\n id=\"\u8DEF\u5F84\"\n opacity=\"0.3\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n stroke-width=\"1.75904995\"\n >\n <g transform=\"translate(0.000000, 0.399999)\">\n <g transform=\"translate(46.799999, 6.300000)\">\n <path d=\"M3.5999999,18.8999995 L0.809999979,21.7799994\"></path>\n <path d=\"M33.2099991,0.629999983 L30.4199992,3.41999991\"></path>\n <path d=\"M33.2099991,19.5299995 L30.4199992,22.4099994\"></path>\n <path d=\"M33.2099991,38.429999 L30.4199992,41.3099989\"></path>\n <path d=\"M33.2099991,57.3299985 L30.4199992,60.2099984\"></path>\n <path d=\"M33.2099991,76.229998 L30.4199992,79.1099979\"></path>\n <path d=\"M3.5999999,37.799999 L0.809999979,40.6799989\"></path>\n <path d=\"M3.5999999,56.6999985 L2.06999995,58.0499985\"></path>\n <path d=\"M3.5999999,75.599998 L0.809999979,78.4799979\"></path>\n <path d=\"M15.9299996,28.3499992 L18.7199995,31.2299992\"></path>\n <path d=\"M15.9299996,47.2499987 L18.7199995,50.1299987\"></path>\n <path d=\"M15.9299996,66.1499982 L18.7199995,69.0299982\"></path>\n <path d=\"M15.9299996,85.0499977 L18.7199995,87.9299977\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M3.14999992,18.5399995 L0.35999999,21.3299994\"></path>\n <path d=\"M32.7599991,0.269999993 L29.9699992,3.05999992\"></path>\n <path d=\"M32.7599991,19.1699995 L29.9699992,21.9599994\"></path>\n <path d=\"M32.7599991,38.069999 L29.9699992,40.8599989\"></path>\n <path d=\"M32.7599991,75.869998 L29.9699992,78.6599979\"></path>\n <path d=\"M3.14999992,37.439999 L0.35999999,40.2299989\"></path>\n <path d=\"M3.14999992,56.3399985 L0.35999999,59.1299984\"></path>\n <path d=\"M3.14999992,75.239998 L0.35999999,78.0299979\"></path>\n <path d=\"M15.4799996,9.71999974 L18.2699995,12.5099997\"></path>\n <path d=\"M15.4799996,27.9899993 L18.2699995,30.7799992\"></path>\n <path d=\"M15.4799996,46.8899988 L18.2699995,49.6799987\"></path>\n <path d=\"M15.4799996,65.7899983 L18.2699995,68.5799982\"></path>\n <path d=\"M15.4799996,84.6899978 L18.2699995,87.4799977\"></path>\n </g>\n <g transform=\"translate(90.899998, 10.800000)\">\n <path d=\"M3.5999999,9.35999975 L0.809999979,12.2399997\"></path>\n <path d=\"M33.2099991,9.98999974 L30.4199992,12.8699997\"></path>\n <path d=\"M32.9399991,48.2399987 L30.4199992,50.6699987\"></path>\n <path d=\"M33.2099991,66.6899982 L30.4199992,69.5699982\"></path>\n <path d=\"M3.5999999,28.2599993 L0.809999979,31.1399992\"></path>\n <path d=\"M3.5999999,47.1599988 L0.809999979,50.0399987\"></path>\n <path d=\"M3.5999999,66.0599983 L0.809999979,68.9399982\"></path>\n <path d=\"M15.9299996,0.539999986 L18.7199995,3.41999991\"></path>\n <path d=\"M15.9299996,18.8099995 L18.7199995,21.6899994\"></path>\n <path d=\"M33.5699991,18.8099995 L36.449999,21.6899994\"></path>\n <path d=\"M51.2999986,18.8099995 L54.0899986,21.6899994\"></path>\n <path d=\"M31.7699992,34.7399991 L34.6499991,37.529999\"></path>\n <path d=\"M15.9299996,37.709999 L18.7199995,40.5899989\"></path>\n <path d=\"M15.9299996,56.6099985 L18.7199995,59.4899984\"></path>\n <path d=\"M15.9299996,75.509998 L18.7199995,78.3899979\"></path>\n </g>\n <g transform=\"translate(134.999996, 0.000000)\">\n <path d=\"M33.0299991,0 L30.1499992,2.78999993\"></path>\n <path d=\"M33.0299991,18.8999995 L30.1499992,21.7799994\"></path>\n <path d=\"M33.0299991,37.799999 L30.1499992,40.6799989\"></path>\n <path d=\"M33.0299991,56.6999985 L30.1499992,59.5799984\"></path>\n <path d=\"M33.0299991,75.599998 L30.1499992,78.4799979\"></path>\n <path d=\"M3.32999991,74.969998 L0.539999986,77.8499979\"></path>\n <path d=\"M15.6599996,9.44999975 L18.5399995,12.3299997\"></path>\n <path d=\"M15.6599996,27.7199993 L18.5399995,30.5999992\"></path>\n <path d=\"M16.5599996,66.4199982 L18.5399995,68.3999982\"></path>\n <path d=\"M15.6599996,84.4199978 L18.5399995,87.2999977\"></path>\n </g>\n </g>\n </g>\n </g>\n <path\n d=\"M19.7999995,73.979998 L28.9799992,66.5999982 C28.9799992,66.5999982 23.6699994,62.0999984 23.8499994,54.7199986 C24.1199994,44.8199988 20.8799994,50.0399987 17.6399995,52.0199986 C16.4699996,52.7399986 13.6799996,56.6099985 12.8699997,57.6899985 C11.0699997,60.2999984 4.13999989,57.3299985 7.3799998,61.1999984 C11.7899997,66.7799982 19.7999995,73.979998 19.7999995,73.979998 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g\n transform=\"translate(0.000000, 40.499999)\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n >\n <polygon\n points=\"7.3799998 28.7999992 0.179999995 29.6099992 1.70999995 22.9499994 24.9299993 0.719999981 30.5999992 6.65999982\"\n ></polygon>\n <polyline\n points=\"30.8699992 2.24999994 31.4099992 2.78999993 29.7899992 6.29999983 25.2899993 1.52999996 28.7999992 0.0899999976 30.8699992 2.24999994\"\n ></polyline>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(47.699999, 134.999996)\">\n <path\n d=\"M15.0299996,26.5499993 L15.0299996,26.5499993 C7.91999979,27.3599993 1.43999996,22.2299994 0.629999983,15.1199996 L0.629999983,15.1199996 C-0.179999995,8.00999979 4.94999987,1.52999996 12.0599997,0.719999981 L12.0599997,0.719999981 C19.1699995,-0.0899999976 25.6499993,5.03999987 26.4599993,12.1499997 L26.4599993,12.1499997 C27.3599993,19.2599995 22.1399994,25.7399993 15.0299996,26.5499993 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#F1F3F7\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.597650, 14.298408) rotate(-6.569247) translate(-13.597650, -14.298408) \"\n cx=\"13.5976496\"\n cy=\"14.2984076\"\n r=\"6.74976667\"\n ></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.4199997 6.20999984 13.3199996 14.0399996 21.4199994 13.1399997\"\n ></polyline>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(72.899998, 110.699997)\">\n <g transform=\"translate(4.500000, 9.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M7.91999979,22.8599994 L6.56999983,22.9499994 C4.22999989,23.1299994 2.15999994,21.4199994 1.88999995,19.0799995 L0.629999983,5.57999985 C0.449999988,3.23999991 2.15999994,1.16999997 4.49999988,0.899999976 L5.84999985,0.809999979 C8.18999978,0.629999983 10.2599997,2.33999994 10.5299997,4.67999988 L11.7899997,18.1799995 C11.9699997,20.6099995 10.2599997,22.6799994 7.91999979,22.8599994 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M7.01999981,20.8799994 L5.21999986,0.809999979\"></path>\n </g>\n <g transform=\"translate(14.400000, 0.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M5.93999984,29.6099992 L5.93999984,29.6099992 C3.23999991,29.6999992 0.899999976,27.5399993 0.809999979,24.8399993 L0.35999999,5.75999985 C0.269999993,3.05999992 2.42999994,0.719999981 5.12999986,0.629999983 L5.12999986,0.629999983 C7.82999979,0.539999986 10.1699997,2.69999993 10.2599997,5.39999986 L10.7099997,24.4799994 C10.7999997,27.2699993 8.63999977,29.5199992 5.93999984,29.6099992 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M5.84999985,27.6299993 L5.21999986,0.449999988\"></path>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n points=\"28.7999992 50.7599987 2.51999993 50.7599987 0.629999983 25.3799993 30.6899992 25.3799993\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n points=\"25.5599993 46.9799988 5.66999985 46.9799988 4.31999989 29.1599992 26.9999993 29.1599992\"\n ></polygon>\n </g>\n <path\n d=\"M191.249995,52.1999986 C191.249995,52.1999986 192.419995,59.2199984 188.189995,63.1799983 C183.959995,67.1399982 176.669995,65.9699983 176.669995,65.9699983 L191.249995,52.1999986 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n </g>\n </svg>\n </ng-container>\n </ng-template>\n </ng-template>\n</div>\n<div class=\"thy-result-title\">\n {{ thyTitle }}\n <ng-template [ngTemplateOutlet]=\"titleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-subtitle\">\n {{ thySubtitle }}\n <ng-template [ngTemplateOutlet]=\"subtitleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-extra\" *ngIf=\"extraTemplateRef\">\n <ng-template [ngTemplateOutlet]=\"extraTemplateRef\"></ng-template>\n</div>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThyResult, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ThyResult, isStandalone: true, selector: "thy-result", inputs: { thyStatus: "thyStatus", thyIcon: "thyIcon", thyTitle: "thyTitle", thySubtitle: "thySubtitle" }, host: { properties: { "class.thy-result": "this.className" } }, queries: [{ propertyName: "iconTemplateRef", first: true, predicate: ["thyIcon"], descendants: true }, { propertyName: "titleTemplateRef", first: true, predicate: ["thyTitle"], descendants: true }, { propertyName: "subtitleTemplateRef", first: true, predicate: ["thySubtitle"], descendants: true }, { propertyName: "extraTemplateRef", first: true, predicate: ["thyExtra"], descendants: true }], ngImport: i0, template: "<div class=\"result-icon\">\n <ng-template *ngIf=\"iconTemplateRef; else icon\" [ngTemplateOutlet]=\"iconTemplateRef\"></ng-template>\n <ng-template #icon>\n <img *ngIf=\"thyIcon; else svg\" [src]=\"thyIcon\" />\n <ng-template #svg>\n <ng-container>\n <svg\n *ngIf=\"thyStatus === 'success'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u6210\u529F</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u6210\u529F\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u56FE\" transform=\"translate(18.000000, 0.000000)\">\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Fill-1\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Stroke-3\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M-1.98951966e-13,137.831157 C-1.98951966e-13,137.831157 122.485137,137.831157 367.45541,137.831157\"\n id=\"Stroke-5\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Fill-7\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Stroke-9\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M255.932328,124.607321 L261.890941,123.628959 C261.890941,123.628959 268.623673,119.855931 274.84762,122.765485 C281.071567,125.67595 282.78028,129.350505 282.051752,131.073807 C281.259398,132.94482 279.128521,134.525881 273.74343,131.350082 C273.74343,131.350082 272.417673,130.124623 267.104614,133.358777 C262.243808,136.31848 258.585666,134.537735 258.585666,134.537735 L255.932328,124.607321 Z\"\n id=\"Stroke-11\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <polygon id=\"Fill-13\" fill=\"#F3F5F9\" points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"></polygon>\n <polygon\n id=\"Stroke-15\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"\n ></polygon>\n <polygon\n id=\"Stroke-17\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"180.553 12.1309522 288.111666 0.513708134 279.11767 102.263296 170.065476 99.265298\"\n ></polygon>\n <polygon\n id=\"Fill-19\"\n fill=\"#F3F5F9\"\n points=\"187.012191 25.2643374 279.121318 15.3147756 272.56274 90.4571274 179.17527 87.8894985\"\n ></polygon>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259\"\n id=\"Fill-21\"\n fill=\"#F3F5F9\"\n ></path>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259 Z\"\n id=\"Stroke-23\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linejoin=\"round\"\n ></path>\n <path\n d=\"M212.224647,100.482916 L214.75398,123.952648 L239.044333,124.765062 C239.044333,124.765062 243.142874,122.687982 241.456956,114.676907 C239.770126,106.666744 239.208457,101.1385 239.208457,101.1385 L212.224647,100.482916 Z\"\n id=\"Stroke-25\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M194.623533,17.7566672 C194.623533,19.0012743 193.530285,20.0097251 192.180821,20.0097251 C190.832268,20.0097251 189.73902,19.0012743 189.73902,17.7566672 C189.73902,16.5120602 190.832268,15.5036094 192.180821,15.5036094 C193.530285,15.5036094 194.623533,16.5120602 194.623533,17.7566672\"\n id=\"Fill-27\"\n fill=\"#E83323\"\n ></path>\n <path\n d=\"M202.405017,16.9120669 C202.405017,18.1566739 201.311768,19.1651247 199.962304,19.1651247 C198.613752,19.1651247 197.520504,18.1566739 197.520504,16.9120669 C197.520504,15.6674598 198.613752,14.659009 199.962304,14.659009 C201.311768,14.659009 202.405017,15.6674598 202.405017,16.9120669\"\n id=\"Fill-29\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M210.263092,16.3457479 C210.263092,17.5903549 209.169843,18.5988057 207.820379,18.5988057 C206.472739,18.5988057 205.379491,17.5903549 205.379491,16.3457479 C205.379491,15.1011408 206.472739,14.09269 207.820379,14.09269 C209.169843,14.09269 210.263092,15.1011408 210.263092,16.3457479\"\n id=\"Fill-31\"\n fill=\"#ADDF68\"\n ></path>\n <polygon\n id=\"Fill-33\"\n fill=\"#2F6BF4\"\n points=\"256.189638 124.607321 260.47601 133.671525 255.229513 137.677062 249.327431 138.145728 244.735606 126.903233\"\n ></polygon>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Fill-35\"\n fill=\"#508FDF\"\n ></path>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Stroke-37\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M249.890741,136.978076 L245.111086,126.902686\"\n id=\"Stroke-39\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M254.288626,128.917947 C254.288626,129.537059 253.786225,130.038549 253.168024,130.038549 C252.548,130.038549 252.04651,129.537059 252.04651,128.917947 C252.04651,128.298834 252.548,127.797344 253.168024,127.797344 C253.786225,127.797344 254.288626,128.298834 254.288626,128.917947 Z\"\n id=\"Stroke-41\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M119.094669,50.3561623 C119.094669,50.3561623 120.593668,45.6713338 116.658339,31.61776 C112.72301,17.5641862 110.662342,6.50861094 139.70682,6.88244895 C168.751298,7.25719876 174.935126,28.8066805 149.825977,26.7451007 C149.825977,26.7451007 140.83107,24.6844326 138.01999,27.1207623 C135.209823,29.5561802 142.142238,39.8622558 139.894651,40.4248364 C137.645241,40.9874171 131.649244,27.6824311 126.777496,31.2430102 C121.905749,34.8026775 129.775495,45.6713338 129.775495,45.6713338 L119.094669,50.3561623 Z\"\n id=\"Fill-43\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M151.508522,36.3024974 C151.508522,37.3355668 150.671489,38.1725992 149.63842,38.1725992 C148.604439,38.1725992 147.767406,37.3355668 147.767406,36.3024974 C147.767406,35.2694279 148.604439,34.4314837 149.63842,34.4314837 C150.671489,34.4314837 151.508522,35.2694279 151.508522,36.3024974\"\n id=\"Fill-45\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M158.867021,13.4764044 C158.867021,13.4764044 164.511975,17.4901481 163.293811,20.9248988\"\n id=\"Stroke-47\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M141.112269,97.8583906 C141.017442,97.8948626 146.668778,110.728448 153.526426,120.672539 C160.115093,130.22638 168.376001,137.30286 168.376001,137.30286\"\n id=\"Stroke-49\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Fill-51\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Stroke-53\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Fill-55\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Stroke-57\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M235.633198,46.3599252 C235.86753,46.0745318 235.868442,45.6569274 235.635021,45.4289773 C235.514664,45.3204731 235.357834,45.2794421 235.201916,45.3013253 C235.045087,45.3232085 234.890993,45.4080059 234.77337,45.5502467 L227.037659,54.9764354 L223.123302,51.1915535 C223.005679,51.0766667 222.84885,51.0338121 222.693844,51.0556953 C222.53975,51.0775785 222.385655,51.1623759 222.268945,51.3037049 C222.027318,51.5900101 222.019112,52.0085263 222.252533,52.2364763 L226.589965,56.4261974 C226.705764,56.5365252 226.859858,56.5857624 227.020335,56.5711736 C227.188106,56.5474668 227.341288,56.4544632 227.458911,56.3122224 L235.633198,46.3599252 M228.303237,34.29134 C237.243437,33.0348796 244.495894,39.8578792 244.477692,49.5065471 C244.460334,59.1561267 237.177787,68.0206466 228.2385,69.2780188 C219.2983,70.5344792 212.044931,63.7114796 212.062224,54.0619 C212.081403,44.4132321 219.363038,35.5478005 228.303237,34.29134\"\n id=\"Fill-59\"\n fill=\"#ADDF68\"\n ></path>\n <path\n d=\"M228.238135,69.2778364 C237.178334,68.021376 244.459969,59.1559444 244.478236,49.5063647 C244.495529,39.8576968 237.243072,33.0346973 228.302873,34.2911577 C219.363585,35.5476181 212.081039,44.4130498 212.062768,54.0626294 C212.044567,63.7112973 219.297936,70.5342969 228.238135,69.2778364 M228.303785,33.4158297 C237.689854,32.0973668 245.307031,39.2632032 245.28792,49.3923897 C245.269648,59.522488 237.621469,68.8337898 228.236311,70.1522527 C218.850242,71.4716273 211.226682,64.3076145 211.244885,54.1775162 C211.264066,44.0474179 218.918627,34.7352043 228.303785,33.4158297\"\n id=\"Fill-61\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M235.20219,45.3012342 C235.358108,45.279351 235.514937,45.320382 235.635295,45.429798 C235.867804,45.6568362 235.866892,46.0744406 235.633471,46.359834 L227.459184,56.3121313 C227.341562,56.4543721 227.18838,56.5473757 227.019697,56.5710825 C226.860132,56.5856713 226.706037,56.5364341 226.590239,56.4261063 L222.252806,52.2363851 C222.019385,52.0084351 222.027591,51.5899189 222.268307,51.3036137 C222.385017,51.1622847 222.539111,51.0774873 222.693205,51.0565159 C222.849123,51.0346327 223.005953,51.0765755 223.123575,51.1914623 L227.037933,54.9763442 L234.772732,45.5501556 C234.890354,45.4079148 235.04536,45.3231174 235.20219,45.3012342\"\n id=\"Fill-63\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M331.840592,65.1092691 C330.227618,64.7326957 329.22555,63.1206332 329.601211,61.5085708 C329.977785,59.8955965 331.589847,58.8935283 333.20191,59.2701017 C334.814884,59.6457633 335.816952,61.2578258 335.44129,62.8698882 C335.064717,64.4828625 333.453566,65.4858425 331.840592,65.1092691 Z\"\n id=\"Stroke-65\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M304.780373,100.487839 C303.87678,100.277214 303.315111,99.3736198 303.525737,98.470026 C303.736362,97.5655204 304.640868,97.0038516 305.544462,97.2153892 C306.448056,97.426015 307.008813,98.3296088 306.799099,99.2332026 C306.587561,100.136796 305.683967,100.698465 304.780373,100.487839 Z\"\n id=\"Stroke-67\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M309.795273,50.8988657 L314.575841,45.2402347 C315.588851,44.0412177 317.399686,43.8889471 318.598703,44.9019569 L324.257334,49.6834363 C325.457263,50.6964461 325.609533,52.5063691 324.595611,53.706298 L319.814132,59.3640171 C318.801122,60.563946 316.991199,60.7162166 315.792182,59.7022949 L310.133551,54.9217274 C308.934534,53.9078058 308.782264,52.0978827 309.795273,50.8988657 Z\"\n id=\"Stroke-69\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M315.275921,88.0547167 L318.662346,84.0464438 C319.007919,83.6388692 319.617913,83.5878084 320.026399,83.9324688 L324.03376,87.3188941 C324.442247,87.6635545 324.493308,88.2735487 324.147735,88.6820351 L320.762222,92.6893962 C320.417561,93.0978826 319.807567,93.1489434 319.398169,92.804283 L315.390808,89.4187695 C314.983233,89.0731973 314.931261,88.4632031 315.275921,88.0547167\"\n id=\"Fill-71\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M10.8005448,95.7721009 C12.2813081,96.5133943 12.8794489,98.3151112 12.1381555,99.7958744 C11.3959502,101.276638 9.5942334,101.874778 8.11438196,101.132573 C6.63361872,100.39128 6.0345661,98.589563 6.77677132,97.1097116 C7.51897654,95.6289483 9.31978159,95.0308075 10.8005448,95.7721009 Z\"\n id=\"Stroke-73\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M40.113092,70.7612439 C40.94283,71.1770247 41.2783725,72.1863873 40.8625916,73.0161253 C40.4468108,73.8458634 39.4374482,74.1814058 38.6077102,73.765625 C37.7779722,73.3498442 37.4424297,72.3404815 37.8582106,71.5107435 C38.2739914,70.6810055 39.283354,70.3454631 40.113092,70.7612439 Z\"\n id=\"Stroke-75\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M28.9234821,114.732071 L22.9548392,119.119652 C21.6892607,120.049688 19.8939265,119.775237 18.9638905,118.51057 L14.5763087,112.541015 C13.6471845,111.276349 13.9207245,109.481014 15.1863029,108.550978 L21.1549459,104.163397 C22.4196125,103.233361 24.2149468,103.507812 25.1449828,104.772479 L29.5325645,110.742034 C30.4626006,112.0067 30.1881488,113.802035 28.9234821,114.732071 Z\"\n id=\"Stroke-77\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M27.0072432,80.4032556 L22.7792265,83.5106701 C22.3488569,83.8270647 21.7434216,83.7349729 21.427027,83.3046033 L18.3196126,79.0765866 C18.0032179,78.646217 18.0953097,78.0407817 18.5256794,77.7243871 L22.7536961,74.6169727 C23.1840657,74.300578 23.7895009,74.3926698 24.1058955,74.8230395 L27.2142218,79.0510562 C27.5306164,79.4814258 27.4376128,80.086861 27.0072432,80.4032556\"\n id=\"Fill-79\"\n fill=\"#29364A\"\n ></path>\n <polygon\n id=\"Fill-81\"\n fill=\"#F4BA4A\"\n points=\"308.533069 123.434928 333.549214 123.434928 333.549214 116.667549 308.533069 116.667549\"\n ></polygon>\n <path\n d=\"M312.679388,120.051056 C312.679388,120.594489 312.239901,121.034888 311.696468,121.034888 C311.152123,121.034888 310.712635,120.594489 310.712635,120.051056 C310.712635,119.507623 311.152123,119.067224 311.696468,119.067224 C312.239901,119.067224 312.679388,119.507623 312.679388,120.051056\"\n id=\"Fill-83\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.338873,120.051056 L331.230324,120.051056\"\n id=\"Stroke-84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-85\"\n fill=\"#ADDF68\"\n points=\"307.619445 130.180425 332.635591 130.180425 332.635591 123.413045 307.619445 123.413045\"\n ></polygon>\n <path\n d=\"M311.766676,126.796917 C311.766676,127.34035 311.326277,127.78075 310.782844,127.78075 C310.239411,127.78075 309.799012,127.34035 309.799012,126.796917 C309.799012,126.253485 310.239411,125.813085 310.782844,125.813085 C311.326277,125.813085 311.766676,126.253485 311.766676,126.796917\"\n id=\"Fill-86\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M319.425341,126.796917 L330.316792,126.796917\"\n id=\"Stroke-87\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-88\"\n fill=\"#508FDF\"\n points=\"309.094738 136.997042 334.110883 136.997042 334.110883 130.229662 309.094738 130.229662\"\n ></polygon>\n <path\n d=\"M313.242151,133.61317 C313.242151,134.156602 312.801752,134.597002 312.258319,134.597002 C311.714886,134.597002 311.274487,134.156602 311.274487,133.61317 C311.274487,133.069737 311.714886,132.629337 312.258319,132.629337 C312.801752,132.629337 313.242151,133.069737 313.242151,133.61317\"\n id=\"Fill-89\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.900724,133.61317 L331.792176,133.61317\"\n id=\"Stroke-90\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M47.6595137,33.9735777 C47.6595137,37.4183582 44.8666703,40.2102899 41.4228016,40.2102899 C37.9780211,40.2102899 35.1860894,37.4183582 35.1860894,33.9735777 C35.1860894,30.5287972 37.9780211,27.7368656 41.4228016,27.7368656 C44.8666703,27.7368656 47.6595137,30.5287972 47.6595137,33.9735777\"\n id=\"Fill-91\"\n fill=\"#F3F5F9\"\n ></path>\n <polyline\n id=\"Stroke-92\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"41.2069785 26.4196793 41.2069785 33.7560223 48.7594181 33.7560223\"\n ></polyline>\n <path\n d=\"M49.721276,45.485053 L33.2687563,45.485053 C31.1451741,45.485053 29.408195,43.748074 29.408195,41.6254035 L29.408195,25.1719721 C29.408195,23.0493016 31.1451741,21.3123226 33.2687563,21.3123226 L49.721276,21.3123226 C51.8439464,21.3123226 53.5809255,23.0493016 53.5809255,25.1719721 L53.5809255,41.6254035 C53.5809255,43.748074 51.8439464,45.485053 49.721276,45.485053 Z\"\n id=\"Stroke-93\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'error'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u5931\u8D25</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u5931\u8D25\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u5931\u8D25\" transform=\"translate(18.000000, 0.000000)\">\n <g id=\"\u7F16\u7EC4\">\n <path\n d=\"M250.788235,137.402941 C250.788235,137.402941 251.426471,134.941176 257.079412,135.032353 C259.085294,135.123529 264.282353,132.661765 266.379412,132.752941 C275.497059,133.026471 279.326471,137.402941 279.326471,137.402941 L250.788235,137.402941 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M2.09117647,137.95 L364.088235,137.95\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <path\n d=\"M149.764706,23.5235294 L157.332353,46.5911765 L153.776471,46.6823529 C153.776471,46.6823529 154.323529,61.3617647 148.397059,64.7352941 C148.397059,64.7352941 142.014706,69.0205882 129.797059,56.7117647 L130.161765,69.0205882 C130.161765,69.0205882 121.773529,67.7441176 109.008824,65.2823529 L114.844118,50.1470588 L121.591176,20.6058824 L149.764706,23.5235294 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M251.244118,124.729412 L257.170588,123.726471 C257.170588,123.726471 263.917647,119.988235 270.117647,122.905882 C276.317647,125.823529 278.05,129.470588 277.320588,131.202941 C276.5,133.117647 274.402941,134.667647 269.023529,131.476471 C269.023529,131.476471 267.655882,130.291176 262.367647,133.482353 C257.535294,136.4 253.888235,134.667647 253.888235,134.667647 L251.244118,124.729412 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <g id=\"\u7535\u8111_2_\" transform=\"translate(165.264706, 0.000000)\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"26.4411765 123.361765 82.3323529 125.367647 37.9294118 136.217647\"\n ></polygon>\n <g id=\"\u7F16\u7EC4\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n points=\"10.5764706 12.3088235 118.164706 0.638235294 109.138235 102.391176 0.0911764706 99.3823529\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"17.05 25.4382353 109.138235 15.4088235 102.573529 90.6294118 9.20882353 87.9852941\"\n ></polygon>\n <path\n d=\"M118.164706,0.820588235 L109.229412,102.664833 C109.229412,102.755882 125.276471,53.7029412 118.164706,0.820588235 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n ></path>\n </g>\n <path\n d=\"M42.2147059,100.658824 L44.7676471,124.091176 L69.0205882,124.911765 C69.0205882,124.911765 73.1235294,122.814706 71.3911765,114.791176 C69.75,106.767647 69.1117647,101.297059 69.1117647,101.297059 L42.2147059,100.658824 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FF0100\"\n fill-rule=\"nonzero\"\n cx=\"22.1558824\"\n cy=\"17.8705882\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n cx=\"29.9970588\"\n cy=\"17.05\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#9BE153\"\n fill-rule=\"nonzero\"\n cx=\"37.8382353\"\n cy=\"16.5029412\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#1068FC\"\n fill-rule=\"nonzero\"\n points=\"251.426471 124.729412 255.802941 133.847059 250.514706 137.767647 244.588235 138.314706 240.029412 127.008824\"\n ></polygon>\n <path\n d=\"M59.1352941,137.95 C59.9558824,136.855882 70.8058824,90.9029412 78.4647059,77.6823529 C87.6735294,61.7264706 117.214706,59.9941176 146.482353,75.6764706 C175.75,91.3588235 203.285294,134.667647 203.285294,134.667647 L251.608824,124.547059 L256.076471,133.847059 L250.15,137.767647 L59.1352941,137.95 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M245.135294,137.129412 L240.394118,127.008824\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <circle id=\"\u692D\u5706\u5F62\" stroke=\"#25364C\" cx=\"248.417647\" cy=\"129.014706\" r=\"1.09411765\"></circle>\n <path\n d=\"M114.388235,50.5117647 C114.388235,50.5117647 115.847059,45.8617647 111.926471,31.7294118 C108.005882,17.5970588 105.908824,6.65588235 134.994118,7.02058824 C164.079412,7.38529412 170.188235,28.9029412 145.114706,26.8970588 C145.114706,26.8970588 136.088235,24.8 133.352941,27.2617647 C130.617647,29.7235294 137.455882,40.0264706 135.267647,40.5735294 C132.988235,41.1205882 127.061765,27.8088235 122.138235,31.3647059 C117.305882,34.9205882 125.147059,45.7705882 125.147059,45.7705882 L114.388235,50.5117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#14263E\"\n fill-rule=\"nonzero\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#14263E\" fill-rule=\"nonzero\" cx=\"144.932353\" cy=\"36.4705882\" r=\"1.91470588\"></circle>\n <path\n d=\"M154.141176,13.5852941 C154.141176,13.5852941 159.794118,17.5970588 158.608824,21.0617647\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M136.361765,98.0147059 C136.270588,98.0147059 141.923529,110.870588 148.761765,120.808824 C155.326471,130.382353 163.623529,137.402941 163.623529,137.402941\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M151.679412,78.8676471 C149.947059,77.7735294 148.214706,76.6794118 146.482353,75.7676471 C117.214706,59.9941176 87.6735294,61.8176471 78.4647059,77.7735294 C78.2823529,78.1382353 78.0088235,78.5029412 77.8264706,78.8676471 L151.679412,78.8676471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M67.9794118,106.494118 L62.3264706,126.552941 L153.411765,126.917647 C153.411765,126.917647 144.385294,116.158824 140.647059,106.767647 L67.9794118,106.494118 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g transform=\"translate(206.294118, 32.823529)\" fill-rule=\"nonzero\">\n <path\n d=\"M17.3235294,1.64117647 C26.2588235,0.364705882 33.5529412,7.20294118 33.4617647,16.8676471 C33.4617647,26.5323529 26.1676471,35.3764706 17.2323529,36.6529412 C8.29705882,37.9294118 1.00294118,31.0911765 1.09411765,21.4264706 C1.09411765,11.7617647 8.38823529,2.82647059 17.3235294,1.64117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#FD4252\"\n ></path>\n <path\n d=\"M20.5147059,13.4941176 C20.6970588,13.4941176 20.7882353,13.4941176 20.9705882,13.5852941 C21.2441176,13.7676471 21.2441176,14.2235294 20.9705882,14.4970588 L12.7647059,24.4352941 C12.6735294,24.6176471 12.4911765,24.6176471 12.3088235,24.7088235 C12.1264706,24.8 12.0352941,24.7088235 11.8529412,24.6176471 C11.5794118,24.4352941 11.5794118,23.9794118 11.8529412,23.7058824 L20.0588235,13.7676471 C20.2411765,13.6764706 20.4235294,13.5852941 20.5147059,13.4941176 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n ></path>\n <path\n d=\"M17.3235294,0.729411765 C26.7147059,-0.547058824 34.3735294,6.56470588 34.2823529,16.6852941 C34.1911765,26.8058824 26.6235294,36.1058824 17.2323529,37.4735294 C7.84117647,38.75 0.273529412,31.6382353 0.273529412,21.5176471 C0.273529412,11.3970588 7.93235294,2.00588235 17.3235294,0.729411765 Z M17.2323529,36.5617647 C26.1676471,35.2852941 33.4617647,26.4411765 33.4617647,16.7764706 C33.4617647,7.11176471 26.2588235,0.273529412 17.3235294,1.55 C8.38823529,2.82647059 1.09411765,11.6705882 1.09411765,21.3352941 C1.00294118,31 8.29705882,37.8382353 17.2323529,36.5617647 L17.2323529,36.5617647 Z\"\n id=\"\u5F62\u72B6\"\n fill=\"#25364C\"\n ></path>\n </g>\n <g transform=\"translate(298.382353, 43.764706)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(29.465035, 18.523658) rotate(-76.873975) translate(-29.465035, -18.523658) \"\n cx=\"29.465035\"\n cy=\"18.5236579\"\n r=\"3.0089072\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(2.102320, 55.177985) rotate(-76.873975) translate(-2.102320, -55.177985) \"\n cx=\"2.10231971\"\n cy=\"55.177985\"\n r=\"1.64122211\"\n ></circle>\n <path\n d=\"M6.65588235,7.29411765 L11.3970588,1.64117647 C12.4,0.455882353 14.2235294,0.273529412 15.4088235,1.27647059 L21.0617647,6.01764706 C22.2470588,7.02058824 22.4294118,8.84411765 21.4264706,10.0294118 L16.6852941,15.6823529 C15.6823529,16.8676471 13.8588235,17.05 12.6735294,16.0470588 L7.02058824,11.3058824 C5.83529412,10.3029412 5.65294118,8.47941176 6.65588235,7.29411765 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M12.2176471,44.4029412 L15.5911765,40.3911765 C15.9558824,40.0264706 16.5029412,39.9352941 16.9588235,40.3 L20.9705882,43.6735294 C21.3352941,44.0382353 21.4264706,44.5852941 21.0617647,45.0411765 L17.6882353,49.0529412 C17.3235294,49.4176471 16.7764706,49.5088235 16.3205882,49.1441176 L12.3088235,45.7705882 C11.8529412,45.4058824 11.8529412,44.8588235 12.2176471,44.4029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(0.235294, 70.205882)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(4.508768, 28.331994) rotate(-63.383700) translate(-4.508768, -28.331994) \"\n cx=\"4.50876765\"\n cy=\"28.3319941\"\n r=\"3.00873326\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(34.391582, 2.231818) rotate(-63.383700) translate(-34.391582, -2.231818) \"\n cx=\"34.3915824\"\n cy=\"2.23181765\"\n r=\"1.64112723\"\n ></circle>\n <path\n d=\"M23.9794118,44.6764706 L18.0529412,49.0529412 C16.7764706,49.9647059 14.9529412,49.6911765 14.0411765,48.4147059 L9.66470588,42.4882353 C8.75294118,41.2117647 9.02647059,39.3882353 10.3029412,38.4764706 L16.2294118,34.1 C17.5058824,33.1882353 19.3294118,33.4617647 20.2411765,34.7382353 L24.6176471,40.6647059 C25.5294118,41.9411765 25.2558824,43.7647059 23.9794118,44.6764706 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M22.0647059,10.3029412 L17.8705882,13.4029412 C17.4147059,13.6764706 16.8676471,13.5852941 16.5029412,13.2205882 L13.4029412,9.02647059 C13.1294118,8.57058824 13.2205882,8.02352941 13.5852941,7.65882353 L17.7794118,4.55882353 C18.2352941,4.28529412 18.7823529,4.37647059 19.1470588,4.74117647 L22.2470588,8.93529412 C22.6117647,9.39117647 22.5205882,10.0294118 22.0647059,10.3029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(302.941176, 116.705882)\">\n <g transform=\"translate(0.911765, 0.000000)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#FFB725\" fill-rule=\"nonzero\" x=\"0\" y=\"0.0911764706\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.46470588\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.46470588 L22.6117647,3.46470588\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.000000, 6.382353)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#9BE153\" fill-rule=\"nonzero\" x=\"0\" y=\"0.455882353\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.82941176\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.82941176 L22.6117647,3.82941176\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.911765, 13.676471)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#358EE5\" fill-rule=\"nonzero\" x=\"0.547058824\" y=\"0\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.64705882\" cy=\"3.37352941\" r=\"1.00294118\"></circle>\n <path d=\"M12.3088235,3.37352941 L23.25,3.37352941\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n </g>\n <g transform=\"translate(23.941176, 20.970588)\">\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#F2F4F8\" fill-rule=\"nonzero\" cx=\"12.7647059\" cy=\"13.1294118\" r=\"6.2\"></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.5823529 5.56176471 12.5823529 12.9470588 20.15 12.9470588\"\n ></polyline>\n <path\n d=\"M21.0617647,24.6176471 L4.65,24.6176471 C2.55294118,24.6176471 0.820588235,22.8852941 0.820588235,20.7882353 L0.820588235,4.37647059 C0.820588235,2.27941176 2.55294118,0.547058824 4.65,0.547058824 L21.0617647,0.547058824 C23.1588235,0.547058824 24.8911765,2.27941176 24.8911765,4.37647059 L24.8911765,20.7882353 C24.8911765,22.8852941 23.1588235,24.6176471 21.0617647,24.6176471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n <path\n d=\"M227.720588,56.9852941 L218.511765,47.7764706\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"1.2\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'warning'\"\n width=\"411px\"\n height=\"167px\"\n viewBox=\"0 0 411 167\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u65E0\u6743\u9650</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u65E0\u6743\u9650\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u672A\u6807\u9898-1\" transform=\"translate(6.000000, 4.000000)\">\n <g id=\"\u7F16\u7EC4\" transform=\"translate(23.399999, 76.499998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(4.290039, 34.663940) rotate(-77.625931) translate(-4.290039, -34.663940) \"\n cx=\"4.29003889\"\n cy=\"34.6639401\"\n r=\"2.97009307\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(26.561276, 2.278422) rotate(-77.625931) translate(-26.561276, -2.278422) \"\n cx=\"26.5612763\"\n cy=\"2.27842194\"\n r=\"1.62005077\"\n ></circle>\n <path\n d=\"M26.8199993,45.4499988 L22.1399994,51.1199986 C21.1499994,52.2899986 19.3499995,52.4699986 18.1799995,51.4799986 L12.5099997,46.7999988 C11.3399997,45.8099988 11.1599997,44.0099988 12.1499997,42.8399989 L16.8299996,37.169999 C17.8199995,35.999999 19.6199995,35.8199991 20.7899994,36.809999 L26.4599993,41.4899989 C27.6299993,42.4799989 27.8099993,44.2799988 26.8199993,45.4499988 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M16.6499996,13.0499997 L13.3199996,17.0099995 C12.9599997,17.4599995 12.4199997,17.4599995 11.9699997,17.0999995 L8.00999979,13.7699996 C7.5599998,13.4099996 7.5599998,12.8699997 7.91999979,12.4199997 L11.2499997,8.45999978 C11.6099997,8.00999979 12.1499997,8.00999979 12.5999997,8.36999978 L16.5599996,11.6999997 C16.9199996,12.0599997 17.0099995,12.6899997 16.6499996,13.0499997 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(364.499990, 80.999998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(25.396512, 13.592451) rotate(-2.851436) translate(-25.396512, -13.592451) \"\n cx=\"25.3965124\"\n cy=\"13.5924506\"\n r=\"2.97011327\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(12.344312, 50.587247) rotate(-2.851436) translate(-12.344312, -50.587247) \"\n cx=\"12.3443123\"\n cy=\"50.5872469\"\n r=\"1.62006179\"\n ></circle>\n <path\n d=\"M0.719999981,8.99999976 L3.6899999,2.33999994 C4.31999989,0.899999976 6.02999984,0.269999993 7.3799998,0.899999976 L14.0399996,3.8699999 C15.4799996,4.49999988 16.1099996,6.20999984 15.4799996,7.5599998 L12.5099997,14.2199996 C11.8799997,15.6599996 10.1699997,16.2899996 8.81999977,15.6599996 L2.15999994,12.6899997 C0.719999981,12.1499997 0.0899999976,10.4399997 0.719999981,8.99999976 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M19.0799995,37.619999 L21.2399994,32.9399991 C21.4199994,32.4899991 22.0499994,32.2199991 22.4999994,32.4899991 L27.1799993,34.6499991 C27.6299993,34.8299991 27.8999993,35.4599991 27.6299993,35.909999 L25.4699993,40.5899989 C25.2899993,41.0399989 24.6599993,41.3099989 24.2099994,41.0399989 L19.5299995,38.879999 C18.9899995,38.609999 18.8099995,38.069999 19.0799995,37.619999 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <path\n d=\"M0.449999988,161.729996 L397.259989,160.829996\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(39.599999, 0.000000)\" fill-rule=\"nonzero\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n points=\"117.269997 0.179999995 0.449999988 161.639996 233.999994 161.639996\"\n ></polygon>\n <polygon id=\"\u8DEF\u5F84\" fill=\"#F2F4F8\" points=\"117.269997 30.3299992 33.4799991 147.959996 200.069995 147.959996\"></polygon>\n <g transform=\"translate(110.699997, 68.399998)\" fill=\"#FFB526\" stroke=\"#25364C\" stroke-width=\"0.899999976\">\n <path\n d=\"M6.74999982,50.3999987 L6.74999982,50.3999987 C3.14999992,50.3999987 1.43999996,47.4299987 1.43999996,43.8299988 L0.0899999976,7.28999981 C0.0899999976,3.6899999 3.05999992,0.719999981 6.65999982,0.719999981 L6.65999982,0.719999981 C10.2599997,0.719999981 13.2299996,3.6899999 13.2299996,7.28999981 L11.8799997,43.8299988 C11.9699997,47.4299987 10.3499997,50.3999987 6.74999982,50.3999987 Z\"\n id=\"\u8DEF\u5F84\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" cx=\"6.74999982\" cy=\"60.2999984\" r=\"5.21999986\"></circle>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(170.999995, 6.300000)\">\n <g transform=\"translate(10.800000, 0.000000)\">\n <g transform=\"translate(76.499998, 0.000000)\">\n <path\n d=\"M11.0699997,14.4899996 L0.35999999,35.0999991 L3.6899999,35.7299991 C3.6899999,35.7299991 0.989999974,49.4999987 5.93999984,53.5499986 C5.93999984,53.5499986 11.3399997,58.5899984 24.6599993,48.7799987 L22.4999994,60.3899984 C22.4999994,60.3899984 30.6899992,60.4799984 43.0199989,60.1199984 L39.8699989,44.9099988 L38.069999,16.0199996 L11.0699997,14.4899996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M40.3199989,45.3599988 C40.3199989,45.3599988 39.599999,40.6799989 45.4499988,28.0799993 C51.2999986,15.4799996 54.9899985,5.30999986 27.5399993,1.25999997 C0.0899999976,-2.78999993 -8.99999976,16.5599996 14.9399996,18.4499995 C14.9399996,18.4499995 23.7599994,17.9099995 26.0099993,20.6099995 C28.2599993,23.3099994 20.1599995,31.9499992 22.2299994,32.8499991 C24.2999994,33.7499991 31.9499992,22.1399994 35.999999,26.1899993 C40.0499989,30.2399992 30.9599992,39.329999 30.9599992,39.329999 L40.3199989,45.3599988 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.678560, 27.491984) rotate(-80.763751) translate(-13.678560, -27.491984) \"\n cx=\"13.6785596\"\n cy=\"27.4919843\"\n r=\"1.79993628\"\n ></circle>\n <path\n d=\"M8.45999978,4.49999988 C8.45999978,4.49999988 2.51999993,7.3799998 3.14999992,10.7999997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n <path\n d=\"M78.4799979,154.439996 L77.4899979,111.599997 L49.5899987,120.509997 C44.7299988,122.039997 39.509999,120.779997 35.909999,117.179997 L0.35999999,80.4599979 L22.2299994,62.9099983 L47.8799987,90.4499976 C47.8799987,90.4499976 60.9299984,81.8999978 66.3299982,77.309998 C81.4499978,64.5299983 88.0199977,60.3899984 98.9099974,60.1199984 L117.36,60.2099984 C117.36,60.2099984 148.409996,58.4099985 159.749996,82.6199984 L173.159995,133.469996 C174.779995,137.969996 173.429995,145.799996 171.989995,148.679996 C170.549995,151.469996 168.569996,154.529996 168.569996,154.529996 L148.139996,154.169996 L151.019996,141.839996 L146.429996,117.629997 L144.449996,154.439996 L78.4799979,154.439996 L78.4799979,154.439996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M77.7599979,120.689997 L77.3999979,102.419997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M146.249996,123.839997 L145.979996,105.569997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M17.9099995,89.0999976 L32.3099991,73.709998\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n cx=\"14.0399996\"\n cy=\"79.7399979\"\n r=\"3.05999992\"\n ></circle>\n <g\n transform=\"translate(6.300000, 51.800000)\"\n id=\"\u8DEF\u5F84\"\n opacity=\"0.3\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n stroke-width=\"1.75904995\"\n >\n <g transform=\"translate(0.000000, 0.399999)\">\n <g transform=\"translate(46.799999, 6.300000)\">\n <path d=\"M3.5999999,18.8999995 L0.809999979,21.7799994\"></path>\n <path d=\"M33.2099991,0.629999983 L30.4199992,3.41999991\"></path>\n <path d=\"M33.2099991,19.5299995 L30.4199992,22.4099994\"></path>\n <path d=\"M33.2099991,38.429999 L30.4199992,41.3099989\"></path>\n <path d=\"M33.2099991,57.3299985 L30.4199992,60.2099984\"></path>\n <path d=\"M33.2099991,76.229998 L30.4199992,79.1099979\"></path>\n <path d=\"M3.5999999,37.799999 L0.809999979,40.6799989\"></path>\n <path d=\"M3.5999999,56.6999985 L2.06999995,58.0499985\"></path>\n <path d=\"M3.5999999,75.599998 L0.809999979,78.4799979\"></path>\n <path d=\"M15.9299996,28.3499992 L18.7199995,31.2299992\"></path>\n <path d=\"M15.9299996,47.2499987 L18.7199995,50.1299987\"></path>\n <path d=\"M15.9299996,66.1499982 L18.7199995,69.0299982\"></path>\n <path d=\"M15.9299996,85.0499977 L18.7199995,87.9299977\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M3.14999992,18.5399995 L0.35999999,21.3299994\"></path>\n <path d=\"M32.7599991,0.269999993 L29.9699992,3.05999992\"></path>\n <path d=\"M32.7599991,19.1699995 L29.9699992,21.9599994\"></path>\n <path d=\"M32.7599991,38.069999 L29.9699992,40.8599989\"></path>\n <path d=\"M32.7599991,75.869998 L29.9699992,78.6599979\"></path>\n <path d=\"M3.14999992,37.439999 L0.35999999,40.2299989\"></path>\n <path d=\"M3.14999992,56.3399985 L0.35999999,59.1299984\"></path>\n <path d=\"M3.14999992,75.239998 L0.35999999,78.0299979\"></path>\n <path d=\"M15.4799996,9.71999974 L18.2699995,12.5099997\"></path>\n <path d=\"M15.4799996,27.9899993 L18.2699995,30.7799992\"></path>\n <path d=\"M15.4799996,46.8899988 L18.2699995,49.6799987\"></path>\n <path d=\"M15.4799996,65.7899983 L18.2699995,68.5799982\"></path>\n <path d=\"M15.4799996,84.6899978 L18.2699995,87.4799977\"></path>\n </g>\n <g transform=\"translate(90.899998, 10.800000)\">\n <path d=\"M3.5999999,9.35999975 L0.809999979,12.2399997\"></path>\n <path d=\"M33.2099991,9.98999974 L30.4199992,12.8699997\"></path>\n <path d=\"M32.9399991,48.2399987 L30.4199992,50.6699987\"></path>\n <path d=\"M33.2099991,66.6899982 L30.4199992,69.5699982\"></path>\n <path d=\"M3.5999999,28.2599993 L0.809999979,31.1399992\"></path>\n <path d=\"M3.5999999,47.1599988 L0.809999979,50.0399987\"></path>\n <path d=\"M3.5999999,66.0599983 L0.809999979,68.9399982\"></path>\n <path d=\"M15.9299996,0.539999986 L18.7199995,3.41999991\"></path>\n <path d=\"M15.9299996,18.8099995 L18.7199995,21.6899994\"></path>\n <path d=\"M33.5699991,18.8099995 L36.449999,21.6899994\"></path>\n <path d=\"M51.2999986,18.8099995 L54.0899986,21.6899994\"></path>\n <path d=\"M31.7699992,34.7399991 L34.6499991,37.529999\"></path>\n <path d=\"M15.9299996,37.709999 L18.7199995,40.5899989\"></path>\n <path d=\"M15.9299996,56.6099985 L18.7199995,59.4899984\"></path>\n <path d=\"M15.9299996,75.509998 L18.7199995,78.3899979\"></path>\n </g>\n <g transform=\"translate(134.999996, 0.000000)\">\n <path d=\"M33.0299991,0 L30.1499992,2.78999993\"></path>\n <path d=\"M33.0299991,18.8999995 L30.1499992,21.7799994\"></path>\n <path d=\"M33.0299991,37.799999 L30.1499992,40.6799989\"></path>\n <path d=\"M33.0299991,56.6999985 L30.1499992,59.5799984\"></path>\n <path d=\"M33.0299991,75.599998 L30.1499992,78.4799979\"></path>\n <path d=\"M3.32999991,74.969998 L0.539999986,77.8499979\"></path>\n <path d=\"M15.6599996,9.44999975 L18.5399995,12.3299997\"></path>\n <path d=\"M15.6599996,27.7199993 L18.5399995,30.5999992\"></path>\n <path d=\"M16.5599996,66.4199982 L18.5399995,68.3999982\"></path>\n <path d=\"M15.6599996,84.4199978 L18.5399995,87.2999977\"></path>\n </g>\n </g>\n </g>\n </g>\n <path\n d=\"M19.7999995,73.979998 L28.9799992,66.5999982 C28.9799992,66.5999982 23.6699994,62.0999984 23.8499994,54.7199986 C24.1199994,44.8199988 20.8799994,50.0399987 17.6399995,52.0199986 C16.4699996,52.7399986 13.6799996,56.6099985 12.8699997,57.6899985 C11.0699997,60.2999984 4.13999989,57.3299985 7.3799998,61.1999984 C11.7899997,66.7799982 19.7999995,73.979998 19.7999995,73.979998 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g\n transform=\"translate(0.000000, 40.499999)\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n >\n <polygon\n points=\"7.3799998 28.7999992 0.179999995 29.6099992 1.70999995 22.9499994 24.9299993 0.719999981 30.5999992 6.65999982\"\n ></polygon>\n <polyline\n points=\"30.8699992 2.24999994 31.4099992 2.78999993 29.7899992 6.29999983 25.2899993 1.52999996 28.7999992 0.0899999976 30.8699992 2.24999994\"\n ></polyline>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(47.699999, 134.999996)\">\n <path\n d=\"M15.0299996,26.5499993 L15.0299996,26.5499993 C7.91999979,27.3599993 1.43999996,22.2299994 0.629999983,15.1199996 L0.629999983,15.1199996 C-0.179999995,8.00999979 4.94999987,1.52999996 12.0599997,0.719999981 L12.0599997,0.719999981 C19.1699995,-0.0899999976 25.6499993,5.03999987 26.4599993,12.1499997 L26.4599993,12.1499997 C27.3599993,19.2599995 22.1399994,25.7399993 15.0299996,26.5499993 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#F1F3F7\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.597650, 14.298408) rotate(-6.569247) translate(-13.597650, -14.298408) \"\n cx=\"13.5976496\"\n cy=\"14.2984076\"\n r=\"6.74976667\"\n ></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.4199997 6.20999984 13.3199996 14.0399996 21.4199994 13.1399997\"\n ></polyline>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(72.899998, 110.699997)\">\n <g transform=\"translate(4.500000, 9.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M7.91999979,22.8599994 L6.56999983,22.9499994 C4.22999989,23.1299994 2.15999994,21.4199994 1.88999995,19.0799995 L0.629999983,5.57999985 C0.449999988,3.23999991 2.15999994,1.16999997 4.49999988,0.899999976 L5.84999985,0.809999979 C8.18999978,0.629999983 10.2599997,2.33999994 10.5299997,4.67999988 L11.7899997,18.1799995 C11.9699997,20.6099995 10.2599997,22.6799994 7.91999979,22.8599994 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M7.01999981,20.8799994 L5.21999986,0.809999979\"></path>\n </g>\n <g transform=\"translate(14.400000, 0.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M5.93999984,29.6099992 L5.93999984,29.6099992 C3.23999991,29.6999992 0.899999976,27.5399993 0.809999979,24.8399993 L0.35999999,5.75999985 C0.269999993,3.05999992 2.42999994,0.719999981 5.12999986,0.629999983 L5.12999986,0.629999983 C7.82999979,0.539999986 10.1699997,2.69999993 10.2599997,5.39999986 L10.7099997,24.4799994 C10.7999997,27.2699993 8.63999977,29.5199992 5.93999984,29.6099992 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M5.84999985,27.6299993 L5.21999986,0.449999988\"></path>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n points=\"28.7999992 50.7599987 2.51999993 50.7599987 0.629999983 25.3799993 30.6899992 25.3799993\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n points=\"25.5599993 46.9799988 5.66999985 46.9799988 4.31999989 29.1599992 26.9999993 29.1599992\"\n ></polygon>\n </g>\n <path\n d=\"M191.249995,52.1999986 C191.249995,52.1999986 192.419995,59.2199984 188.189995,63.1799983 C183.959995,67.1399982 176.669995,65.9699983 176.669995,65.9699983 L191.249995,52.1999986 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n </g>\n </svg>\n </ng-container>\n </ng-template>\n </ng-template>\n</div>\n<div class=\"thy-result-title\">\n {{ thyTitle }}\n <ng-template [ngTemplateOutlet]=\"titleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-subtitle\">\n {{ thySubtitle }}\n <ng-template [ngTemplateOutlet]=\"subtitleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-extra\" *ngIf=\"extraTemplateRef\">\n <ng-template [ngTemplateOutlet]=\"extraTemplateRef\"></ng-template>\n</div>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThyResult, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{ selector: 'thy-result', standalone: true, imports: [NgIf, NgTemplateOutlet], template: "<div class=\"result-icon\">\n <ng-template *ngIf=\"iconTemplateRef; else icon\" [ngTemplateOutlet]=\"iconTemplateRef\"></ng-template>\n <ng-template #icon>\n <img *ngIf=\"thyIcon; else svg\" [src]=\"thyIcon\" />\n <ng-template #svg>\n <ng-container>\n <svg\n *ngIf=\"thyStatus === 'success'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u6210\u529F</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u6210\u529F\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u56FE\" transform=\"translate(18.000000, 0.000000)\">\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Fill-1\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M255.487096,137.255902 C255.487096,137.255902 256.118974,134.761217 261.811341,134.901634 C263.794506,134.950871 268.997237,132.551926 271.157292,132.618487 C280.291704,132.899321 284.086616,137.255902 284.086616,137.255902 L255.487096,137.255902 Z\"\n id=\"Stroke-3\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M-1.98951966e-13,137.831157 C-1.98951966e-13,137.831157 122.485137,137.831157 367.45541,137.831157\"\n id=\"Stroke-5\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Fill-7\"\n ></path>\n <path\n d=\"M154.510167,23.3726259 L162.099079,46.4685206 L158.587737,46.5879664 C158.587737,46.5879664 159.103816,61.2360338 153.245501,64.5969286 C153.245501,64.5969286 146.82734,68.9070074 134.647516,56.5393518 L135.022265,68.813092 C135.022265,68.813092 126.589939,67.5019235 113.847533,65.0665057 L119.656611,49.8877706 L126.402108,20.3746274 L154.510167,23.3726259 Z\"\n id=\"Stroke-9\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M255.932328,124.607321 L261.890941,123.628959 C261.890941,123.628959 268.623673,119.855931 274.84762,122.765485 C281.071567,125.67595 282.78028,129.350505 282.051752,131.073807 C281.259398,132.94482 279.128521,134.525881 273.74343,131.350082 C273.74343,131.350082 272.417673,130.124623 267.104614,133.358777 C262.243808,136.31848 258.585666,134.537735 258.585666,134.537735 L255.932328,124.607321 Z\"\n id=\"Stroke-11\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <polygon id=\"Fill-13\" fill=\"#F3F5F9\" points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"></polygon>\n <polygon\n id=\"Stroke-15\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"196.390145 123.272172 252.32543 125.21613 207.915298 136.084786\"\n ></polygon>\n <polygon\n id=\"Stroke-17\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n points=\"180.553 12.1309522 288.111666 0.513708134 279.11767 102.263296 170.065476 99.265298\"\n ></polygon>\n <polygon\n id=\"Fill-19\"\n fill=\"#F3F5F9\"\n points=\"187.012191 25.2643374 279.121318 15.3147756 272.56274 90.4571274 179.17527 87.8894985\"\n ></polygon>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259\"\n id=\"Fill-21\"\n fill=\"#F3F5F9\"\n ></path>\n <path\n d=\"M288.115131,0.699168259 L279.210492,102.590997 C279.210492,102.590997 295.236289,53.5416269 288.115131,0.699168259 Z\"\n id=\"Stroke-23\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linejoin=\"round\"\n ></path>\n <path\n d=\"M212.224647,100.482916 L214.75398,123.952648 L239.044333,124.765062 C239.044333,124.765062 243.142874,122.687982 241.456956,114.676907 C239.770126,106.666744 239.208457,101.1385 239.208457,101.1385 L212.224647,100.482916 Z\"\n id=\"Stroke-25\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M194.623533,17.7566672 C194.623533,19.0012743 193.530285,20.0097251 192.180821,20.0097251 C190.832268,20.0097251 189.73902,19.0012743 189.73902,17.7566672 C189.73902,16.5120602 190.832268,15.5036094 192.180821,15.5036094 C193.530285,15.5036094 194.623533,16.5120602 194.623533,17.7566672\"\n id=\"Fill-27\"\n fill=\"#E83323\"\n ></path>\n <path\n d=\"M202.405017,16.9120669 C202.405017,18.1566739 201.311768,19.1651247 199.962304,19.1651247 C198.613752,19.1651247 197.520504,18.1566739 197.520504,16.9120669 C197.520504,15.6674598 198.613752,14.659009 199.962304,14.659009 C201.311768,14.659009 202.405017,15.6674598 202.405017,16.9120669\"\n id=\"Fill-29\"\n fill=\"#F4BA4A\"\n ></path>\n <path\n d=\"M210.263092,16.3457479 C210.263092,17.5903549 209.169843,18.5988057 207.820379,18.5988057 C206.472739,18.5988057 205.379491,17.5903549 205.379491,16.3457479 C205.379491,15.1011408 206.472739,14.09269 207.820379,14.09269 C209.169843,14.09269 210.263092,15.1011408 210.263092,16.3457479\"\n id=\"Fill-31\"\n fill=\"#ADDF68\"\n ></path>\n <polygon\n id=\"Fill-33\"\n fill=\"#2F6BF4\"\n points=\"256.189638 124.607321 260.47601 133.671525 255.229513 137.677062 249.327431 138.145728 244.735606 126.903233\"\n ></polygon>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Fill-35\"\n fill=\"#508FDF\"\n ></path>\n <path\n d=\"M63.818525,137.827965 C64.66194,136.703716 75.4731529,90.7863784 83.1167725,77.5269824 C92.2985987,61.5987478 121.905657,59.8189142 151.137054,75.559318 C180.369363,91.2997218 207.914842,134.585604 207.914842,134.585604 L256.260303,124.466448 L260.7573,133.742189 L254.855219,137.677518 L63.818525,137.827965 Z\"\n id=\"Stroke-37\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M249.890741,136.978076 L245.111086,126.902686\"\n id=\"Stroke-39\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M254.288626,128.917947 C254.288626,129.537059 253.786225,130.038549 253.168024,130.038549 C252.548,130.038549 252.04651,129.537059 252.04651,128.917947 C252.04651,128.298834 252.548,127.797344 253.168024,127.797344 C253.786225,127.797344 254.288626,128.298834 254.288626,128.917947 Z\"\n id=\"Stroke-41\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M119.094669,50.3561623 C119.094669,50.3561623 120.593668,45.6713338 116.658339,31.61776 C112.72301,17.5641862 110.662342,6.50861094 139.70682,6.88244895 C168.751298,7.25719876 174.935126,28.8066805 149.825977,26.7451007 C149.825977,26.7451007 140.83107,24.6844326 138.01999,27.1207623 C135.209823,29.5561802 142.142238,39.8622558 139.894651,40.4248364 C137.645241,40.9874171 131.649244,27.6824311 126.777496,31.2430102 C121.905749,34.8026775 129.775495,45.6713338 129.775495,45.6713338 L119.094669,50.3561623 Z\"\n id=\"Fill-43\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M151.508522,36.3024974 C151.508522,37.3355668 150.671489,38.1725992 149.63842,38.1725992 C148.604439,38.1725992 147.767406,37.3355668 147.767406,36.3024974 C147.767406,35.2694279 148.604439,34.4314837 149.63842,34.4314837 C150.671489,34.4314837 151.508522,35.2694279 151.508522,36.3024974\"\n id=\"Fill-45\"\n fill=\"#18263C\"\n ></path>\n <path\n d=\"M158.867021,13.4764044 C158.867021,13.4764044 164.511975,17.4901481 163.293811,20.9248988\"\n id=\"Stroke-47\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M141.112269,97.8583906 C141.017442,97.8948626 146.668778,110.728448 153.526426,120.672539 C160.115093,130.22638 168.376001,137.30286 168.376001,137.30286\"\n id=\"Stroke-49\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Fill-51\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M156.375619,78.7448737 C154.654141,77.6288305 152.922632,76.5893785 151.18383,75.6529598 C121.952433,59.912556 92.3453741,61.6933015 83.1635478,77.6206243 C82.9611282,77.9716673 82.7459434,78.3500643 82.5234642,78.7448737 L156.375619,78.7448737 Z\"\n id=\"Stroke-53\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Fill-55\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M72.6707355,106.333025 L67.0102809,126.430921 L158.070838,126.809318 C158.070838,126.809318 149.029429,116.034577 145.304725,106.618418 L72.6707355,106.333025 Z\"\n id=\"Stroke-57\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M235.633198,46.3599252 C235.86753,46.0745318 235.868442,45.6569274 235.635021,45.4289773 C235.514664,45.3204731 235.357834,45.2794421 235.201916,45.3013253 C235.045087,45.3232085 234.890993,45.4080059 234.77337,45.5502467 L227.037659,54.9764354 L223.123302,51.1915535 C223.005679,51.0766667 222.84885,51.0338121 222.693844,51.0556953 C222.53975,51.0775785 222.385655,51.1623759 222.268945,51.3037049 C222.027318,51.5900101 222.019112,52.0085263 222.252533,52.2364763 L226.589965,56.4261974 C226.705764,56.5365252 226.859858,56.5857624 227.020335,56.5711736 C227.188106,56.5474668 227.341288,56.4544632 227.458911,56.3122224 L235.633198,46.3599252 M228.303237,34.29134 C237.243437,33.0348796 244.495894,39.8578792 244.477692,49.5065471 C244.460334,59.1561267 237.177787,68.0206466 228.2385,69.2780188 C219.2983,70.5344792 212.044931,63.7114796 212.062224,54.0619 C212.081403,44.4132321 219.363038,35.5478005 228.303237,34.29134\"\n id=\"Fill-59\"\n fill=\"#ADDF68\"\n ></path>\n <path\n d=\"M228.238135,69.2778364 C237.178334,68.021376 244.459969,59.1559444 244.478236,49.5063647 C244.495529,39.8576968 237.243072,33.0346973 228.302873,34.2911577 C219.363585,35.5476181 212.081039,44.4130498 212.062768,54.0626294 C212.044567,63.7112973 219.297936,70.5342969 228.238135,69.2778364 M228.303785,33.4158297 C237.689854,32.0973668 245.307031,39.2632032 245.28792,49.3923897 C245.269648,59.522488 237.621469,68.8337898 228.236311,70.1522527 C218.850242,71.4716273 211.226682,64.3076145 211.244885,54.1775162 C211.264066,44.0474179 218.918627,34.7352043 228.303785,33.4158297\"\n id=\"Fill-61\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M235.20219,45.3012342 C235.358108,45.279351 235.514937,45.320382 235.635295,45.429798 C235.867804,45.6568362 235.866892,46.0744406 235.633471,46.359834 L227.459184,56.3121313 C227.341562,56.4543721 227.18838,56.5473757 227.019697,56.5710825 C226.860132,56.5856713 226.706037,56.5364341 226.590239,56.4261063 L222.252806,52.2363851 C222.019385,52.0084351 222.027591,51.5899189 222.268307,51.3036137 C222.385017,51.1622847 222.539111,51.0774873 222.693205,51.0565159 C222.849123,51.0346327 223.005953,51.0765755 223.123575,51.1914623 L227.037933,54.9763442 L234.772732,45.5501556 C234.890354,45.4079148 235.04536,45.3231174 235.20219,45.3012342\"\n id=\"Fill-63\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M331.840592,65.1092691 C330.227618,64.7326957 329.22555,63.1206332 329.601211,61.5085708 C329.977785,59.8955965 331.589847,58.8935283 333.20191,59.2701017 C334.814884,59.6457633 335.816952,61.2578258 335.44129,62.8698882 C335.064717,64.4828625 333.453566,65.4858425 331.840592,65.1092691 Z\"\n id=\"Stroke-65\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M304.780373,100.487839 C303.87678,100.277214 303.315111,99.3736198 303.525737,98.470026 C303.736362,97.5655204 304.640868,97.0038516 305.544462,97.2153892 C306.448056,97.426015 307.008813,98.3296088 306.799099,99.2332026 C306.587561,100.136796 305.683967,100.698465 304.780373,100.487839 Z\"\n id=\"Stroke-67\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M309.795273,50.8988657 L314.575841,45.2402347 C315.588851,44.0412177 317.399686,43.8889471 318.598703,44.9019569 L324.257334,49.6834363 C325.457263,50.6964461 325.609533,52.5063691 324.595611,53.706298 L319.814132,59.3640171 C318.801122,60.563946 316.991199,60.7162166 315.792182,59.7022949 L310.133551,54.9217274 C308.934534,53.9078058 308.782264,52.0978827 309.795273,50.8988657 Z\"\n id=\"Stroke-69\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M315.275921,88.0547167 L318.662346,84.0464438 C319.007919,83.6388692 319.617913,83.5878084 320.026399,83.9324688 L324.03376,87.3188941 C324.442247,87.6635545 324.493308,88.2735487 324.147735,88.6820351 L320.762222,92.6893962 C320.417561,93.0978826 319.807567,93.1489434 319.398169,92.804283 L315.390808,89.4187695 C314.983233,89.0731973 314.931261,88.4632031 315.275921,88.0547167\"\n id=\"Fill-71\"\n fill=\"#29364A\"\n ></path>\n <path\n d=\"M10.8005448,95.7721009 C12.2813081,96.5133943 12.8794489,98.3151112 12.1381555,99.7958744 C11.3959502,101.276638 9.5942334,101.874778 8.11438196,101.132573 C6.63361872,100.39128 6.0345661,98.589563 6.77677132,97.1097116 C7.51897654,95.6289483 9.31978159,95.0308075 10.8005448,95.7721009 Z\"\n id=\"Stroke-73\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M40.113092,70.7612439 C40.94283,71.1770247 41.2783725,72.1863873 40.8625916,73.0161253 C40.4468108,73.8458634 39.4374482,74.1814058 38.6077102,73.765625 C37.7779722,73.3498442 37.4424297,72.3404815 37.8582106,71.5107435 C38.2739914,70.6810055 39.283354,70.3454631 40.113092,70.7612439 Z\"\n id=\"Stroke-75\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M28.9234821,114.732071 L22.9548392,119.119652 C21.6892607,120.049688 19.8939265,119.775237 18.9638905,118.51057 L14.5763087,112.541015 C13.6471845,111.276349 13.9207245,109.481014 15.1863029,108.550978 L21.1549459,104.163397 C22.4196125,103.233361 24.2149468,103.507812 25.1449828,104.772479 L29.5325645,110.742034 C30.4626006,112.0067 30.1881488,113.802035 28.9234821,114.732071 Z\"\n id=\"Stroke-77\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n ></path>\n <path\n d=\"M27.0072432,80.4032556 L22.7792265,83.5106701 C22.3488569,83.8270647 21.7434216,83.7349729 21.427027,83.3046033 L18.3196126,79.0765866 C18.0032179,78.646217 18.0953097,78.0407817 18.5256794,77.7243871 L22.7536961,74.6169727 C23.1840657,74.300578 23.7895009,74.3926698 24.1058955,74.8230395 L27.2142218,79.0510562 C27.5306164,79.4814258 27.4376128,80.086861 27.0072432,80.4032556\"\n id=\"Fill-79\"\n fill=\"#29364A\"\n ></path>\n <polygon\n id=\"Fill-81\"\n fill=\"#F4BA4A\"\n points=\"308.533069 123.434928 333.549214 123.434928 333.549214 116.667549 308.533069 116.667549\"\n ></polygon>\n <path\n d=\"M312.679388,120.051056 C312.679388,120.594489 312.239901,121.034888 311.696468,121.034888 C311.152123,121.034888 310.712635,120.594489 310.712635,120.051056 C310.712635,119.507623 311.152123,119.067224 311.696468,119.067224 C312.239901,119.067224 312.679388,119.507623 312.679388,120.051056\"\n id=\"Fill-83\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.338873,120.051056 L331.230324,120.051056\"\n id=\"Stroke-84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-85\"\n fill=\"#ADDF68\"\n points=\"307.619445 130.180425 332.635591 130.180425 332.635591 123.413045 307.619445 123.413045\"\n ></polygon>\n <path\n d=\"M311.766676,126.796917 C311.766676,127.34035 311.326277,127.78075 310.782844,127.78075 C310.239411,127.78075 309.799012,127.34035 309.799012,126.796917 C309.799012,126.253485 310.239411,125.813085 310.782844,125.813085 C311.326277,125.813085 311.766676,126.253485 311.766676,126.796917\"\n id=\"Fill-86\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M319.425341,126.796917 L330.316792,126.796917\"\n id=\"Stroke-87\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <polygon\n id=\"Fill-88\"\n fill=\"#508FDF\"\n points=\"309.094738 136.997042 334.110883 136.997042 334.110883 130.229662 309.094738 130.229662\"\n ></polygon>\n <path\n d=\"M313.242151,133.61317 C313.242151,134.156602 312.801752,134.597002 312.258319,134.597002 C311.714886,134.597002 311.274487,134.156602 311.274487,133.61317 C311.274487,133.069737 311.714886,132.629337 312.258319,132.629337 C312.801752,132.629337 313.242151,133.069737 313.242151,133.61317\"\n id=\"Fill-89\"\n fill=\"#FFFFFF\"\n ></path>\n <path\n d=\"M320.900724,133.61317 L331.792176,133.61317\"\n id=\"Stroke-90\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M47.6595137,33.9735777 C47.6595137,37.4183582 44.8666703,40.2102899 41.4228016,40.2102899 C37.9780211,40.2102899 35.1860894,37.4183582 35.1860894,33.9735777 C35.1860894,30.5287972 37.9780211,27.7368656 41.4228016,27.7368656 C44.8666703,27.7368656 47.6595137,30.5287972 47.6595137,33.9735777\"\n id=\"Fill-91\"\n fill=\"#F3F5F9\"\n ></path>\n <polyline\n id=\"Stroke-92\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"41.2069785 26.4196793 41.2069785 33.7560223 48.7594181 33.7560223\"\n ></polyline>\n <path\n d=\"M49.721276,45.485053 L33.2687563,45.485053 C31.1451741,45.485053 29.408195,43.748074 29.408195,41.6254035 L29.408195,25.1719721 C29.408195,23.0493016 31.1451741,21.3123226 33.2687563,21.3123226 L49.721276,21.3123226 C51.8439464,21.3123226 53.5809255,23.0493016 53.5809255,25.1719721 L53.5809255,41.6254035 C53.5809255,43.748074 51.8439464,45.485053 49.721276,45.485053 Z\"\n id=\"Stroke-93\"\n stroke=\"#29364A\"\n stroke-width=\"0.911800025\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'error'\"\n width=\"403px\"\n height=\"139px\"\n viewBox=\"0 0 403 139\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u7533\u8BF7\u5931\u8D25</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u7533\u8BF7\u5931\u8D25\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u5931\u8D25\" transform=\"translate(18.000000, 0.000000)\">\n <g id=\"\u7F16\u7EC4\">\n <path\n d=\"M250.788235,137.402941 C250.788235,137.402941 251.426471,134.941176 257.079412,135.032353 C259.085294,135.123529 264.282353,132.661765 266.379412,132.752941 C275.497059,133.026471 279.326471,137.402941 279.326471,137.402941 L250.788235,137.402941 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M2.09117647,137.95 L364.088235,137.95\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <path\n d=\"M149.764706,23.5235294 L157.332353,46.5911765 L153.776471,46.6823529 C153.776471,46.6823529 154.323529,61.3617647 148.397059,64.7352941 C148.397059,64.7352941 142.014706,69.0205882 129.797059,56.7117647 L130.161765,69.0205882 C130.161765,69.0205882 121.773529,67.7441176 109.008824,65.2823529 L114.844118,50.1470588 L121.591176,20.6058824 L149.764706,23.5235294 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M251.244118,124.729412 L257.170588,123.726471 C257.170588,123.726471 263.917647,119.988235 270.117647,122.905882 C276.317647,125.823529 278.05,129.470588 277.320588,131.202941 C276.5,133.117647 274.402941,134.667647 269.023529,131.476471 C269.023529,131.476471 267.655882,130.291176 262.367647,133.482353 C257.535294,136.4 253.888235,134.667647 253.888235,134.667647 L251.244118,124.729412 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <g id=\"\u7535\u8111_2_\" transform=\"translate(165.264706, 0.000000)\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"26.4411765 123.361765 82.3323529 125.367647 37.9294118 136.217647\"\n ></polygon>\n <g id=\"\u7F16\u7EC4\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n points=\"10.5764706 12.3088235 118.164706 0.638235294 109.138235 102.391176 0.0911764706 99.3823529\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n points=\"17.05 25.4382353 109.138235 15.4088235 102.573529 90.6294118 9.20882353 87.9852941\"\n ></polygon>\n <path\n d=\"M118.164706,0.820588235 L109.229412,102.664833 C109.229412,102.755882 125.276471,53.7029412 118.164706,0.820588235 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n ></path>\n </g>\n <path\n d=\"M42.2147059,100.658824 L44.7676471,124.091176 L69.0205882,124.911765 C69.0205882,124.911765 73.1235294,122.814706 71.3911765,114.791176 C69.75,106.767647 69.1117647,101.297059 69.1117647,101.297059 L42.2147059,100.658824 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FF0100\"\n fill-rule=\"nonzero\"\n cx=\"22.1558824\"\n cy=\"17.8705882\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#FFB725\"\n fill-rule=\"nonzero\"\n cx=\"29.9970588\"\n cy=\"17.05\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n <ellipse\n id=\"\u692D\u5706\u5F62\"\n fill=\"#9BE153\"\n fill-rule=\"nonzero\"\n cx=\"37.8382353\"\n cy=\"16.5029412\"\n rx=\"2.46176471\"\n ry=\"2.27941176\"\n ></ellipse>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#1068FC\"\n fill-rule=\"nonzero\"\n points=\"251.426471 124.729412 255.802941 133.847059 250.514706 137.767647 244.588235 138.314706 240.029412 127.008824\"\n ></polygon>\n <path\n d=\"M59.1352941,137.95 C59.9558824,136.855882 70.8058824,90.9029412 78.4647059,77.6823529 C87.6735294,61.7264706 117.214706,59.9941176 146.482353,75.6764706 C175.75,91.3588235 203.285294,134.667647 203.285294,134.667647 L251.608824,124.547059 L256.076471,133.847059 L250.15,137.767647 L59.1352941,137.95 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M245.135294,137.129412 L240.394118,127.008824\" id=\"\u8DEF\u5F84\" stroke=\"#25364C\" stroke-linecap=\"round\"></path>\n <circle id=\"\u692D\u5706\u5F62\" stroke=\"#25364C\" cx=\"248.417647\" cy=\"129.014706\" r=\"1.09411765\"></circle>\n <path\n d=\"M114.388235,50.5117647 C114.388235,50.5117647 115.847059,45.8617647 111.926471,31.7294118 C108.005882,17.5970588 105.908824,6.65588235 134.994118,7.02058824 C164.079412,7.38529412 170.188235,28.9029412 145.114706,26.8970588 C145.114706,26.8970588 136.088235,24.8 133.352941,27.2617647 C130.617647,29.7235294 137.455882,40.0264706 135.267647,40.5735294 C132.988235,41.1205882 127.061765,27.8088235 122.138235,31.3647059 C117.305882,34.9205882 125.147059,45.7705882 125.147059,45.7705882 L114.388235,50.5117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#14263E\"\n fill-rule=\"nonzero\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#14263E\" fill-rule=\"nonzero\" cx=\"144.932353\" cy=\"36.4705882\" r=\"1.91470588\"></circle>\n <path\n d=\"M154.141176,13.5852941 C154.141176,13.5852941 159.794118,17.5970588 158.608824,21.0617647\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M136.361765,98.0147059 C136.270588,98.0147059 141.923529,110.870588 148.761765,120.808824 C155.326471,130.382353 163.623529,137.402941 163.623529,137.402941\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M151.679412,78.8676471 C149.947059,77.7735294 148.214706,76.6794118 146.482353,75.7676471 C117.214706,59.9941176 87.6735294,61.8176471 78.4647059,77.7735294 C78.2823529,78.1382353 78.0088235,78.5029412 77.8264706,78.8676471 L151.679412,78.8676471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M67.9794118,106.494118 L62.3264706,126.552941 L153.411765,126.917647 C153.411765,126.917647 144.385294,116.158824 140.647059,106.767647 L67.9794118,106.494118 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g transform=\"translate(206.294118, 32.823529)\" fill-rule=\"nonzero\">\n <path\n d=\"M17.3235294,1.64117647 C26.2588235,0.364705882 33.5529412,7.20294118 33.4617647,16.8676471 C33.4617647,26.5323529 26.1676471,35.3764706 17.2323529,36.6529412 C8.29705882,37.9294118 1.00294118,31.0911765 1.09411765,21.4264706 C1.09411765,11.7617647 8.38823529,2.82647059 17.3235294,1.64117647 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#FD4252\"\n ></path>\n <path\n d=\"M20.5147059,13.4941176 C20.6970588,13.4941176 20.7882353,13.4941176 20.9705882,13.5852941 C21.2441176,13.7676471 21.2441176,14.2235294 20.9705882,14.4970588 L12.7647059,24.4352941 C12.6735294,24.6176471 12.4911765,24.6176471 12.3088235,24.7088235 C12.1264706,24.8 12.0352941,24.7088235 11.8529412,24.6176471 C11.5794118,24.4352941 11.5794118,23.9794118 11.8529412,23.7058824 L20.0588235,13.7676471 C20.2411765,13.6764706 20.4235294,13.5852941 20.5147059,13.4941176 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n ></path>\n <path\n d=\"M17.3235294,0.729411765 C26.7147059,-0.547058824 34.3735294,6.56470588 34.2823529,16.6852941 C34.1911765,26.8058824 26.6235294,36.1058824 17.2323529,37.4735294 C7.84117647,38.75 0.273529412,31.6382353 0.273529412,21.5176471 C0.273529412,11.3970588 7.93235294,2.00588235 17.3235294,0.729411765 Z M17.2323529,36.5617647 C26.1676471,35.2852941 33.4617647,26.4411765 33.4617647,16.7764706 C33.4617647,7.11176471 26.2588235,0.273529412 17.3235294,1.55 C8.38823529,2.82647059 1.09411765,11.6705882 1.09411765,21.3352941 C1.00294118,31 8.29705882,37.8382353 17.2323529,36.5617647 L17.2323529,36.5617647 Z\"\n id=\"\u5F62\u72B6\"\n fill=\"#25364C\"\n ></path>\n </g>\n <g transform=\"translate(298.382353, 43.764706)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(29.465035, 18.523658) rotate(-76.873975) translate(-29.465035, -18.523658) \"\n cx=\"29.465035\"\n cy=\"18.5236579\"\n r=\"3.0089072\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"1.00002781\"\n transform=\"translate(2.102320, 55.177985) rotate(-76.873975) translate(-2.102320, -55.177985) \"\n cx=\"2.10231971\"\n cy=\"55.177985\"\n r=\"1.64122211\"\n ></circle>\n <path\n d=\"M6.65588235,7.29411765 L11.3970588,1.64117647 C12.4,0.455882353 14.2235294,0.273529412 15.4088235,1.27647059 L21.0617647,6.01764706 C22.2470588,7.02058824 22.4294118,8.84411765 21.4264706,10.0294118 L16.6852941,15.6823529 C15.6823529,16.8676471 13.8588235,17.05 12.6735294,16.0470588 L7.02058824,11.3058824 C5.83529412,10.3029412 5.65294118,8.47941176 6.65588235,7.29411765 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M12.2176471,44.4029412 L15.5911765,40.3911765 C15.9558824,40.0264706 16.5029412,39.9352941 16.9588235,40.3 L20.9705882,43.6735294 C21.3352941,44.0382353 21.4264706,44.5852941 21.0617647,45.0411765 L17.6882353,49.0529412 C17.3235294,49.4176471 16.7764706,49.5088235 16.3205882,49.1441176 L12.3088235,45.7705882 C11.8529412,45.4058824 11.8529412,44.8588235 12.2176471,44.4029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(0.235294, 70.205882)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(4.508768, 28.331994) rotate(-63.383700) translate(-4.508768, -28.331994) \"\n cx=\"4.50876765\"\n cy=\"28.3319941\"\n r=\"3.00873326\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.99997\"\n transform=\"translate(34.391582, 2.231818) rotate(-63.383700) translate(-34.391582, -2.231818) \"\n cx=\"34.3915824\"\n cy=\"2.23181765\"\n r=\"1.64112723\"\n ></circle>\n <path\n d=\"M23.9794118,44.6764706 L18.0529412,49.0529412 C16.7764706,49.9647059 14.9529412,49.6911765 14.0411765,48.4147059 L9.66470588,42.4882353 C8.75294118,41.2117647 9.02647059,39.3882353 10.3029412,38.4764706 L16.2294118,34.1 C17.5058824,33.1882353 19.3294118,33.4617647 20.2411765,34.7382353 L24.6176471,40.6647059 C25.5294118,41.9411765 25.2558824,43.7647059 23.9794118,44.6764706 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n ></path>\n <path\n d=\"M22.0647059,10.3029412 L17.8705882,13.4029412 C17.4147059,13.6764706 16.8676471,13.5852941 16.5029412,13.2205882 L13.4029412,9.02647059 C13.1294118,8.57058824 13.2205882,8.02352941 13.5852941,7.65882353 L17.7794118,4.55882353 C18.2352941,4.28529412 18.7823529,4.37647059 19.1470588,4.74117647 L22.2470588,8.93529412 C22.6117647,9.39117647 22.5205882,10.0294118 22.0647059,10.3029412 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g transform=\"translate(302.941176, 116.705882)\">\n <g transform=\"translate(0.911765, 0.000000)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#FFB725\" fill-rule=\"nonzero\" x=\"0\" y=\"0.0911764706\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.46470588\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.46470588 L22.6117647,3.46470588\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.000000, 6.382353)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#9BE153\" fill-rule=\"nonzero\" x=\"0\" y=\"0.455882353\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.1\" cy=\"3.82941176\" r=\"1.00294118\"></circle>\n <path d=\"M11.7617647,3.82941176 L22.6117647,3.82941176\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n <g transform=\"translate(0.911765, 13.676471)\">\n <rect id=\"\u77E9\u5F62\" fill=\"#358EE5\" fill-rule=\"nonzero\" x=\"0.547058824\" y=\"0\" width=\"24.9823529\" height=\"6.74705882\"></rect>\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" cx=\"3.64705882\" cy=\"3.37352941\" r=\"1.00294118\"></circle>\n <path d=\"M12.3088235,3.37352941 L23.25,3.37352941\" id=\"\u8DEF\u5F84\" stroke=\"#FFFFFF\" stroke-linecap=\"round\"></path>\n </g>\n </g>\n <g transform=\"translate(23.941176, 20.970588)\">\n <circle id=\"\u692D\u5706\u5F62\" fill=\"#F2F4F8\" fill-rule=\"nonzero\" cx=\"12.7647059\" cy=\"13.1294118\" r=\"6.2\"></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.5823529 5.56176471 12.5823529 12.9470588 20.15 12.9470588\"\n ></polyline>\n <path\n d=\"M21.0617647,24.6176471 L4.65,24.6176471 C2.55294118,24.6176471 0.820588235,22.8852941 0.820588235,20.7882353 L0.820588235,4.37647059 C0.820588235,2.27941176 2.55294118,0.547058824 4.65,0.547058824 L21.0617647,0.547058824 C23.1588235,0.547058824 24.8911765,2.27941176 24.8911765,4.37647059 L24.8911765,20.7882353 C24.8911765,22.8852941 23.1588235,24.6176471 21.0617647,24.6176471 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n <path\n d=\"M227.720588,56.9852941 L218.511765,47.7764706\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"1.2\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n </g>\n </svg>\n <svg\n *ngIf=\"thyStatus === 'warning'\"\n width=\"411px\"\n height=\"167px\"\n viewBox=\"0 0 411 167\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n <title>\u65E0\u6743\u9650</title>\n <desc>Created with Sketch.</desc>\n <g id=\"\u65E0\u6743\u9650\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"\u672A\u6807\u9898-1\" transform=\"translate(6.000000, 4.000000)\">\n <g id=\"\u7F16\u7EC4\" transform=\"translate(23.399999, 76.499998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(4.290039, 34.663940) rotate(-77.625931) translate(-4.290039, -34.663940) \"\n cx=\"4.29003889\"\n cy=\"34.6639401\"\n r=\"2.97009307\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900028204\"\n transform=\"translate(26.561276, 2.278422) rotate(-77.625931) translate(-26.561276, -2.278422) \"\n cx=\"26.5612763\"\n cy=\"2.27842194\"\n r=\"1.62005077\"\n ></circle>\n <path\n d=\"M26.8199993,45.4499988 L22.1399994,51.1199986 C21.1499994,52.2899986 19.3499995,52.4699986 18.1799995,51.4799986 L12.5099997,46.7999988 C11.3399997,45.8099988 11.1599997,44.0099988 12.1499997,42.8399989 L16.8299996,37.169999 C17.8199995,35.999999 19.6199995,35.8199991 20.7899994,36.809999 L26.4599993,41.4899989 C27.6299993,42.4799989 27.8099993,44.2799988 26.8199993,45.4499988 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M16.6499996,13.0499997 L13.3199996,17.0099995 C12.9599997,17.4599995 12.4199997,17.4599995 11.9699997,17.0999995 L8.00999979,13.7699996 C7.5599998,13.4099996 7.5599998,12.8699997 7.91999979,12.4199997 L11.2499997,8.45999978 C11.6099997,8.00999979 12.1499997,8.00999979 12.5999997,8.36999978 L16.5599996,11.6999997 C16.9199996,12.0599997 17.0099995,12.6899997 16.6499996,13.0499997 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(364.499990, 80.999998)\">\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(25.396512, 13.592451) rotate(-2.851436) translate(-25.396512, -13.592451) \"\n cx=\"25.3965124\"\n cy=\"13.5924506\"\n r=\"2.97011327\"\n ></circle>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#25364C\"\n stroke-width=\"0.900034326\"\n transform=\"translate(12.344312, 50.587247) rotate(-2.851436) translate(-12.344312, -50.587247) \"\n cx=\"12.3443123\"\n cy=\"50.5872469\"\n r=\"1.62006179\"\n ></circle>\n <path\n d=\"M0.719999981,8.99999976 L3.6899999,2.33999994 C4.31999989,0.899999976 6.02999984,0.269999993 7.3799998,0.899999976 L14.0399996,3.8699999 C15.4799996,4.49999988 16.1099996,6.20999984 15.4799996,7.5599998 L12.5099997,14.2199996 C11.8799997,15.6599996 10.1699997,16.2899996 8.81999977,15.6599996 L2.15999994,12.6899997 C0.719999981,12.1499997 0.0899999976,10.4399997 0.719999981,8.99999976 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n ></path>\n <path\n d=\"M19.0799995,37.619999 L21.2399994,32.9399991 C21.4199994,32.4899991 22.0499994,32.2199991 22.4999994,32.4899991 L27.1799993,34.6499991 C27.6299993,34.8299991 27.8999993,35.4599991 27.6299993,35.909999 L25.4699993,40.5899989 C25.2899993,41.0399989 24.6599993,41.3099989 24.2099994,41.0399989 L19.5299995,38.879999 C18.9899995,38.609999 18.8099995,38.069999 19.0799995,37.619999 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#25364C\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n <path\n d=\"M0.449999988,161.729996 L397.259989,160.829996\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(39.599999, 0.000000)\" fill-rule=\"nonzero\">\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#25364C\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n points=\"117.269997 0.179999995 0.449999988 161.639996 233.999994 161.639996\"\n ></polygon>\n <polygon id=\"\u8DEF\u5F84\" fill=\"#F2F4F8\" points=\"117.269997 30.3299992 33.4799991 147.959996 200.069995 147.959996\"></polygon>\n <g transform=\"translate(110.699997, 68.399998)\" fill=\"#FFB526\" stroke=\"#25364C\" stroke-width=\"0.899999976\">\n <path\n d=\"M6.74999982,50.3999987 L6.74999982,50.3999987 C3.14999992,50.3999987 1.43999996,47.4299987 1.43999996,43.8299988 L0.0899999976,7.28999981 C0.0899999976,3.6899999 3.05999992,0.719999981 6.65999982,0.719999981 L6.65999982,0.719999981 C10.2599997,0.719999981 13.2299996,3.6899999 13.2299996,7.28999981 L11.8799997,43.8299988 C11.9699997,47.4299987 10.3499997,50.3999987 6.74999982,50.3999987 Z\"\n id=\"\u8DEF\u5F84\"\n ></path>\n <circle id=\"\u692D\u5706\u5F62\" cx=\"6.74999982\" cy=\"60.2999984\" r=\"5.21999986\"></circle>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(170.999995, 6.300000)\">\n <g transform=\"translate(10.800000, 0.000000)\">\n <g transform=\"translate(76.499998, 0.000000)\">\n <path\n d=\"M11.0699997,14.4899996 L0.35999999,35.0999991 L3.6899999,35.7299991 C3.6899999,35.7299991 0.989999974,49.4999987 5.93999984,53.5499986 C5.93999984,53.5499986 11.3399997,58.5899984 24.6599993,48.7799987 L22.4999994,60.3899984 C22.4999994,60.3899984 30.6899992,60.4799984 43.0199989,60.1199984 L39.8699989,44.9099988 L38.069999,16.0199996 L11.0699997,14.4899996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M40.3199989,45.3599988 C40.3199989,45.3599988 39.599999,40.6799989 45.4499988,28.0799993 C51.2999986,15.4799996 54.9899985,5.30999986 27.5399993,1.25999997 C0.0899999976,-2.78999993 -8.99999976,16.5599996 14.9399996,18.4499995 C14.9399996,18.4499995 23.7599994,17.9099995 26.0099993,20.6099995 C28.2599993,23.3099994 20.1599995,31.9499992 22.2299994,32.8499991 C24.2999994,33.7499991 31.9499992,22.1399994 35.999999,26.1899993 C40.0499989,30.2399992 30.9599992,39.329999 30.9599992,39.329999 L40.3199989,45.3599988 Z\"\n id=\"\u8DEF\u5F84\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#11253D\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.678560, 27.491984) rotate(-80.763751) translate(-13.678560, -27.491984) \"\n cx=\"13.6785596\"\n cy=\"27.4919843\"\n r=\"1.79993628\"\n ></circle>\n <path\n d=\"M8.45999978,4.49999988 C8.45999978,4.49999988 2.51999993,7.3799998 3.14999992,10.7999997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#FFFFFF\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n </g>\n <path\n d=\"M78.4799979,154.439996 L77.4899979,111.599997 L49.5899987,120.509997 C44.7299988,122.039997 39.509999,120.779997 35.909999,117.179997 L0.35999999,80.4599979 L22.2299994,62.9099983 L47.8799987,90.4499976 C47.8799987,90.4499976 60.9299984,81.8999978 66.3299982,77.309998 C81.4499978,64.5299983 88.0199977,60.3899984 98.9099974,60.1199984 L117.36,60.2099984 C117.36,60.2099984 148.409996,58.4099985 159.749996,82.6199984 L173.159995,133.469996 C174.779995,137.969996 173.429995,145.799996 171.989995,148.679996 C170.549995,151.469996 168.569996,154.529996 168.569996,154.529996 L148.139996,154.169996 L151.019996,141.839996 L146.429996,117.629997 L144.449996,154.439996 L78.4799979,154.439996 L78.4799979,154.439996 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n ></path>\n <path\n d=\"M77.7599979,120.689997 L77.3999979,102.419997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M146.249996,123.839997 L145.979996,105.569997\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <path\n d=\"M17.9099995,89.0999976 L32.3099991,73.709998\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n cx=\"14.0399996\"\n cy=\"79.7399979\"\n r=\"3.05999992\"\n ></circle>\n <g\n transform=\"translate(6.300000, 51.800000)\"\n id=\"\u8DEF\u5F84\"\n opacity=\"0.3\"\n stroke=\"#FFFFFF\"\n stroke-linecap=\"round\"\n stroke-width=\"1.75904995\"\n >\n <g transform=\"translate(0.000000, 0.399999)\">\n <g transform=\"translate(46.799999, 6.300000)\">\n <path d=\"M3.5999999,18.8999995 L0.809999979,21.7799994\"></path>\n <path d=\"M33.2099991,0.629999983 L30.4199992,3.41999991\"></path>\n <path d=\"M33.2099991,19.5299995 L30.4199992,22.4099994\"></path>\n <path d=\"M33.2099991,38.429999 L30.4199992,41.3099989\"></path>\n <path d=\"M33.2099991,57.3299985 L30.4199992,60.2099984\"></path>\n <path d=\"M33.2099991,76.229998 L30.4199992,79.1099979\"></path>\n <path d=\"M3.5999999,37.799999 L0.809999979,40.6799989\"></path>\n <path d=\"M3.5999999,56.6999985 L2.06999995,58.0499985\"></path>\n <path d=\"M3.5999999,75.599998 L0.809999979,78.4799979\"></path>\n <path d=\"M15.9299996,28.3499992 L18.7199995,31.2299992\"></path>\n <path d=\"M15.9299996,47.2499987 L18.7199995,50.1299987\"></path>\n <path d=\"M15.9299996,66.1499982 L18.7199995,69.0299982\"></path>\n <path d=\"M15.9299996,85.0499977 L18.7199995,87.9299977\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M3.14999992,18.5399995 L0.35999999,21.3299994\"></path>\n <path d=\"M32.7599991,0.269999993 L29.9699992,3.05999992\"></path>\n <path d=\"M32.7599991,19.1699995 L29.9699992,21.9599994\"></path>\n <path d=\"M32.7599991,38.069999 L29.9699992,40.8599989\"></path>\n <path d=\"M32.7599991,75.869998 L29.9699992,78.6599979\"></path>\n <path d=\"M3.14999992,37.439999 L0.35999999,40.2299989\"></path>\n <path d=\"M3.14999992,56.3399985 L0.35999999,59.1299984\"></path>\n <path d=\"M3.14999992,75.239998 L0.35999999,78.0299979\"></path>\n <path d=\"M15.4799996,9.71999974 L18.2699995,12.5099997\"></path>\n <path d=\"M15.4799996,27.9899993 L18.2699995,30.7799992\"></path>\n <path d=\"M15.4799996,46.8899988 L18.2699995,49.6799987\"></path>\n <path d=\"M15.4799996,65.7899983 L18.2699995,68.5799982\"></path>\n <path d=\"M15.4799996,84.6899978 L18.2699995,87.4799977\"></path>\n </g>\n <g transform=\"translate(90.899998, 10.800000)\">\n <path d=\"M3.5999999,9.35999975 L0.809999979,12.2399997\"></path>\n <path d=\"M33.2099991,9.98999974 L30.4199992,12.8699997\"></path>\n <path d=\"M32.9399991,48.2399987 L30.4199992,50.6699987\"></path>\n <path d=\"M33.2099991,66.6899982 L30.4199992,69.5699982\"></path>\n <path d=\"M3.5999999,28.2599993 L0.809999979,31.1399992\"></path>\n <path d=\"M3.5999999,47.1599988 L0.809999979,50.0399987\"></path>\n <path d=\"M3.5999999,66.0599983 L0.809999979,68.9399982\"></path>\n <path d=\"M15.9299996,0.539999986 L18.7199995,3.41999991\"></path>\n <path d=\"M15.9299996,18.8099995 L18.7199995,21.6899994\"></path>\n <path d=\"M33.5699991,18.8099995 L36.449999,21.6899994\"></path>\n <path d=\"M51.2999986,18.8099995 L54.0899986,21.6899994\"></path>\n <path d=\"M31.7699992,34.7399991 L34.6499991,37.529999\"></path>\n <path d=\"M15.9299996,37.709999 L18.7199995,40.5899989\"></path>\n <path d=\"M15.9299996,56.6099985 L18.7199995,59.4899984\"></path>\n <path d=\"M15.9299996,75.509998 L18.7199995,78.3899979\"></path>\n </g>\n <g transform=\"translate(134.999996, 0.000000)\">\n <path d=\"M33.0299991,0 L30.1499992,2.78999993\"></path>\n <path d=\"M33.0299991,18.8999995 L30.1499992,21.7799994\"></path>\n <path d=\"M33.0299991,37.799999 L30.1499992,40.6799989\"></path>\n <path d=\"M33.0299991,56.6999985 L30.1499992,59.5799984\"></path>\n <path d=\"M33.0299991,75.599998 L30.1499992,78.4799979\"></path>\n <path d=\"M3.32999991,74.969998 L0.539999986,77.8499979\"></path>\n <path d=\"M15.6599996,9.44999975 L18.5399995,12.3299997\"></path>\n <path d=\"M15.6599996,27.7199993 L18.5399995,30.5999992\"></path>\n <path d=\"M16.5599996,66.4199982 L18.5399995,68.3999982\"></path>\n <path d=\"M15.6599996,84.4199978 L18.5399995,87.2999977\"></path>\n </g>\n </g>\n </g>\n </g>\n <path\n d=\"M19.7999995,73.979998 L28.9799992,66.5999982 C28.9799992,66.5999982 23.6699994,62.0999984 23.8499994,54.7199986 C24.1199994,44.8199988 20.8799994,50.0399987 17.6399995,52.0199986 C16.4699996,52.7399986 13.6799996,56.6099985 12.8699997,57.6899985 C11.0699997,60.2999984 4.13999989,57.3299985 7.3799998,61.1999984 C11.7899997,66.7799982 19.7999995,73.979998 19.7999995,73.979998 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n <g\n transform=\"translate(0.000000, 40.499999)\"\n fill=\"#F2F4F8\"\n fill-rule=\"nonzero\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n >\n <polygon\n points=\"7.3799998 28.7999992 0.179999995 29.6099992 1.70999995 22.9499994 24.9299993 0.719999981 30.5999992 6.65999982\"\n ></polygon>\n <polyline\n points=\"30.8699992 2.24999994 31.4099992 2.78999993 29.7899992 6.29999983 25.2899993 1.52999996 28.7999992 0.0899999976 30.8699992 2.24999994\"\n ></polyline>\n </g>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(47.699999, 134.999996)\">\n <path\n d=\"M15.0299996,26.5499993 L15.0299996,26.5499993 C7.91999979,27.3599993 1.43999996,22.2299994 0.629999983,15.1199996 L0.629999983,15.1199996 C-0.179999995,8.00999979 4.94999987,1.52999996 12.0599997,0.719999981 L12.0599997,0.719999981 C19.1699995,-0.0899999976 25.6499993,5.03999987 26.4599993,12.1499997 L26.4599993,12.1499997 C27.3599993,19.2599995 22.1399994,25.7399993 15.0299996,26.5499993 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linecap=\"round\"\n ></path>\n <circle\n id=\"\u692D\u5706\u5F62\"\n fill=\"#F1F3F7\"\n fill-rule=\"nonzero\"\n transform=\"translate(13.597650, 14.298408) rotate(-6.569247) translate(-13.597650, -14.298408) \"\n cx=\"13.5976496\"\n cy=\"14.2984076\"\n r=\"6.74976667\"\n ></circle>\n <polyline\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n points=\"12.4199997 6.20999984 13.3199996 14.0399996 21.4199994 13.1399997\"\n ></polyline>\n </g>\n <g id=\"\u7F16\u7EC4\" transform=\"translate(72.899998, 110.699997)\">\n <g transform=\"translate(4.500000, 9.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M7.91999979,22.8599994 L6.56999983,22.9499994 C4.22999989,23.1299994 2.15999994,21.4199994 1.88999995,19.0799995 L0.629999983,5.57999985 C0.449999988,3.23999991 2.15999994,1.16999997 4.49999988,0.899999976 L5.84999985,0.809999979 C8.18999978,0.629999983 10.2599997,2.33999994 10.5299997,4.67999988 L11.7899997,18.1799995 C11.9699997,20.6099995 10.2599997,22.6799994 7.91999979,22.8599994 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M7.01999981,20.8799994 L5.21999986,0.809999979\"></path>\n </g>\n <g transform=\"translate(14.400000, 0.000000)\" id=\"\u8DEF\u5F84\" stroke=\"#11253D\" stroke-width=\"0.899999976\">\n <path\n d=\"M5.93999984,29.6099992 L5.93999984,29.6099992 C3.23999991,29.6999992 0.899999976,27.5399993 0.809999979,24.8399993 L0.35999999,5.75999985 C0.269999993,3.05999992 2.42999994,0.719999981 5.12999986,0.629999983 L5.12999986,0.629999983 C7.82999979,0.539999986 10.1699997,2.69999993 10.2599997,5.39999986 L10.7099997,24.4799994 C10.7999997,27.2699993 8.63999977,29.5199992 5.93999984,29.6099992 Z\"\n fill=\"#99DF53\"\n fill-rule=\"nonzero\"\n ></path>\n <path d=\"M5.84999985,27.6299993 L5.21999986,0.449999988\"></path>\n </g>\n <polygon\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n stroke-linejoin=\"round\"\n points=\"28.7999992 50.7599987 2.51999993 50.7599987 0.629999983 25.3799993 30.6899992 25.3799993\"\n ></polygon>\n <polygon\n id=\"\u8DEF\u5F84\"\n fill=\"#358EE5\"\n fill-rule=\"nonzero\"\n points=\"25.5599993 46.9799988 5.66999985 46.9799988 4.31999989 29.1599992 26.9999993 29.1599992\"\n ></polygon>\n </g>\n <path\n d=\"M191.249995,52.1999986 C191.249995,52.1999986 192.419995,59.2199984 188.189995,63.1799983 C183.959995,67.1399982 176.669995,65.9699983 176.669995,65.9699983 L191.249995,52.1999986 Z\"\n id=\"\u8DEF\u5F84\"\n stroke=\"#24354B\"\n stroke-width=\"0.899999976\"\n fill=\"#FFFFFF\"\n fill-rule=\"nonzero\"\n ></path>\n </g>\n </g>\n </svg>\n </ng-container>\n </ng-template>\n </ng-template>\n</div>\n<div class=\"thy-result-title\">\n {{ thyTitle }}\n <ng-template [ngTemplateOutlet]=\"titleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-subtitle\">\n {{ thySubtitle }}\n <ng-template [ngTemplateOutlet]=\"subtitleTemplateRef\"></ng-template>\n</div>\n<div class=\"thy-result-extra\" *ngIf=\"extraTemplateRef\">\n <ng-template [ngTemplateOutlet]=\"extraTemplateRef\"></ng-template>\n</div>\n" }]
|
|
19
19
|
}], ctorParameters: () => [], propDecorators: { thyStatus: [{
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { ThyResult } from './result.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class ThyResultModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThyResultModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ThyResultModule, imports: [CommonModule, ThyResult], exports: [ThyResult] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThyResultModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThyResultModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [CommonModule, ThyResult],
|
|
@@ -63,10 +63,10 @@ export class ThySegmentItem {
|
|
|
63
63
|
this.destroy$.next();
|
|
64
64
|
this.destroy$.complete();
|
|
65
65
|
}
|
|
66
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
67
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.
|
|
66
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThySegmentItem, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: THY_SEGMENTED_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
67
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.0", type: ThySegmentItem, isStandalone: true, selector: "thy-segment-item,[thy-segment-item]", inputs: { thyValue: "thyValue", thyIcon: "thyIcon", thyDisabled: ["thyDisabled", "thyDisabled", coerceBooleanProperty] }, host: { properties: { "class.disabled": "this.thyDisabled" }, classAttribute: "thy-segment-item" }, ngImport: i0, template: "<div\n class=\"thy-segment-item-label\"\n [ngClass]=\"{\n 'thy-segment-item-label-only-icon': isOnlyIcon\n }\"\n>\n <thy-icon *ngIf=\"thyIcon\" class=\"thy-segment-item-icon\" [ngClass]=\"{ 'icon-with-text': isWithText }\" [thyIconName]=\"thyIcon\"></thy-icon>\n <ng-content></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
68
68
|
}
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ThySegmentItem, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{ selector: 'thy-segment-item,[thy-segment-item]', changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
72
72
|
class: 'thy-segment-item'
|