@alauda-fe/common 1.3.0 → 1.3.1
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/api/helpers.d.ts +8 -16
- package/array-form-table/form/component.d.ts +1 -1
- package/business/resource-select/internals/namespace-list/component.d.ts +3 -1
- package/business/resource-select/module.d.ts +2 -1
- package/core/components/tree/toggle.d.ts +3 -3
- package/core/constants/constants.d.ts +4 -1
- package/core/constants/patterns.d.ts +8 -0
- package/core/constants/status-icons.d.ts +2 -1
- package/core/services/encode-url-param.interceptor.d.ts +12 -0
- package/core/services/public-api.d.ts +1 -0
- package/core/services/time.service.d.ts +1 -0
- package/core/types/k8s/crd.d.ts +11 -5
- package/core/types/k8s/raw.d.ts +25 -38
- package/core/types/resource-definitions.d.ts +57 -71
- package/core/utils/common.d.ts +5 -11
- package/core/utils/disabled-state.d.ts +20 -0
- package/core/utils/public-api.d.ts +2 -0
- package/core/utils/workload.d.ts +66 -0
- package/esm2022/abnormal-page/abnormal-page.component.mjs +5 -4
- package/esm2022/abnormal-page/abnormal-page.module.mjs +2 -2
- package/esm2022/api/acp-common-api.service.mjs +3 -3
- package/esm2022/api/api-compatible.interceptor.mjs +1 -1
- package/esm2022/api/api-gateway.interceptor.mjs +3 -3
- package/esm2022/api/api-gateway.service.mjs +2 -2
- package/esm2022/api/cluster-version.service.mjs +3 -3
- package/esm2022/api/crypto.interceptor.mjs +4 -4
- package/esm2022/api/helpers.mjs +1 -1
- package/esm2022/api/k8s-api-resource.service.mjs +4 -4
- package/esm2022/api/k8s-api.service.mjs +6 -6
- package/esm2022/api/page-visibility.service.mjs +2 -2
- package/esm2022/api/platform-ui.service.mjs +2 -2
- package/esm2022/api/product.service.mjs +3 -3
- package/esm2022/api/project-api.service.mjs +3 -3
- package/esm2022/api/resource-update.service.mjs +3 -3
- package/esm2022/array-form-table/base-string-map-form.component.mjs +3 -3
- package/esm2022/array-form-table/form/component.mjs +104 -111
- package/esm2022/array-form-table/form/module.mjs +2 -2
- package/esm2022/array-form-table/key-value-form/component.mjs +53 -58
- package/esm2022/array-form-table/key-value-table/component.mjs +7 -7
- package/esm2022/array-form-table/string-array-form/component.mjs +48 -52
- package/esm2022/async-data/async-data-loader.mjs +1 -1
- package/esm2022/async-data/async-data.module.mjs +2 -2
- package/esm2022/async-data/error-page/component.mjs +21 -22
- package/esm2022/async-data/page-state/component.mjs +16 -15
- package/esm2022/authorization/app-init-url.mjs +1 -1
- package/esm2022/authorization/guard.service.mjs +4 -4
- package/esm2022/authorization/interceptor.service.mjs +4 -4
- package/esm2022/authorization/session-manage.service.mjs +5 -5
- package/esm2022/authorization/state.service.mjs +2 -2
- package/esm2022/authorization/storage-token.mjs +2 -2
- package/esm2022/business/module-info/api.service.mjs +3 -3
- package/esm2022/business/notification-disabled-container/component.mjs +14 -14
- package/esm2022/business/resource-select/base-list.mjs +3 -3
- package/esm2022/business/resource-select/context.service.mjs +3 -3
- package/esm2022/business/resource-select/exports/cluster-selector/component.mjs +22 -20
- package/esm2022/business/resource-select/exports/mesh-group-selector/component.mjs +22 -20
- package/esm2022/business/resource-select/exports/namespace-page/component.mjs +6 -5
- package/esm2022/business/resource-select/exports/namespace-selector/component.mjs +37 -35
- package/esm2022/business/resource-select/exports/project-page/component.mjs +6 -5
- package/esm2022/business/resource-select/exports/project-selector/component.mjs +23 -22
- package/esm2022/business/resource-select/helpers.directive.mjs +2 -2
- package/esm2022/business/resource-select/internals/cluster-list/component.mjs +7 -6
- package/esm2022/business/resource-select/internals/data-grid/component.mjs +173 -176
- package/esm2022/business/resource-select/internals/icon/component.mjs +3 -2
- package/esm2022/business/resource-select/internals/meshgroup-list/component.mjs +5 -4
- package/esm2022/business/resource-select/internals/namespace-list/component.mjs +145 -100
- package/esm2022/business/resource-select/internals/no-data/component.mjs +12 -14
- package/esm2022/business/resource-select/internals/project-list/component.mjs +5 -4
- package/esm2022/business/resource-select/internals/resource-dashboard/component.mjs +7 -6
- package/esm2022/business/resource-select/internals/selector-popup/component.mjs +6 -5
- package/esm2022/business/resource-select/internals/selector-popup/ref.mjs +1 -1
- package/esm2022/business/resource-select/internals/selector-popup/service.mjs +3 -3
- package/esm2022/business/resource-select/module.mjs +17 -14
- package/esm2022/business/resource-select/project.service.mjs +3 -3
- package/esm2022/business/resource-select/utils.mjs +1 -1
- package/esm2022/chart/chart.module.mjs +2 -2
- package/esm2022/chart/chart.service.mjs +4 -4
- package/esm2022/chart/common/axis/axis-label.component.mjs +4 -3
- package/esm2022/chart/common/axis/x-axis-ticks.component.mjs +27 -27
- package/esm2022/chart/common/axis/x-axis.component.mjs +6 -5
- package/esm2022/chart/common/axis/x-plot-lines.component.mjs +7 -6
- package/esm2022/chart/common/axis/y-axis-ticks.component.mjs +35 -35
- package/esm2022/chart/common/axis/y-axis.component.mjs +9 -8
- package/esm2022/chart/common/axis/y-plot-lines.component.mjs +6 -5
- package/esm2022/chart/common/chart/chart.component.mjs +41 -43
- package/esm2022/chart/common/legend/legend.component.mjs +62 -65
- package/esm2022/chart/common/range-area/range-area.component.mjs +13 -11
- package/esm2022/chart/common/reference-area/reference-area.component.mjs +4 -3
- package/esm2022/chart/common/series/area-series.component.mjs +15 -14
- package/esm2022/chart/common/series/bar-path.component.mjs +20 -21
- package/esm2022/chart/common/series/bar-series.component.mjs +8 -7
- package/esm2022/chart/common/series/line-series.component.mjs +7 -6
- package/esm2022/chart/common/series/series.component.mjs +3 -3
- package/esm2022/chart/common/tooltip/tooltip.component.mjs +73 -81
- package/esm2022/chart/custom-template/dropdown-legend.mjs +23 -25
- package/esm2022/chart/utils.mjs +1 -1
- package/esm2022/code/code-display-dialog/component.mjs +9 -8
- package/esm2022/code/code-editor-configs.mjs +2 -2
- package/esm2022/code/code.module.mjs +2 -2
- package/esm2022/code/k8s-yaml-display-dialog/component.mjs +9 -8
- package/esm2022/code/resource-yaml-display/component.mjs +21 -22
- package/esm2022/core/abstract/base-form-container.mjs +3 -3
- package/esm2022/core/abstract/base-nested-form-control.mjs +5 -5
- package/esm2022/core/components/tree/module.mjs +2 -2
- package/esm2022/core/components/tree/node/component.mjs +7 -6
- package/esm2022/core/components/tree/outlet.mjs +4 -4
- package/esm2022/core/components/tree/padding.mjs +6 -6
- package/esm2022/core/components/tree/toggle.mjs +9 -9
- package/esm2022/core/components/tree/tree/component.mjs +4 -3
- package/esm2022/core/constants/constants.mjs +4 -1
- package/esm2022/core/constants/patterns.mjs +10 -1
- package/esm2022/core/constants/status-icons.mjs +2 -1
- package/esm2022/core/constants/tokens.mjs +1 -1
- package/esm2022/core/directives/aui-code-editor.directive.mjs +3 -3
- package/esm2022/core/directives/click-outside.directive.mjs +4 -4
- package/esm2022/core/directives/declare.directive.mjs +2 -2
- package/esm2022/core/directives/disabled.directive.mjs +4 -4
- package/esm2022/core/directives/feature-gate.directive.mjs +4 -4
- package/esm2022/core/directives/intercept-deactivate.directive.mjs +4 -4
- package/esm2022/core/directives/last-form-item.directive.mjs +3 -3
- package/esm2022/core/directives/page-header-content.directive.mjs +3 -3
- package/esm2022/core/directives/readonly-field.directive.mjs +8 -7
- package/esm2022/core/directives/resize.directive.mjs +3 -3
- package/esm2022/core/directives/scroll-border-observer.directive.mjs +4 -4
- package/esm2022/core/directives/scroll-to-first-invalid.directive.mjs +5 -5
- package/esm2022/core/guards/feature.guard.mjs +4 -4
- package/esm2022/core/guards/intercept-deactivate.guard.mjs +3 -3
- package/esm2022/core/guards/leave-edit-page.guard.mjs +3 -3
- package/esm2022/core/guards/project-namespace.guard.mjs +5 -5
- package/esm2022/core/module.mjs +2 -2
- package/esm2022/core/pipes/calc.pipe.mjs +2 -2
- package/esm2022/core/pipes/cron-human-readable.pipe.mjs +2 -2
- package/esm2022/core/pipes/crontab-next.pipe.mjs +3 -3
- package/esm2022/core/pipes/duration.pipe.mjs +3 -3
- package/esm2022/core/pipes/field-not-available.pipe.mjs +2 -2
- package/esm2022/core/pipes/img-header.pipe.mjs +2 -2
- package/esm2022/core/pipes/img-theme.pipe.mjs +3 -3
- package/esm2022/core/pipes/k8s-util.pipe.mjs +24 -24
- package/esm2022/core/pipes/k8s-util.pipe.module.mjs +2 -2
- package/esm2022/core/pipes/keyvalue.pipe.mjs +3 -3
- package/esm2022/core/pipes/marked.pipe.mjs +2 -2
- package/esm2022/core/pipes/minimum-format.pipe.mjs +3 -3
- package/esm2022/core/pipes/page-env.pipe.mjs +5 -5
- package/esm2022/core/pipes/parse-json-translate.pipe.mjs +3 -3
- package/esm2022/core/pipes/parse-json.pipe.mjs +2 -2
- package/esm2022/core/pipes/pure.pipe.mjs +2 -2
- package/esm2022/core/pipes/pure.pipe.module.mjs +2 -2
- package/esm2022/core/pipes/safe.pipe.mjs +3 -3
- package/esm2022/core/pipes/sanitize.pipe.mjs +3 -3
- package/esm2022/core/pipes/time.pipe.mjs +9 -9
- package/esm2022/core/pipes/timezone-display.pipe.mjs +2 -2
- package/esm2022/core/services/aui-paginator-intl.service.mjs +3 -3
- package/esm2022/core/services/aui-tooltip-copy-intl.service.mjs +3 -3
- package/esm2022/core/services/context.service.mjs +4 -4
- package/esm2022/core/services/custom-code-editor-intl.service.mjs +3 -3
- package/esm2022/core/services/encode-url-param.interceptor.mjs +32 -0
- package/esm2022/core/services/feature-gate.service.mjs +3 -3
- package/esm2022/core/services/form-row-duplicate/form-row-duplicate.service.mjs +3 -3
- package/esm2022/core/services/intercept-deactivate.service.mjs +3 -3
- package/esm2022/core/services/k8s-util.service.mjs +3 -3
- package/esm2022/core/services/on-resize.service.mjs +5 -5
- package/esm2022/core/services/public-api.mjs +2 -1
- package/esm2022/core/services/silently-navigate.service.mjs +3 -3
- package/esm2022/core/services/time.service.mjs +4 -3
- package/esm2022/core/services/ui-state.service.mjs +2 -2
- package/esm2022/core/services/workspace-helper.service.mjs +2 -2
- package/esm2022/core/services/yaml-util.service.mjs +4 -4
- package/esm2022/core/types/k8s/crd.mjs +1 -1
- package/esm2022/core/types/k8s/raw.mjs +1 -1
- package/esm2022/core/types/resource-definitions.mjs +42 -65
- package/esm2022/core/utils/cache-store.mjs +1 -1
- package/esm2022/core/utils/common.mjs +3 -2
- package/esm2022/core/utils/create-recursive-filter.mjs +1 -1
- package/esm2022/core/utils/cron-util.mjs +1 -1
- package/esm2022/core/utils/decorators.mjs +1 -1
- package/esm2022/core/utils/disabled-state.mjs +47 -0
- package/esm2022/core/utils/format-number.mjs +1 -1
- package/esm2022/core/utils/k8s-util.mjs +1 -1
- package/esm2022/core/utils/observable.mjs +1 -1
- package/esm2022/core/utils/operators.mjs +1 -1
- package/esm2022/core/utils/public-api.mjs +3 -1
- package/esm2022/core/utils/request-pool.mjs +1 -1
- package/esm2022/core/utils/resources.mjs +1 -1
- package/esm2022/core/utils/sort-fn.mjs +1 -1
- package/esm2022/core/utils/tree.mjs +1 -1
- package/esm2022/core/utils/unit.mjs +1 -1
- package/esm2022/core/utils/version.mjs +1 -1
- package/esm2022/core/utils/workload.mjs +183 -0
- package/esm2022/core/utils/workspace.mjs +1 -1
- package/esm2022/core/utils/yaml.mjs +1 -1
- package/esm2022/custom-columns-setting/component.mjs +30 -23
- package/esm2022/disabled-container/disabled-container.component.mjs +4 -3
- package/esm2022/disabled-container/disabled-container.module.mjs +2 -2
- package/esm2022/editable-text/component.mjs +14 -12
- package/esm2022/editable-text/module.mjs +2 -2
- package/esm2022/effect-directive/coerce-number.directive.mjs +4 -4
- package/esm2022/effect-directive/e2e-attribute-binding.directive.mjs +3 -3
- package/esm2022/effect-directive/event.directive.mjs +3 -3
- package/esm2022/effect-directive/min-max.directive.mjs +3 -3
- package/esm2022/effect-directive/module.mjs +2 -2
- package/esm2022/effect-directive/trim.directive.mjs +3 -3
- package/esm2022/effect-directive/validators.directive.mjs +3 -3
- package/esm2022/exec/module.mjs +2 -2
- package/esm2022/exec/placeholder/component.mjs +4 -3
- package/esm2022/exec/service.mjs +3 -3
- package/esm2022/exec/terminal/component.mjs +77 -69
- package/esm2022/exec/terminal-group/component.mjs +42 -44
- package/esm2022/feature-gate-forbidden/component/component.mjs +9 -8
- package/esm2022/feature-gate-forbidden/module.mjs +2 -2
- package/esm2022/form/directives/value-trace.directive.mjs +4 -4
- package/esm2022/form/errors-mapper/base-errors-mapper.mjs +3 -3
- package/esm2022/form/errors-mapper/default-errors-mapper.service.mjs +3 -3
- package/esm2022/form/errors-mapper/errors-mapper-component/component.mjs +6 -5
- package/esm2022/form/errors-mapper/errors-mapper.directive.mjs +7 -6
- package/esm2022/form/errors-mapper/errors-mapper.module.mjs +2 -2
- package/esm2022/form/labels-editor/component.mjs +36 -36
- package/esm2022/form/taints-editor/component.mjs +42 -42
- package/esm2022/form/upload-file/component.mjs +9 -7
- package/esm2022/form/utils.mjs +1 -1
- package/esm2022/form/validators/async-function-validator.directive.mjs +4 -3
- package/esm2022/form/validators/dns1123-subdomain.mjs +1 -1
- package/esm2022/form/validators/function-validator.directive.mjs +4 -3
- package/esm2022/form/validators/maxlength-minlength-validator.directive.mjs +9 -7
- package/esm2022/form/validators/module.mjs +7 -8
- package/esm2022/form/validators/not-be-validator.directive.mjs +4 -3
- package/esm2022/form/validators/one-of-validator.directive.mjs +4 -3
- package/esm2022/form/validators/resource-limit.mjs +1 -1
- package/esm2022/form/validators/strong-password/strong-password-tooltip/component.mjs +30 -28
- package/esm2022/form/validators/strong-password/strong-password-validator.directive.mjs +3 -3
- package/esm2022/form/validators/strong-password/strong-password-validator.module.mjs +6 -7
- package/esm2022/form/validators/utils.mjs +1 -1
- package/esm2022/graph-canvas/components/graph-actions.component.mjs +3 -2
- package/esm2022/graph-canvas/components/graph-canvas.component.mjs +25 -23
- package/esm2022/graph-canvas/components/graph-link.component.mjs +12 -13
- package/esm2022/graph-canvas/components/graph-links.component.mjs +3 -2
- package/esm2022/graph-canvas/components/graph-node.directive.mjs +4 -4
- package/esm2022/graph-canvas/graph-canvas.module.mjs +2 -2
- package/esm2022/graph-canvas/graph-store.service.mjs +2 -2
- package/esm2022/grid-layout/components/grid/component.mjs +5 -4
- package/esm2022/grid-layout/components/grid-items/component.mjs +8 -7
- package/esm2022/grid-layout/directives/drag-handler.directive.mjs +3 -3
- package/esm2022/grid-layout/directives/placeholder.directive.mjs +3 -3
- package/esm2022/grid-layout/directives/remove-handler.directive.mjs +3 -3
- package/esm2022/grid-layout/directives/resize-handler.directive.mjs +3 -3
- package/esm2022/grid-layout/grid-layout.service.mjs +2 -2
- package/esm2022/grid-layout/grid-placeholder.service.mjs +3 -3
- package/esm2022/grid-layout/module.mjs +2 -2
- package/esm2022/grid-layout/utils/grid.utils.mjs +1 -1
- package/esm2022/grid-layout/utils/react-grid-layout.utils.mjs +1 -1
- package/esm2022/grid-layout/utils/scroll.utils.mjs +1 -1
- package/esm2022/help-document/component.mjs +18 -16
- package/esm2022/help-document/directive.mjs +4 -4
- package/esm2022/help-document/module.mjs +2 -2
- package/esm2022/help-document/service.mjs +4 -4
- package/esm2022/iframe-config/config.service.mjs +3 -3
- package/esm2022/k8s-resource-list/footer/component.mjs +53 -51
- package/esm2022/k8s-resource-list/k8s-resource-list.mjs +3 -6
- package/esm2022/k8s-resource-list/k8s-resource-list.module.mjs +2 -2
- package/esm2022/k8s-resource-list/k8s-resource-paged-list.mjs +1 -1
- package/esm2022/k8s-resource-list/utils.mjs +1 -1
- package/esm2022/k8s-shared/constants.mjs +53 -0
- package/esm2022/k8s-shared/k8s-resource-translate-key.pipe.mjs +30 -0
- package/esm2022/k8s-shared/k8s-shared-util.service.mjs +3 -3
- package/esm2022/k8s-shared/public-api.mjs +2 -1
- package/esm2022/k8s-shared/update-description-dialog/component.mjs +10 -9
- package/esm2022/k8s-shared/update-display-name-dialog/component.mjs +22 -20
- package/esm2022/k8s-shared/update-key-value-dialog/component.mjs +13 -11
- package/esm2022/lazy-component/lazy-load-component.mjs +25 -26
- package/esm2022/lazy-component/visibility.service.mjs +2 -2
- package/esm2022/license/license-api.mjs +3 -3
- package/esm2022/license/license-error/component.mjs +25 -25
- package/esm2022/license/license-error/module.mjs +2 -2
- package/esm2022/license/license.guard.mjs +4 -4
- package/esm2022/license/license.service.mjs +4 -4
- package/esm2022/list-display/component.mjs +39 -40
- package/esm2022/metric-chart/common-chart.service.mjs +3 -3
- package/esm2022/metric-chart/helpers.mjs +1 -1
- package/esm2022/metric-chart/metric-chart.component.mjs +6 -5
- package/esm2022/metric-chart/metric-chart.module.mjs +2 -2
- package/esm2022/metric-chart/metric-time-pick.mjs +20 -17
- package/esm2022/metric-chart/utils.mjs +1 -1
- package/esm2022/multi-search/action-input/component.mjs +180 -181
- package/esm2022/multi-search/form/component.mjs +26 -22
- package/esm2022/multi-search/multi-search-tags/component.mjs +33 -31
- package/esm2022/mutable/element.mjs +1 -1
- package/esm2022/mutable/mosaic/mosaic.component.mjs +6 -5
- package/esm2022/mutable/mosaic/mosaic.directive.mjs +3 -3
- package/esm2022/mutable/mutable.directive.mjs +4 -4
- package/esm2022/mutable/mutable.module.mjs +2 -2
- package/esm2022/notification/feedback-notification/component.mjs +22 -23
- package/esm2022/notification/notification-util.service.mjs +3 -3
- package/esm2022/notification/resource-error.interceptor.mjs +3 -3
- package/esm2022/overview-banner/overview-banner.component.mjs +3 -2
- package/esm2022/overview-banner/overview-banner.module.mjs +2 -2
- package/esm2022/page-guard/component/component.mjs +70 -78
- package/esm2022/page-guard/component/helper-directives.mjs +5 -5
- package/esm2022/page-guard/module.mjs +2 -2
- package/esm2022/page-scaffold/module.mjs +2 -2
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb-slot.directive.mjs +3 -3
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb.component.mjs +177 -88
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb.service.mjs +2 -2
- package/esm2022/page-scaffold/navigation/breadcrumb/module.mjs +2 -2
- package/esm2022/page-scaffold/navigation/lottie-icons/animation-data.mjs +1 -3
- package/esm2022/page-scaffold/navigation/lottie-icons/lottie-icon.directive.mjs +3 -3
- package/esm2022/page-scaffold/navigation/lottie-icons/module.mjs +2 -2
- package/esm2022/page-scaffold/navigation/lottie-icons/replace-lottie-colors.mjs +11 -11
- package/esm2022/page-scaffold/navigation/module.mjs +2 -2
- package/esm2022/page-scaffold/navigation/nav-menu/nav-item-li/nav-item-li.component.mjs +128 -99
- package/esm2022/page-scaffold/navigation/nav-menu/nav-item-ul/nav-item-ul.component.mjs +30 -32
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.component.mjs +21 -19
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.module.mjs +4 -4
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.types.mjs +1 -1
- package/esm2022/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.mjs +6 -5
- package/esm2022/page-scaffold/page/context.service.mjs +2 -2
- package/esm2022/page-scaffold/page/helper-directives.mjs +10 -10
- package/esm2022/page-scaffold/page/notices/maintenance.component.mjs +11 -11
- package/esm2022/page-scaffold/page/notices/notice.component.mjs +15 -15
- package/esm2022/page-scaffold/page/page.component.mjs +20 -20
- package/esm2022/page-scaffold/page/page.module.mjs +2 -2
- package/esm2022/page-scaffold/page-header/account-menu/component/component.mjs +40 -39
- package/esm2022/page-scaffold/page-header/account-menu/module.mjs +2 -2
- package/esm2022/page-scaffold/page-header/common-layout/common-layout.module.mjs +2 -2
- package/esm2022/page-scaffold/page-header/common-layout/context.service.mjs +4 -4
- package/esm2022/page-scaffold/page-header/common-layout/namespace-select/component.mjs +58 -59
- package/esm2022/page-scaffold/page-header/common-layout/product-select/component.mjs +64 -65
- package/esm2022/page-scaffold/page-header/common-layout/product-select/service.mjs +2 -2
- package/esm2022/page-scaffold/page-header/common-layout/project-select/base-selection.mjs +3 -3
- package/esm2022/page-scaffold/page-header/common-layout/store.service.mjs +3 -3
- package/esm2022/page-scaffold/page-header/component.mjs +24 -25
- package/esm2022/page-scaffold/page-header/enterprise-support-status/component.mjs +15 -14
- package/esm2022/page-scaffold/page-header/header-notify/component/header-notify.component.mjs +27 -27
- package/esm2022/page-scaffold/page-header/header-notify/component/notification-list/notification-list.component.mjs +22 -21
- package/esm2022/page-scaffold/page-header/header-notify/header-notify.module.mjs +2 -2
- package/esm2022/page-scaffold/page-header/header-notify/notify.service.mjs +5 -5
- package/esm2022/page-scaffold/page-header/help-menu/component/component.mjs +59 -62
- package/esm2022/page-scaffold/page-header/help-menu/module.mjs +2 -2
- package/esm2022/page-scaffold/page-header/module.mjs +2 -2
- package/esm2022/permission/helpers.mjs +1 -1
- package/esm2022/permission/k8s-permission.service.mjs +3 -3
- package/esm2022/permission/permission.guard.mjs +3 -3
- package/esm2022/pie-derivative-chart/donut-status/component.mjs +29 -28
- package/esm2022/pie-derivative-chart/indicator-color.directive.mjs +3 -3
- package/esm2022/pie-derivative-chart/numerical-limit.pipe.mjs +3 -3
- package/esm2022/pie-derivative-chart/pie-derivative-chart.module.mjs +2 -2
- package/esm2022/pie-derivative-chart/radial-bar/radial-bar-chart.component.mjs +54 -59
- package/esm2022/pod-status/component.mjs +167 -0
- package/esm2022/pod-status/public-api.mjs +4 -0
- package/esm2022/pod-status/status.mjs +84 -0
- package/esm2022/pod-status/typings.mjs +19 -0
- package/esm2022/public-api.mjs +3 -1
- package/esm2022/searchable-selector/component.mjs +73 -75
- package/esm2022/searchable-selector/module.mjs +2 -2
- package/esm2022/skeleton/item/component.mjs +4 -3
- package/esm2022/skeleton/module.mjs +2 -2
- package/esm2022/skeleton/nav-skeleton/component.mjs +8 -7
- package/esm2022/table/component.mjs +253 -271
- package/esm2022/table/helper.mjs +1 -1
- package/esm2022/table/helpers.directive.mjs +3 -3
- package/esm2022/table/module.mjs +40 -31
- package/esm2022/table/util.service.mjs +4 -4
- package/esm2022/translate/helpers.mjs +1 -1
- package/esm2022/translate/i18n-config.mjs +3 -8
- package/esm2022/translate/translate.directive.mjs +9 -9
- package/esm2022/translate/translate.module.mjs +2 -2
- package/esm2022/translate/translate.pipe.mjs +3 -3
- package/esm2022/translate/translate.service.mjs +4 -4
- package/esm2022/view-chart/custom-template/dropdown-legend.mjs +24 -26
- package/esm2022/view-chart/legend/legend.component.mjs +66 -70
- package/esm2022/view-chart/view-chart.component.mjs +90 -98
- package/esm2022/view-chart/view-chart.module.mjs +2 -2
- package/esm2022/view-zchart/custom-template/dropdown-legend.mjs +24 -26
- package/esm2022/view-zchart/legend/legend.component.mjs +77 -82
- package/esm2022/view-zchart/units.mjs +1 -1
- package/esm2022/view-zchart/view-zchart.component.mjs +111 -120
- package/esm2022/view-zchart/view-zchart.module.mjs +2 -2
- package/esm2022/widget/card-section/card-section.component.mjs +13 -12
- package/esm2022/widget/confirm-delete/confirm-delete.component.mjs +45 -46
- package/esm2022/widget/current-time/component.mjs +4 -3
- package/esm2022/widget/date-range-picker/component.mjs +42 -40
- package/esm2022/widget/field-set/column/component.mjs +5 -3
- package/esm2022/widget/field-set/group/component.mjs +3 -2
- package/esm2022/widget/field-set/item/component.mjs +8 -7
- package/esm2022/widget/foldable-block/component.mjs +25 -24
- package/esm2022/widget/foldable-item-in-table/component.mjs +41 -42
- package/esm2022/widget/loading-mask/loading-mask.component.mjs +9 -9
- package/esm2022/widget/password-input/component.mjs +72 -71
- package/esm2022/widget/relative-time/component.mjs +4 -3
- package/esm2022/widget/resource-multi-select/component.mjs +20 -19
- package/esm2022/widget/resource-multi-select/util.mjs +1 -1
- package/esm2022/widget/search-panel/component.mjs +3 -2
- package/esm2022/widget/search-panel/helper.directive.mjs +2 -2
- package/esm2022/widget/search-panel/search-item/component.mjs +3 -2
- package/esm2022/widget/select-prefix-label/directive.mjs +4 -4
- package/esm2022/widget/status-icon/status-icon.component.mjs +16 -15
- package/esm2022/widget/tags-label/component.mjs +61 -62
- package/esm2022/widget/terminating-tag/component.mjs +4 -3
- package/esm2022/widget/text-ellipsis/component.mjs +11 -11
- package/esm2022/widget/text-tooltip/directive.mjs +3 -3
- package/esm2022/widget/text-with-url/component.mjs +8 -8
- package/esm2022/widget/widget.module.mjs +2 -2
- package/esm2022/widget/zero-state/zero-state.component.mjs +17 -17
- package/esm2022/window-channel/base-window-channel.mjs +1 -1
- package/esm2022/window-channel/directives/host-link.directive.mjs +2 -2
- package/esm2022/window-channel/host-window-channel.service.mjs +3 -3
- package/esm2022/window-channel/plugin-window-channel.service.mjs +3 -3
- package/esm2022/workload-status-icon/component.mjs +72 -0
- package/esm2022/workload-status-icon/public-api.mjs +2 -0
- package/esm2022/xterm/xterm-terminal/xterm-terminal.component.mjs +68 -71
- package/esm2022/xterm/xterm-terminal/xterm-terminal.directive.mjs +3 -3
- package/esm2022/xterm/xterm.component.mjs +5 -4
- package/exec/terminal/component.d.ts +0 -1
- package/form/validators/async-function-validator.directive.d.ts +1 -1
- package/form/validators/function-validator.directive.d.ts +1 -1
- package/form/validators/maxlength-minlength-validator.directive.d.ts +2 -2
- package/form/validators/module.d.ts +8 -8
- package/form/validators/not-be-validator.directive.d.ts +1 -1
- package/form/validators/one-of-validator.directive.d.ts +1 -1
- package/form/validators/resource-limit.d.ts +1 -1
- package/form/validators/strong-password/strong-password-validator.module.d.ts +2 -2
- package/graph-canvas/components/graph-canvas.component.d.ts +2 -2
- package/k8s-resource-list/footer/component.d.ts +2 -1
- package/k8s-shared/constants.d.ts +7 -0
- package/k8s-shared/k8s-resource-translate-key.pipe.d.ts +9 -0
- package/k8s-shared/public-api.d.ts +1 -0
- package/license/license-api.d.ts +1 -1
- package/license/license-error/component.d.ts +1 -1
- package/metric-chart/helpers.d.ts +1 -1
- package/package.json +2 -1
- package/page-guard/component/component.d.ts +1 -1
- package/page-scaffold/navigation/breadcrumb/breadcrumb.component.d.ts +2 -0
- package/page-scaffold/navigation/nav-menu/nav-item-li/nav-item-li.component.d.ts +1 -0
- package/page-scaffold/navigation/nav-menu/nav-menu.types.d.ts +8 -1
- package/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.d.ts +2 -1
- package/page-scaffold/page-header/header-notify/utils.d.ts +3 -3
- package/pod-status/component.d.ts +27 -0
- package/pod-status/public-api.d.ts +3 -0
- package/pod-status/status.d.ts +4 -0
- package/pod-status/typings.d.ts +16 -0
- package/public-api.d.ts +2 -0
- package/styles/ansi-color.scss +131 -0
- package/styles/global.scss +3 -1
- package/styles/tailwind-preset.scss +1 -1
- package/table/component.d.ts +2 -1
- package/table/module.d.ts +22 -6
- package/widget/zero-state/zero-state.component.d.ts +1 -1
- package/workload-status-icon/component.d.ts +36 -0
- package/workload-status-icon/public-api.d.ts +1 -0
- package/a-chart/a-chart.module.d.ts +0 -16
- package/a-chart/base-chart.d.ts +0 -24
- package/a-chart/chart-status.component.d.ts +0 -15
- package/a-chart/chart.component.d.ts +0 -56
- package/a-chart/components/base-component.d.ts +0 -12
- package/a-chart/components/legend/base-legend.component.d.ts +0 -31
- package/a-chart/components/legend/dropdown-legend.d.ts +0 -17
- package/a-chart/components/legend/legend.component.d.ts +0 -17
- package/a-chart/components/legend/public-api.d.ts +0 -3
- package/a-chart/components/public-api.d.ts +0 -3
- package/a-chart/components/title.component.d.ts +0 -17
- package/a-chart/constant.d.ts +0 -6
- package/a-chart/public-api.d.ts +0 -12
- package/a-chart/types.d.ts +0 -38
- package/a-chart/utils.d.ts +0 -13
- package/a-metric-chart/a-metric-chart.component.d.ts +0 -154
- package/a-metric-chart/a-metric-chart.module.d.ts +0 -16
- package/a-metric-chart/bar-gauge/bar-gauge.component.d.ts +0 -25
- package/a-metric-chart/base-chart.component.d.ts +0 -14
- package/a-metric-chart/metric-chart-refresh.service.d.ts +0 -8
- package/a-metric-chart/public-api.d.ts +0 -14
- package/a-metric-chart/stat-chart/stat-chart.component.d.ts +0 -11
- package/a-metric-chart/table-chart/table-chart.component.d.ts +0 -29
- package/a-metric-chart/types.d.ts +0 -130
- package/a-metric-chart/utils/public-api.d.ts +0 -3
- package/a-metric-chart/utils/range.d.ts +0 -1
- package/a-metric-chart/utils/unit.d.ts +0 -48
- package/a-metric-chart/utils/util.d.ts +0 -45
- package/api/monitor-api.service.d.ts +0 -104
- package/esm2022/a-chart/a-chart.module.mjs +0 -76
- package/esm2022/a-chart/base-chart.mjs +0 -98
- package/esm2022/a-chart/chart-status.component.mjs +0 -195
- package/esm2022/a-chart/chart.component.mjs +0 -307
- package/esm2022/a-chart/components/base-component.mjs +0 -23
- package/esm2022/a-chart/components/legend/base-legend.component.mjs +0 -111
- package/esm2022/a-chart/components/legend/dropdown-legend.mjs +0 -199
- package/esm2022/a-chart/components/legend/legend.component.mjs +0 -102
- package/esm2022/a-chart/components/legend/public-api.mjs +0 -4
- package/esm2022/a-chart/components/public-api.mjs +0 -4
- package/esm2022/a-chart/components/title.component.mjs +0 -99
- package/esm2022/a-chart/constant.mjs +0 -24
- package/esm2022/a-chart/public-api.mjs +0 -13
- package/esm2022/a-chart/types.mjs +0 -7
- package/esm2022/a-chart/utils.mjs +0 -37
- package/esm2022/a-metric-chart/a-metric-chart.component.mjs +0 -937
- package/esm2022/a-metric-chart/a-metric-chart.module.mjs +0 -74
- package/esm2022/a-metric-chart/bar-gauge/bar-gauge.component.mjs +0 -166
- package/esm2022/a-metric-chart/base-chart.component.mjs +0 -30
- package/esm2022/a-metric-chart/metric-chart-refresh.service.mjs +0 -18
- package/esm2022/a-metric-chart/public-api.mjs +0 -15
- package/esm2022/a-metric-chart/stat-chart/stat-chart.component.mjs +0 -122
- package/esm2022/a-metric-chart/table-chart/table-chart.component.mjs +0 -201
- package/esm2022/a-metric-chart/types.mjs +0 -26
- package/esm2022/a-metric-chart/utils/public-api.mjs +0 -4
- package/esm2022/a-metric-chart/utils/range.mjs +0 -35
- package/esm2022/a-metric-chart/utils/unit.mjs +0 -83
- package/esm2022/a-metric-chart/utils/util.mjs +0 -243
- package/esm2022/api/monitor-api.service.mjs +0 -158
- package/esm2022/notification/notification-util.module.mjs +0 -32
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/dashboard.json +0 -1
- package/notification/notification-util.module.d.ts +0 -10
|
@@ -5,76 +5,75 @@ import { FieldNotAvailablePipe, PurePipe } from '../../public-api';
|
|
|
5
5
|
import { TranslatePipe, TranslateService } from '../../translate/public-api';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "../../translate/public-api";
|
|
8
|
+
const _c0 = (a0, a1) => ({ unfolded: a0, "has-more": a1 });
|
|
9
|
+
const _c1 = a0 => ({ marginBottom: a0 });
|
|
10
|
+
const _c2 = a0 => ({ $implicit: a0 });
|
|
11
|
+
const _c3 = a0 => ({ folded: a0 });
|
|
8
12
|
function FoldableItemInTableComponent_div_0_li_3_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
9
13
|
i0.ɵɵelementContainer(0);
|
|
10
14
|
} }
|
|
11
|
-
const _c0 = function (a0) { return { $implicit: a0 }; };
|
|
12
15
|
function FoldableItemInTableComponent_div_0_li_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
13
16
|
i0.ɵɵelementContainerStart(0);
|
|
14
17
|
i0.ɵɵtemplate(1, FoldableItemInTableComponent_div_0_li_3_ng_container_2_ng_container_1_Template, 1, 0, "ng-container", 9);
|
|
15
18
|
i0.ɵɵelementContainerEnd();
|
|
16
19
|
} if (rf & 2) {
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
i0.ɵɵadvance(
|
|
20
|
-
i0.ɵɵproperty("ngTemplateOutlet",
|
|
20
|
+
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
21
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
22
|
+
i0.ɵɵadvance();
|
|
23
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.itemTpl)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c2, item_r1));
|
|
21
24
|
} }
|
|
22
25
|
function FoldableItemInTableComponent_div_0_li_3_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
23
26
|
i0.ɵɵtext(0);
|
|
24
27
|
} if (rf & 2) {
|
|
25
|
-
const
|
|
26
|
-
i0.ɵɵtextInterpolate(
|
|
28
|
+
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
29
|
+
i0.ɵɵtextInterpolate(item_r1);
|
|
27
30
|
} }
|
|
28
31
|
function FoldableItemInTableComponent_div_0_li_3_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
-
i0.ɵɵelementStart(0, "li",
|
|
32
|
+
i0.ɵɵelementStart(0, "li", 7);
|
|
30
33
|
i0.ɵɵpipe(1, "pure");
|
|
31
|
-
i0.ɵɵtemplate(2, FoldableItemInTableComponent_div_0_li_3_ng_container_2_Template, 2, 4, "ng-container",
|
|
32
|
-
i0.ɵɵtemplate(3, FoldableItemInTableComponent_div_0_li_3_ng_template_3_Template, 1, 1, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
34
|
+
i0.ɵɵtemplate(2, FoldableItemInTableComponent_div_0_li_3_ng_container_2_Template, 2, 4, "ng-container", 8)(3, FoldableItemInTableComponent_div_0_li_3_ng_template_3_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
33
35
|
i0.ɵɵelementEnd();
|
|
34
36
|
} if (rf & 2) {
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
i0.ɵɵproperty("title", i0.ɵɵpipeBind3(1, 3,
|
|
37
|
+
const item_r1 = ctx.$implicit;
|
|
38
|
+
const normal_r3 = i0.ɵɵreference(4);
|
|
39
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
40
|
+
i0.ɵɵproperty("title", i0.ɵɵpipeBind3(1, 3, item_r1, ctx_r1.itemTitle, ctx_r1.translate.locale));
|
|
39
41
|
i0.ɵɵadvance(2);
|
|
40
|
-
i0.ɵɵproperty("ngIf",
|
|
42
|
+
i0.ɵɵproperty("ngIf", ctx_r1.isTemplateRef(ctx_r1.itemTpl))("ngIfElse", normal_r3);
|
|
41
43
|
} }
|
|
42
|
-
const _c1 = function (a0) { return { folded: a0 }; };
|
|
43
44
|
function FoldableItemInTableComponent_div_0_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
-
const
|
|
45
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
45
46
|
i0.ɵɵelementStart(0, "button", 10);
|
|
46
|
-
i0.ɵɵlistener("click", function FoldableItemInTableComponent_div_0_button_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
47
|
+
i0.ɵɵlistener("click", function FoldableItemInTableComponent_div_0_button_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.folded = !ctx_r1.folded); });
|
|
47
48
|
i0.ɵɵtext(1);
|
|
48
49
|
i0.ɵɵpipe(2, "translate");
|
|
49
50
|
i0.ɵɵelement(3, "aui-icon", 11);
|
|
50
51
|
i0.ɵɵelementEnd();
|
|
51
52
|
} if (rf & 2) {
|
|
52
|
-
const
|
|
53
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7,
|
|
54
|
-
i0.ɵɵadvance(
|
|
55
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 5,
|
|
53
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
54
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c3, !ctx_r1.folded))("round", true)("plain", ctx_r1.folded);
|
|
55
|
+
i0.ɵɵadvance();
|
|
56
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 5, ctx_r1.folded ? "unfold" : "collapse"), " ");
|
|
56
57
|
i0.ɵɵadvance(2);
|
|
57
|
-
i0.ɵɵproperty("icon",
|
|
58
|
+
i0.ɵɵproperty("icon", ctx_r1.folded ? "angles_down" : "angles_up");
|
|
58
59
|
} }
|
|
59
|
-
const _c2 = function (a0, a1) { return { unfolded: a0, "has-more": a1 }; };
|
|
60
|
-
const _c3 = function (a0) { return { marginBottom: a0 }; };
|
|
61
60
|
function FoldableItemInTableComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
62
|
-
i0.ɵɵelementStart(0, "div",
|
|
61
|
+
i0.ɵɵelementStart(0, "div", 3)(1, "ul", 4);
|
|
63
62
|
i0.ɵɵpipe(2, "pure");
|
|
64
|
-
i0.ɵɵtemplate(3, FoldableItemInTableComponent_div_0_li_3_Template, 5, 7, "li",
|
|
63
|
+
i0.ɵɵtemplate(3, FoldableItemInTableComponent_div_0_li_3_Template, 5, 7, "li", 5);
|
|
65
64
|
i0.ɵɵpipe(4, "pure");
|
|
66
65
|
i0.ɵɵelementEnd();
|
|
67
|
-
i0.ɵɵtemplate(5, FoldableItemInTableComponent_div_0_button_5_Template, 4, 9, "button",
|
|
66
|
+
i0.ɵɵtemplate(5, FoldableItemInTableComponent_div_0_button_5_Template, 4, 9, "button", 6);
|
|
68
67
|
i0.ɵɵelementEnd();
|
|
69
68
|
} if (rf & 2) {
|
|
70
|
-
const
|
|
71
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(12,
|
|
72
|
-
i0.ɵɵadvance(
|
|
73
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpipeBind2(2, 5,
|
|
69
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
70
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(12, _c0, !ctx_r1.folded, ctx_r1.items.length > ctx_r1.min))("ngStyle", i0.ɵɵpureFunction1(15, _c1, ctx_r1.items.length > ctx_r1.min ? "10px" : null));
|
|
71
|
+
i0.ɵɵadvance();
|
|
72
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpipeBind2(2, 5, ctx_r1.max, ctx_r1.getStyle));
|
|
74
73
|
i0.ɵɵadvance(2);
|
|
75
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(4, 8,
|
|
74
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(4, 8, ctx_r1.items, ctx_r1.getItems, ctx_r1.folded));
|
|
76
75
|
i0.ɵɵadvance(2);
|
|
77
|
-
i0.ɵɵproperty("ngIf",
|
|
76
|
+
i0.ɵɵproperty("ngIf", ctx_r1.items.length > ctx_r1.min);
|
|
78
77
|
} }
|
|
79
78
|
function FoldableItemInTableComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
80
79
|
i0.ɵɵtext(0);
|
|
@@ -99,12 +98,11 @@ export class FoldableItemInTableComponent {
|
|
|
99
98
|
};
|
|
100
99
|
}
|
|
101
100
|
static { this.ɵfac = function FoldableItemInTableComponent_Factory(t) { return new (t || FoldableItemInTableComponent)(i0.ɵɵdirectiveInject(i1.TranslateService)); }; }
|
|
102
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FoldableItemInTableComponent, selectors: [["acl-foldable-item-in-table"]], inputs: { hint: "hint", itemTpl: "itemTpl", itemTitle: "itemTitle", folded: "folded", items: "items", min: "min", max: "max" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 3, vars: 2, consts: [["class", "foldable", 3, "ngClass", "ngStyle", 4, "ngIf", "ngIfElse"], [
|
|
103
|
-
i0.ɵɵtemplate(0, FoldableItemInTableComponent_div_0_Template, 6, 17, "div", 0);
|
|
104
|
-
i0.ɵɵtemplate(1, FoldableItemInTableComponent_ng_template_1_Template, 2, 3, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
101
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FoldableItemInTableComponent, selectors: [["acl-foldable-item-in-table"]], inputs: { hint: "hint", itemTpl: "itemTpl", itemTitle: "itemTitle", folded: "folded", items: "items", min: "min", max: "max" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 3, vars: 2, consts: [["empty", ""], ["normal", ""], ["class", "foldable", 3, "ngClass", "ngStyle", 4, "ngIf", "ngIfElse"], [1, "foldable", 3, "ngClass", "ngStyle"], [3, "ngStyle"], [3, "title", 4, "ngFor", "ngForOf"], ["aui-button", "primary", "size", "mini", "type", "button", 3, "ngClass", "round", "plain", "click", 4, "ngIf"], [3, "title"], [4, "ngIf", "ngIfElse"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["aui-button", "primary", "size", "mini", "type", "button", 3, "click", "ngClass", "round", "plain"], [3, "icon"]], template: function FoldableItemInTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
102
|
+
i0.ɵɵtemplate(0, FoldableItemInTableComponent_div_0_Template, 6, 17, "div", 2)(1, FoldableItemInTableComponent_ng_template_1_Template, 2, 3, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
105
103
|
} if (rf & 2) {
|
|
106
|
-
const
|
|
107
|
-
i0.ɵɵproperty("ngIf", ctx.items == null ? null : ctx.items.length)("ngIfElse",
|
|
104
|
+
const empty_r5 = i0.ɵɵreference(2);
|
|
105
|
+
i0.ɵɵproperty("ngIf", ctx.items == null ? null : ctx.items.length)("ngIfElse", empty_r5);
|
|
108
106
|
} }, dependencies: [NgIf,
|
|
109
107
|
NgClass,
|
|
110
108
|
NgStyle,
|
|
@@ -116,7 +114,7 @@ export class FoldableItemInTableComponent {
|
|
|
116
114
|
IconComponent,
|
|
117
115
|
FieldNotAvailablePipe], styles: [".foldable[_ngcontent-%COMP%]{position:relative;border-radius:4px;min-width:60px}.foldable.has-more[_ngcontent-%COMP%]{border-bottom:1px solid rgb(var(--aui-color-n-8));padding-bottom:7px}.foldable.has-more.unfolded[_ngcontent-%COMP%]{margin-left:-9px;padding:8px;border:1px dashed rgb(var(--aui-color-primary))}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{overflow:auto}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]::-webkit-scrollbar{width:8px;height:4px}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgb(var(--aui-color-n-7))}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--aui-color-n-5))}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]::-webkit-scrollbar-corner{background-color:transparent}.foldable[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]:not(:last-child){margin-bottom:4px}.foldable[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{line-height:20px}.foldable[_ngcontent-%COMP%] li[_ngcontent-%COMP%] + li[_ngcontent-%COMP%]{margin-top:4px}.foldable[_ngcontent-%COMP%] .aui-button[_ngcontent-%COMP%]{height:24px;font-size:12px;position:absolute;left:50%;transform:translate(-50%);bottom:-12px;border:2px solid rgb(var(--aui-color-n-10))}"], changeDetection: 0 }); }
|
|
118
116
|
}
|
|
119
|
-
(
|
|
117
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FoldableItemInTableComponent, [{
|
|
120
118
|
type: Component,
|
|
121
119
|
args: [{ selector: 'acl-foldable-item-in-table', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
122
120
|
NgIf,
|
|
@@ -130,7 +128,7 @@ export class FoldableItemInTableComponent {
|
|
|
130
128
|
IconComponent,
|
|
131
129
|
FieldNotAvailablePipe,
|
|
132
130
|
], template: "<div\n *ngIf=\"items?.length; else empty\"\n class=\"foldable\"\n [ngClass]=\"{\n unfolded: !folded,\n 'has-more': items.length > min\n }\"\n [ngStyle]=\"{ marginBottom: items.length > min ? '10px' : null }\"\n>\n <ul [ngStyle]=\"max | pure: getStyle\">\n <li\n *ngFor=\"let item of items | pure: getItems:folded\"\n [title]=\"item | pure: itemTitle:translate.locale\"\n >\n <ng-container *ngIf=\"isTemplateRef(itemTpl); else normal\">\n <ng-container\n *ngTemplateOutlet=\"itemTpl; context: { $implicit: item }\"\n ></ng-container>\n </ng-container>\n <ng-template #normal>{{ item }}</ng-template>\n </li>\n </ul>\n <button\n *ngIf=\"items.length > min\"\n (click)=\"folded = !folded\"\n [ngClass]=\"{ folded: !folded }\"\n aui-button=\"primary\"\n [round]=\"true\"\n [plain]=\"folded\"\n size=\"mini\"\n type=\"button\"\n >\n {{ (folded ? 'unfold' : 'collapse') | translate }}\n <aui-icon [icon]=\"folded ? 'angles_down' : 'angles_up'\"></aui-icon>\n </button>\n</div>\n\n<ng-template #empty>\n {{ null | aclFieldNotAvailable }}\n</ng-template>\n", styles: [".foldable{position:relative;border-radius:4px;min-width:60px}.foldable.has-more{border-bottom:1px solid rgb(var(--aui-color-n-8));padding-bottom:7px}.foldable.has-more.unfolded{margin-left:-9px;padding:8px;border:1px dashed rgb(var(--aui-color-primary))}.foldable ul{overflow:auto}.foldable ul::-webkit-scrollbar{width:8px;height:4px}.foldable ul::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgb(var(--aui-color-n-7))}.foldable ul::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--aui-color-n-5))}.foldable ul::-webkit-scrollbar-corner{background-color:transparent}.foldable ul:not(:last-child){margin-bottom:4px}.foldable li{line-height:20px}.foldable li+li{margin-top:4px}.foldable .aui-button{height:24px;font-size:12px;position:absolute;left:50%;transform:translate(-50%);bottom:-12px;border:2px solid rgb(var(--aui-color-n-10))}\n"] }]
|
|
133
|
-
}],
|
|
131
|
+
}], () => [{ type: i1.TranslateService }], { hint: [{
|
|
134
132
|
type: Input
|
|
135
133
|
}], itemTpl: [{
|
|
136
134
|
type: Input
|
|
@@ -145,4 +143,5 @@ export class FoldableItemInTableComponent {
|
|
|
145
143
|
}], max: [{
|
|
146
144
|
type: Input
|
|
147
145
|
}] }); })();
|
|
148
|
-
|
|
146
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FoldableItemInTableComponent, { className: "FoldableItemInTableComponent" }); })();
|
|
147
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC9mb2xkYWJsZS1pdGVtLWluLXRhYmxlL2NvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy93aWRnZXQvZm9sZGFibGUtaXRlbS1pbi10YWJsZS90ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxlQUFlLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUMzRSxPQUFPLEVBQ0wsT0FBTyxFQUNQLEtBQUssRUFDTCxJQUFJLEVBQ0osT0FBTyxFQUNQLGdCQUFnQixHQUNqQixNQUFNLGlCQUFpQixDQUFDO0FBQ3pCLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLHFCQUFxQixFQUFFLFFBQVEsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ25FLE9BQU8sRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7Ozs7SUNEckUsd0JBRWdCOzs7SUFIbEIsNkJBQTBEO0lBQ3hELHlIQUVDOzs7OztJQURFLGNBQTJCO0lBQUEsQUFBM0IsaURBQTJCLGdFQUE0Qjs7O0lBR3ZDLFlBQVU7OztJQUFWLDZCQUFVOzs7SUFUakMsNkJBR0M7O0lBTUMsQUFMQSwwR0FBMEQsNEhBS3JDO0lBQ3ZCLGlCQUFLOzs7OztJQVJILGdHQUFpRDtJQUVsQyxlQUE4QjtJQUFBLEFBQTlCLDJEQUE4Qix1QkFBVzs7OztJQVE1RCxrQ0FTQztJQVBDLHFPQUEwQjtJQVExQixZQUNBOztJQUFBLCtCQUFtRTtJQUNyRSxpQkFBUzs7O0lBTlAsQUFEQSxBQUZBLG9FQUErQixlQUVqQix3QkFDRTtJQUloQixjQUNBO0lBREEsNEZBQ0E7SUFBVSxlQUE2QztJQUE3QyxrRUFBNkM7OztJQXhCekQsQUFURiw4QkFRQyxZQUNzQzs7SUFDbkMsaUZBR0M7O0lBUUgsaUJBQUs7SUFDTCx5RkFTQztJQUlILGlCQUFNOzs7SUE1QkosQUFKQSx1R0FHRSwwRkFDOEQ7SUFFNUQsY0FBZ0M7SUFBaEMsMkVBQWdDO0lBRWYsZUFBZ0M7SUFBaEMsNEZBQWdDO0lBWWxELGVBQXdCO0lBQXhCLHVEQUF3Qjs7O0lBZTNCLFlBQ0Y7OztJQURFLDREQUNGOztBREZBLE1BQU0sT0FBTyw0QkFBNEI7SUEyQnZDLFlBQTRCLFNBQTJCO1FBQTNCLGNBQVMsR0FBVCxTQUFTLENBQWtCO1FBbkJ2RCxjQUFTLEdBQThELE1BQU0sQ0FBQztRQUc5RSxXQUFNLEdBQUcsSUFBSSxDQUFDO1FBTWQsUUFBRyxHQUFHLENBQUMsQ0FBQyxDQUFDLDZCQUE2QjtRQUd0QyxRQUFHLEdBQUcsQ0FBQyxDQUFDLENBQUMseUJBQXlCO1FBRWxDLGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBRTlCLGFBQVEsR0FBRyxDQUFDLEtBQVUsRUFBRSxNQUFlLEVBQUUsRUFBRSxDQUN6QyxNQUFNLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO0lBRWMsQ0FBQztJQUUzRCxRQUFRLENBQUMsR0FBVztRQUNsQixNQUFNLE1BQU0sR0FBRyxHQUFHLEdBQUcsRUFBRSxDQUFDO1FBQ3hCLE9BQU87WUFDTCxTQUFTLEVBQUUsR0FBRyxNQUFNLElBQUk7U0FDekIsQ0FBQztJQUNKLENBQUM7NkZBbENVLDRCQUE0QjtvRUFBNUIsNEJBQTRCO1lDQXpDLEFBckNBLDhFQVFDLGlIQTZCbUI7OztZQXBDSSxBQUFyQixrRUFBcUIsc0JBQVU7NEJEd0I5QixJQUFJO1lBQ0osT0FBTztZQUNQLE9BQU87WUFDUCxLQUFLO1lBQ0wsYUFBYTtZQUNiLFFBQVE7WUFDUixnQkFBZ0I7WUFDaEIsZUFBZTtZQUNmLGFBQWE7WUFDYixxQkFBcUI7O2lGQUdaLDRCQUE0QjtjQW5CeEMsU0FBUzsyQkFDRSw0QkFBNEIsbUJBR3JCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO29CQUNQLElBQUk7b0JBQ0osT0FBTztvQkFDUCxPQUFPO29CQUNQLEtBQUs7b0JBQ0wsYUFBYTtvQkFDYixRQUFRO29CQUNSLGdCQUFnQjtvQkFDaEIsZUFBZTtvQkFDZixhQUFhO29CQUNiLHFCQUFxQjtpQkFDdEI7aURBSUQsSUFBSTtrQkFESCxLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sU0FBUztrQkFEUixLQUFLO1lBSU4sTUFBTTtrQkFETCxLQUFLO1lBSU4sS0FBSztrQkFESixLQUFLO1lBSU4sR0FBRztrQkFERixLQUFLO1lBSU4sR0FBRztrQkFERixLQUFLOztrRkFuQkssNEJBQTRCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50LCBJY29uQ29tcG9uZW50LCBpc1RlbXBsYXRlUmVmIH0gZnJvbSAnQGFsYXVkYS91aSc7XG5pbXBvcnQge1xuICBOZ0NsYXNzLFxuICBOZ0ZvcixcbiAgTmdJZixcbiAgTmdTdHlsZSxcbiAgTmdUZW1wbGF0ZU91dGxldCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBUZW1wbGF0ZVJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEZpZWxkTm90QXZhaWxhYmxlUGlwZSwgUHVyZVBpcGUgfSBmcm9tICcuLi8uLi9wdWJsaWMtYXBpJztcbmltcG9ydCB7IFRyYW5zbGF0ZVBpcGUsIFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICcuLi8uLi90cmFuc2xhdGUvcHVibGljLWFwaSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC1mb2xkYWJsZS1pdGVtLWluLXRhYmxlJyxcbiAgdGVtcGxhdGVVcmw6ICd0ZW1wbGF0ZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJ3N0eWxlcy5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgTmdJZixcbiAgICBOZ0NsYXNzLFxuICAgIE5nU3R5bGUsXG4gICAgTmdGb3IsXG4gICAgVHJhbnNsYXRlUGlwZSxcbiAgICBQdXJlUGlwZSxcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICAgIEJ1dHRvbkNvbXBvbmVudCxcbiAgICBJY29uQ29tcG9uZW50LFxuICAgIEZpZWxkTm90QXZhaWxhYmxlUGlwZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRm9sZGFibGVJdGVtSW5UYWJsZUNvbXBvbmVudDxUPiB7XG4gIEBJbnB1dCgpXG4gIGhpbnQ6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBpdGVtVHBsOiBUZW1wbGF0ZVJlZjx1bmtub3duPjtcblxuICBASW5wdXQoKVxuICBpdGVtVGl0bGU6IChpdGVtOiBULCBfbG9jYWxlOiBzdHJpbmcsIC4uLl9hcmdzOiB1bmtub3duW10pID0+IHN0cmluZyA9IFN0cmluZztcblxuICBASW5wdXQoKVxuICBmb2xkZWQgPSB0cnVlO1xuXG4gIEBJbnB1dCgpXG4gIGl0ZW1zOiBUW107XG5cbiAgQElucHV0KClcbiAgbWluID0gMjsgLy8g6buY6K6k5pi+56S65Yeg5p2h5pWw5o2u77yM5aaC5p6c5oC75pWw6LaF6L+H6L+Z5Liq5YC85YiZ5pi+56S65pu05aSa55qE5oyJ6ZKuXG5cbiAgQElucHV0KClcbiAgbWF4ID0gNDsgLy8g5pyA5aSa5pi+56S65Yeg5p2h5pWw5o2u77yM5aaC5p6c6LaF6L+H6L+Z5Liq5YC877yM5YiZ5YaF6YOo5rua5YqoXG5cbiAgaXNUZW1wbGF0ZVJlZiA9IGlzVGVtcGxhdGVSZWY7XG5cbiAgZ2V0SXRlbXMgPSAoaXRlbXM6IFRbXSwgZm9sZGVkOiBib29sZWFuKSA9PlxuICAgIGZvbGRlZCA/IGl0ZW1zLnNsaWNlKDAsIHRoaXMubWluKSA6IGl0ZW1zO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyByZWFkb25seSB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHt9XG5cbiAgZ2V0U3R5bGUobWF4OiBudW1iZXIpIHtcbiAgICBjb25zdCBoZWlnaHQgPSBtYXggKiAyNDtcbiAgICByZXR1cm4ge1xuICAgICAgbWF4SGVpZ2h0OiBgJHtoZWlnaHR9cHhgLFxuICAgIH07XG4gIH1cbn1cbiIsIjxkaXZcbiAgKm5nSWY9XCJpdGVtcz8ubGVuZ3RoOyBlbHNlIGVtcHR5XCJcbiAgY2xhc3M9XCJmb2xkYWJsZVwiXG4gIFtuZ0NsYXNzXT1cIntcbiAgICB1bmZvbGRlZDogIWZvbGRlZCxcbiAgICAnaGFzLW1vcmUnOiBpdGVtcy5sZW5ndGggPiBtaW5cbiAgfVwiXG4gIFtuZ1N0eWxlXT1cInsgbWFyZ2luQm90dG9tOiBpdGVtcy5sZW5ndGggPiBtaW4gPyAnMTBweCcgOiBudWxsIH1cIlxuPlxuICA8dWwgW25nU3R5bGVdPVwibWF4IHwgcHVyZTogZ2V0U3R5bGVcIj5cbiAgICA8bGlcbiAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zIHwgcHVyZTogZ2V0SXRlbXM6Zm9sZGVkXCJcbiAgICAgIFt0aXRsZV09XCJpdGVtIHwgcHVyZTogaXRlbVRpdGxlOnRyYW5zbGF0ZS5sb2NhbGVcIlxuICAgID5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpc1RlbXBsYXRlUmVmKGl0ZW1UcGwpOyBlbHNlIG5vcm1hbFwiPlxuICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgKm5nVGVtcGxhdGVPdXRsZXQ9XCJpdGVtVHBsOyBjb250ZXh0OiB7ICRpbXBsaWNpdDogaXRlbSB9XCJcbiAgICAgICAgPjwvbmctY29udGFpbmVyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctdGVtcGxhdGUgI25vcm1hbD57eyBpdGVtIH19PC9uZy10ZW1wbGF0ZT5cbiAgICA8L2xpPlxuICA8L3VsPlxuICA8YnV0dG9uXG4gICAgKm5nSWY9XCJpdGVtcy5sZW5ndGggPiBtaW5cIlxuICAgIChjbGljayk9XCJmb2xkZWQgPSAhZm9sZGVkXCJcbiAgICBbbmdDbGFzc109XCJ7IGZvbGRlZDogIWZvbGRlZCB9XCJcbiAgICBhdWktYnV0dG9uPVwicHJpbWFyeVwiXG4gICAgW3JvdW5kXT1cInRydWVcIlxuICAgIFtwbGFpbl09XCJmb2xkZWRcIlxuICAgIHNpemU9XCJtaW5pXCJcbiAgICB0eXBlPVwiYnV0dG9uXCJcbiAgPlxuICAgIHt7IChmb2xkZWQgPyAndW5mb2xkJyA6ICdjb2xsYXBzZScpIHwgdHJhbnNsYXRlIH19XG4gICAgPGF1aS1pY29uIFtpY29uXT1cImZvbGRlZCA/ICdhbmdsZXNfZG93bicgOiAnYW5nbGVzX3VwJ1wiPjwvYXVpLWljb24+XG4gIDwvYnV0dG9uPlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSAjZW1wdHk+XG4gIHt7IG51bGwgfCBhY2xGaWVsZE5vdEF2YWlsYWJsZSB9fVxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -11,9 +11,9 @@ function LoadingMaskComponent_div_0_ng_container_3_Template(rf, ctx) { if (rf &
|
|
|
11
11
|
i0.ɵɵtext(1);
|
|
12
12
|
i0.ɵɵelementContainerEnd();
|
|
13
13
|
} if (rf & 2) {
|
|
14
|
-
const
|
|
15
|
-
i0.ɵɵadvance(
|
|
16
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
14
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
15
|
+
i0.ɵɵadvance();
|
|
16
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.text, " ");
|
|
17
17
|
} }
|
|
18
18
|
function LoadingMaskComponent_div_0_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
19
19
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -21,22 +21,21 @@ function LoadingMaskComponent_div_0_ng_container_4_Template(rf, ctx) { if (rf &
|
|
|
21
21
|
i0.ɵɵpipe(2, "translate");
|
|
22
22
|
i0.ɵɵelementContainerEnd();
|
|
23
23
|
} if (rf & 2) {
|
|
24
|
-
i0.ɵɵadvance(
|
|
24
|
+
i0.ɵɵadvance();
|
|
25
25
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "loading_please_wait"), " ");
|
|
26
26
|
} }
|
|
27
27
|
function LoadingMaskComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
28
28
|
i0.ɵɵelementStart(0, "div");
|
|
29
29
|
i0.ɵɵelement(1, "aui-icon", 1);
|
|
30
30
|
i0.ɵɵelementStart(2, "span", 2);
|
|
31
|
-
i0.ɵɵtemplate(3, LoadingMaskComponent_div_0_ng_container_3_Template, 2, 1, "ng-container", 3);
|
|
32
|
-
i0.ɵɵtemplate(4, LoadingMaskComponent_div_0_ng_container_4_Template, 3, 3, "ng-container", 3);
|
|
31
|
+
i0.ɵɵtemplate(3, LoadingMaskComponent_div_0_ng_container_3_Template, 2, 1, "ng-container", 3)(4, LoadingMaskComponent_div_0_ng_container_4_Template, 3, 3, "ng-container", 3);
|
|
33
32
|
i0.ɵɵelementEnd()();
|
|
34
33
|
} if (rf & 2) {
|
|
35
34
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36
35
|
i0.ɵɵclassMapInterpolate1("acl-loading-mask acl-loading-mask--", ctx_r0.type, "");
|
|
37
36
|
i0.ɵɵadvance(3);
|
|
38
37
|
i0.ɵɵproperty("ngIf", ctx_r0.text);
|
|
39
|
-
i0.ɵɵadvance(
|
|
38
|
+
i0.ɵɵadvance();
|
|
40
39
|
i0.ɵɵproperty("ngIf", !ctx_r0.text);
|
|
41
40
|
} }
|
|
42
41
|
/**
|
|
@@ -59,7 +58,7 @@ export class LoadingMaskComponent {
|
|
|
59
58
|
i0.ɵɵproperty("ngIf", ctx.loading);
|
|
60
59
|
} }, dependencies: [NgIf, IconModule, i1.IconComponent, TranslateModule, i2.TranslatePipe, EffectDirectiveModule], styles: ["[_nghost-%COMP%]{display:block}.acl-loading-mask[_ngcontent-%COMP%]{font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-help-text));display:flex;justify-content:center}.acl-loading-mask__icon[_ngcontent-%COMP%]{font-size:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary))}.acl-loading-mask--module[_ngcontent-%COMP%]{height:80px;background:unset;flex-direction:column;align-items:center;border:unset}.acl-loading-mask--module[_ngcontent-%COMP%] .acl-loading-mask__icon[_ngcontent-%COMP%]{display:inline-flex;font-size:32px;margin-bottom:16px}.acl-loading-mask--module[_ngcontent-%COMP%] .acl-loading-mask__text[_ngcontent-%COMP%]{font-size:18px}"], changeDetection: 0 }); }
|
|
61
60
|
}
|
|
62
|
-
(
|
|
61
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingMaskComponent, [{
|
|
63
62
|
type: Component,
|
|
64
63
|
args: [{ selector: 'acl-loading-mask', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgIf, IconModule, TranslateModule, EffectDirectiveModule], standalone: true, template: "<div\n class=\"acl-loading-mask acl-loading-mask--{{ type }}\"\n *ngIf=\"loading\"\n>\n <aui-icon\n class=\"acl-loading-mask__icon\"\n icon=\"spinner\"\n margin=\"right\"\n ></aui-icon>\n <span class=\"acl-loading-mask__text\">\n <ng-container *ngIf=\"text\">\n {{ text }}\n </ng-container>\n <ng-container *ngIf=\"!text\">\n {{ 'loading_please_wait' | translate }}\n </ng-container>\n </span>\n</div>\n", styles: [":host{display:block}.acl-loading-mask{font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-help-text));display:flex;justify-content:center}.acl-loading-mask__icon{font-size:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary))}.acl-loading-mask--module{height:80px;background:unset;flex-direction:column;align-items:center;border:unset}.acl-loading-mask--module .acl-loading-mask__icon{display:inline-flex;font-size:32px;margin-bottom:16px}.acl-loading-mask--module .acl-loading-mask__text{font-size:18px}\n"] }]
|
|
65
64
|
}], null, { loading: [{
|
|
@@ -72,4 +71,5 @@ export class LoadingMaskComponent {
|
|
|
72
71
|
type: HostBinding,
|
|
73
72
|
args: ['hidden']
|
|
74
73
|
}] }); })();
|
|
75
|
-
|
|
74
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingMaskComponent, { className: "LoadingMaskComponent" }); })();
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1tYXNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy93aWRnZXQvbG9hZGluZy1tYXNrL2xvYWRpbmctbWFzay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvd2lkZ2V0L2xvYWRpbmctbWFzay9sb2FkaW5nLW1hc2suY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUN4QyxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDdkMsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsV0FBVyxFQUNYLEtBQUssR0FDTixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN0RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7O0lDQXpELDZCQUEyQjtJQUN6QixZQUNGOzs7O0lBREUsY0FDRjtJQURFLDRDQUNGOzs7SUFDQSw2QkFBNEI7SUFDMUIsWUFDRjs7OztJQURFLGNBQ0Y7SUFERSw0RUFDRjs7O0lBZkosMkJBR0M7SUFDQyw4QkFJWTtJQUNaLCtCQUFxQztJQUluQyxBQUhBLDZGQUEyQixnRkFHQztJQUloQyxBQURFLGlCQUFPLEVBQ0g7OztJQWhCSixpRkFBcUQ7SUFTcEMsZUFBVTtJQUFWLGtDQUFVO0lBR1YsY0FBVztJQUFYLG1DQUFXOztBREQ5Qjs7O0dBR0c7QUFTSCxNQUFNLE9BQU8sb0JBQW9CO0lBUmpDO1FBVVcsU0FBSSxHQUF5QixTQUFTLENBQUM7S0FPakQ7SUFKQyxJQUNJLE1BQU07UUFDUixPQUFPLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN2QixDQUFDO3FGQVJVLG9CQUFvQjtvRUFBcEIsb0JBQW9CO1lBQXBCLHVDQUFvQjs7WUN4QmpDLHFFQUdDOztZQURFLGtDQUFhOzRCRG1CSixJQUFJLEVBQUUsVUFBVSxvQkFBRSxlQUFlLG9CQUFFLHFCQUFxQjs7aUZBR3ZELG9CQUFvQjtjQVJoQyxTQUFTOzJCQUNFLGtCQUFrQixtQkFHWCx1QkFBdUIsQ0FBQyxNQUFNLFdBQ3RDLENBQUMsSUFBSSxFQUFFLFVBQVUsRUFBRSxlQUFlLEVBQUUscUJBQXFCLENBQUMsY0FDdkQsSUFBSTtnQkFHUCxPQUFPO2tCQUFmLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFHRixNQUFNO2tCQURULFdBQVc7bUJBQUMsUUFBUTs7a0ZBTFYsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJ0BhbGF1ZGEvdWknO1xuaW1wb3J0IHsgTmdJZiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBFZmZlY3REaXJlY3RpdmVNb2R1bGUgfSBmcm9tICcuLi8uLi9lZmZlY3QtZGlyZWN0aXZlL21vZHVsZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICcuLi8uLi90cmFuc2xhdGUvcHVibGljLWFwaSc7XG5cbi8qKlxuICogQSBzaW1wbGUgbG9hZGluZyBtYXNrIGNvbXBvbmVudCB3aGljaCB3aWxsIHNob3cgYSBzcGlubmVyXG4gKiB3aGVuIGxvYWRpbmcgYXR0cmlidXRlIGlzIHRydWUuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC1sb2FkaW5nLW1hc2snLFxuICB0ZW1wbGF0ZVVybDogJ2xvYWRpbmctbWFzay5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWydsb2FkaW5nLW1hc2suY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGltcG9ydHM6IFtOZ0lmLCBJY29uTW9kdWxlLCBUcmFuc2xhdGVNb2R1bGUsIEVmZmVjdERpcmVjdGl2ZU1vZHVsZV0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIExvYWRpbmdNYXNrQ29tcG9uZW50IHtcbiAgQElucHV0KCkgbG9hZGluZzogYm9vbGVhbjtcbiAgQElucHV0KCkgdHlwZTogJ21vZHVsZScgfCAnY29udGVudCcgPSAnY29udGVudCc7XG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZztcblxuICBASG9zdEJpbmRpbmcoJ2hpZGRlbicpXG4gIGdldCBoaWRkZW4oKSB7XG4gICAgcmV0dXJuICF0aGlzLmxvYWRpbmc7XG4gIH1cbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJhY2wtbG9hZGluZy1tYXNrIGFjbC1sb2FkaW5nLW1hc2stLXt7IHR5cGUgfX1cIlxuICAqbmdJZj1cImxvYWRpbmdcIlxuPlxuICA8YXVpLWljb25cbiAgICBjbGFzcz1cImFjbC1sb2FkaW5nLW1hc2tfX2ljb25cIlxuICAgIGljb249XCJzcGlubmVyXCJcbiAgICBtYXJnaW49XCJyaWdodFwiXG4gID48L2F1aS1pY29uPlxuICA8c3BhbiBjbGFzcz1cImFjbC1sb2FkaW5nLW1hc2tfX3RleHRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwidGV4dFwiPlxuICAgICAge3sgdGV4dCB9fVxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhdGV4dFwiPlxuICAgICAge3sgJ2xvYWRpbmdfcGxlYXNlX3dhaXQnIHwgdHJhbnNsYXRlIH19XG4gICAgPC9uZy1jb250YWluZXI+XG4gIDwvc3Bhbj5cbjwvZGl2PlxuIl19
|
|
@@ -13,71 +13,71 @@ import * as i1 from "@alauda/ui";
|
|
|
13
13
|
import * as i2 from "@angular/forms";
|
|
14
14
|
import * as i3 from "../../form/errors-mapper/errors-mapper-component/component";
|
|
15
15
|
import * as i4 from "../../form/errors-mapper/errors-mapper.directive";
|
|
16
|
-
import * as i5 from "../../form/validators/
|
|
17
|
-
import * as i6 from "../../form/validators/
|
|
16
|
+
import * as i5 from "../../form/validators/strong-password/strong-password-validator.directive";
|
|
17
|
+
import * as i6 from "../../form/validators/function-validator.directive";
|
|
18
|
+
const _c0 = a0 => ({ chars: a0 });
|
|
19
|
+
const _c1 = a0 => ({ pattern: a0 });
|
|
20
|
+
const _c2 = a0 => ({ notMatch: a0 });
|
|
18
21
|
function PasswordInputComponent_aui_input_group_4_aui_icon_5_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
-
const
|
|
20
|
-
i0.ɵɵelementStart(0, "aui-icon",
|
|
21
|
-
i0.ɵɵlistener("click", function PasswordInputComponent_aui_input_group_4_aui_icon_5_Template_aui_icon_click_0_listener() { i0.ɵɵrestoreView(
|
|
22
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
23
|
+
i0.ɵɵelementStart(0, "aui-icon", 14);
|
|
24
|
+
i0.ɵɵlistener("click", function PasswordInputComponent_aui_input_group_4_aui_icon_5_Template_aui_icon_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.showPassword = !ctx_r1.showPassword); });
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
} if (rf & 2) {
|
|
24
|
-
const
|
|
25
|
-
i0.ɵɵproperty("icon",
|
|
27
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
28
|
+
i0.ɵɵproperty("icon", ctx_r1.showPassword ? "eye_s" : "eye_slash_s");
|
|
26
29
|
} }
|
|
27
|
-
const _c0 = function (a0) { return { chars: a0 }; };
|
|
28
|
-
const _c1 = function (a0) { return { pattern: a0 }; };
|
|
29
30
|
function PasswordInputComponent_aui_input_group_4_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
-
const
|
|
31
|
-
i0.ɵɵelementStart(0, "aui-input-group",
|
|
32
|
-
i0.ɵɵlistener("ngModelChange", function PasswordInputComponent_aui_input_group_4_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.emitModel($event)); });
|
|
31
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
32
|
+
i0.ɵɵelementStart(0, "aui-input-group", 11)(1, "input", 12, 1);
|
|
33
33
|
i0.ɵɵpipe(3, "translate");
|
|
34
34
|
i0.ɵɵpipe(4, "translate");
|
|
35
|
+
i0.ɵɵlistener("ngModelChange", function PasswordInputComponent_aui_input_group_4_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.emitModel($event)); });
|
|
35
36
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵtemplate(5, PasswordInputComponent_aui_input_group_4_aui_icon_5_Template, 1, 1, "aui-icon",
|
|
37
|
+
i0.ɵɵtemplate(5, PasswordInputComponent_aui_input_group_4_aui_icon_5_Template, 1, 1, "aui-icon", 13);
|
|
37
38
|
i0.ɵɵelementEnd();
|
|
38
39
|
} if (rf & 2) {
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
i0.ɵɵproperty("required",
|
|
42
|
-
i0.ɵɵadvance(
|
|
43
|
-
i0.ɵɵproperty("type",
|
|
40
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
41
|
+
const passwordError_r4 = i0.ɵɵreference(7);
|
|
42
|
+
i0.ɵɵproperty("required", ctx_r1.required);
|
|
43
|
+
i0.ɵɵadvance();
|
|
44
|
+
i0.ɵɵproperty("type", ctx_r1.showPassword ? "text" : "password")("ngModel", ctx_r1.model)("required", ctx_r1.required)("aclStrongPassword", ctx_r1.strongPassword)("specialChars", ctx_r1.specialChars)("pattern", ctx_r1.strongPassword ? null : ctx_r1.pattern)("placeholder", ctx_r1.placeholder)("aclErrorsMapperOutlet", passwordError_r4)("aclErrorsMapper", i0.ɵɵpureFunction1(18, _c1, ctx_r1.strongPassword ? i0.ɵɵpipeBind2(3, 11, "strong_password_pattern_tip", i0.ɵɵpureFunction1(16, _c0, ctx_r1.specialChars.split("").join(", "))) : i0.ɵɵpipeBind1(4, 14, "invalid_pattern")));
|
|
44
45
|
i0.ɵɵadvance(4);
|
|
45
|
-
i0.ɵɵproperty("ngIf",
|
|
46
|
+
i0.ɵɵproperty("ngIf", ctx_r1.toggleable);
|
|
46
47
|
} }
|
|
47
48
|
function PasswordInputComponent_div_5_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
48
49
|
i0.ɵɵelementContainer(0);
|
|
49
50
|
} }
|
|
50
51
|
function PasswordInputComponent_div_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
51
52
|
i0.ɵɵelementContainerStart(0);
|
|
52
|
-
i0.ɵɵtemplate(1, PasswordInputComponent_div_5_ng_container_1_ng_container_1_Template, 1, 0, "ng-container",
|
|
53
|
+
i0.ɵɵtemplate(1, PasswordInputComponent_div_5_ng_container_1_ng_container_1_Template, 1, 0, "ng-container", 17);
|
|
53
54
|
i0.ɵɵelementContainerEnd();
|
|
54
55
|
} if (rf & 2) {
|
|
55
|
-
const
|
|
56
|
-
i0.ɵɵadvance(
|
|
57
|
-
i0.ɵɵproperty("ngTemplateOutlet",
|
|
56
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
57
|
+
i0.ɵɵadvance();
|
|
58
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.hint);
|
|
58
59
|
} }
|
|
59
60
|
function PasswordInputComponent_div_5_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
60
61
|
i0.ɵɵtext(0);
|
|
61
62
|
} if (rf & 2) {
|
|
62
|
-
const
|
|
63
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
63
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
64
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.hint, " ");
|
|
64
65
|
} }
|
|
65
66
|
function PasswordInputComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
66
|
-
i0.ɵɵelementStart(0, "div",
|
|
67
|
-
i0.ɵɵtemplate(1, PasswordInputComponent_div_5_ng_container_1_Template, 2, 1, "ng-container",
|
|
68
|
-
i0.ɵɵtemplate(2, PasswordInputComponent_div_5_ng_template_2_Template, 1, 1, "ng-template", null, 15, i0.ɵɵtemplateRefExtractor);
|
|
67
|
+
i0.ɵɵelementStart(0, "div", 15);
|
|
68
|
+
i0.ɵɵtemplate(1, PasswordInputComponent_div_5_ng_container_1_Template, 2, 1, "ng-container", 16)(2, PasswordInputComponent_div_5_ng_template_2_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
|
69
69
|
i0.ɵɵelementEnd();
|
|
70
70
|
} if (rf & 2) {
|
|
71
|
-
const
|
|
71
|
+
const defaultDescription_r5 = i0.ɵɵreference(3);
|
|
72
72
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
73
|
-
i0.ɵɵadvance(
|
|
74
|
-
i0.ɵɵproperty("ngIf", ctx_r1.isTemplateRef(ctx_r1.hint))("ngIfElse",
|
|
73
|
+
i0.ɵɵadvance();
|
|
74
|
+
i0.ɵɵproperty("ngIf", ctx_r1.isTemplateRef(ctx_r1.hint))("ngIfElse", defaultDescription_r5);
|
|
75
75
|
} }
|
|
76
76
|
function PasswordInputComponent_ng_container_8_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
77
|
-
const
|
|
78
|
-
i0.ɵɵelementStart(0, "button",
|
|
79
|
-
i0.ɵɵlistener("click", function PasswordInputComponent_ng_container_8_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
80
|
-
i0.ɵɵelement(1, "aui-icon",
|
|
77
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
78
|
+
i0.ɵɵelementStart(0, "button", 19);
|
|
79
|
+
i0.ɵɵlistener("click", function PasswordInputComponent_ng_container_8_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.updatePasswd()); });
|
|
80
|
+
i0.ɵɵelement(1, "aui-icon", 20);
|
|
81
81
|
i0.ɵɵelementEnd();
|
|
82
82
|
} }
|
|
83
83
|
function PasswordInputComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -85,52 +85,53 @@ function PasswordInputComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
85
85
|
i0.ɵɵelementStart(1, "span");
|
|
86
86
|
i0.ɵɵtext(2, "******");
|
|
87
87
|
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵtemplate(3, PasswordInputComponent_ng_container_8_button_3_Template, 2, 0, "button",
|
|
88
|
+
i0.ɵɵtemplate(3, PasswordInputComponent_ng_container_8_button_3_Template, 2, 0, "button", 18);
|
|
89
89
|
i0.ɵɵelementContainerEnd();
|
|
90
90
|
} if (rf & 2) {
|
|
91
|
-
const
|
|
91
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
92
92
|
i0.ɵɵadvance(3);
|
|
93
|
-
i0.ɵɵproperty("ngIf", !
|
|
93
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.readonly);
|
|
94
94
|
} }
|
|
95
95
|
function PasswordInputComponent_aui_form_item_9_aui_icon_8_Template(rf, ctx) { if (rf & 1) {
|
|
96
|
-
const
|
|
97
|
-
i0.ɵɵelementStart(0, "aui-icon",
|
|
98
|
-
i0.ɵɵlistener("click", function PasswordInputComponent_aui_form_item_9_aui_icon_8_Template_aui_icon_click_0_listener() { i0.ɵɵrestoreView(
|
|
96
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
97
|
+
i0.ɵɵelementStart(0, "aui-icon", 14);
|
|
98
|
+
i0.ɵɵlistener("click", function PasswordInputComponent_aui_form_item_9_aui_icon_8_Template_aui_icon_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.showPassword = !ctx_r1.showPassword); });
|
|
99
99
|
i0.ɵɵelementEnd();
|
|
100
100
|
} if (rf & 2) {
|
|
101
|
-
const
|
|
102
|
-
i0.ɵɵproperty("icon",
|
|
101
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
102
|
+
i0.ɵɵproperty("icon", ctx_r1.showPassword ? "eye_s" : "eye_slash_s");
|
|
103
103
|
} }
|
|
104
|
-
const _c2 = function (a0) { return { notMatch: a0 }; };
|
|
105
104
|
function PasswordInputComponent_aui_form_item_9_Template(rf, ctx) { if (rf & 1) {
|
|
106
|
-
const
|
|
107
|
-
i0.ɵɵelementStart(0, "aui-form-item",
|
|
105
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
106
|
+
i0.ɵɵelementStart(0, "aui-form-item", 4)(1, "label", 5);
|
|
108
107
|
i0.ɵɵtext(2);
|
|
109
108
|
i0.ɵɵpipe(3, "translate");
|
|
110
109
|
i0.ɵɵelementEnd();
|
|
111
|
-
i0.ɵɵelementStart(4, "aui-input-group",
|
|
112
|
-
i0.ɵɵlistener("ngModelChange", function PasswordInputComponent_aui_form_item_9_Template_input_ngModelChange_5_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r22 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r22.confirmPassword = $event); });
|
|
110
|
+
i0.ɵɵelementStart(4, "aui-input-group", 11)(5, "input", 21, 3);
|
|
113
111
|
i0.ɵɵpipe(7, "pure");
|
|
112
|
+
i0.ɵɵtwoWayListener("ngModelChange", function PasswordInputComponent_aui_form_item_9_Template_input_ngModelChange_5_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.confirmPassword, $event) || (ctx_r1.confirmPassword = $event); return i0.ɵɵresetView($event); });
|
|
114
113
|
i0.ɵɵelementEnd();
|
|
115
|
-
i0.ɵɵtemplate(8, PasswordInputComponent_aui_form_item_9_aui_icon_8_Template, 1, 1, "aui-icon",
|
|
114
|
+
i0.ɵɵtemplate(8, PasswordInputComponent_aui_form_item_9_aui_icon_8_Template, 1, 1, "aui-icon", 13);
|
|
116
115
|
i0.ɵɵelementEnd();
|
|
117
116
|
i0.ɵɵelement(9, "acl-errors-mapper", 22);
|
|
118
117
|
i0.ɵɵpipe(10, "translate");
|
|
119
118
|
i0.ɵɵelementEnd();
|
|
120
119
|
} if (rf & 2) {
|
|
121
|
-
const
|
|
122
|
-
const
|
|
123
|
-
i0.ɵɵproperty("width",
|
|
120
|
+
const confirm_r9 = i0.ɵɵreference(6);
|
|
121
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
122
|
+
i0.ɵɵproperty("width", ctx_r1.width);
|
|
124
123
|
i0.ɵɵadvance(2);
|
|
125
124
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 10, "confirm_password"));
|
|
126
125
|
i0.ɵɵadvance(2);
|
|
127
|
-
i0.ɵɵproperty("required",
|
|
128
|
-
i0.ɵɵadvance(
|
|
129
|
-
i0.ɵɵproperty("type",
|
|
126
|
+
i0.ɵɵproperty("required", ctx_r1.required);
|
|
127
|
+
i0.ɵɵadvance();
|
|
128
|
+
i0.ɵɵproperty("type", ctx_r1.showPassword ? "text" : "password");
|
|
129
|
+
i0.ɵɵtwoWayProperty("ngModel", ctx_r1.confirmPassword);
|
|
130
|
+
i0.ɵɵproperty("required", ctx_r1.required)("aclValidateFn", i0.ɵɵpipeBind2(7, 12, ctx_r1.model, ctx_r1.validateConfirmPassword));
|
|
130
131
|
i0.ɵɵadvance(3);
|
|
131
|
-
i0.ɵɵproperty("ngIf",
|
|
132
|
-
i0.ɵɵadvance(
|
|
133
|
-
i0.ɵɵproperty("errors",
|
|
132
|
+
i0.ɵɵproperty("ngIf", ctx_r1.toggleable);
|
|
133
|
+
i0.ɵɵadvance();
|
|
134
|
+
i0.ɵɵproperty("errors", confirm_r9 == null ? null : confirm_r9.errors)("errorsMapper", i0.ɵɵpureFunction1(17, _c2, i0.ɵɵpipeBind1(10, 15, "confirm_password_not_match")));
|
|
134
135
|
} }
|
|
135
136
|
export class PasswordInputComponent extends BaseNestedFormControlPure {
|
|
136
137
|
constructor() {
|
|
@@ -187,7 +188,7 @@ export class PasswordInputComponent extends BaseNestedFormControlPure {
|
|
|
187
188
|
this.emitModel('');
|
|
188
189
|
this.showInput = true;
|
|
189
190
|
}
|
|
190
|
-
static { this.ɵfac = /*@__PURE__*/
|
|
191
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPasswordInputComponent_BaseFactory; return function PasswordInputComponent_Factory(t) { return (ɵPasswordInputComponent_BaseFactory || (ɵPasswordInputComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PasswordInputComponent)))(t || PasswordInputComponent); }; })(); }
|
|
191
192
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PasswordInputComponent, selectors: [["acl-password-input"]], inputs: { initPassword: "initPassword", label: "label", hint: "hint", specialChars: "specialChars", strongPassword: "strongPassword", enableConfirm: "enableConfirm", width: "width", toggleable: "toggleable", pattern: "pattern", encoding: "encoding", placeholder: "placeholder", readonly: "readonly", isUpdate: "isUpdate", required: "required" }, standalone: true, features: [i0.ɵɵProvidersFeature([
|
|
192
193
|
{
|
|
193
194
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -199,35 +200,34 @@ export class PasswordInputComponent extends BaseNestedFormControlPure {
|
|
|
199
200
|
useExisting: forwardRef(() => PasswordInputComponent),
|
|
200
201
|
multi: true,
|
|
201
202
|
},
|
|
202
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 10, vars: 8, consts: [[3, "width"], ["auiFormItemLabel", ""], ["class", "tw-flex-1", "auiFormItemControl", "", 3, "required", 4, "ngIf"], ["auiFormItemHint", "", 4, "ngIf"], ["auiFormItemError", ""], [
|
|
203
|
-
i0.ɵɵelementStart(0, "aui-form-item",
|
|
203
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 10, vars: 8, consts: [["passwordError", ""], ["password", "ngModel"], ["defaultDescription", ""], ["confirm", "ngModel"], [3, "width"], ["auiFormItemLabel", ""], ["class", "tw-flex-1", "auiFormItemControl", "", 3, "required", 4, "ngIf"], ["auiFormItemHint", "", 4, "ngIf"], ["auiFormItemError", ""], [4, "ngIf"], [3, "width", 4, "ngIf"], ["auiFormItemControl", "", 1, "tw-flex-1", 3, "required"], ["aui-input", "", "name", "password", "autocomplete", "new-password", 3, "ngModelChange", "type", "ngModel", "required", "aclStrongPassword", "specialChars", "pattern", "placeholder", "aclErrorsMapperOutlet", "aclErrorsMapper"], ["auiInputSuffix", "", "class", "tw-icon-m tw-cursor-pointer hover:tw-text-primary", 3, "icon", "click", 4, "ngIf"], ["auiInputSuffix", "", 1, "tw-icon-m", "tw-cursor-pointer", "hover:tw-text-primary", 3, "click", "icon"], ["auiFormItemHint", ""], [4, "ngIf", "ngIfElse"], [4, "ngTemplateOutlet"], ["aui-button", "text", 3, "click", 4, "ngIf"], ["aui-button", "text", 3, "click"], ["icon", "pencil"], ["aui-input", "", "name", "confirmPassword", "autocomplete", "new-password", 3, "ngModelChange", "type", "ngModel", "required", "aclValidateFn"], ["auiFormItemError", "", 3, "errors", "errorsMapper"]], template: function PasswordInputComponent_Template(rf, ctx) { if (rf & 1) {
|
|
204
|
+
i0.ɵɵelementStart(0, "aui-form-item", 4)(1, "label", 5);
|
|
204
205
|
i0.ɵɵtext(2);
|
|
205
206
|
i0.ɵɵpipe(3, "translate");
|
|
206
207
|
i0.ɵɵelementEnd();
|
|
207
|
-
i0.ɵɵtemplate(4, PasswordInputComponent_aui_input_group_4_Template, 6, 20, "aui-input-group", 2);
|
|
208
|
-
i0.ɵɵ
|
|
209
|
-
i0.ɵɵ
|
|
210
|
-
i0.ɵɵtemplate(8, PasswordInputComponent_ng_container_8_Template, 4, 1, "ng-container", 6);
|
|
208
|
+
i0.ɵɵtemplate(4, PasswordInputComponent_aui_input_group_4_Template, 6, 20, "aui-input-group", 6)(5, PasswordInputComponent_div_5_Template, 4, 2, "div", 7);
|
|
209
|
+
i0.ɵɵelement(6, "div", 8, 0);
|
|
210
|
+
i0.ɵɵtemplate(8, PasswordInputComponent_ng_container_8_Template, 4, 1, "ng-container", 9);
|
|
211
211
|
i0.ɵɵelementEnd();
|
|
212
|
-
i0.ɵɵtemplate(9, PasswordInputComponent_aui_form_item_9_Template, 11, 19, "aui-form-item",
|
|
212
|
+
i0.ɵɵtemplate(9, PasswordInputComponent_aui_form_item_9_Template, 11, 19, "aui-form-item", 10);
|
|
213
213
|
} if (rf & 2) {
|
|
214
214
|
i0.ɵɵproperty("width", ctx.width);
|
|
215
215
|
i0.ɵɵadvance(2);
|
|
216
216
|
i0.ɵɵtextInterpolate(ctx.label || i0.ɵɵpipeBind1(3, 6, "password"));
|
|
217
217
|
i0.ɵɵadvance(2);
|
|
218
218
|
i0.ɵɵproperty("ngIf", ctx.showInput);
|
|
219
|
-
i0.ɵɵadvance(
|
|
219
|
+
i0.ɵɵadvance();
|
|
220
220
|
i0.ɵɵproperty("ngIf", ctx.hint);
|
|
221
221
|
i0.ɵɵadvance(3);
|
|
222
222
|
i0.ɵɵproperty("ngIf", !ctx.showInput);
|
|
223
|
-
i0.ɵɵadvance(
|
|
223
|
+
i0.ɵɵadvance();
|
|
224
224
|
i0.ɵɵproperty("ngIf", ctx.showInput && ctx.enableConfirm);
|
|
225
225
|
} }, dependencies: [FormModule, i1.FormItemComponent, i1.FormItemErrorDirective, i1.FormItemHintDirective, i1.FormItemLabelDirective, i1.FormItemControlDirective, NgIf,
|
|
226
|
-
InputComponent, i1.InputGroupComponent, i1.InputSuffixDirective, FormsModule, i2.DefaultValueAccessor, i2.NgControlStatus, i2.RequiredValidator, i2.PatternValidator, i2.NgModel, IconComponent, i3.ErrorsMapperComponent, i4.ErrorsMapperDirective, ValidatorsModule, i5.
|
|
226
|
+
InputComponent, i1.InputGroupComponent, i1.InputSuffixDirective, FormsModule, i2.DefaultValueAccessor, i2.NgControlStatus, i2.RequiredValidator, i2.PatternValidator, i2.NgModel, IconComponent, i3.ErrorsMapperComponent, i4.ErrorsMapperDirective, ValidatorsModule, i5.StrongPasswordDirective, i6.FunctionValidatorDirective, TranslatePipe,
|
|
227
227
|
PurePipe,
|
|
228
228
|
NgTemplateOutlet], encapsulation: 2, changeDetection: 0 }); }
|
|
229
229
|
}
|
|
230
|
-
(
|
|
230
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PasswordInputComponent, [{
|
|
231
231
|
type: Component,
|
|
232
232
|
args: [{ selector: 'acl-password-input', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
233
233
|
FormModule,
|
|
@@ -282,4 +282,5 @@ export class PasswordInputComponent extends BaseNestedFormControlPure {
|
|
|
282
282
|
}], required: [{
|
|
283
283
|
type: Input
|
|
284
284
|
}] }); })();
|
|
285
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC9wYXNzd29yZC1pbnB1dC9jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvd2lkZ2V0L3Bhc3N3b3JkLWlucHV0L3RlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLGFBQWEsRUFDYixrQkFBa0IsRUFDbEIsY0FBYyxFQUNkLGFBQWEsR0FDZCxNQUFNLFlBQVksQ0FBQztBQUNwQixPQUFPLEVBQUUsSUFBSSxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDekQsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUVMLFVBQVUsR0FFWCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBRUwsV0FBVyxFQUNYLGFBQWEsRUFDYixpQkFBaUIsR0FFbEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUN0QyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sT0FBTyxDQUFDO0FBRWxDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMzRSxPQUFPLEVBQ0wsNkJBQTZCLEVBQzdCLGdCQUFnQixHQUNqQixNQUFNLGtDQUFrQyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7Ozs7OztJQ0Z2RCxvQ0FNQztJQURDLDJQQUFzQztJQUN2QyxpQkFBVzs7O0lBRlYsb0VBQStDOzs7Ozs7SUFsQ25ELDBDQUtD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LFVBQVU7a0JBRFQsS0FBSztZQUlOLE9BQU87a0JBRE4sS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQU9OLFdBQVc7a0JBRFYsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUlGLFFBQVE7a0JBRFgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGNvZXJjZUF0dHJCb29sZWFuLFxuICBGb3JtSXRlbVdpZHRoLFxuICBGb3JtTW9kdWxlLFxuICBJY29uQ29tcG9uZW50LFxuICBJTlBVVF9HUk9VUF9NT0RVTEUsXG4gIElucHV0Q29tcG9uZW50LFxuICBpc1RlbXBsYXRlUmVmLFxufSBmcm9tICdAYWxhdWRhL3VpJztcbmltcG9ydCB7IE5nSWYsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgZm9yd2FyZFJlZixcbiAgVGVtcGxhdGVSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQWJzdHJhY3RDb250cm9sLFxuICBGb3Jtc01vZHVsZSxcbiAgTkdfVkFMSURBVE9SUyxcbiAgTkdfVkFMVUVfQUNDRVNTT1IsXG4gIFZhbGlkYXRpb25FcnJvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGRlY29kZSwgZW5jb2RlIH0gZnJvbSAnYWI2NCc7XG5pbXBvcnQgeyBhc3NvY1BhdGggfSBmcm9tICdyYW1kYSc7XG5cbmltcG9ydCB7IEJhc2VOZXN0ZWRGb3JtQ29udHJvbFB1cmUsIFB1cmVQaXBlIH0gZnJvbSAnLi4vLi4vY29yZS9wdWJsaWMtYXBpJztcbmltcG9ydCB7IEVSUk9SU19NQVBQRVJfTU9EVUxFIH0gZnJvbSAnLi4vLi4vZm9ybS9lcnJvcnMtbWFwcGVyL3B1YmxpYy1hcGknO1xuaW1wb3J0IHtcbiAgU1RST05HX1BBU1NXT1JEX1NQRUNJQUxfQ0hBUlMsXG4gIFZhbGlkYXRvcnNNb2R1bGUsXG59IGZyb20gJy4uLy4uL2Zvcm0vdmFsaWRhdG9ycy9wdWJsaWMtYXBpJztcbmltcG9ydCB7IFRyYW5zbGF0ZVBpcGUgfSBmcm9tICcuLi8uLi90cmFuc2xhdGUvcHVibGljLWFwaSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRW5jb2Rpbmcge1xuICBkZWNvZGU6ICh2OiBzdHJpbmcpID0+IHN0cmluZztcbiAgZW5jb2RlOiAodjogc3RyaW5nKSA9PiBzdHJpbmc7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC1wYXNzd29yZC1pbnB1dCcsXG4gIHRlbXBsYXRlVXJsOiAndGVtcGxhdGUuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRm9ybU1vZHVsZSxcbiAgICBOZ0lmLFxuICAgIElucHV0Q29tcG9uZW50LFxuICAgIElOUFVUX0dST1VQX01PRFVMRSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBJY29uQ29tcG9uZW50LFxuICAgIEVSUk9SU19NQVBQRVJfTU9EVUxFLFxuICAgIFZhbGlkYXRvcnNNb2R1bGUsXG4gICAgVHJhbnNsYXRlUGlwZSxcbiAgICBQdXJlUGlwZSxcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFBhc3N3b3JkSW5wdXRDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gUGFzc3dvcmRJbnB1dENvbXBvbmVudCksXG4gICAgICBtdWx0aTogdHJ1ZSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBQYXNzd29yZElucHV0Q29tcG9uZW50XG4gIGV4dGVuZHMgQmFzZU5lc3RlZEZvcm1Db250cm9sUHVyZTxzdHJpbmc+XG4gIGltcGxlbWVudHMgT25Jbml0XG57XG4gIEBJbnB1dCgpXG4gIGluaXRQYXNzd29yZDogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgaGludDogc3RyaW5nIHwgVGVtcGxhdGVSZWY8YW55PjtcblxuICBASW5wdXQoKVxuICBzcGVjaWFsQ2hhcnMgPSBTVFJPTkdfUEFTU1dPUkRfU1BFQ0lBTF9DSEFSUztcblxuICBASW5wdXQoKVxuICBzdHJvbmdQYXNzd29yZDogYm9vbGVhbiB8ICcnID0gdHJ1ZTtcblxuICBASW5wdXQoKVxuICBlbmFibGVDb25maXJtOiBib29sZWFuIHwgJycgPSB0cnVlO1xuXG4gIEBJbnB1dCgpXG4gIHdpZHRoOiBGb3JtSXRlbVdpZHRoID0gJ21lZGl1bSc7XG5cbiAgQElucHV0KClcbiAgdG9nZ2xlYWJsZSA9IHRydWU7XG5cbiAgQElucHV0KClcbiAgcGF0dGVybjogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIGVuY29kaW5nOiBFbmNvZGluZyA9IHtcbiAgICBlbmNvZGUsXG4gICAgZGVjb2RlLFxuICB9O1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJyc7XG5cbiAgQElucHV0KClcbiAgcmVhZG9ubHk6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgaXNVcGRhdGU6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgc2V0IHJlcXVpcmVkKHJlcXVpcmVkOiBib29sZWFuIHwgJycpIHtcbiAgICB0aGlzLl9yZXF1aXJlZCA9IGNvZXJjZUF0dHJCb29sZWFuKHJlcXVpcmVkKTtcbiAgfVxuXG4gIGdldCByZXF1aXJlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fcmVxdWlyZWQ7XG4gIH1cblxuICBzaG93UGFzc3dvcmQgPSBmYWxzZTtcbiAgc2hvd0lucHV0ID0gdHJ1ZTtcbiAgY29uZmlybVBhc3N3b3JkID0gJyc7XG4gIGlzVGVtcGxhdGVSZWYgPSBpc1RlbXBsYXRlUmVmO1xuXG4gIHByaXZhdGUgX3JlcXVpcmVkID0gdHJ1ZTtcblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLmNvbmZpcm1QYXNzd29yZCA9IHRoaXMuZW5jb2RpbmcuZGVjb2RlKHRoaXMuaW5pdFBhc3N3b3JkID8/ICcnKTtcbiAgICB0aGlzLnNob3dJbnB1dCA9ICF0aGlzLmlzVXBkYXRlO1xuICB9XG5cbiAgb3ZlcnJpZGUgdmFsdWVJbih2OiBzdHJpbmcpIHtcbiAgICByZXR1cm4gdGhpcy5lbmNvZGluZy5kZWNvZGUodiA/PyAnJyk7XG4gIH1cblxuICBvdmVycmlkZSBtb2RlbE91dCh2OiBzdHJpbmcpIHtcbiAgICByZXR1cm4gdGhpcy5lbmNvZGluZy5lbmNvZGUodik7XG4gIH1cblxuICBvdmVycmlkZSB2YWxpZGF0ZSgpOiBWYWxpZGF0aW9uRXJyb3JzIHtcbiAgICBsZXQgZXJyb3JzID0gc3VwZXIudmFsaWRhdGUoKTtcbiAgICBpZiAoXG4gICAgICBjb2VyY2VBdHRyQm9vbGVhbih0aGlzLmVuYWJsZUNvbmZpcm0pICYmXG4gICAgICB0aGlzLmNvbmZpcm1QYXNzd29yZCAhPT0gdGhpcy5tb2RlbFxuICAgICkge1xuICAgICAgZXJyb3JzID0gYXNzb2NQYXRoKFsnY29uZmlybVBhc3N3b3JkJywgJ25vdE1hdGNoJ10sIHRydWUsIGVycm9ycyk7XG4gICAgfVxuICAgIHJldHVybiBlcnJvcnM7XG4gIH1cblxuICB2YWxpZGF0ZUNvbmZpcm1QYXNzd29yZChwYXNzd29yZDogc3RyaW5nKSB7XG4gICAgcmV0dXJuIChjb250cm9sOiBBYnN0cmFjdENvbnRyb2wpOiBWYWxpZGF0aW9uRXJyb3JzID0+IHtcbiAgICAgIGlmICghcGFzc3dvcmQpIHtcbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBwYXNzd29yZCA9PT0gY29udHJvbC52YWx1ZSA/IG51bGwgOiB7IG5vdE1hdGNoOiB0cnVlIH07XG4gICAgfTtcbiAgfVxuXG4gIHVwZGF0ZVBhc3N3ZCgpIHtcbiAgICB0aGlzLmVtaXRNb2RlbCgnJyk7XG4gICAgdGhpcy5zaG93SW5wdXQgPSB0cnVlO1xuICB9XG59XG4iLCI8YXVpLWZvcm0taXRlbSBbd2lkdGhdPVwid2lkdGhcIj5cbiAgPGxhYmVsIGF1aUZvcm1JdGVtTGFiZWw+e3sgbGFiZWwgfHwgKCdwYXNzd29yZCcgfCB0cmFuc2xhdGUpIH19PC9sYWJlbD5cbiAgPGF1aS1pbnB1dC1ncm91cFxuICAgICpuZ0lmPVwic2hvd0lucHV0XCJcbiAgICBjbGFzcz1cInR3LWZsZXgtMVwiXG4gICAgYXVpRm9ybUl0ZW1Db250cm9sXG4gICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcbiAgPlxuICAgIDxpbnB1dFxuICAgICAgYXVpLWlucHV0XG4gICAgICBbdHlwZV09XCJzaG93UGFzc3dvcmQgPyAndGV4dCcgOiAncGFzc3dvcmQnXCJcbiAgICAgIG5hbWU9XCJwYXNzd29yZFwiXG4gICAgICAjcGFzc3dvcmQ9XCJuZ01vZGVsXCJcbiAgICAgIFtuZ01vZGVsXT1cIm1vZGVsXCJcbiAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImVtaXRNb2RlbCgkZXZlbnQpXCJcbiAgICAgIGF1dG9jb21wbGV0ZT1cIm5ldy1wYXNzd29yZFwiXG4gICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIlxuICAgICAgW2FjbFN0cm9uZ1Bhc3N3b3JkXT1cInN0cm9uZ1Bhc3N3b3JkXCJcbiAgICAgIFtzcGVjaWFsQ2hhcnNdPVwic3BlY2lhbENoYXJzXCJcbiAgICAgIFtwYXR0ZXJuXT1cInN0cm9uZ1Bhc3N3b3JkID8gbnVsbCA6IHBhdHRlcm5cIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICAgIFthY2xFcnJvcnNNYXBwZXJPdXRsZXRdPVwicGFzc3dvcmRFcnJvclwiXG4gICAgICBbYWNsRXJyb3JzTWFwcGVyXT1cIntcbiAgICAgICAgcGF0dGVybjogc3Ryb25nUGFzc3dvcmRcbiAgICAgICAgICA/ICgnc3Ryb25nX3Bhc3N3b3JkX3BhdHRlcm5fdGlwJ1xuICAgICAgICAgICAgfCB0cmFuc2xhdGVcbiAgICAgICAgICAgICAgOiB7XG4gICAgICAgICAgICAgICAgICBjaGFyczogc3BlY2lhbENoYXJzLnNwbGl0KCcnKS5qb2luKCcsICcpXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICA6ICgnaW52YWxpZF9wYXR0ZXJuJyB8IHRyYW5zbGF0ZSlcbiAgICAgIH1cIlxuICAgIC8+XG4gICAgPGF1aS1pY29uXG4gICAgICAqbmdJZj1cInRvZ2dsZWFibGVcIlxuICAgICAgYXVpSW5wdXRTdWZmaXhcbiAgICAgIGNsYXNzPVwidHctaWNvbi1tIHR3LWN1cnNvci1wb2ludGVyIGhvdmVyOnR3LXRleHQtcHJpbWFyeVwiXG4gICAgICBbaWNvbl09XCJzaG93UGFzc3dvcmQgPyAnZXllX3MnIDogJ2V5ZV9zbGFzaF9zJ1wiXG4gICAgICAoY2xpY2spPVwic2hvd1Bhc3N3b3JkID0gIXNob3dQYXNzd29yZFwiXG4gICAgPjwvYXVpLWljb24+XG4gIDwvYXVpLWlucHV0LWdyb3VwPlxuICA8ZGl2XG4gICAgKm5nSWY9XCJoaW50XCJcbiAgICBhdWlGb3JtSXRlbUhpbnRcbiAgPlxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpc1RlbXBsYXRlUmVmKGhpbnQpOyBlbHNlIGRlZmF1bHREZXNjcmlwdGlvblwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhpbnRcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctdGVtcGxhdGUgI2RlZmF1bHREZXNjcmlwdGlvbj5cbiAgICAgIHt7IGhpbnQgfX1cbiAgICA8L25nLXRlbXBsYXRlPlxuICA8L2Rpdj5cbiAgPGRpdlxuICAgICNwYXNzd29yZEVycm9yXG4gICAgYXVpRm9ybUl0ZW1FcnJvclxuICA+PC9kaXY+XG4gIDxuZy1jb250YWluZXIgKm5nSWY9XCIhc2hvd0lucHV0XCI+XG4gICAgPHNwYW4+KioqKioqPC9zcGFuPlxuICAgIDxidXR0b25cbiAgICAgICpuZ0lmPVwiIXJlYWRvbmx5XCJcbiAgICAgIGF1aS1idXR0b249XCJ0ZXh0XCJcbiAgICAgIChjbGljayk9XCJ1cGRhdGVQYXNzd2QoKVwiXG4gICAgPlxuICAgICAgPGF1aS1pY29uIGljb249XCJwZW5jaWxcIj48L2F1aS1pY29uPlxuICAgIDwvYnV0dG9uPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvYXVpLWZvcm0taXRlbT5cbjxhdWktZm9ybS1pdGVtXG4gICpuZ0lmPVwic2hvd0lucHV0ICYmIGVuYWJsZUNvbmZpcm1cIlxuICBbd2lkdGhdPVwid2lkdGhcIlxuPlxuICA8bGFiZWwgYXVpRm9ybUl0ZW1MYWJlbD57eyAnY29uZmlybV9wYXNzd29yZCcgfCB0cmFuc2xhdGUgfX08L2xhYmVsPlxuICA8YXVpLWlucHV0LWdyb3VwXG4gICAgY2xhc3M9XCJ0dy1mbGV4LTFcIlxuICAgIGF1aUZvcm1JdGVtQ29udHJvbFxuICAgIFtyZXF1aXJlZF09XCJyZXF1aXJlZFwiXG4gID5cbiAgICA8aW5wdXRcbiAgICAgIGF1aS1pbnB1dFxuICAgICAgW3R5cGVdPVwic2hvd1Bhc3N3b3JkID8gJ3RleHQnIDogJ3Bhc3N3b3JkJ1wiXG4gICAgICBuYW1lPVwiY29uZmlybVBhc3N3b3JkXCJcbiAgICAgICNjb25maXJtPVwibmdNb2RlbFwiXG4gICAgICBbKG5nTW9kZWwpXT1cImNvbmZpcm1QYXNzd29yZFwiXG4gICAgICBhdXRvY29tcGxldGU9XCJuZXctcGFzc3dvcmRcIlxuICAgICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcbiAgICAgIFthY2xWYWxpZGF0ZUZuXT1cIm1vZGVsIHwgcHVyZTogdmFsaWRhdGVDb25maXJtUGFzc3dvcmRcIlxuICAgIC8+XG4gICAgPGF1aS1pY29uXG4gICAgICAqbmdJZj1cInRvZ2dsZWFibGVcIlxuICAgICAgYXVpSW5wdXRTdWZmaXhcbiAgICAgIGNsYXNzPVwidHctaWNvbi1tIHR3LWN1cnNvci1wb2ludGVyIGhvdmVyOnR3LXRleHQtcHJpbWFyeVwiXG4gICAgICBbaWNvbl09XCJzaG93UGFzc3dvcmQgPyAnZXllX3MnIDogJ2V5ZV9zbGFzaF9zJ1wiXG4gICAgICAoY2xpY2spPVwic2hvd1Bhc3N3b3JkID0gIXNob3dQYXNzd29yZFwiXG4gICAgPjwvYXVpLWljb24+XG4gIDwvYXVpLWlucHV0LWdyb3VwPlxuICA8YWNsLWVycm9ycy1tYXBwZXJcbiAgICBhdWlGb3JtSXRlbUVycm9yXG4gICAgW2Vycm9yc109XCJjb25maXJtPy5lcnJvcnNcIlxuICAgIFtlcnJvcnNNYXBwZXJdPVwie1xuICAgICAgbm90TWF0Y2g6ICdjb25maXJtX3Bhc3N3b3JkX25vdF9tYXRjaCcgfCB0cmFuc2xhdGVcbiAgICB9XCJcbiAgPjwvYWNsLWVycm9ycy1tYXBwZXI+XG48L2F1aS1mb3JtLWl0ZW0+XG4iXX0=
|
|
285
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PasswordInputComponent, { className: "PasswordInputComponent" }); })();
|
|
286
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC9wYXNzd29yZC1pbnB1dC9jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvd2lkZ2V0L3Bhc3N3b3JkLWlucHV0L3RlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLGFBQWEsRUFDYixrQkFBa0IsRUFDbEIsY0FBYyxFQUNkLGFBQWEsR0FDZCxNQUFNLFlBQVksQ0FBQztBQUNwQixPQUFPLEVBQUUsSUFBSSxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDekQsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUVMLFVBQVUsR0FFWCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBRUwsV0FBVyxFQUNYLGFBQWEsRUFDYixpQkFBaUIsR0FFbEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUN0QyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sT0FBTyxDQUFDO0FBRWxDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMzRSxPQUFPLEVBQ0wsNkJBQTZCLEVBQzdCLGdCQUFnQixHQUNqQixNQUFNLGtDQUFrQyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7Ozs7Ozs7OztJQ0Z2RCxvQ0FNQztJQURDLDJQQUFzQztJQUN2QyxpQkFBVzs7O0lBRlYsb0VBQStDOzs7O0lBNUJqRCxBQU5G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RFgsS0FBSztZQUlOLGNBQWM7a0JBRGIsS0FBSztZQUlOLGFBQWE7a0JBRFosS0FBSztZQUlOLEtBQUs7a0JBREosS0FBSztZQUlOLFVBQVU7a0JBRFQsS0FBSztZQUlOLE9BQU87a0JBRE4sS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQU9OLFdBQVc7a0JBRFYsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUlGLFFBQVE7a0JBRFgsS0FBSzs7a0ZBOUNLLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGNvZXJjZUF0dHJCb29sZWFuLFxuICBGb3JtSXRlbVdpZHRoLFxuICBGb3JtTW9kdWxlLFxuICBJY29uQ29tcG9uZW50LFxuICBJTlBVVF9HUk9VUF9NT0RVTEUsXG4gIElucHV0Q29tcG9uZW50LFxuICBpc1RlbXBsYXRlUmVmLFxufSBmcm9tICdAYWxhdWRhL3VpJztcbmltcG9ydCB7IE5nSWYsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgZm9yd2FyZFJlZixcbiAgVGVtcGxhdGVSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQWJzdHJhY3RDb250cm9sLFxuICBGb3Jtc01vZHVsZSxcbiAgTkdfVkFMSURBVE9SUyxcbiAgTkdfVkFMVUVfQUNDRVNTT1IsXG4gIFZhbGlkYXRpb25FcnJvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGRlY29kZSwgZW5jb2RlIH0gZnJvbSAnYWI2NCc7XG5pbXBvcnQgeyBhc3NvY1BhdGggfSBmcm9tICdyYW1kYSc7XG5cbmltcG9ydCB7IEJhc2VOZXN0ZWRGb3JtQ29udHJvbFB1cmUsIFB1cmVQaXBlIH0gZnJvbSAnLi4vLi4vY29yZS9wdWJsaWMtYXBpJztcbmltcG9ydCB7IEVSUk9SU19NQVBQRVJfTU9EVUxFIH0gZnJvbSAnLi4vLi4vZm9ybS9lcnJvcnMtbWFwcGVyL3B1YmxpYy1hcGknO1xuaW1wb3J0IHtcbiAgU1RST05HX1BBU1NXT1JEX1NQRUNJQUxfQ0hBUlMsXG4gIFZhbGlkYXRvcnNNb2R1bGUsXG59IGZyb20gJy4uLy4uL2Zvcm0vdmFsaWRhdG9ycy9wdWJsaWMtYXBpJztcbmltcG9ydCB7IFRyYW5zbGF0ZVBpcGUgfSBmcm9tICcuLi8uLi90cmFuc2xhdGUvcHVibGljLWFwaSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRW5jb2Rpbmcge1xuICBkZWNvZGU6ICh2OiBzdHJpbmcpID0+IHN0cmluZztcbiAgZW5jb2RlOiAodjogc3RyaW5nKSA9PiBzdHJpbmc7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC1wYXNzd29yZC1pbnB1dCcsXG4gIHRlbXBsYXRlVXJsOiAndGVtcGxhdGUuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRm9ybU1vZHVsZSxcbiAgICBOZ0lmLFxuICAgIElucHV0Q29tcG9uZW50LFxuICAgIElOUFVUX0dST1VQX01PRFVMRSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBJY29uQ29tcG9uZW50LFxuICAgIEVSUk9SU19NQVBQRVJfTU9EVUxFLFxuICAgIFZhbGlkYXRvcnNNb2R1bGUsXG4gICAgVHJhbnNsYXRlUGlwZSxcbiAgICBQdXJlUGlwZSxcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFBhc3N3b3JkSW5wdXRDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gUGFzc3dvcmRJbnB1dENvbXBvbmVudCksXG4gICAgICBtdWx0aTogdHJ1ZSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBQYXNzd29yZElucHV0Q29tcG9uZW50XG4gIGV4dGVuZHMgQmFzZU5lc3RlZEZvcm1Db250cm9sUHVyZTxzdHJpbmc+XG4gIGltcGxlbWVudHMgT25Jbml0XG57XG4gIEBJbnB1dCgpXG4gIGluaXRQYXNzd29yZDogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgaGludDogc3RyaW5nIHwgVGVtcGxhdGVSZWY8YW55PjtcblxuICBASW5wdXQoKVxuICBzcGVjaWFsQ2hhcnMgPSBTVFJPTkdfUEFTU1dPUkRfU1BFQ0lBTF9DSEFSUztcblxuICBASW5wdXQoKVxuICBzdHJvbmdQYXNzd29yZDogYm9vbGVhbiB8ICcnID0gdHJ1ZTtcblxuICBASW5wdXQoKVxuICBlbmFibGVDb25maXJtOiBib29sZWFuIHwgJycgPSB0cnVlO1xuXG4gIEBJbnB1dCgpXG4gIHdpZHRoOiBGb3JtSXRlbVdpZHRoID0gJ21lZGl1bSc7XG5cbiAgQElucHV0KClcbiAgdG9nZ2xlYWJsZSA9IHRydWU7XG5cbiAgQElucHV0KClcbiAgcGF0dGVybjogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIGVuY29kaW5nOiBFbmNvZGluZyA9IHtcbiAgICBlbmNvZGUsXG4gICAgZGVjb2RlLFxuICB9O1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJyc7XG5cbiAgQElucHV0KClcbiAgcmVhZG9ubHk6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgaXNVcGRhdGU6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgc2V0IHJlcXVpcmVkKHJlcXVpcmVkOiBib29sZWFuIHwgJycpIHtcbiAgICB0aGlzLl9yZXF1aXJlZCA9IGNvZXJjZUF0dHJCb29sZWFuKHJlcXVpcmVkKTtcbiAgfVxuXG4gIGdldCByZXF1aXJlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fcmVxdWlyZWQ7XG4gIH1cblxuICBzaG93UGFzc3dvcmQgPSBmYWxzZTtcbiAgc2hvd0lucHV0ID0gdHJ1ZTtcbiAgY29uZmlybVBhc3N3b3JkID0gJyc7XG4gIGlzVGVtcGxhdGVSZWYgPSBpc1RlbXBsYXRlUmVmO1xuXG4gIHByaXZhdGUgX3JlcXVpcmVkID0gdHJ1ZTtcblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLmNvbmZpcm1QYXNzd29yZCA9IHRoaXMuZW5jb2RpbmcuZGVjb2RlKHRoaXMuaW5pdFBhc3N3b3JkID8/ICcnKTtcbiAgICB0aGlzLnNob3dJbnB1dCA9ICF0aGlzLmlzVXBkYXRlO1xuICB9XG5cbiAgb3ZlcnJpZGUgdmFsdWVJbih2OiBzdHJpbmcpIHtcbiAgICByZXR1cm4gdGhpcy5lbmNvZGluZy5kZWNvZGUodiA/PyAnJyk7XG4gIH1cblxuICBvdmVycmlkZSBtb2RlbE91dCh2OiBzdHJpbmcpIHtcbiAgICByZXR1cm4gdGhpcy5lbmNvZGluZy5lbmNvZGUodik7XG4gIH1cblxuICBvdmVycmlkZSB2YWxpZGF0ZSgpOiBWYWxpZGF0aW9uRXJyb3JzIHtcbiAgICBsZXQgZXJyb3JzID0gc3VwZXIudmFsaWRhdGUoKTtcbiAgICBpZiAoXG4gICAgICBjb2VyY2VBdHRyQm9vbGVhbih0aGlzLmVuYWJsZUNvbmZpcm0pICYmXG4gICAgICB0aGlzLmNvbmZpcm1QYXNzd29yZCAhPT0gdGhpcy5tb2RlbFxuICAgICkge1xuICAgICAgZXJyb3JzID0gYXNzb2NQYXRoKFsnY29uZmlybVBhc3N3b3JkJywgJ25vdE1hdGNoJ10sIHRydWUsIGVycm9ycyk7XG4gICAgfVxuICAgIHJldHVybiBlcnJvcnM7XG4gIH1cblxuICB2YWxpZGF0ZUNvbmZpcm1QYXNzd29yZChwYXNzd29yZDogc3RyaW5nKSB7XG4gICAgcmV0dXJuIChjb250cm9sOiBBYnN0cmFjdENvbnRyb2wpOiBWYWxpZGF0aW9uRXJyb3JzID0+IHtcbiAgICAgIGlmICghcGFzc3dvcmQpIHtcbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBwYXNzd29yZCA9PT0gY29udHJvbC52YWx1ZSA/IG51bGwgOiB7IG5vdE1hdGNoOiB0cnVlIH07XG4gICAgfTtcbiAgfVxuXG4gIHVwZGF0ZVBhc3N3ZCgpIHtcbiAgICB0aGlzLmVtaXRNb2RlbCgnJyk7XG4gICAgdGhpcy5zaG93SW5wdXQgPSB0cnVlO1xuICB9XG59XG4iLCI8YXVpLWZvcm0taXRlbSBbd2lkdGhdPVwid2lkdGhcIj5cbiAgPGxhYmVsIGF1aUZvcm1JdGVtTGFiZWw+e3sgbGFiZWwgfHwgKCdwYXNzd29yZCcgfCB0cmFuc2xhdGUpIH19PC9sYWJlbD5cbiAgPGF1aS1pbnB1dC1ncm91cFxuICAgICpuZ0lmPVwic2hvd0lucHV0XCJcbiAgICBjbGFzcz1cInR3LWZsZXgtMVwiXG4gICAgYXVpRm9ybUl0ZW1Db250cm9sXG4gICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcbiAgPlxuICAgIDxpbnB1dFxuICAgICAgYXVpLWlucHV0XG4gICAgICBbdHlwZV09XCJzaG93UGFzc3dvcmQgPyAndGV4dCcgOiAncGFzc3dvcmQnXCJcbiAgICAgIG5hbWU9XCJwYXNzd29yZFwiXG4gICAgICAjcGFzc3dvcmQ9XCJuZ01vZGVsXCJcbiAgICAgIFtuZ01vZGVsXT1cIm1vZGVsXCJcbiAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImVtaXRNb2RlbCgkZXZlbnQpXCJcbiAgICAgIGF1dG9jb21wbGV0ZT1cIm5ldy1wYXNzd29yZFwiXG4gICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIlxuICAgICAgW2FjbFN0cm9uZ1Bhc3N3b3JkXT1cInN0cm9uZ1Bhc3N3b3JkXCJcbiAgICAgIFtzcGVjaWFsQ2hhcnNdPVwic3BlY2lhbENoYXJzXCJcbiAgICAgIFtwYXR0ZXJuXT1cInN0cm9uZ1Bhc3N3b3JkID8gbnVsbCA6IHBhdHRlcm5cIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICAgIFthY2xFcnJvcnNNYXBwZXJPdXRsZXRdPVwicGFzc3dvcmRFcnJvclwiXG4gICAgICBbYWNsRXJyb3JzTWFwcGVyXT1cIntcbiAgICAgICAgcGF0dGVybjogc3Ryb25nUGFzc3dvcmRcbiAgICAgICAgICA/ICgnc3Ryb25nX3Bhc3N3b3JkX3BhdHRlcm5fdGlwJ1xuICAgICAgICAgICAgfCB0cmFuc2xhdGVcbiAgICAgICAgICAgICAgOiB7XG4gICAgICAgICAgICAgICAgICBjaGFyczogc3BlY2lhbENoYXJzLnNwbGl0KCcnKS5qb2luKCcsICcpXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICA6ICgnaW52YWxpZF9wYXR0ZXJuJyB8IHRyYW5zbGF0ZSlcbiAgICAgIH1cIlxuICAgIC8+XG4gICAgPGF1aS1pY29uXG4gICAgICAqbmdJZj1cInRvZ2dsZWFibGVcIlxuICAgICAgYXVpSW5wdXRTdWZmaXhcbiAgICAgIGNsYXNzPVwidHctaWNvbi1tIHR3LWN1cnNvci1wb2ludGVyIGhvdmVyOnR3LXRleHQtcHJpbWFyeVwiXG4gICAgICBbaWNvbl09XCJzaG93UGFzc3dvcmQgPyAnZXllX3MnIDogJ2V5ZV9zbGFzaF9zJ1wiXG4gICAgICAoY2xpY2spPVwic2hvd1Bhc3N3b3JkID0gIXNob3dQYXNzd29yZFwiXG4gICAgPjwvYXVpLWljb24+XG4gIDwvYXVpLWlucHV0LWdyb3VwPlxuICA8ZGl2XG4gICAgKm5nSWY9XCJoaW50XCJcbiAgICBhdWlGb3JtSXRlbUhpbnRcbiAgPlxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpc1RlbXBsYXRlUmVmKGhpbnQpOyBlbHNlIGRlZmF1bHREZXNjcmlwdGlvblwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhpbnRcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctdGVtcGxhdGUgI2RlZmF1bHREZXNjcmlwdGlvbj5cbiAgICAgIHt7IGhpbnQgfX1cbiAgICA8L25nLXRlbXBsYXRlPlxuICA8L2Rpdj5cbiAgPGRpdlxuICAgICNwYXNzd29yZEVycm9yXG4gICAgYXVpRm9ybUl0ZW1FcnJvclxuICA+PC9kaXY+XG4gIDxuZy1jb250YWluZXIgKm5nSWY9XCIhc2hvd0lucHV0XCI+XG4gICAgPHNwYW4+KioqKioqPC9zcGFuPlxuICAgIDxidXR0b25cbiAgICAgICpuZ0lmPVwiIXJlYWRvbmx5XCJcbiAgICAgIGF1aS1idXR0b249XCJ0ZXh0XCJcbiAgICAgIChjbGljayk9XCJ1cGRhdGVQYXNzd2QoKVwiXG4gICAgPlxuICAgICAgPGF1aS1pY29uIGljb249XCJwZW5jaWxcIj48L2F1aS1pY29uPlxuICAgIDwvYnV0dG9uPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvYXVpLWZvcm0taXRlbT5cbjxhdWktZm9ybS1pdGVtXG4gICpuZ0lmPVwic2hvd0lucHV0ICYmIGVuYWJsZUNvbmZpcm1cIlxuICBbd2lkdGhdPVwid2lkdGhcIlxuPlxuICA8bGFiZWwgYXVpRm9ybUl0ZW1MYWJlbD57eyAnY29uZmlybV9wYXNzd29yZCcgfCB0cmFuc2xhdGUgfX08L2xhYmVsPlxuICA8YXVpLWlucHV0LWdyb3VwXG4gICAgY2xhc3M9XCJ0dy1mbGV4LTFcIlxuICAgIGF1aUZvcm1JdGVtQ29udHJvbFxuICAgIFtyZXF1aXJlZF09XCJyZXF1aXJlZFwiXG4gID5cbiAgICA8aW5wdXRcbiAgICAgIGF1aS1pbnB1dFxuICAgICAgW3R5cGVdPVwic2hvd1Bhc3N3b3JkID8gJ3RleHQnIDogJ3Bhc3N3b3JkJ1wiXG4gICAgICBuYW1lPVwiY29uZmlybVBhc3N3b3JkXCJcbiAgICAgICNjb25maXJtPVwibmdNb2RlbFwiXG4gICAgICBbKG5nTW9kZWwpXT1cImNvbmZpcm1QYXNzd29yZFwiXG4gICAgICBhdXRvY29tcGxldGU9XCJuZXctcGFzc3dvcmRcIlxuICAgICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcbiAgICAgIFthY2xWYWxpZGF0ZUZuXT1cIm1vZGVsIHwgcHVyZTogdmFsaWRhdGVDb25maXJtUGFzc3dvcmRcIlxuICAgIC8+XG4gICAgPGF1aS1pY29uXG4gICAgICAqbmdJZj1cInRvZ2dsZWFibGVcIlxuICAgICAgYXVpSW5wdXRTdWZmaXhcbiAgICAgIGNsYXNzPVwidHctaWNvbi1tIHR3LWN1cnNvci1wb2ludGVyIGhvdmVyOnR3LXRleHQtcHJpbWFyeVwiXG4gICAgICBbaWNvbl09XCJzaG93UGFzc3dvcmQgPyAnZXllX3MnIDogJ2V5ZV9zbGFzaF9zJ1wiXG4gICAgICAoY2xpY2spPVwic2hvd1Bhc3N3b3JkID0gIXNob3dQYXNzd29yZFwiXG4gICAgPjwvYXVpLWljb24+XG4gIDwvYXVpLWlucHV0LWdyb3VwPlxuICA8YWNsLWVycm9ycy1tYXBwZXJcbiAgICBhdWlGb3JtSXRlbUVycm9yXG4gICAgW2Vycm9yc109XCJjb25maXJtPy5lcnJvcnNcIlxuICAgIFtlcnJvcnNNYXBwZXJdPVwie1xuICAgICAgbm90TWF0Y2g6ICdjb25maXJtX3Bhc3N3b3JkX25vdF9tYXRjaCcgfCB0cmFuc2xhdGVcbiAgICB9XCJcbiAgPjwvYWNsLWVycm9ycy1tYXBwZXI+XG48L2F1aS1mb3JtLWl0ZW0+XG4iXX0=
|